-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
43 lines (38 loc) · 1.54 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
<!DOCTYPE html>
<html>
<head>
<title>Harshita Sharma - Linktree </title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" href="https://avatars.githubusercontent.com/u/79797000?s=400&u=49bd26561bcad913bca90b74305bc2786ec81d86&v=4" type="image/x-icon" />
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.1/css/all.css">
<link rel="stylesheet" href="style.css">
</head>
<body>
<br>
<a id="profile" >
<img src="https://avatars.githubusercontent.com/u/79797000?s=400&u=49bd26561bcad913bca90b74305bc2786ec81d86&v=4" alt="Profile Picture">
</a>
<div id="content">
Sophomore @ BIT,Mesra | Mentee @ Codess.cafe | Coder | Web-Developer | UI/UX designer | Reader
</div>
<div id="links">
<a class="link" href="https://github.com/harshita214" target="_blank">
<i class="fab fa-github"> </i> Github
</a>
<a class="link" href="https://www.linkedin.com/in/harshita-sharma-bb7992208/" target="_blank">
<i class="fab fa-linkedin"> </i> Linkedin
</a>
<a class="link" href="https://twitter.com/harshita214here" target="_blank">
<i class="fab fa-twitter"> </i> Twitter
</a>
<a class="link" href="https://devpost.com/jaipurharshita1?ref_content=user-portfolio&ref_feature=portfolio&ref_medium=global-nav
" target="_blank">
<i > </i> Devpost
</a>
</div>
<div id="hashtag">
Made with ❤ by Harshita
</div>
</body>
</html>