forked from HackerUSA-CE/FSI-Build-a-Portfolio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
31 lines (28 loc) · 1.01 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>Demi's Portfolio</title>
<link rel="stylesheet" href="./css/styles.css"/>
</head>
<body>
<H1>
My Portfolio
</H1>
<div>
<h1>Demi Zayas</h1>
<h2>Software Developer</h2>
<hr/>
<h3>Programming allows me to explore the world behind the webpages and programs we interact with daily.</h3>
<hr/>
<h3>My Projects</h3>
<p>Coming Soon!</p>
<h3>About Me</h3>
<p>I'm baby irony wayfarers direct trade commodo. Cold-pressed consectetur tattooed yr, jean shorts excepteur tacos eiusmod trust fund culpa austin succulents aesthetic quinoa nisi. Mlkshk minim dolore kinfolk ea tacos, +1 raw denim tumblr iceland chia kickstarter. Small batch sriracha live-edge commodo keytar. Four loko hammock af consequat kombucha swag.</p>
<h3>Contact Me</h3>
<p>[email protected]</p>
<p>(714)555-2929</p>
</div>
</body>
</html>