forked from daattali/beautiful-jekyll
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
54 lines (47 loc) · 1.73 KB
/
Copy pathindex.html
File metadata and controls
54 lines (47 loc) · 1.73 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
---
layout: default
title: Amithash Kankanallu
---
<!-- animated mesh‑gradient layers -->
<div class="gradient layer-1" aria-hidden="true"></div>
<div class="gradient layer-2" aria-hidden="true"></div>
<div class="gradient layer-3" aria-hidden="true"></div>
<div class="grain" aria-hidden="true"></div>
<!-- ── COLOURED PANEL ──────────────── -->
<div class="page">
<header class="top-bar">
<span class="logo" aria-label="amithash">
<span class="straight">amit</span><span class="italic">hash</span>
</span>
</header>
<main class="hero">
<p class="bio">
Hi, I'm Amithash Kankanallu, a London-based
<em>space-sweeper-turned-AI strategist</em> who gave eyes to
self-driving cars, taught smart wearables to count my swim strokes, and
now steers GenAI at JP Morgan.
</p>
</main>
<footer class="contact">
<span class="label">contact</span>
<a class="email" href="mailto:amithash@amithash.com">
amithash@amithash.com →
</a>
</footer>
</div>
<a class="scroll-cue down" href="#social" aria-label="Scroll to next section">↓</a>
<!-- ── BLACK PANEL ────────────────── -->
<section class="social" id="social">
<a class="social-link"
href="https://linkedin.com/in/amithash"
target="_blank" rel="noopener">
<img class="social-photo"
src="/img/IMG_9612.jpg"
alt="Amithash Kankanallu">
</a>
<nav class="social-links">
<a href="https://x.com/kjamithash" target="_blank" rel="noopener">twitter</a>
<a href="https://linkedin.com/in/amithash" target="_blank" rel="noopener">linkedin</a>
</nav>
<a class="scroll-cue up" href="#top" aria-label="Back to top">↑</a>
</section>