-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
46 lines (45 loc) · 1.18 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
45
46
<!DOCTYPE html>
<meta charset="UTF-8">
<title>Nash's Resume</title>
<link rel="stylesheet" href="style.css">
<html>
<main>
<section>
<header>
<h1> <i> Placeholder text V</i></h1>
</header>
<aside>
<h2>
10385 Bluebird St NW
<br>
Coon Rapids, Minnesota
<br>
Phone: 763-234-7389
</h2>
</aside>
<img src="IMAG0515.jpg" id="pic" width="272" Height="480" >
<nav>
<ul>
<li>Home</li>
<li><a href="exp">Experience</a></li>
<li><a href="skills">Skills</a></li>
<li><a href="refs">References</a></li>
</ul>
</nav>
</section>
<section class="info-box">
<p>My name is Deforis H. Nash, and welcome to my resume website. Use the buttons above to navigate to different sections.
<br>
<b>About:</b>The gist of it.
<br>
<b>Experience:</b>A list of prior school and work experience I have aquired.
<br>
<b>Skills:</b>Different skills I have developed up to this point in time.
<br>
<b>References:</b>People to call for more information about me.</p>
</section>
</main>
<footer>
<h2> © jo-mamma industries 2016 </h2>
</footer>
</html>