-
Notifications
You must be signed in to change notification settings - Fork 133
/
index.html
98 lines (89 loc) · 4.39 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://pro.fontawesome.com/releases/v5.10.0/css/all.css"
integrity="sha384-AYmEC3Yw5cVb3ZcuHtOA93w35dYTsvhLPVnYs9eStHfGJvOvKxVfELGroGkvsg+p" crossorigin="anonymous" />
<!-- Bootstrap CSS -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-+0n0xVW2eSR5OomGNYDnhzAbDsOXxcvSN1TPprVMTNDbiYZCxYbOOl7+AMvyTG2x" crossorigin="anonymous">
<link href="style.css" rel="stylesheet" crossorigin="anonymous">
<title>Zoop</title>
<link rel="icon" type="image/png" sizes="192x192" href="Zooplogo.png">
</head>
<body>
<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
<div class="container">
<a class="navbar-brand" href="#">
<img src="Zooplogo.png" height="60" width="90" alt="" loading="lazy" />
</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse"
data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false"
aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<h1 class="text-center" style="color: white;"><strong>Hacktoberfest 2021</strong>Practice
Contributors</h1>
</ul>
<ul class="mb-2 mb-lg-0 add-flex">
<a class="btn btn-outline-light" href="https://github.com/evilseye/zoop-hacktoberfest/"
target="_blank" role="button"><i class="fab fa-github"></i></a>
<a class="btn btn-outline-light" href="https://www.linkedin.com/in/iamartyaa" target="_blank"
role="button"><i class="fab fa-linkedin-in"></i></a></button>
</ul>
</div>
</div>
</nav>
<div class="text-center">
<br>
<a href="https://hacktoberfest.digitalocean.com/"><img class="img-fluid" src="logo-hacktoberfest-full2.aa1e9d9.svg" alt="Hacktoberfest"> </a>
<a href="https://github.com/evilseye/Zoop-Hacktoberfest/graphs/contributors">
<img class='img-fluid' src="https://contrib.rocks/image?repo=evilseye/Zoop-Hacktoberfest"/>
<br>
<p class="animated"><strong>Top 30 Contributors</strong></p>
</a>
</div>
<div class="text-center">
</div>
<div class="container" id="rowdy">
</div>
<footer class="bg-light text-dark mt-5" style="padding: 20px;">
<div class="container">
<div class="text-center">
<span class="copyright quick-links text-dark">Copyright © Zoop
<script>document.write(new Date().getFullYear())</script>
</span>
<br>
Open Sourced by <a style="text-decoration: none;" href="https://github.com/evilseye" target="_blank"
rel="noopener noreferrer">Amartya</a>
</div>
</div>
</footer>
<div id="discord-shoutout" class="discord-shoutout">
<div class="shoutout-inner">
<img src="https://avatars.githubusercontent.com/u/5508982?s=200&v=4">
<span class="title">Hey there!</span>
<p>
Fancy having a chat?
</p>
<p>
We're currently online on WhatsApp!
</p>
<div class="discord-buttons">
<a class="discord-button discord-primary" href="https://chat.whatsapp.com/BbGmsuNXe016LxNeWTP3FM"
target="_blank">Join our group</a>
<button class="discord-button discord-secondary" onclick="hide()">Close</button>
</div>
</div>
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-gtEjrD/SeCtmISkJkNUaaKMoLD0//ElJ19smozuHV6z3Iehds+3Ulb9Bn9Plx0x4"
crossorigin="anonymous"></script>
<script src="index.js"></script>
</body>
</html>