-
Notifications
You must be signed in to change notification settings - Fork 2
/
contact.html
26 lines (23 loc) · 948 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
24
25
26
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>where2help.at</title>
<meta name="description" content="where2help.at">
<meta name="author" content="SitePoint">
<link href="//cdn-images.mailchimp.com/embedcode/classic-081711.css" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="css/styles.css">
<link href="https://fonts.googleapis.com/css?family=Open+Sans:400,300,600" rel="stylesheet" type="text/css">
</head>
<body>
<div id="header"><a href="/"><img src="img/logo_head.png" alt="where2help"/></a></div>
<div id="container">
<h1>Contact</h1>
<ul>
<li>Email – where2helpinaustria at gmail.com</li>
<li>Facebook – <a href="https://www.facebook.com/where2help">https://www.facebook.com/where2help</a></li>
<li>GitHub – <a href="https://github.com/refugeeHackVienna/iamin">https://github.com/refugeeHackVienna/iamin</a></li>
</ul>
</div>
</body>
</html>