-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
71 lines (66 loc) · 2.74 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
60
61
62
63
64
65
66
67
68
69
70
71
<!DOCTYPE html> <!-- HTML5 DOCTYPE -->
<html class="no-js" lang="en" itemscope itemtype="http://data-vocabulary.org/Person">
<head>
<meta charset="utf-8">
<title itemprop="name">Keith Gautreaux</title>
<link rel="stylesheet" href="/stylesheets/kgautreaux.css" media="screen" />
<link rel="shortcut icon" href="/images/favicon.ico">
<link rel="stylesheet" href='https://fonts.googleapis.com/css?family=IM+Fell+DW+Pica+SC'>
<link rel="me" type="text/html" href="https://www.google.com/profiles/keith.gautreaux"/>
<link rel="openid2.provider" href="https://www.google.com/accounts/o8/ud?source=profiles" >
<link rel="openid2.local_id" href="https://www.google.com/profiles/keith.gautreaux" >
<meta name="google-site-verification" content="AZuwrfawX02KPT7rVwflFLdGBLbuHNCbSc5GlGTjbKg" />
<!--[if IE]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div id="foundation_box">
<div class="container_3" id="top_row">
<div class="grid_1">
<h1 class="logo"><a itemprop="url" href="https://kgautreaux.github.io">K</a></h1>
</div>
<div class="grid_1">
<h1><a itemprop="url" href="/blog">Blog</a></h1>
<h2>Read the Blog</h2>
</div>
<div class="grid_1">
<hgroup>
<h1><a itemprop="url" href="http://www.twitter.com/kgautreaux">Twitter</a></h1>
<h2>See some quips</h2>
</hgroup>
</div>
<div class="clear"></div>
</div>
<div class="container_3" id="bottom_row">
<div class="grid_1">
<hgroup>
<h1><a itemprop="url" href="http://www.github.com/kgautreaux">GitHub</a></h1>
<h2>See some code</h2>
</hgroup>
</div>
<div class="grid_1">
<hgroup>
<h1><a itemprop="url" href="http://www.youtube.com/kgautreaux">YouTube</a></h1>
<h2>See Tee-Vee</h2>
</hgroup>
</div>
<div class="grid_1">
<hgroup>
<h1><a itemprop="url" href="http://kgautreaux.github.com/blog/about/">About</a></h1>
<h2>Blog or micro.blog</h2>
</hgroup>
</div>
<div class="clear"></div>
</div>
</div> <!-- foundation_box -->
<div class="container_3">
<div class="grid_2 prefix_1" id="footer">
<footer>
Copyright Keith Gautreaux - 2020 | <span itemprop="title">Physician</span> at <a id="selhc" itemprop="url" href="http://selfamilycenter.com/healthclinic"><span itemprop="affiliation">Schweitzer Engineering Laboratories</span></a>
<img itemprop="photo" src="https://pbs.twimg.com/profile_images/24968662/Photo_7.jpg">
</footer>
</div>
</div>
</body>
</html>