-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresume.html
88 lines (80 loc) · 4.75 KB
/
resume.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
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<title>Homepage</title>
<link href="resume.css" rel="stylesheet" type="text/css">
</head>
<body>
<div class="page-wrapper">
<header class="top-header">
<nav class="nav-bar">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="resume.html">Resume</a></li>
<li><a href="projects.html">Projects</a></li>
</ul>
</nav>
<div class="top-banner">
<div id ="logo"><img src="Images/EN-cropped.png" width="200" height="50" alt=""/>
</div>
</header>
<main class="main">
<section class="resume-section">
<h2>EDUCATION</h2>
<p><span class="bold">Bachelor of Arts, Computer Science</span> | Rutgers University, New Brunswick, NJ | May 2024</p>
<p>Relevant Coursework: Design and Algorithms | Software Methodology | Intro to AI | Data Management | Computer Architecture | Discrete Structures | Java Programming</p>
<h2>CORE CAPABILITIES & TECHNICAL SKILLS</h2>
<ul>
<li>Java, C#, C, OCaml, DrRacket, HTML, CSS, Javascript, Python, SQL, JavaFX.</li>
<li>Android Studio, Eclipse, VSCode, Atom, Linux (ssh), Bash and Shell Scripting, Unity Game Engine, Windows, MacOS, iOS, Adobe Dreamweaver, MySQL, Git.</li>
<li>Bilingual (Spanish).</li>
</ul>
<h2>PROJECTS</h2>
<h3>Photo Album Android | February 2024 - May 2024</h3>
<ul>
<li>Demonstrated proficiency in mobile app development on the Android platform, utilizing Java for model development.</li>
<li>Designed user interfaces using XML and activity controllers.</li>
<li>Implemented album and photo management functionalities, including tagging for efficient categorization and search, and utilized serialization techniques for persistent data storage on the device.</li>
</ul>
<h3>Personal Website - edwinnavas.com | February 2023 - Present</h3>
<ul>
<li>Developed a visually appealing and user-friendly website, leveraging CSS, JavaScript, and HTML programming languages to create an engaging online presence.</li>
<li>Utilized Adobe Dreamweaver to efficiently design and implement various features, showcasing proficiency in web development and design principles.</li>
</ul>
<h3>University Database | February 2023 - April 2023</h3>
<ul>
<li>Designed and implemented a well-structured and organized database system by writing SQL scripts to create tables, define relationships, and establish primary and foreign key constraints.</li>
<li>Implemented data population scripts using JDBC to insert sample student records, demonstrating proficiency in database management and manipulation techniques.</li>
</ul>
<h2>CAREER & VOLUNTEER EXPERIENCE</h2>
<h3>Pass the Blessing Volunteer | Jan 2023 – Present</h3>
<ul>
<li>Assist in collecting and sorting donations to send to the Dominican Republic.</li>
<li>Actively engaged in volunteer activities alongside family, assisting in scheduling donation pick-up times, collecting donations, and sorting through items for redistribution.</li>
<li>Developed communication and interpersonal skills by speaking with donors, fostering positive relationships.</li>
<li>Demonstrated strong logistical skills in managing donation logistics, ensuring timely and efficient collection of goods.</li>
</ul>
<h3>Camp Riverbend - Warren, NJ | Camp Counselor | July 2019-August 2021</h3>
<ul>
<li>Provided leadership and guidance to campers, facilitated engaging activities, and ensured a safe and supportive environment.</li>
<li>Successfully controlled high-stress situations ensuring the safety of 20+ kids while accompanying them to various activities. Initiated and led a team-building exercise that resulted in increased camaraderie among campers.</li>
<li>Managed a demanding daily schedule including the coordination of activities, supervising meals, and ensuring all activity transitions ran smoothly.</li>
</ul>
</section>
</main>
<footer class="footer-img">
<a href="https://www.linkedin.com/in/edwin-navas-952290166/" target="_blank">
<img src="Images/linkdin.png" width="80" height="66" alt="LinkedIn"/>
</a>
<a href="https://www.instagram.com/enavas.18" target="_blank">
<img src="Images/instagram.png" width="80" height="66" alt="Instagram"/>
</a>
<a href="https://github.com/eNav" target="_blank">
<img src="Images/github.png" width="80" height="66" alt="GitHub"/>
</a>
</footer>
</div>
</body>
</html>