-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
36 lines (28 loc) · 1.41 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
<!DOCTYPE html>
<html>
<head>
<title>chandrama saha | Linktree</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" type="image/png" href="assets/icon.png"> <!--favicon-->
<link rel="stylesheet" type="text/css" href="style.css">
<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=Inter&family=Poppins:wght@400;500;600;700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,900;1,100;1,300;1,900&family=Satisfy&display=swap" rel="stylesheet">
</head>
<body>
<!--profile pic-->
<img
class="profilepic"
src="assets/1.png">
<!--text-->
<h2>chandrama saha</h2>
<h4>hi! i'm an ece undergrad student & an enthusiast in gfx, ui/ux & web dev<br/></h4>
<!--links-->
<div class="button" id="1"> Instagram </div> <br>
<div class="button" id="2"> LinkedIn </div> <br>
<div class="button" id="3"> Figma Page </div> <br>
<div class="button" id="4"> GitHub </div> <br>
<div class="button" id="5"> check out my designs! </div>
<script src="script.js" type='text/javascript'> </script>
</body>
</html>