-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
54 lines (44 loc) · 2.09 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Samaksh Judson</title>
<link rel="stylesheet" href="styles.css">
<link rel="icon" href="Pictures/DALL·E 2024-10-22 22.11.29 - A playful dog, perhaps a golden retriever or bulldog, skateboarding down a city street. The dog is standing confidently on a skateboard with one paw p.png" type="image/x-icon">
</head>
<body>
<header>
<h1>Samaksh Judson</h1>
</header>
<nav>
<a href="mailto:judsonsamaksh@gmail.com">Contact</a>
<a href="https://github.com/Samaksh0278/Samaksh0278.github.io/blob/main/Pictures/Samaksh_Judson___S.pdf" target="_blank">Resume</a>
<a href="portfolio.html">Portfolio</a>
<a href="https://github.com/Samaksh0278">Github </a>
<a href="hobbies.html">Hobbies</a>
</nav>
<section id="about">
<h2>About Me</h2>
<div class="about-content">
<img src="/workspaces/Website/images/profilePic.heic" alt="Samaksh Judson" style="display: block; margin: 0 auto; max-width: 50%; height: auto;">
<p>
Hello! I'm Graduate Student studying Mechanical Engineering with a focus on Robotics and AI at Carnegie Mellon University. I will graduate in December 2024 and am seeking full-time opportunities.
</p>
<p>
I'm an Alumnus of BITS Pilani, Pilani Campus. I'm a passionate engineer and developer with experience in robotics, computer vision, controls, artificial intelligence and much more!
</p>
</div>
</section>
<section id="contact">
<h2>Contact</h2>
<p>Email me at: <a href="mailto:judsonsamaksh@gmail.com">judsonsamaksh@gmail.com</a></p>
<p>Here's my <a href="https://www.linkedin.com/in/samakshjudson/"> LinkedIn</a>! </p>
<p>Phone Number: +1 (412) 251-8579</p>
</section>
<footer>
<p> 2024 Samaksh Judson. All Rights Reserved.</p>
</footer>
</body>
</html>