forked from GIAN-IIIT-Kalyani/website-frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
41 lines (40 loc) · 1.16 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
<!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=Quicksand:wght@700&display=swap"
rel="stylesheet"
/>
<link
href="https://fonts.googleapis.com/css2?family=Archivo:wght@700&display=swap"
rel="stylesheet"
/>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="navbar">
<div class="logo">
<img
class="gian"
src="gian real 1.svg"
xmlns="http://www.w3.org/2000/svg"
/>
<h1>|</h1>
<img class="iiit-k" src="Institute logo.jpg" />
</div>
<div class="menu">
<ul>
<li><a href="#home">Home</a><span>|</span></li>
<li><a href="#vision">Vision And Mission</a><span>|</span></li>
<li><a href="#team">Team</a><span>|</span></li>
<li><a href="#contact">Contact Us</a></li>
</ul>
</div>
</div>
<div class="shape_c">
<img class="shape" src="public/shape.png">
</div>
</body>
</html>