-
Notifications
You must be signed in to change notification settings - Fork 22
/
index.html
27 lines (22 loc) · 993 Bytes
/
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
<html lang="en">
<head>
<title>Hacktoberfest Participation</title>
<link rel="icon" href="static/img/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> </p><br />
<a class="center repo-link" href="https://github.com/TIEDC/gitWorkshop"> Instructions </a>
</div>
<div class="fill bottom">
<h1 class="center census-title" id="census-count"></h1>
<ul id="census-list"></ul>
</div>
</body>
</html>