-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
30 lines (30 loc) · 1.35 KB
/
index.html
File metadata and controls
30 lines (30 loc) · 1.35 KB
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
<!DOCTYPE html>
<html>
<head>
<title>WaveLink</title>
<link rel="stylesheet" type="text/css" href="main.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body class="black">
<div class="container">
<div class="image-container">
<img src="user.png" alt="user_profile" class="user_profile" max-width="100%" height="150px">
</div>
<div class="user_info">
<h4>Hello, Myself Nishanth</h4>
<h5>Developer</h5>
<h5>Check The Links To Reach Out</h5>
</div>
<div class="links-container">
<a href="https://www.instagram.com/warrior_75069/" class="btn" target="_blank"><i class="fa fa-instagram"> </i>Instagram</a>
<br>
<a href="https://www.linkedin.com/in/nishanth-muthukumar-35190b212" class="btn" target="_blank"><i class="fa fa-linkedin"> </i>Linkedin</a>
<br>
<a href="https://www.behance.net/nishanthkumar11" class="btn" target="_blank"><i class="fa fa-behance"> </i>Behance</a>
</div>
</div>
</body>
<footer>
<h5>© Copyright 2023 Nishanth. All rights reserved.</h5>
</footer>
</html>