-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
90 lines (81 loc) · 3.94 KB
/
index.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-EJS062F0ET"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-EJS062F0ET');
</script>
<meta charset="utf-8">
<title>Ankit Sachdeva</title>
<meta name="author" content="Ankit Sachdeva">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="stylesheet.css">
</head>
<body>
<table
style="width:100%;max-width:800px;border:0;border-spacing:0;border-collapse:separate;margin-right:auto;margin-left:auto;">
<tbody>
<tr style="padding:0;">
<td style="padding:0;">
<table class="section">
<tbody>
<tr style="padding:0;">
<td style="padding:2.5%;width:63%;vertical-align:middle;">
<p style="text-align:center;">
<name>Ankit Sachdeva</name> <!-- Non-standard element, but left as is if you intend to style it -->
</p>
<p>
I’m currently a Master’s student at Georgia Tech, focusing on Computing Systems and Machine
Learning. My professional journey includes building secure back-end settlement systems at <a
href="https://www.paypal.com/us/home" target="_blank">PayPal</a>, where I researched large-scale
transaction pipelines for reliability. I also worked on cutting-edge racing suspension technology at
<a href="https://ridefox.com/" target="_blank">Fox Factory</a>, helping to integrate embedded
mechatronics systems into a traditionally mechanical environment. As I look toward the next step in
my career, I’m exploring full-time roles and internships that will allow me to keep expanding my
skills at the intersection of software and hardware.
</p>
<p>
When I’m not buried in my studies or coding projects, I love collecting and photographing <a
href="https://www.instagram.com/ankitscaps/" target="_blank">artisan keycaps</a>, flexing my
optimization skills in <a href="https://lolchess.gg/profile/na/ankitty-meow/"
target="_blank">Teamfight Tactics</a>, and testing my limits on the trail now that I’ve started
backpacking.
</p>
<p style="text-align:center;">
<a href="mailto:[email protected]" target="_blank">Email</a> //
<a href="https://ankitsachdeva.com/resume" target="_blank">Resume</a> //
<a href="https://www.github.com/ankitsxchdeva" target="_blank">Github</a> //
<a href="https://www.linkedin.com/in/ankitsxchdeva/" target="_blank">LinkedIn</a>
</p>
</td>
<td style="padding:2.5%;width:40%;max-width:40%;">
<img style="width: 100%; max-width: 100%;" alt="profile photo" src="images/AnkitSachdeva-Circle.jpg"
class="hoverZoomLink circle" title="">
</td>
</tr>
</tbody>
</table>
<table class="section">
<tbody>
<tr>
<td style="padding:0;">
<br>
<p style="text-align:right;font-size:small;">
<a href="https://github.com/jonbarron/jonbarron_website">template</a>
<br>
Last updated February 2024
</p>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</body>
</html>