-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
32 lines (28 loc) · 1.51 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
<!DOCTYPE html>
<html lang="en" class="no-js">
<head>
<title>Arpan Basu</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.4.1/css/all.css" crossorigin="anonymous">
<script type="text/javascript" src="js/index.js"></script>
<script type="text/javascript" src="js/main_animation.js"></script>
</head>
<body>
<div id="animations">
<div id="main_body" class="body_class">
<img src="WhatsApp Image 2023-04-11 at 11.16.04 PM.jpeg" alt="Profile pic">
<h1 style="font-family: 'Roboto', sans-serif; font-style: initial;">Arpan Basu</h1>
<h2 class="desc" style="font-weight: 10; font-size: 20px;">
I'm a
<span class="text-switcher" style="font-style: initial; font-size: 22px;" data-hold-time="1000" data-switch-content='[ "Web Developer.", "Coder.","UI/UX Designer."]'></span>
</h2>
<hr style="width: 50%; background-color: #1D2951; border-color: #1D2951;">
<a href="https://www.linkedin.com/in/arpan-basu-533252221/" style="color: white;"><i class="fab fa-linkedin" style="font-size: 2em;"></i></a>  
<a href="https://github.com/Arpan-basu" style="color: white;"><i class="fab fa-github" style="font-size: 2em;"></i></a>  
</div>
</div>
</body>
</html>