-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
45 lines (34 loc) · 1.59 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
43
44
45
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" type="image/png" sizes="32x32" href="./assets/images/favicon-32x32.png">
<title>Lakhindar Pal | Social links profile</title>
<meta name="description" content="Explore the profile of Lakhindar Pal, a full-stack web developer based in West Bengal, India. Discover projects, social links, and more.">
<link rel="stylesheet" href="styles.css">
</head>
<body>
<main>
<header>
<figure>
<img src="./assets/images/avatar-geek.png" alt="Avatar Geek">
</figure>
<h1>Lakhindar Pal</h1>
<p id="location">WB, India</p>
<p id="tagline">"Full-stack web developer."</p>
</header>
<div id="social">
<a href="https://github.com/LakhindarPal" target="_blank" rel="noopener noreferrer">GitHub</a>
<a href="https://www.frontendmentor.io/profile/LakhindarPal" target="_blank" rel="noopener noreferrer">Frontend Mentor</a>
<a href="https://linkedin.com/in/LakhindarPal" target="_blank" rel="noopener noreferrer">LinkedIn</a>
<a href="https://discord.com/users/668157292927254587" target="_blank" rel="noopener noreferrer">Discord</a>
<a href="https://dev.to/lakhindarpal" target="_blank" rel="noopener noreferrer">Dev.to</a>
</div>
</main>
<footer>
<p>Challenge by <a href="https://www.frontendmentor.io?ref=challenge" target="_blank">Frontend Mentor</a>.</p>
<p>Coded by <a href="https://lakhindar.is-a.dev" target="_blank">Lakhindar Pal</a>.</p>
</footer>
</body>
</html>