-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
122 lines (120 loc) · 4.13 KB
/
Copy pathindex.html
File metadata and controls
122 lines (120 loc) · 4.13 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="generator" content="{{ eleventy.generator }}" />
<title>Arpit Batra</title>
<link rel="alternate" type="application/rss+xml" title="RSS Feed" href="/feed.xml" />
<link rel="icon" href="/assets/images/site-favicon.svg" type="image/x-icon" />
<link rel="preconnect" href="https://api.fontshare.com" />
<link rel="dns-prefetch" href="https://api.fontshare.com" />
<link
href="https://api.fontshare.com/v2/css?f[]=satoshi@300,301,400,401,500,501,700,701,900,901,1,2&display=swap"
rel="stylesheet"
/>
<link rel="stylesheet" href="/styles/home.css" />
{% include "analytics.liquid" %}
{% include "seo-meta.liquid" %}
</head>
<body>
<header>
<h1>Arpit Batra</h1>
<div class="links">
<a
href="https://github.com/arpitbatra123"
target="_blank"
rel="noopener noreferrer"
aria-label="GitHub"
style="color: #000; text-decoration: none"
>
<svg
width="24"
height="24"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
>
<path
d="M9 19c-5 1.5-5-2.5-7-3m14 6v-3.87a3.37 3.37 0 0 0-.94-2.61c3.14-.35 6.44-1.54 6.44-7A5.44 5.44 0 0 0 20 4.77 5.07 5.07 0 0 0 19.91 1S18.73.65 16 2.48a13.38 13.38 0 0 0-7 0C6.27.65 5.09 1 5.09 1A5.07 5.07 0 0 0 5 4.77a5.44 5.44 0 0 0-1.5 3.78c0 5.42 3.3 6.61 6.44 7A3.37 3.37 0 0 0 9 18.13V22"
></path>
</svg>
</a>
<a
href="mailto:arpitbatra123@gmail.com"
target="_blank"
rel="noopener noreferrer"
aria-label="Email"
style="color: #000; text-decoration: none"
>
<svg
width="24"
height="24"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
>
<rect x="2" y="4" width="20" height="16" rx="2"></rect>
<path d="m22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7"></path>
</svg>
</a>
<a
href="https://www.goodreads.com/arpitbatra123"
target="_blank"
rel="noopener noreferrer"
aria-label="Goodreads"
style="color: #000; text-decoration: none"
>
<svg
width="24"
height="24"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
>
<path d="M4 19.5A2.5 2.5 0 0 1 6.5 17H20"></path>
<path
d="M6.5 2H20v20H6.5A2.5 2.5 0 0 1 4 19.5v-15A2.5 2.5 0 0 1 6.5 2z"
></path>
</svg>
</a>
</div>
</header>
<main id="main" role="main">
<div class="hero">
<figure class="profile">
<picture>
<source srcset="./assets/images/site-profile.webp" type="image/webp" />
<source srcset="./assets/images/site-profile.png" type="image/png" />
<img src="./assets/images/site-profile.png" alt="Profile Picture">
</picture>
<figcaption>Yep, that's me!</figcaption>
</figure>
<div class="about">
Hi! I’m @arpitbatra123. Personally, I am
<a
href="https://www.goodreads.com/quotes/843795-oscar-wilde-said-that-if-you-know-what-you-want"
>many things.
</a>
Professionally I'm a
<a href="https://www.linkedin.com/in/arpitbatra123/"
>Documentation Engineer.</a
>
<br />
<a href="/blog">Read on</a> to find poems, philosophy, life updates
and some technical posts related to my adventures with computers.
</div>
</div>
</main>
<footer></footer>
</body>
</html>