forked from Abhash12/College-Club-Website
-
Notifications
You must be signed in to change notification settings - Fork 3
/
ind.html
41 lines (37 loc) · 1.14 KB
/
ind.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
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@900&display=swap" rel="stylesheet">
<link
href="https://fonts.googleapis.com/css?family=Lexend Deca"
rel="stylesheet"
type="text/css"
/>
<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>DevUp</title>
<link rel="stylesheet" href="ind.css" />
</head>
<body>
<div class="navbar">
<span id="name"
><img src="DevUp_Logo_Transparent_nav.png" id="logo" />
</span>
<ul>
<li><a> Home </a></li>
<li><a> About </a></li>
<li>Team</li>
<li>Events</li>
<li>Join</li>
</ul>
</div>
<div id="particles-js">
</div>
<script src="particles.js"></script>
<script src="app.js"></script>
<img src="DevUp_Logo_Transparent_nav.png" id="centerlogo">
</body>
</html>