-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
50 lines (45 loc) · 2.13 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
<!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.0" />
<title>Problem Statements</title>
<link rel="stylesheet" href="/css_files/style.css" />
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@200&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@350&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Orbitron:wght@700&display=swap" rel="stylesheet">
</head>
<body>
<div class="contain">
<h1 class="h4c"><span class="span">H</span>ACK <span class="span" style="color: #02f9e9;">4 </span><span
class="span">C</span>AUSE</h1>
<div class="outer_flex">
<div class="flex">
<h2 class="prob_stat"><span class="span2">P</span>ROBLEM<br><span class="span2">S</span>TATEMENTS</h2>
<img src="/images/co5_1.png" alt="" class="robot">
</div>
</div>
</div>
<div class="social">
<a href="https://www.facebook.com/SSITVIT/" class="image" target="_blank">
<img src="/images/facebook.png" alt="">
<p class="para"> ieee-ssit vit chapter</p>
</a>
<a href="https://www.instagram.com/ieeessit/" class="image" target="_blank">
<img src="/images/instagram.png" alt="">
<p class="para"> @ieee-ssit</p>
</a>
</div>
<div id="particles-js"></div>
<div id="container" class="container"></div>
<!-- <div class="goup"><a href="#contain"><img src="uparrow.png" alt="UP" class="up"></a></div> -->
<script src="/js_files/particles.js"></script>
<script src="/js_files/app.js"></script>
</body>
<script type="javascript/json" src="./statements.json"></script>
<script src="js_files/new.js"></script>
</html>