-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
128 lines (127 loc) · 3.95 KB
/
index.html
File metadata and controls
128 lines (127 loc) · 3.95 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
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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
<!DOCTYPE html>
<html lang="en">
<head>
<title>Ankit_Pant</title>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<meta http-equiv="Cache-control" content="public" />
<meta
name="viewport"
content="width=device-width,minimum-scale=1,initial-scale=1"
/>
<meta name="theme-color" content="#24292E" />
<meta name="msapplication-navbutton-color" content="#24292E" />
<meta name="apple-mobile-web-app-status-bar-style" content="#24292E" />
<meta property="og:title" content="Ankit Pant" />
<meta
property="og:description"
content="Hi, I'm Ankit Pant. Curious Coder & Front End Engineer."
/>
<meta
name="description"
content="Hi, I'm Ankit Pant. Curious Coder & Front End Engineer."
/>
<meta itemprop="gender" content="Male" />
<meta itemprop="birthDate" content="September 12" />
<meta itemprop="jobTitle" content="Developer" />
<meta itemprop="email" content="ankit12.pant@gmail.com" />
<meta itemprop="url" content="https://ankitpant.in" />
<link rel="icon" href="favicon.ico" type="image/x-icon" />
<link rel="stylesheet" type="text/css" href="./assets/css/style.css" />
<link rel="canonical" href="https://ankitpant.in/" />
<meta name="cf-2fa-verify" content="8ca6218f06ee742" />
</head>
<body>
<main>
<article class="main-section">
<section>
<img
class="profile-picture"
src="./assets/img/ankit_pant.jpg"
alt="profile-picture"
height="220px"
width="220px"
/>
</section>
<section class="my-name">Ankit Pant</section>
<section class="my-email">
<a class="my-email-id" href="mailto: ping@ankitpant.in"
>ankit12.pant@gmail.com</a
>
</section>
<section class="title-text">
<i>There is no place like 127.0.0.1</i>
</section>
<section class="name-border"></section>
<section class="sub-content">
<section>
Frontend Developer
</section>
<section class="description-text">
<img
src="./assets/img/location.svg"
height="20px"
width="20px"
alt="location-icon"
/>
Amsterdam, Netherlands
</section>
</section>
<section class="my-cv">
<a
class="my-cv-id"
href="./assets/download/Ankit_Pant_CV.pdf"
target="_blank"
rel="noopener noreferrer"
>
Download my CV
</a>
</section>
<section class="contact-wrapper">
<section class="linkedin">
<a
href="https://www.linkedin.com/in/ankit-pant-b5768aa4/"
target="_blank"
rel="noopener noreferrer"
>
<img
src="./assets/img/linkedin.svg"
height="30px"
width="30px"
alt="linkedin-icon"
/>
</a>
</section>
<section class="facebook">
<a
href="https://www.facebook.com/ankit12.pant"
target="_blank"
rel="noopener noreferrer"
>
<img
src="./assets/img/facebook.svg"
height="30px"
width="30px"
alt="facebook-icon"
/>
</a>
</section>
<section class="instagram">
<a
href="https://www.instagram.com/ankypant10/"
target="_blank"
rel="noopener noreferrer"
>
<img
src="./assets/img/instagram.svg"
height="30px"
width="30px"
alt="instagram-icon"
/>
</a>
</section>
</section>
</article>
</main>
</body>
</html>