-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
59 lines (55 loc) · 2.22 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
47
48
49
50
51
52
53
54
55
56
57
58
59
<!DOCTYPE html>
<html lang='en'>
<head>
<!-- Basic Page Needs -->
<meta charset="utf-8" />
<title>David Stauffer's GitHub Website</title>
<meta name="description" content="David Stauffer's personal GitHub webpage" />
<meta name="author" content="David C. Stauffer" />
<meta name="keywords" content="David Stauffer github webpage homepage" />
</head>
<body>
<nav>
<ul id="menu">
<li><a href="/">Home</a></li>
<li><a href="https://www.davidstauffer.com/">Website</a>
<li>
<a href="#">Social Media</a>
<ul class="hidden">
<li><a href="https://www.facebook.com/DStauffman">Facebook</a></li>
<li><a href="https://www.linkedin.com/in/dstauffman">LinkedIn</a></li>
<li><a href="https://github.com/DStauffman">GitHub</a></li>
<li><a href="https://stackoverflow.com/story/dstauffman2">StackOverflow</a></li>
</ul>
</li>
</ul>
</nav>
<header>
<h1>Welcome to David Stauffer's Web Page</h1>
</header>
<div class="container">
<div class="row" id="what">
<p>My page is finally going through a transition into HTML 5 and the world of responsive coding and mobile friendly. Work is in progress.</p>
<hr />
<h3>Quote to Ponder</h3>
<!-- <p><cite>"I'll stop procrastinating tomorrow!"</cite></p> -->
<p><cite>"Life is all about sincerity. If you can fake that, you've got it made!"</cite></p>
<!-- <p><cite>"Why do we park on driveways and drive on parkways?"</cite></p> -->
<br />
</div>
</div> <!-- container -->
<footer>
<p style="float:right">
<a href="http://jigsaw.w3.org/css-validator/">
<img style="border:0;width:88px;height:31px;" src="pictures/valid_css.png" alt="Valid CSS!" /></a>
<a href="http://validator.w3.org/check?uri=referer">
<img style="border:0;" src="pictures/valid-xhtml11.png" alt="Valid XHTML 1.1" height="31" width="88" /></a>
</p>
<p>
<!-- <a href="#">Disclaimer and Policy</a> -->
Copyright ©2020 David Stauffer. All Rights Reserved.
<br />Last updated 15 August 2020.
</p>
</footer>
</body>
</html>