-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
71 lines (69 loc) · 2.95 KB
/
index.html
File metadata and controls
71 lines (69 loc) · 2.95 KB
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
<!DOCTYPE html>
<html>
<head>
<!--
Portfolio Project Created by D'Lanie Doyle
Filename: index.html
-->
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link href="reset.css" rel="stylesheet" media="all" />
<link href="index.css" rel="stylesheet" media="screen" />
<title>Lane Doyle: Home</title>
</head>
<body>
<header>
<h1> D'Lanie "Lane" Doyle </h1>
<nav>
<a id="navicon" href="#"><img src="navicon.png" alt="" /></a>
<ul>
<li><a href="index.html" id="main"> Home Page </a></li>
<li><a href="Community Service\communityservice.html" id="main"> Community Service </a></li>
<li><a href="Contacts\contacts.html" id="main"> Contacts </a></li>
<li><a href="Education\education.html" id="main"> Education </a></li>
<li><a href="Employment\employment.html" id="main"> Employment </a></li>
<li><a href="Skills and Interests\skills.html" id="main"> Skills </a></li>
</ul>
</nav>
</header>
<div class="grid">
<div class="section">
<section>
<h2 id="accomplish"> Accomplishments </h2>
<nav id="accomplishments">
<ul>
<li> Has been on the honor roll since first grade </li>
<li> Has a 3.9 GPA </li>
<li> Is part of a leadership committee for a local volunteer group </li>
<li> Is the community service chair for Lewis and Clark's SkillsUSA chapter </li>
<li> Recieved third place in the web design competition at the SkillsUSA district competitions </li>
</ul>
</nav>
</section>
</div>
<div class="aside">
<aside>
<h2> About Me </h2>
<img src="profile.jpg" alt="profile" id="profile">
<p id="about"> My name is Lane Doyle. I am currently enrolled in the Computer
Software Development course at Lewis and Clark Career Center. I am
hardworking, responsible, and trustworthy. My biggest dream is to
work in the computer science industry!</p>
</aside>
</div>
</div>
<aside id="mobile">
<h2> About Me </h2>
<img src="profile.jpg" alt="profile" id="profile">
<p id="about2"> My name is Lane Doyle. I am currently enrolled in the Computer
Software Development course at Lewis and Clark Career Center. I am
hardworking, responisble, and trustworthy. My biggest dream is to
work in the computer science industry!</p>
</aside>
<footer>
<p> <a href="tel:217-412-5172" id="contacts"> 217-412-5172 </a> · <a href="mailto:dlaniedoyle@yahoo.com" id="contacts"> dlaniedoyle@yahoo.com </a> ·
<a href="https://www.facebook.com/profile.php?id=100025198342999" id="facebook"> <img src="facebook.png" alt="facebook" id="facebook"/> <!-- Picture from wikimedia -->
</a> <a href="https://www.twitter.com/Lane0847" id="twitter"> <img src="twitter.png" alt="twitter" id="twitter"/> </a> </p> <!-- Picture from pixabay -->
</footer>
</body>
</html>