forked from ChristianMae/HacktoberFest-2019
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
54 lines (36 loc) · 2.36 KB
/
index.html
File metadata and controls
54 lines (36 loc) · 2.36 KB
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
<html>
<head>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css"
integrity="sha384-WskhaSGFgHYWDcbwN70/dfYBj47jz9qbsMId/iRN3ewGhXQFZCSftd1LZCfmhktB" crossorigin="anonymous">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
</head>
<body>
<div style="text-align:center">.
<img id="header-logo" src="https://hacktoberfest.digitalocean.com/assets/logo-hf19-header-8245176fe235ab5d942c7580778a914110fa06a23c3d55bf40e2d061809d8785.svg" alt="Hacktoberfest Logo" width="475" style="will-change: transform; transform: perspective(1000px) rotateX(0deg) rotateY(0deg) scale3d(1, 1, 1);">
<div>
<div class="container">
<div class="row">
<div class="col-md-12">
<h4>Hacktober Fest Contributors</h4>
<ul>
<li>Allen Shaji <a href="https://github.com/allenshaji/">View My Profile</a></li>
<li>mSalman321 <a href="https://github.com/mSalman321/">View My Profile</a></li>
<li>ArunRoy <a href="https://github.com/ark200">View My Profile</a></li>
<li>Arpit Jain <a href="https://github.com/maiarpitjain/">View My Profile</a></li>
<li>Jiss Johnson <a href="https://github.com/JISSJOHNSON/">View My Profile</a></li>
<li>Glevinzon Dapal <a href="https://github.com/glevinzon/">View My Profile</a></li>
<li>Daniel Duhaylungsod <a href="https://github.com/danieldee9">View My Profile</a></li>
<li>Pocholo Recto <a href="https://github.com/cholorecto/">View My Profile</a></li>
<li>Subhajit Chatterjee <a href="https://github.com/pulsejit">View my profile</a></li>
<li>Pulkit Khagta <a href="https://github.com/PulkitKhagta">View My Profile</a></li>
<li>Nafees Nehar <a href="https://github.com/nafees87n">View My Profile</a></li>
<li>Rj Capuno<a href="https://github.com/rjcapuno/"> View My Profile</a></li>
<li>Alexander Myutel <a href="https://github.com/AlexUnderConstruction/">View My Profile</a></li>
<li>Jijin KH <a href="https://github.com/Jijinkh/">View My Profile</a></li>
<li>Rishabh Tiwari <a href="https://github.com/rishabh-16/">View My Profile</a></li>
</ul>
</div>
</div>
</div>
</body>
</html>