-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex1.html
More file actions
173 lines (150 loc) · 7.82 KB
/
index1.html
File metadata and controls
173 lines (150 loc) · 7.82 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
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
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Benjamin Estrada</title>
<meta name="viewport" content="width=device-width, intital-scale=1">
<link rel="stylesheet" href="main.css">
<script src="script.js"></script>
</head>
<body>
<header>
<nav>
<ul class="menu">
<li><a href="#">Home</a></li>
<li><a href="#">About</a></li>
<li><a href="#">Portfolio</a></li>
<li><a href="#">Contact</a></li>
</ul>
</nav>
</header>
<div id="container--main">
<section id="wrapper--hero" class="section--page">
<img id="profile-pic" src="./Assets/images/BenjaminEst.png"/>
<div>
<p id="Username">Benjamin Estrada</p>
<p id="bio">Hello, My name is Benjamin Estrada, I am a Mexican-American🇲🇽🇺🇸 from Virginia. I am a Junior at Virginia Commonwealth University (VCU) majoring in Computer Science with a minor in Mathematics.
Currently I'm searching for internship roles in Software Engineering, Cloud Engineering, or Cybersecurity. 👨🏾💻</p>
<p id="email">👉<a href="https://mail.google.com/mail/u/0/#inbox?compose=CllgCJvnrbqsxnrwgkFnGgQllkgJjSPPLgCVfBHxSvMCXrTkGqkhRzvmjlFkJQkbcPgqFpwmTfg" target="_blank">benjaminnestrada@gmail.com</a> </p>
</div>
</section>
<section class="section--page">
<div id="Socials--list">
<a href="https://www.linkedin.com/in/estradaben" target="_blank">Linkedin</a>
<a href="https://www.github.com/io-benjamin" target="_blank">Github</a>
<a href="./Assets/Benjamin Estrada Resume 2022-2023.pdf" target="_blank"> Download Resume</a>
</div>
</section>
<section class="Section--page">
<h2>Skills</h2>
<ul id="Skils--list">
<p>✅Programming Languages: Java, C, Python, HTML, CSS</p>
<p>✅Software: GitHub, Unity, Terminal, Linux, MacOS, WinOS, Agile, VMware, AWS EC2</p>
<p>✅Networking Tools: BASH, TCP/IP, SSH</p>
</ul>
</section>
<section id="project-history-wrapper" class="section--page">
<h2>Revelant Engineering Experience</h2>
<div class="line-break"></div>
<div class="card--project-history">
<strong> Virginia Commonwealth University NSA GenCyber CyberSecurity BootCamp | Mentor </strong>
<p>July 2022 - July 2022</p>
<p>Mentor to students in Middle and Highschool. Introduced them to CyberSecurity and mentored them through different topics revolving CyberSecurity.</p>
<ul>
<li>Coordinated with Professors in teaching students tasks related to Cybersecurity.</li>
<li>Guided 50+ students in learning materials and projects.</li>
<li>Led students in creating HTML files, using the Command Prompt, and Raspberry Pi.</li>
<li>Maintained a retention rate for students of 98% throughout the course.</li>
</ul>
</div>
<div class="line-break"></div>
<div class="card--project-history">
<strong> VIP Teams VCU | Team Member</strong>
<p>Jan 2022 - May 2022</p>
<p>Organized research on kids with ADHD using cutting-edge VR Technology</p>
<ul>
<li>Built a prototype focus algorithm that detects the attention span of users using C.</li>
<li>Applied knowledge into a collaborated team of 15+ to begin implementation
for focus algorithm.</li>
<li>Focus Algorithm was able to detect when users became inactive and would
integrate data into an excel sheet.</li>
</ul>
</div>
<div class="line-break"></div>
</section>
<section id="work-history-wrapper" class="section--page">
<h2>Revelant Work Experience</h2>
<div class="line-break"></div>
<div class="card--work-history">
<strong> Virginia Commonwealth University | Support Technician II </strong>
<p>Sept 2021 - Present </p>
<ul>
<li>Administered all the software and hardware support.</li>
<li>Implemented Cherwell ticketing system to manage and escalate a plethora of tickets to their appropriate team.</li>
<li>Improved project rates by 70% while also keeping up with technical issues.</li>
</ul>
</div>
<div class="line-break"></div>
<div class="card--work-history">
<strong> Sedona Technologies | Support Technician</strong>
<p>Jan 2021 - June 2021</p>
<ul>
<li>Independently managed deployment projects all over Virginia.</li>
<li>Administered goals to install/support devices and hardware drivers.</li>
<li>Completed 15+ deployments/week while working with clients to deliver the best support.</li>
<li>Exceeded project expectations by 100%.</li>
</ul>
</div>
<div class="line-break"></div>
</section>
<section id="work-history-wrapper" class="section--page">
<h2>Independent Projects</h2>
<div class="line-break"></div>
<div class="card--indepedent-projects">
<strong>AWS Services | C 2022</strong>
<ul>
<li>Configured Amazon Web Services to boot into a Linux remote host.</li>
<li>Cloned repositories into the remote host using GitHub.</li>
<li>Used Amazon Web Services to become more familiar with using a Linux system
while also debugging projects and testing code.</li>
</ul>
</div>
<div class="line-break"></div>
<div class="card--indepedent-projects">
<strong> Inbox in Terminal | C 2021</strong>
<ul>
<li>Programmed a duplicate inbox in the terminal that allows you to open emails and see who it was sent by.</li>
<li>The inbox was structured with the most recent at the top also showing the time sent.</li>
</ul>
</div>
<div class="line-break"></div>
<div class="card--indepedent-projects">
<strong> Hangman | Python 2021</strong>
<ul>
<li>Created a program in Python that is a replica of the game Hangman.</li>
<li>Developed a file containing 100+ stored words to allow the game to repopulate
a different word each round.</li>
<li>Constructed a program to run the game on the terminal.</li>
</ul>
</div>
<div class="line-break"></div>
</section>
<section class="section--page">
<h2>Engineering Clubs</h2>
<div class="card--clubs">
<strong>Tau Sigma National Honor Society | 2021-Present</strong>
</div>
<div class="card--clubs">
<Strong>Google Student Developer Club | 2022-Present</Strong>
</div>
<div class="card--clubs">
<Strong>VCU Data Science Club | 2022-Present</Strong>
</div>
<div class="card--clubs">
<Strong>SHPE (Society of Hispanic Professional Engineers) | 2021-Present</Strong>
</div>
</section>
</div>
</body>
</html>