-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
27 lines (26 loc) · 1.08 KB
/
index.html
File metadata and controls
27 lines (26 loc) · 1.08 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
---
layout: home
---
<div class="hero-section">
<h1 class="hero-name">Sanjay Singh</h1>
<p class="hero-role">Staff Software Engineer · LinkedIn</p>
<p class="hero-desc">
Systems that don't page you at 3am · Infrastructure that scales before you need it to.
</p>
<div class="tech-badges">
<a class="badge" href="/tags/reverse-proxy/">Reverse Proxy</a>
<a class="badge" href="/tags/kubernetes/">Kubernetes</a>
<a class="badge" href="/tags/zero-trust/">mTLS / Zero Trust</a>
<a class="badge" href="/tags/service-discovery/">Service Discovery</a>
<a class="badge" href="/tags/load-balancing/">Load Balancing</a>
<a class="badge" href="/tags/distributed-systems/">Distributed Systems</a>
</div>
<div class="hero-links">
<a href="https://www.linkedin.com/in/singhsanjay12" target="_blank" rel="noopener" class="hero-link">
<i class="fab fa-linkedin"></i> linkedin.com/in/singhsanjay12
</a>
<a href="mailto:hello@singh-sanjay.com" class="hero-link">
<i class="fas fa-envelope"></i> hello@singh-sanjay.com
</a>
</div>
</div>