-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexperience.html
More file actions
49 lines (46 loc) · 2.38 KB
/
experience.html
File metadata and controls
49 lines (46 loc) · 2.38 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Experience - Riya Goyal</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<header>
<h1>Experience</h1>
</header>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="research.html">Research & Publications</a></li>
<li><a href="skills.html">Skills & Certifications</a></li>
<li><a href="education.html">Education & Awards</a></li>
<li><a href="awards.html">Honors and Awards</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</nav>
<main>
<section id="experience">
<h2>Work Experience</h2>
<h3>Stockton University | Galloway, NJ</h3>
<ul>
<li><strong>Information Security Analyst</strong> (May 2025 - Aug 2025) – Monitored SIEM logs, supported MFA initiatives, managed security documentation.</li>
<li><strong>Resident Assistant</strong> (Aug 2022 - Aug 2025) – Developed campus programs; promoted student engagement; Lead RA overseeing 16 assistants.</li>
<li><strong>EOF Math Tutor</strong> (Summers 2023-2025) – Tutored math, organized workshops, enhanced student learning.</li>
<li><strong>Mathematics and Computer Science Tutor</strong> (Sep 2022 - May 2025) – One-on-one guidance for CS and Math courses.</li>
<li><strong>Admissions Ambassador</strong> (Oct 2021 - May 2025) – Tours, office tasks, Peer Mentor; Lead Ambassador overseeing 30 peers.</li>
<li><strong>Esports Intern / Broadcast Engineer</strong> (Sep 2023 - Dec 2023) – Event execution, tech support, live streaming.</li>
<li><strong>Teaching Assistant / Grader, Discrete Mathematics</strong> (Sep 2021 - Apr 2022)</li>
</ul>
<h3>inMorphis Services Private Limited (Remote)</h3>
<ul>
<li><strong>Associate Software Engineer</strong> (July 2021- May 2023) – Customized ServiceNow apps, performed testing, cross-team collaboration.</li>
</ul>
</section>
</main>
<footer>
<p>© 2025 Riya Goyal. All rights reserved.</p>
</footer>
</body>
</html>