-
Notifications
You must be signed in to change notification settings - Fork 0
/
experience.html
137 lines (116 loc) · 4.13 KB
/
experience.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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
<html>
<head>
<link rel="stylesheet" href="style.css">
</head>
<title>Aaron's Experience Page</title>
<body bgcolor="87CEEB"> </body>
<div class = "ParagraphText">
<h1 align="center"><FONT COLOR="##00008B"> WELCOME TO AARON's Experience PAGE</h1></div>
<header>
<img class="logo" src="AaronExperience.jpg" alt="logo" width="100" height ="100">
<nav>
<ul class="nav__links">
<li><a href="home.html">HomePage</a></li>
<li><a href="about.html">About</a></li>
<li><a href="socialLinks.html">Social Links</a></li>
<li><a href="projects.html">Projects</a></li>
<li><a href="experience.html">Experience</a></li>
<li><a href="relevantCoursework.html">Relevant Coursework</a></li>
<li><a href="vacationsFun.html">Vacations/Fun</a></li>
</ul>
</nav>
<a class="cta" href="#"><a href="Contact.html"><button>Contact</button></a></a>
</header>
<hr/>
<b>
<div class="ParagraphText">
<p><h2>
The following is internship and professional experience I have obtained:</h2>
<b>
<br>
<img class="logo" src="dhs.png" alt="logo" width="100" height ="100">
<font size =5 >
U.S. DHS Information Technology Student Trainee Office of Chief Information Officer (OCIO)
<br>
Springfield VA | June 2024-August 2024
</font>
</div>
<ul>
<li>*Cybersecurity Internship Program</li>
</ul>
<div class="ParagraphText">
<br>
<img class="logo" src="SEC.svg" alt="logo" width="100" height ="100">
<font size =5 >
U.S. SEC Investment Management Intern Division of DRAO Contractor
Through HNIP HACU Program
<br>
Washington D.C. | June 2023-August 2023
</font>
</div>
<ul>
<li>*Created data visualizations in PowerBI and Excel highlighting relevant statistical information</li>
<li>*Analyzed database and data utilizing PowerBI, Excel, MicroStrategy, and Python libraries Pandas and Seaborn to generate.</li>
</ul>
<img class="logo" src="NJIT.jpg" alt="logo" width="100" height ="100">
<font size =5 >
<div class="ParagraphText">
NJIT (NEW JERSEY INSTITUTE OF TECHNOLOGY), MIXR Lab Intern
<br>
Newark, NJ | June 2022 - August 2022
</font>
</div>
<ul><li>
*Modified a 3D calculator project by adding AR, and a data structure that enhanced user effectiveness to look back at
matrices input, as well visualizing the project in real-life.</li>
<li>*Implemented tools: Unity/AR Foundation to add AR and to see the project in action, and C# to program the data structure.</li>
</ul>
<br>
<img class="logo" src="BOCES.jpg" alt="logo" width="100" height ="100">
<font size =5 >
<div class="ParagraphText">
ROCKLAND BOCES INFORMATION TECHNOLOGY Intern
<br>
Bardonia, NY | June 2021 - December 2021
</font>
</div>
<ul>
<li>*Identified issues with Chromebooks, desktops and assisted with maintaining the students' Chromebooks through power
washing (resetting the computer settings).</li>
<li>*Liaised IT support to teachers including assembling and enrolling Chromebooks and computers into school districts,
updating computer operating systems, and replacing hard disk drives.</li>
</ul>
<br>
<font size =5 >
<div class="ParagraphText">
<img class="logo" src="SKILLS.png" alt="logo" width="100" height ="100">
Skills:
</font>
</div>
<ul>
<li>*Proficient in Basics of Python, Java, C, Linux/Unix Excel, Word and
Powerpoint</li>
<li>*Familiar with programming/coding basics</li>
</ul>
<div class="ParagraphText">
<img class="logo" src="graduation.png" alt="logo" width="100" height ="100">
Skills:
</font>
</div>
<ul>
<li>Oracle Certified Associate, Java SE 8 Programmer</li>
<li>Google's Coursera Crash Course in Python</li>
<li>LinkedIn SQL Essential Training</li>
<li>Basic Life Support (BLS) -American Heart Association </li>
</ul>
</p>
<b>
<div class="footer">
<footer>
<small>
Made <img src="made.png" width="20" height ="20"> by Aaron Amalraj, Socials: <a href = "https://www.linkedin.com/in/aaronamalraj/"><img src="LinkedIn.png" width="25" height ="25"><a/a>
<a href = "https://github.com/Aaronwins"><img src="Git.png" width="25" height ="25"></h3><a/a>
</small>
</footer></div>
<b>
</html>