-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
56 lines (54 loc) · 2.98 KB
/
Copy pathindex.html
File metadata and controls
56 lines (54 loc) · 2.98 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Anurag Kushwaha - Personal Profile</title>
<meta name="description" content="Anurag Kushwaha - Software engineer at Capital One, IIIT Allahabad graduate.">
<link rel="stylesheet" href="css/common.css">
<link rel="stylesheet" href="css/profile.css">
<!-- Custom font -->
<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=Atkinson+Hyperlegible:ital,wght@0,400;0,700;1,400;1,700&display=swap" rel="stylesheet">
<link rel="icon" type="image/svg+xml" href="staticFiles/a-favicon.svg">
</head>
<body>
<header class="profile-header">
<div class="profile-info">
<h1 class="profile-name">Anurag Kushwaha</h1>
<p class="profile-tagline">Sr Software Engineer at Capital One</p>
<p class="profile-tagline-secondary"> Grad @ IIIT Allahabad · Based in Bengaluru, IN</p>
<p class="profile-description">With a solid foundation of 7 years in backend development, I'm skilled in building low-latency,
scalable web applications.<br> I love reading all sorts of stuff, running and working on any number of programming side projects.<br>
Some of my interests are open source, RISC-V, local AI (LocalLlama), nuclear energy, poetry and trying to predict how the future is going to pan out.
</p>
</div>
<div class="profile-avatar">
<img src="staticFiles/profile_picture.jpg" alt="Anurag kushwaha">
</div>
</header>
<!-- Contacts -->
<section class="contact-links">
<div class="contact-row">
<a href="https://anuragk.com/linkblog" class="contact-link">Linkblog</a>
<span class="contact-dot">·</span>
<a href="https://anuragk.com/blog" class="contact-link">Blog</a>
<span class="contact-dot">·</span>
<a href="https://linkedin.com/in/anuragkushwaha1" class="contact-link">LinkedIn</a>
<span class="contact-dot">·</span>
<a href="https://github.com/trailblazerr1" class="contact-link">GitHub</a>
</div>
<span class="contact-email"><span class="contact-email-label">Email:</span> kanurag078+site@gmail.com</span>
</section>
<!-- About -->
<section class="about-section">
<p class="profile-description about-callout">I keep notes of interesting snippets I've read, at my <a href="/linkblog">linkblog</a>.<br>
Lately, I have been trying to write long-form content <a href="blog">here</a>.<br>
If you only read one thing, read this <a href="htmllinks/readme.html">readme</a>. It's like documentation, but about me.</p>
</section>
<footer class="site-footer">
<p>Minimal HTML & CSS. No JavaScript.</p>
</footer>
</body>
</html>