-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
44 lines (35 loc) · 2.02 KB
/
about.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>
<head>
<meta charset="UTF-8">
<title>Nicholas Wilkins | Front-End Web Developer</title>
<link rel="stylesheet" href="css/reset.css">
<link rel="stylesheet" href="css/main.css">
</head>
<body>
<nav id="mainNav">
<ul>
<li><a href="index.html">Home</a></li>
<li><a class="selected" href="about.html">About Me</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</nav>
<header id="aboutHeader">
<h1 id="heading">Nicholas C. Wilkins</h1>
<h2 id="heading2">Web Developer and Computer Enthusiast</h2>
</header>
<div id="wrapper">
<div id="aboutSection1">
<img id="aboutImage1"src="img/aboutPictures/headshot.jpg" />
<p class="aboutText">I am currently a senior at Digital Harbor Highschool, where I transferred to in order to further my skills. There I learned much more about computers and was able to gain hands-on experience. Even before this, technology has been one of my core interests, so I'm very experienced! I haven't stopped there though, I'm still trying to get better. For the past few years I've spent a lot of time preparing to get a job doing something I love. Mostly through practice and hard work to learn new skills.<br /><br /></p>
</div>
<div id="aboutSection2">
<img id="aboutImage2"src="img/aboutPictures/nick.jpg" />
<p class="aboutText">I've recently taken to learning front-end web development, and it's been one of my best decisions yet! I can take personal requests for websites as well, head over to my <a class="selected" href="index.html">home</a> page to see some of the work i've done, or my <a href="contact.html">contact</a> page to get in touch.</p>
</div>
</div>
<script src="js/jquery-1.11.3.min.js"></script>
<script src="js/Styling.js"></script>
<script src="js/lightbox.js"></script>
</body>
</html>