-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
199 lines (174 loc) · 8.3 KB
/
index.html
File metadata and controls
199 lines (174 loc) · 8.3 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
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
<!DOCTYPE html>
<html lang="en">
<head>
<title>sankur-codes</title>
<link rel="icon" href="img/logo.png" type="image/icon type">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/7.0.0/normalize.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.11.2/css/all.css" integrity="sha512-auFYU/67J4exjspDmd+Jbt7f4oqE26GbpY2VJZaBgWsLll1NwQ+NPiU2HehCZjBqjlr0T8/NS0SWPwkU2MURKw==" crossorigin="anonymous">
<!-- typing animation -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/typed.js/2.0.12/typed.min.js"></script>
<link rel="stylesheet" href="css/style.css"> <!-- My CSS-->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=JetBrains+Mono:wght@400;500;600&display=swap" rel="stylesheet">
</head>
<body>
<header>
<div class="logo">
<img src="img/mylogo.png" alt="">
</div>
<button class="nav-toggle" aria-label="toggle navigation">
<span class="hamburger"></span>
</button>
<nav class="nav">
<ul class="nav__list">
<li class="nav__item"><a href="#home" class="nav__link">Home</a></li>
<li class="nav__item"><a href="#services" class="nav__link">My Services</a></li>
<li class="nav__item"><a href="#about" class="nav__link">About Me</a></li>
<li class="nav__item"><a href="#work" class="nav__link">My Work</a></li>
</ul>
</nav>
</header>
<div class="scrollUp" id="ToTop" onclick="topFunction()">
<i class="scrollUp__icon fa fa-angle-up"></i>
</div>
<!-- Introduction -->
<section class="intro" id="home">
<div class="intro__content">
<h1 class="section__title section__title--intro">
Hi, I am <strong>Ankur Singh</strong>
</h1>
<p class="section__subtitle section__subtitle--intro">Tech Enthusiast</p>
<img src="img/myphoto.jpeg" alt="a pic of me" class="intro__img">
</div>
</section>
<!-- My Services -->
<section class="my-services" id="services">
<h2 class="section__title section__title--services">What I Do</h2>
<div class="services">
<div class="service">
<div class="service__content">
<i class="service__icon fa fa-laptop-code"></i>
<h3>DevOps Engineering</h3>
<p>Designing cloud-native systems and architectures, building robust
CI/CD pipelines, and implementing automated deployment strategies
for scalable, containerized applications.
</p>
</div>
</div> <!-- / service-->
<div class="service">
<div class="service__content">
<i class="service__icon fas fa-file-code"></i>
<h3>Site Reliability Engineering</h3>
<p>Developing and maintaining distributed managed services on cloud platforms,
implementing comprehensive monitoring and alerting systems, and leading
incident response with proactive reliability engineering practices.
</p>
</div>
</div> <!-- / service-->
<div class="service">
<div class="service__content">
<i class="service__icon fas fa-sitemap"></i>
<h3>Technical Leadership</h3>
<p>Mentoring engineering teams, driving technical strategy decisions,
contributing to open-source projects, and sharing expertise through
technical conferences and community workshops.
</p>
</div>
</div> <!-- / service-->
</div> <!-- / services-->
<!-- <a href="#work" class="btn">My Work</a> -->
</section> <!-- / My services-->
<!-- About Me -->
<section class="about-me" id="about">
<h2 class="section__title section__title--about">Who I Am</h2>
<div class="section__subtitle section__subtitle--about">
<span class="section__subtitle--about--Profiles"></span>
</div>
<div class="about-me__body">
<p>As a Senior Site Reliability Engineer at Red Hat, I specialize in designing and maintaining
large-scale, resilient cloud infrastructure systems. My passion for technology stems from its
transformative power to solve complex problems and drive innovation at enterprise scale.
</p>
<p>I bring extensive expertise in cloud-native technologies, container orchestration with Kubernetes,
infrastructure automation, and comprehensive monitoring solutions. My experience spans across
building robust CI/CD pipelines, implementing observability practices, and ensuring high availability
for mission-critical applications. I'm also an active contributor to open-source projects and
enjoy sharing knowledge through technical workshops and community engagement.
</p>
</div>
<img src="img/about.jpg" alt="Me on a mountain rock" class="about-me__img">
<a href="Ankur_DevOps_Resume.pdf" download="Ankur_DevOps_Resume" class="btn about-me__CV">Download CV</a>
</section>
<section class="my-work" id="work">
<h2 class="section__title section__title--work">My Work</h2>
<p class="section__subtitle section__subtitle--work"> A range of collection of my previous work</p>
<div class="portfolio">
<!-- Work item 01 -->
<div class="portfolio_wrap">
<a href="https://alloftech.github.io/" target="_blank" rel="noopener noreferrer" class="portfolio__item">
<img src="img/blog.png" alt="blog_website" class="portfolio__img">
<h3 class="portfolio__desc">Personal Blogging Website</h3>
</a>
</div>
<!-- Work item 02 -->
<div class="portfolio_wrap">
<a href="https://github.com/sankur-codes/k8s-basic-project/" target="_blank" rel="noopener noreferrer" class="portfolio__item">
<img src="img/k8s.png" alt="local-k8s" class="portfolio__img">
<h3 class="portfolio__desc">Local K8s Setup Tutorial</h3>
</a>
</div>
<!-- Work item 03 -->
<div class="portfolio_wrap">
<a href="https://github.com/sankur-codes/ARO-RP/" target="_blank" rel="noopener noreferrer" class="portfolio__item">
<img src="img/aro.png" alt="aro" class="portfolio__img">
<h3 class="portfolio__desc">ARO-RP Contributor</h3>
</a>
</div>
<!-- Work item 04 -->
<div class="portfolio_wrap">
<a href="https://drive.google.com/drive/folders/14L33YVkBbQNQ9qMCBa3vPN0wtc6tFJMC?usp=sharing" target="_blank" rel="noopener noreferrer" class="portfolio__item">
<img src="img/teachingleadership.png" alt="session" class="portfolio__img">
<h3 class="portfolio__desc">Teaching & Leading</h3>
</a>
</div>
<!-- Work item 05 -->
<!-- <div class="portfolio_wrap">
<a href="#" class="portfolio__item">
<img src="img/work5.jpg" alt="work5" class="portfolio__img">
<h3 class="portfolio__desc">Project 5</h3>
</a>
</div> -->
</div>
</section>
<!-- Footer -->
<footer class="footer">
<a href="mailto:ankursingh1805@gmail.com" class="footer__link">hello@ankur.singh</a>
<ul class="social-list">
<li class="social-list__item">
<a class="social-list__link" href="https://in.linkedin.com/in/as786">
<i class="fab fa-linkedin"></i>
</a>
</li>
<li class="social-list__item">
<a class="social-list__link" href="https://github.com/sankur-codes">
<i class="fab fa-github"></i>
</a>
</li>
<li class="social-list__item">
<a class="social-list__link" href="https://www.instagram.com/_singh__ankur_/">
<i class="fab fa-instagram"></i>
</a>
</li>
<li class="social-list__item">
<a class="social-list__link" href="https://twitter.com">
<i class="fab fa-twitter"></i>
</a>
</li>
</ul>
</footer>
<script src="js/index.js"></script>
</body>
</html>