-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
44 lines (31 loc) · 1.46 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>ANSU</title>
<link href="style.css" rel="stylesheet" type="text/css" />
<link rel="icon" href="assets/titlelogo.png" type="image/icon type">
</head>
<body>
<script src="script.js"></script>
<div class=navbar>
<ul style="list-style-type: none">
<li><a class="active" href="#home">Home</a></li>
<li><a href="#music">Music</a></li>
<li><a href="#gallery">Gallery</a></li>
<li><a href="#about">About</a></li>
<li style="float:right"><a href = "https://twitter.com/AnsuBanerjee/"> <img class = "socials"src="assets/twitter.png"></a></li>
<li style="float:right"><a href = "https://www.youtube.com/channel/UC4QZktNr06L58Z3bIBdeULw"><img class = "socials"src="assets/youtube.png"></a></li>
<li style="float:right"><a href = "https://vsco.co/ansubanerjee/gallery"><img class = "socials" src="assets/vsco.png"></a></li>
<li style="float:right"><a href = "https://www.instagram.com/ansubanerjee03/"><img class = "socials" src="assets/instagram.png"></a></li>
</ul>
</div>
<h1>A N S U</h1>
<div>
<img src="assets/face.png" class="face_image" class="center">
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<iframe id="ytEmbed" width="600" height="340" frameborder="0" allowfullscreen></iframe>
</body>
</html>