-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
82 lines (80 loc) · 3.05 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<link rel="manifest" href="./manifest.json" />
<meta
name="viewport"
content="width=device-width, minimum-scale=1.0, maximum-scale=1.0"
/>
<meta name="description" content="Aniruddha Basak" />
<meta name="keywords" content="Aniruddha Basak personal website" />
<meta name="language" content="en-us" />
<meta name="distribution" content="Global" />
<meta name="rating" content="General" />
<meta name="creator" content="Aniruddha Basak" />
<title>Home - Aniruddha Basak</title>
<link rel="stylesheet" href="home_files/style.css" />
<link rel="icon" type="png" href="./assets/png/icon.png" />
<link rel="stylesheet" href="home_files/font-awesome.css" />
<link href="home_files/css.css" rel="stylesheet" />
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"
/>
<link
href="https://fonts.googleapis.com/css?family=Inconsolata:400,700"
rel="stylesheet"
/>
</head>
<body
cz-shortcut-listen="true"
data-new-gr-c-s-check-loaded="8.898.0"
data-gr-ext-installed=""
>
<div class="container" id="header">
<h1>Aniruddha Basak</h1>
<div id="links">
<a href="./html/about.html">About</a>
<a href="./html/resume.html">Resume</a>
<a href="https://aniruddhab.home.blog">Blog</a>
<a href="https://github.com/aniruddha2000">GitHub</a>
<a href="https://twitter.com/aniruddha_2000/">Twitter</a>
<a href="https://www.linkedin.com/in/aniruddha2000/">LinkedIn</a>
</div>
</div>
<div class="container" id="intro-wrapper">
<h3>[[email protected] ~]$ cat intro.txt</h3>
<br />
I am a Cloud Software Engineer who contribute to Open Source
Projects[Kubernetes Cluster API, Flatcar Linux] and maintain
Cluster API Hetzner provider and loves to travel to different
places and hikes.
</div>
<div class="container" id="intro">
I love Open-Source and advocating for it. I did Linux Foundation
internship at CNCF Kubernetes Cluster API and currently I am working
at <a href="https://syself.com">Syself GmbH</a>. I love to
deliver talks and attend conferences. <br /><br />
:: Things I <i class="fa fa-heart"></i>
<ol style="list-style-type: circle">
<li>Tinkering with OS and Networking.</li>
<li>Containers & Kubernetes</li>
<li>Writing Blogs</li>
<li>Slacking</li>
</ol>
</div>
<div class="container" id="contact">
Want to send me an encrypted email? Use
<a href="/html/public-key.html">my public key</a>
<i class="fa fa-envelope"></i>
<a href="mailto:[email protected]"
>
</div>
</body>
<grammarly-desktop-integration
data-grammarly-shadow-root="true"
></grammarly-desktop-integration>
</html>