forked from osc-vitap/GITTYUP-2025
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
265 lines (233 loc) · 10 KB
/
index.html
File metadata and controls
265 lines (233 loc) · 10 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
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<title>Ashmit Shaw — Portfolio</title>
<link rel="stylesheet" href="style.css" />
<meta name="description" content="Portfolio of Ashmit Shaw — Computer Science student (B.Tech CSE AI/ML) at VIT-AP University.">
</head>
<body>
<header class="site-header">
<div class="container header-inner">
<a class="brand" href="#hero" aria-label="Go to top">
<svg width="34" height="34" viewBox="0 0 24 24" aria-hidden="true" focusable="false">
<rect x="2" y="2" width="20" height="20" rx="3" fill="none" stroke="currentColor" stroke-width="1.2"/>
<path d="M7 9h10M7 15h10" stroke="currentColor" stroke-width="1.2" stroke-linecap="round"/>
</svg>
<span class="brand-text mono">Ashmit Shaw</span>
</a>
<nav class="nav" id="nav" aria-label="Primary">
<ul>
<li><a href="#about">About</a></li>
<li><a href="#education">Education</a></li>
<li><a href="#skills">Skills</a></li>
<li><a href="#projects">Projects</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</nav>
<button id="nav-toggle" class="nav-toggle" aria-expanded="false" aria-controls="nav" aria-label="Toggle navigation">
<span class="hamburger" aria-hidden="true"></span>
</button>
</div>
</header>
<main>
<section id="hero" class="hero">
<div class="container hero-grid">
<div class="hero-left">
<h1 class="mono name">Ashmit Shaw</h1>
<p class="muted role">AI/ML Student</p>
<p class="tagline">> Turning algorithms into playable systems and practical tools.</p>
<div class="meta-row">
<div class="meta"><strong>Location</strong><span>VIT-AP University</span></div>
<div class="meta"><strong>Education</strong><span>B.Tech CSE (AI/ML) — First Year</span></div>
</div>
<div class="actions">
<a class="btn-ghost" href="#projects">View Projects</a>
<a class="btn" href="#contact">Contact</a>
</div>
</div>
<aside class="hero-right terminal" aria-hidden="false">
<div class="term-top">
<span class="dot red" aria-hidden="true"></span>
<span class="dot yellow" aria-hidden="true"></span>
<span class="dot green" aria-hidden="true"></span>
<div class="term-title mono">~ ashmit@dev:~$</div>
</div>
<pre class="term-body" role="region" aria-label="terminal">
$ whoami
> Ashmit Shaw — B.Tech CSE (AI/ML) student
$ skills
> Python • TensorFlow • PyTorch • Git • Unreal Engine 5.5
$ current
> Building prototypes in game AI, adaptive dialogue systems, and tooling to support freelance workflows.
</pre>
</aside>
</div>
</section>
<section id="about" class="section about container">
<h2 class="section-title mono">About</h2>
<div class="about-grid">
<div class="about-text">
<p>
I’m a first-year Computer Science student focusing on AI & Machine Learning with strong interests in game systems
and practical tooling. I enjoy taking research ideas and turning them into small, testable prototypes — whether that’s
an AI-driven NPC or an automation that saves client delivery time. I value clear code, iterative design, and learning by building.
</p>
</div>
<aside class="about-list">
<div>
<strong>Hobbies</strong>
<p>Gaming, game design exploration, learning Blender basics</p>
</div>
<div>
<strong>Soft Skills</strong>
<p>Problem solving, collaboration, clear communication, rapid prototyping</p>
</div>
</aside>
</div>
</section>
<section id="education" class="section education container">
<h2 class="section-title mono">Education</h2>
<div class="card">
<div class="card-row">
<div class="school">
<h3 class="mono">VIT-AP University</h3>
<p class="muted">B.Tech — Computer Science (AI/ML)</p>
</div>
<div class="years muted">First Year</div>
</div>
<p class="card-desc">Relevant topics: Data Structures & Algorithms, Machine Learning fundamentals, Computer Graphics, Systems Design.</p>
</div>
</section>
<section id="skills" class="section skills container">
<h2 class="section-title mono">Technical Skills</h2>
<div class="skills-grid">
<div class="skill-card card">
<h4 class="mono">Languages</h4>
<p>Python</p>
</div>
<div class="skill-card card">
<h4 class="mono">Tools & Platforms</h4>
<p>TensorFlow · PyTorch · Git · GitHub · Unreal Engine 5.5</p>
</div>
<div class="skill-card card">
<h4 class="mono">Core Concepts</h4>
<p>Data Structures & Algorithms · Machine Learning · Reinforcement Learning · Game AI</p>
</div>
</div>
</section>
<section id="projects" class="section projects container">
<h2 class="section-title mono">Selected Projects</h2>
<div class="project-list">
<article class="project card">
<div class="proj-header">
<h3 class="mono">Mahabharata — Prototype (Echoes)</h3>
<span class="muted">Game systems · Narrative</span>
</div>
<p>
Prototype for a narrative-driven open-world experience focusing on timeline-based mission availability,
branching story nodes and early AI behavior models for NPCs.
</p>
<p class="proj-meta"><strong>Tech:</strong> Unreal Engine 5.5 · C++ · Behavior Trees</p>
</article>
<article class="project card">
<div class="proj-header">
<h3 class="mono">Smart NPC — Adaptive Dialogue</h3>
<span class="muted">AI · NLP</span>
</div>
<p>
A small research prototype exploring transformer-based reply generation with a short-term memory buffer
for improved dialogue coherence and persona preservation.
</p>
<p class="proj-meta"><strong>Tech:</strong> Python · PyTorch · Transformers</p>
</article>
<article class="project card">
<div class="proj-header">
<h3 class="mono">Freelance Toolkit</h3>
<span class="muted">Web · Automation</span>
</div>
<p>
Collection of small web apps and automation scripts used in freelance work — landing pages, simple editing
workflows and delivery automations to speed up client projects.
</p>
<p class="proj-meta"><strong>Tech:</strong> HTML · CSS · JavaScript · Git</p>
</article>
</div>
</section>
<section id="contact" class="section contact container">
<h2 class="section-title mono">Contact</h2>
<div class="contact-grid">
<div class="contact-card terminal small card">
<div class="term-top">
<span class="dot red" aria-hidden="true"></span>
<span class="dot yellow" aria-hidden="true"></span>
<span class="dot green" aria-hidden="true"></span>
<div class="term-title mono">~ connect</div>
</div>
<pre class="term-body">
$ email
> ashmit.921921@gmail.com
$ github
> github.com/Ashmit921
$ linkedin
> linkedin.com/in/ashmit-shaw-a84657314
</pre>
</div>
<form class="contact-form card" action="mailto:ashmit.921921@gmail.com" method="post" enctype="text/plain">
<label class="field">
<span class="label mono">Your name</span>
<input type="text" name="name" placeholder="Your name" required />
</label>
<label class="field">
<span class="label mono">Email</span>
<input type="email" name="email" placeholder="you@domain.com" required />
</label>
<label class="field">
<span class="label mono">Message</span>
<textarea name="message" rows="5" placeholder="Hi Ashmit — I'm interested in..." required></textarea>
</label>
<div class="form-actions">
<button type="submit" class="btn">Send message</button>
<a class="btn-ghost" href="https://github.com/Ashmit921" target="_blank" rel="noopener">View GitHub</a>
<a class="btn-ghost" href="https://www.linkedin.com/in/ashmit-shaw-a84657314/" target="_blank" rel="noopener">LinkedIn</a>
</div>
</form>
</div>
</section>
</main>
<footer class="site-footer" role="contentinfo">
<div class="container footer-inner">
<div class="footer-left mono">© <span id="year"></span> Ashmit Shaw</div>
<div class="footer-right">
<a href="https://github.com/Ashmit921" target="_blank" rel="noopener">GitHub</a>
<a href="https://www.linkedin.com/in/ashmit-shaw-a84657314/" target="_blank" rel="noopener">LinkedIn</a>
<a href="mailto:ashmit.921921@gmail.com">Email</a>
</div>
</div>
</footer>
<script>
(function () {
const nav = document.getElementById('nav');
const toggle = document.getElementById('nav-toggle');
toggle.addEventListener('click', function () {
const open = nav.classList.toggle('open');
toggle.classList.toggle('active', open);
toggle.setAttribute('aria-expanded', open ? 'true' : 'false');
});
// close nav when a link is clicked (mobile)
nav.querySelectorAll('a').forEach(a => {
a.addEventListener('click', () => {
if (nav.classList.contains('open')) {
nav.classList.remove('open');
toggle.classList.remove('active');
toggle.setAttribute('aria-expanded', 'false');
}
});
});
// set current year
document.getElementById('year').textContent = new Date().getFullYear();
})();
</script>
</body>
</html>