-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
114 lines (109 loc) · 5 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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="css/styles.css" />
<link rel="preconnect" href="https://fonts.gstatic.com" />
<link
href="https://fonts.googleapis.com/css2?family=Architects+Daughter&family=Comfortaa:wght@700&family=Montserrat:wght@400;500&display=swap"
rel="stylesheet"
/>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-BmbxuPwQa2lc/FVzBcNJ7UAyJxM6wuqIj61tLrc4wSX0szH/Ev+nYRRuWlolflfl" crossorigin="anonymous">
<!-- JavaScript Bundle with Popper -->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta2/dist/js/bootstrap.bundle.min.js" integrity="sha384-b5kHyXgcpbZJO/tY9Ul7kGkf1S0CWuKcCD38l8YkeH8z8QjE0GmW1gYU5S9FOnJ0" crossorigin="anonymous"></script>
<title>COMICTHON | NITDGP</title>
</head>
<body class="bgimage">
<nav class="navbar navbar-expand-lg navbar-light fixed-top nbarsettings" style="background-color: rgba(0, 0, 0, 0.8);">
<div class="container-fluid">
<a class="navbar-brand " href="#"><img src="images/DEBSOClogowhitePNG (1).png" alt="" class="logo"></a>
<a class="navbar-brand" href="#"><div class="fontsett1"> COMICTHON</div></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="icon-bar"><img class="hamburgIcon" src="https://rubydatum.com/wp-content/themes/ruby-datum/assets/images/mobile-nav.png"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="nav justify-content-center">
<li class="nav-item">
<a class="nav-link" href="#"><div class="fontsett2 two">REGISTER</div></a>
</li>
<li class="nav-item">
<a class="nav-link" href="#"><div class="fontsett2 two">INFO</div></a>
</li>
</ul>
</div>
</div>
</nav>
<main>
<div class="container header__text">
<h1 class="main-text">Find the Stan Lee within you!</h1>
</div>
<p class="des container">So you're a spiderman fan? or Iron man? Oh so Batman it is.. well, to all the creative minds out there, who are into superheroes or comics, this is the event you want to be in. We provide you a chance to collaborate with your friends, have fun, present interesting ideas and show your artistry .
There are exciting prizes at the end of this 2 round event, and all the details of the event will be shared with you through the college whatsapp groups. For any queries you are free to contact the following people</p>
<div class="interact container">
<div class="call">
<svg class="contact">
<use
xlink:href="images/symbol-defs.svg#icon-user"
></use>
</svg>
<h4><a href="tel:+91 9144648481" class="class">Archit</a></h4>
</div>
<div class="call">
<svg class="contact">
<use
xlink:href="images/symbol-defs.svg#icon-user"
></use>
</svg>
<h4><a href="tel:+91 7544938719" class="class">Saurabh</a></h4>
</div>
<div class="call">
<svg class="contact">
<use
xlink:href="images/symbol-defs.svg#icon-user"
></use>
</svg>
<h4><a href="tel:+91 9903550845" class="class">Prasun</a></h4>
</div>
<div class="call">
<svg class="contact">
<use
xlink:href="images/symbol-defs.svg#icon-user"
></use>
</svg>
<h4><a href="tel:+91 9903329404" class="class">Kumkum</a></h4>
</div>
</div>
<nav class="navbar fixed-bottom navbar-dark bg-dark bottomsettings">
<div class="container-fluid">
<div class="one">
© Copyright NIT DURGAPUR | Debating Society
</div>
<div class="two">
<img src="images/NIT_Durgapur_Logo(1) white.png" class="nitd">
<img src="images/DEBSOClogowhitePNG (1).png" class="abcd">
<svg class="email">
<use
xlink:href="images/symbol-defs.svg#icon-mail"
></use>
</svg>
<svg class="email">
<use
xlink:href="images/symbol-defs.svg#icon-facebook-with-circle"
></use>
</svg>
<svg class="email">
<use
xlink:href="images/symbol-defs.svg#icon-instagram-with-circle"
></use>
</svg>
<svg class="email">
<use
xlink:href="images/symbol-defs.svg#icon-twitter-with-circle"
></use>
</svg>
</div>
</div>
</nav>
</body>
</html>