-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
44 lines (38 loc) · 2.24 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400&display=swap" rel="stylesheet">
<link rel="stylesheet" href="styles/main.css">
<title>Rob Adams</title>
</head>
<body>
<header>
<h1><span id="smallr">r</span>adams <span class="to_remove">applications</span></h1>
<nav>
<ul>
<li><a href="http://ec2-54-91-181-75.compute-1.amazonaws.com/blog/">Blog-PHP</a></li>
<li><a href="https://github.com/mirado1155/cookThis">Cook This-PHP</a></li>
<li><a href="https://wizardly-ride-409ff6.netlify.app/">Recommender-React</a></li>
<li><a href="http://ec2-54-91-181-75.compute-1.amazonaws.com/wordpress/">Beer Shop-Wordpress</a></li>
<li><a href="https://github.com/mirado1155/internet_speed_tests">Internet Speed Test-Python</a></li>
<li><a href="https://github.com/mirado1155">Github</a></li>
</ul>
</nav>
</header>
<main>
<p class="main_text">In March of 2019, I began teaching myself how to code.</p>
<p class="main_text">I bought a book on HTML and CSS from a local bookstore, reading every page and completing every exercise.</p>
<p class="main_text">Eventually, I became interested in learning how to program "for real", so I took up Python.</p>
<p class="main_text">I fell in love with computer programming. I enrolled at my local technical college and excelled.</p>
<p class="main_text">I am proud to show a sampling of my work during that time. Some of it was part of the course curriculum, and some of it was on my own time.</p>
</main>
<footer>
<p id="copyright">©2020 Robert Adams</p>
<a href="https://github.com/mirado1155" title="github"><img src="/images/github.png" alt="github logo small"></a>
<a href="https://www.linkedin.com/in/robert-adams-74a5551a3/" title="linkedin"><img src="/images/linkedin.png" alt="linkedin logo small"></a>
</footer>
</body>
</html>