-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
23 lines (20 loc) · 995 Bytes
/
contact.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Meg's Contact Information</title>
<link rel="stylesheet" type="text/css" href="stylesheets/default.css">
<link href='https://fonts.googleapis.com/css?family=Raleway' rel='stylesheet' type='text/css'>
<link rel="shortcut icon" href="imgs/favicon.ico"/>
</head>
<header>meghan lee</header>
<body>
<h2 id="contact-header">Contact Me</h2>
<p class="favicons" id="contact-icons">
<a href="#"><img src="imgs/email.png"/></a>
<a href="https://www.google.com/+MegTuls"target="_blank"><img src="imgs/google_plus.png"/></a>
<a href="https://twitter.com/meglkts"target="_blank"><img src="imgs/twitter.png"></a>
<a href="https://www.facebook.com/meg.kline.3" target="_blank"><img src="imgs/facebook.png"/></a>
<a href="https://www.linkedin.com/in/meghanklinetuls"target="_blank"><img src="imgs/linkedin.png"/></a>
<a href="https://github.com/meglkts"target="_blank"><img src="imgs/github_alt.png"/></a>
</p>