-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
40 lines (29 loc) · 1.33 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
<!doctype html>
<html lang="en">
<head>
<title>Friends of Applait</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="The people who have been a part of Applait">
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Exo:300,700|Alegreya+Sans:300" />
<link href="vendor/css/normalize.css" rel="stylesheet" type="text/css">
<link href="css/style.css" rel="stylesheet" type="text/css">
<link href="img/applait-32.png" rel="icon" type="image/png">
</head>
<body>
<div id="header">
<a href="http://applait.com"><img src="img/applait-32.png" alt="Applait"></a>
<h1>Friends of Applait</h1>
</div>
<p id="description">
This is our way of hi5-ing all those brilliant people who have helped Applait grow with their contributions!
</p>
<div id="friends"></div>
<div id="footer">
<p>Made with ❤ by <a href="http://applait.com">Applait</a> |
<a href="https://github.com/applait/friends">Source</a></p>
</div>
<script src="vendor/js/md5.js" type="text/javascript"></script>
<script src="js/script.js" type="text/javascript"></script>
</body>
</html>