-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
62 lines (58 loc) · 2.72 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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>Kathy Ems</title>
<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/github-dark.css">
<script src="javascripts/scale.fix.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div class="wrapper">
<header>
<h1>Kathy Ems</h1>
<p>Software Developer</p>
<p class="view"><a href="https://github.com/kathy-ems">View the Project on GitHub <small>kathy-ems</small></a></p>
<ul>
<li class="single"><a href="https://github.com/kathy-ems/kathy-ems.github.io">View On <strong>GitHub</strong></a></li>
</ul>
</header>
<section>
<h3>
<a id="contact" class="anchor" href="#contact" aria-hidden="true"><span class="octicon octicon-link"></span></a>
My content around the internet
</h3>
<div class="svg-contact">
<a class='github' href="https://www.github.com/kathy-ems">
<img src="https://kathyems.files.wordpress.com/2013/01/svg-github-tail.png" alt="svg-github-tail" width="45" />
</a>
<a class='wordpress' href="https://kathyems.wordpress.com">
<img src="https://kathyems.files.wordpress.com/2013/01/svg-wordpress_t.gif" alt="svg-wordpress" width="46" padding="3px"/>
</a>
<a href="https://www.linkedin.com/in/kathyems">
<img src="https://kathyems.files.wordpress.com/2013/01/svg-linkedin_t.gif" alt="svg-linkedin" width="50" />
</a>
<a href="https://plus.google.com/u/0/+KathyEms/posts">
<img src="https://kathyems.files.wordpress.com/2013/01/svg-googleplus_t.gif" alt="svg-googleplus" width="50" />
</a>
<a href="https://www.facebook.com/kathyems">
<img src="https://kathyems.files.wordpress.com/2013/01/svg-facebook_t.gif" alt="svg-facebook" width="50" />
</a>
<a href="https://www.twitter.com/kathyems">
<img src="https://kathyems.files.wordpress.com/2013/01/svg-twitter_t.gif" alt="svg-twitter" width="50" />
</a>
</div>
</section>
</div>
<footer>
<p>Hosted on GitHub Pages — Theme by <a href="https://github.com/orderedlist">orderedlist</a></p>
<p><a href="http://www.freepik.com">Badge design by Patrickss / Freepik</a></p>
</footer>
<!--[if !IE]><script>fixScale(document);</script><![endif]-->
</body>
</html>