-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
67 lines (50 loc) · 1.7 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Ankita</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<aside class="profile-card">
<header>
<a target="_blank" href="#">
<img src="assets/Ankita.png" class="hoverZoomLink">
</a>
<h1> Ankita Puri </h1>
<h2> Web-developer</h2>
</header>
<div class="profile-bio">
<p>
Microsoft Learn Student Ambassador and a Sophomore at Thapar University <br> <br>
A passionate developer and a keen learner<br>
</p>
</div>
<!-- social links -->
<ul class="profile-social-links">
<li>
<a target="_blank" href="https://www.linkedin.com/in/ankita-puri-2702ab190/">
<i class="fa fa-linkedin"></i>
</a>
</li>
<li>
<a target="_blank" href="https://twitter.com/Ankitaaaa05">
<i class="fa fa-twitter"></i>
</a>
</li>
<li>
<a target="_blank" href="https://github.com/ankitapuri">
<i class="fa fa-github"></i>
</a>
</li>
<li>
<a target="_blank" href="https://medium.com/@ankitapuri10">
<i class="fa fa-medium"></i>
</a>
</li>
</ul>
</aside>
</body>
</html>