-
Notifications
You must be signed in to change notification settings - Fork 11
/
index.html
30 lines (29 loc) · 1.19 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>HacktoberFest-2020</title>
<link rel="stylesheet" href="./style.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.14.0/css/all.css" integrity="sha384-HzLeBuhoNPvSl5KYnjx0BT+WB0QEEqLprO+NBkkk5gbc67FTaL7XIGa2w1L0Xbgc" crossorigin="anonymous">
</head>
<body>
<div class="header">
<img class="logo-img" src="https://hacktoberfest.digitalocean.com/assets/HF-full-logo-b05d5eb32b3f3ecc9b2240526104cf4da3187b8b61963dd9042fdc2536e4a76c.svg" alt="logo">
<a href="https://github.com/MasterBrian99"><h1>HacktoberFest 2020</h1></a>
<p class="quot">Support open source and pick a limited edition T-shirt or plant a tree.</p>
</div>
<div class="users" id="users">
<!-- Content is generated dynamically -->
<!-- Add your card in user.js following the instructions -->
</div>
<div class="footer">
<footer class="footer-distributed">
<div class="footer-left">
<p>MasterBrian99 © 2020</p>
</div>
</footer>
</div>
<script src="./user.js"></script>
</body>
</html>