-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
106 lines (99 loc) · 4.35 KB
/
index.html
File metadata and controls
106 lines (99 loc) · 4.35 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Devashish Gupta — Software Engineer building distributed systems and scalable products.">
<title>Devashish Gupta | Orbit</title>
<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=Space+Grotesk:wght@400;500;600&family=Inter:wght@400;500&display=swap" rel="stylesheet">
<link rel="stylesheet" href="css/orbit.css">
</head>
<body>
<canvas id="universe" aria-hidden="true"></canvas>
<div class="page-shell">
<div class="top-bar">
<div class="brand-mark"><देवाशीष/></div>
<div class="brand-actions">
<a class="btn ghost" href="#projects">Work</a>
<a class="btn ghost" href="#contact">Contact</a>
</div>
</div>
<header class="hero">
<div class="hero-inner">
<p class="eyebrow">Hi There! I'm </p>
<h1>Devashish Gupta</h1>
<p class="subtitle">Software Engineer · Distributed Systems · Scalable Products</p>
<div class="cta">
<a class="btn primary" href="#projects">View Work</a>
<a class="btn ghost" href="#contact">Contact Me</a>
</div>
</div>
</header>
<main>
<section id="projects" class="section">
<div class="section-header">
<h2>Projects</h2>
<p>Systems, services, and tooling aligned to resilient, observable platforms.</p>
</div>
<div class="projects-grid" id="projects-grid"></div>
</section>
<section id="skills" class="section">
<div class="section-header">
<h2>Skills</h2>
<p>Practical experience across services, data, and runtime layers.</p>
</div>
<div class="skills-grid" id="skills-grid"></div>
</section>
<section id="experience" class="section">
<div class="section-header">
<h2>Experience</h2>
<p>Shipping resilient products with distributed, cross-functional teams.</p>
</div>
<div class="experience-list" id="experience-list"></div>
</section>
<section id="contact" class="section contact">
<div class="section-header">
<h2>Contact</h2>
<p>Prefer thoughtful, systems-minded collaboration. Let’s build reliable products.</p>
</div>
<div class="contact-actions" id="contact-actions"></div>
<div class="badge-row">
<div class="stack-badge-card">
<a class="stack-badge" href="https://stackoverflow.com/users/8504438/devas" target="_blank" rel="noreferrer">
<span class="stack-icon">SO</span>
<div class="stack-text">
<strong>Stack Overflow</strong>
<span class="stack-meta">Reputation: <span data-stack="rep">•••</span></span>
</div>
<span class="stack-medals">
<span class="medal gold" data-stack="gold" aria-label="Gold badges">-</span>
<span class="medal silver" data-stack="silver" aria-label="Silver badges">-</span>
<span class="medal bronze" data-stack="bronze" aria-label="Bronze badges">-</span>
</span>
</a>
</div>
<div class="stack-badge-card">
<a class="stack-badge gh-badge" href="https://github.com/devashishg" target="_blank" rel="noreferrer">
<span class="stack-icon gh-icon">GH</span>
<div class="stack-text">
<strong>GitHub</strong>
<span class="stack-meta">Public repos: <span data-github="repos">•••</span></span>
</div>
</a>
</div>
</div>
</section>
</main>
<footer class="footer">
<div class="footer-note">
No © issues, Built with HTML5/CSS4. Powered by Codex.
</div>
</footer>
<a class="easter-egg" href="typing-test.html" aria-label="Typing test">Typefast ↗</a>
</div>
<noscript style="position:fixed;top:8px;left:8px;background:#111;color:#fff;padding:6px 10px;border:1px solid #333;border-radius:6px;z-index:5;">This page needs JavaScript to render portfolio content.</noscript>
<script src="js/orbit.js"></script>
</body>
</html>