forked from AllenCompSci/Hacktoberfest
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
29 lines (24 loc) · 1.12 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
<html lang="en">
<head>
<title>Hacktoberfest Census</title>
<link rel="icon" href="static/img/site/favicon.png">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<link href="https://fonts.googleapis.com/css?family=Josefin+Sans" rel="stylesheet">
<meta name="viewport" content="width=device-width">
<script src="static/js/get_census.js"></script>
<link rel="stylesheet" href="static/css/style.css">
</head>
<body>
<div class="fill top">
<img class="center banner" src="static/img/Hackcensus.png">
<p class="center repo-desc"> A census of those participating in <a href="https://hacktoberfest.digitalocean.com/">#Hacktoberfest</a> (and an easy PR!) </p><br />
<a class="center repo-link" href="https://github.com/AllenCompSci/Hacktoberfest"> Repository </a>
<br>
<a class="center repo-link" href="https://allencompsci.github.io/Hacktoberfest/Preview"> Sign-In </a>
</div>
<div class="fill bottom">
<h1 class="center census-title" id="census-count"></h1>
<ul id="census-list"></ul>
</div>
</body>
</html>