forked from soumsrivastava/Hacktoberfest-Census
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
26 lines (25 loc) · 1.27 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Hacktoberfest Census</title>
<link rel="icon" href="static/img/favicon.png">
<script src="https://code.jquery.com/jquery-3.2.1.min.js"
integrity="sha384-xBuQ/xzmlsLoJpyjoggmTEz8OWUFM0/RC5BsqQBDX2v5cMvDHcMakNTNrHIW2I5f"
crossorigin="anonymous"></script>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Josefin+Sans">
<meta name="viewport" content="width=device-width">
<script src="https://cutwell.github.io/Hacktoberfest-Census/static/js/get_census.js"></script>
<link rel="stylesheet" href="https://cutwell.github.io/Hacktoberfest-Census/static/css/style.css">
</head>
<body>
<div class="fill top">
<img src="https://cutwell.github.io/Hacktoberfest-Census/static/img/Hackcensus.png" alt="Center banner" class="center banner">
<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/Cutwell/Hacktoberfest-Census"> Instructions </a>
</div>
<div class="fill bottom">
<h1 class="center census-title" id="census-count"></h1>
<ul id="census-list"></ul>
</div>
</body>
</html>