forked from ajitesh13/Hacktoberfest-page
-
Notifications
You must be signed in to change notification settings - Fork 0
/
hacktober.html
59 lines (58 loc) · 3.01 KB
/
hacktober.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>HacktoberFest 2019</title>
<link href="https://fonts.googleapis.com/css?family=Mansalva&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<link rel="stylesheet" href="stylesheet.css">
</head>
<body>
<nav class="nav navbar navbar-inner navbar-default">
<div class="container-head container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="true" aria-controls="navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<img class="image1" src="public/iiit-bhubaneswar.jpg">
<a href="hacktober.html"><img id="image" src=""></a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav navbar-right list-item">
<li><a href="hacktober.html">Home</a></li>
<li><a href="events.html">Events</a></li>
<li><a href="about.html">About</a></li>
<li><a href="https://forms.gle/GoDdPVD2UEPdp3A86" target="_blank">Register</a></li>
<h2 class="title-5">Organisers</h2>
<li class="title-4">Rajarshee Nabanita Alok Debasish Ajitesh</li>
</ul>
</div>
</div>
</nav>
<div class="container">
<ul class="animated-thank-you">
<li>IIIT Bhubaneswar</li>
<li>Welcomes You To</li>
<li class="hacktober">The Hacktoberfest Meetup!</li>
<!-- <li><img src="public/heart.png" alt="Love" height="20" width="21.34"><p style="font-size: 40px;"><Open Source</p></li> -->
<!-- <li style="font-family: 'Mansalva', cursive; font-size: 40px; color: #ff00aa;">16th October</li> -->
</div>
</ul>
<br>
<br>
<script src="script.js"></script>
<script src="https://code.jquery.com/jquery-3.1.1.min.js"integrity="sha256-hVVnYaiADRTO2PzUGmuLJr8BLUSjGIZsDYGmIJLv2b8="
crossorigin="anonymous"></script>
<!-- Custom JS for search feature -->
<script src="/scripts/search.js" async defer></script>
<!-- Bootstrap JS CDN -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
</body>
</html>