-
Notifications
You must be signed in to change notification settings - Fork 0
/
esports.html
325 lines (302 loc) · 9.15 KB
/
esports.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
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
<!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">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet">
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
<link rel="stylesheet" href="https://unpkg.com/aos@next/dist/aos.css"/>
<link rel="icon" type="image/x-icon" href="sdcimages/logo.png">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<!-- siva -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Audiowide">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Sofia&effect=fire|shadow-multiple|outline">
<link rel="stylesheet" href="coordinator.css">
<!-- footer -->
<link rel="stylesheet" href="style3.css" />
<link rel="stylesheet" href="styleImg.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- for font awesome linking -->
<link href="https://fonts.googleapis.com/css2?family=Barlow&family=PT+Sans&family=Roboto:wght@500&display=swap" rel="stylesheet">
<style>
.navbar{
/* padding: 10px; */
transition: 1s;
}
.navbar.scroll{
background: rgba(0, 0, 0, 0.616);
}
.navbar-brand{
font-weight:100;
font-style: normal;
font-family: Verdana;
font-weight: bold;
/* padding-left: 130px; */
font-size: 30px;
color: #fff !important;
text-transform: capitalize;
}
.scroll .logo,
.scroll ul li a{
color: #000;
}
.navbar-nav{
padding-left:800px;
font-size: 15px;
color: black;
}
@media (max-width: 978px){
.navbar-nav{
padding-left: 0px;
}
}
.nav-link{
font-weight: bold;
font-style: italic;
color: #fff !important;
margin-left: 5px;
transition: 0.6s;
border-radius: 20px;
text-transform: capitalize;
}
.nav-link:hover{
transform: translateY(-2px);
background: #dc3445;
}
.logo{
position: fixed;
left: 65px;
top: 25px;
}
.navbar-toggler-icon {
background-image: none;
}
.navbar-toggler-icon::before {
font-family: FontAwesome;
content: "\f0c9"; /* fa-bars, fa-navicon */
color: whitesmoke;
}
@media (max-width: 978px){
.navss{
background-color: rgba(0, 0, 0, 0.39);
}
}
@import url('https://fonts.googleapis.com/css2?family=Katibeh&display=swap');
body{
background-color: black;
}
.header{
margin: 0;
padding: 0;
}
.img{
height: 70vh;
width: 100%;
opacity: 0.9;
background-image: linear-gradient(rgba(0,0,0,0.6),rgba(0,0,0,0.6)),url('sdcimages/cc.jpg');
background-size: cover;
background-position: center ;
background-blend-mode: darken;
}
@media (max-width: 978px){
.img{
height: 85vh;
width: 100%;
}
}
.img h2{
position: relative;
top: 230px;
text-align: center !important;
justify-content: center !important;
color: white;
font-weight: bolder;
font-family:Verdana;
font-size: 30px;
font-style: normal;
}
.img p{
margin: 0;
padding-left: 150px;
padding-right: 150px;
position: relative;
top: 250px;
text-align: center !important;
color: rgb(235, 206, 42);
font-family:'Arial Narrow';
text-justify:auto;
font-size: 22px;
}
@media (max-width: 978px){
.img p{
padding-left: 50px;
padding-right: 50px;
font-size: 20px;
}
}
ul{
color: white;
font-family: 'Katibeh', cursive;
font-size: 18px;
}
#preloader{
background: #000 url(sdcimages/loadingsdc.gif) no-repeat center center;
background-size: 500px;
height: 100vh;
width: 100%;
position: fixed;
z-index: 500;
}
.note{
background-color: rgba(63, 55, 55, 0.87);
}
.cont{
background-color:rgba(250, 171, 25, 0.959);
padding-bottom: 7%;
}
.footer{
background-color:rgba(250, 171, 25, 0.959);
padding-top: 1%;
padding-bottom: 1%;
}
.event{
background-color: rgba(63, 55, 55, 0.87);
}
</style>
<title>Sdcfest-Paper presentation</title>
</head>
<body>
<div id="preloader"></div>
<nav class="navbar navbar-expand-lg fixed-top ">
<a href="" class="navbar-brand"><img src="sdcimages/blue.png" alt="" width="40px" height="40px%"> SDC</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNavAltMarkup" aria-controls="navbarNavAltMarkup" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNavAltMarkup">
<div class="navss">
<ul class="navbar-nav">
<li class="nav-item"><a href="sdcfest.html" class="nav-link">HOME</a></li>
<li class="nav-item"><a href="#abt" class="nav-link">ABOUT</a></li>
</ul>
</div>
</div>
</nav>
<!--java script-->
<script type="text/javascript">
window.addEventListener("scroll",function(){
var nav=document.querySelector("nav");
nav.classList.toggle("scroll",window.scrollY>0);
})
</script>
<div class="header">
<div class="img">
<h2 class="font-effect-fire">BATTLEGROUND</h2>
<p class="font-effect-outline" id="para">Get ready to compete in the ultimate online gaming tournament with Battlegrounds! This
event will test your skills and strategies as you battle it out in the popular online game
battlegrounds.This event will take place entirely online, so participants can join from the
comfort of their own inn.</p>
</div>
</div>
<br><br>
<div class="container">
<div class="row g-5">
<div class=" col-12 col-md-6">
<img src="sdcimages/pubg.png" class="mx-auto d-block" alt="paper" style="border: orange solid 3px; border-radius: 3px;" width="300" height="350">
</div>
<div class=" col-12 col-md-6">
<ul>
<h2 id="abt" style="color:rgba(250, 171, 25, 0.959);font-family: Audiowide;" class="font-effect-outline">RULES</h2>
<hr>
<li>First come first serve(25 teams).</li>
<li>Event will be conducted only in the evening hours.</li>
<li>Players should play from their respective stay inn.</li>
<li>Outside players are strictly not allowed.</li>
<li>SDC is not responsible for the network issue.</li>
</ul>
<div class="d-grid gap-3">
<a class="btn btn-warning" href="https://docs.google.com/forms/d/e/1FAIpQLSc8GwCjQF5hIJ8DvQ0mDPIZl9ch5B2Ic4K6XXs0jn3nYZiIfg/viewform?usp=sf_link">Register</a>
</div>
</div>
</div>
</div>
<br><br>
<div class="note">
<div class="container">
<h2 style="color: white;">🎯NOTE</h2>
<ul>
<li>The participants will be disqualified at any point of time if they engage in any malpractice or fails to meet the event criteria.</li>
<li>The final winners will be determined solely by the decision of the jury.</li>
</ul>
</div>
</div>
<div class="event">
<div class="container">
<h3 style="color:rgba(250, 171, 25, 0.959);font-family: Audiowide;" class="font-effect-outline">Coordinators</h3>
<hr class="new1">
<h5 style="color: white;">SUTHIKSAN R A - 6381780097</h5>
<h5 style="color: white;">PRAVIN B - 7092372245</h5>
</div>
</div>
<div class="footer">
<div class="container">
<center>
<h5>© Copyright <span style="font-weight: bold;">SDC-KEC.</span> All Rights Reserved </h5>
<h5>Designed by</h5>
<h5>SDC WEB DEVELOPMENT TEAM</h5>
</center>
</div>
</div>
<footer>
<div class="footer-content">
<div class="main1">
<div class="profile-card">
<div class="img1">
<img src="sdcimages/sk.jpg">
</div>
<div class="caption">
<p>Santhosh kumar S(CSE)</p>
<p></p>
</div>
</div>
<div class="profile-card">
<div class="img1">
<img src="sdcimages/sivapic.JPG">
</div>
<div class="caption">
<p>Siva Sakthivel P(ECE)</p>
<p></p>
</div>
</div>
<div class="profile-card">
<div class="img1">
<img src="sdcimages/naveenapic.jpg">
</div>
<div class="caption">
<p>Naveena M</p>
<p>EEE</p>
</div>
</div>
<div class="profile-card">
<div class="img1">
<img src="sdcimages/karthikapic.jpg">
</div>
<div class="caption">
<p>Karthika M</p>
<p>CSD</p>
</div>
</div>
</div>
</div>
</footer>
<script>
var loader = document.getElementById("preloader");
window.addEventListener("load",function(){
loader.style.display = "none";
// document.body.style.overflow = "unset";
});
</script>
</body>
</html>