-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
80 lines (69 loc) · 2.37 KB
/
Copy pathindex.html
File metadata and controls
80 lines (69 loc) · 2.37 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Syed Sameer Nadeem</title>
<style>
body {
font-family: Arial, sans-serif;
line-height: 1.6;
margin: 20px;
padding: 20px;
}
h1, h2 {
color: #333;
}
section {
margin-bottom: 40px;
}
</style>
</head>
<body>
<header>
<h1>Syed Sameer Nadeem</h1>
<p>Welcome to my personal website!</p>
</header>
<section>
<h2>About Me</h2>
<img src="Syed Sameer Nadeem.jpg" alt="Profile Picture" width="200" height="200">
<p>First year PhD in Computer Engineering - ECE</p>
</section>
<section>
<h2>Contact</h2>
<p>Email: sameer.nadeem@gwu.edu<br>Phone: 626-493-9363</p>
</section>
<section>
<h2>Publications</h2>
<ul>
<li>2nd International Congress on Human-Computer Interaction, IEEE Xplore | Paper, “Virtual Self Defense Trainer – Analyzing and Scoring User Pose” published. (June 2020)</li>
</ul>
</section>
<section>
<h2>Work Experience</h2>
<ul>
<li>Astera Software | Associate Manager Product Research and Documentation (March 2022 – August 2024)</li>
<li>Toyota - Indus Motor Company| Assistant Manager in the Customer First Department (September 2020 – March 2023)</li>
<li>Unilever Beverages Pakistan | Supply Chain Intern | Unilever Leadership Internship Programme. (2019)</li>
<li>Habib University | Teaching Assistant for Multiple Courses. (Summer 2017 – Spring 2020)</li>
</ul>
</section>
<section>
<h2>Education</h2>
<ul>
<li>BS Major in Electrical Engineering, Minor in Mathematics | Habib University (2016-2020) | Gold Medalist</li>
<li>International Honors Program | Stanford University, CA, USA (Summer 2018)</li>
</ul>
</section>
<section>
<h2>Hobbies and Interests</h2>
<ul>
<li>Table Tennis</li>
<li>Dungeons and Dragons</li>
<li>Anime</li>
<li>Video Games (PC - Valorant)</li>
<li>Streaming (twitch.tv/double0seve)</li>
</ul>
</section>
</body>
</html>