-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
33 lines (28 loc) · 989 Bytes
/
index.html
File metadata and controls
33 lines (28 loc) · 989 Bytes
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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="portfolio.css">
<title> Edward Smart</title>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="contact.html">Contact</a></li>
<li><a href="projects.html">Projects</a></li>
<li><a href="experience.html">Experience</a></li>
</ul>
</nav>
</head>
<body style ="background-color: blue">
<section>
<aside>
<h6>ChildHood </h6>
<h7>Current</h6>
</aside>
<article>
<h1>About Me</h1>
<p> I was born and raised in Salt Lake City, Utah. I belong to a large LDS family of four boys and two girls.I grew up participating in many out door activities, but my favorite was biking.</p>
<p1> I am currently a full time student at BYU studying Computer Science and Statistics. I hope to be able to one day merge my passion for technology and business together and create a startup. </p1>
</article>
</section>
</body>
<html>