-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwork.html
60 lines (60 loc) · 3.74 KB
/
work.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
<!DOCTYPE html>
<html>
<head>
<title>Charles Reverand's Portfolio</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="/css/fonts.css" />
<link rel="stylesheet" href="/css/main.css"/>
<link rel="stylesheet" href="/css/half.css"/>
<link rel="stylesheet" href="/css/mobile.css"/>
</head>
<body class = "darkBG">
<div class = "halfPage">
<div class = "links">
<a href="https://www.github.com/taliyos"><img src="/img/GitHub-Mark-Light-120px-plus.png" alt="Charles' Github"/></a>
<a href="https://taliyos.itch.io"><img src="/img/itchio-textless-white.svg" alt="Charles' Itch.io"/></a>
<a href="https://www.twitter.com/taliyos"><img src="/img/2021 Twitter logo - white.png" alt="Charles' Twitter"/></a>
<a href="https://www.linkedin.com/in/charles-reverand/"><img src="/img/LI-In-Bug.png" alt="Charles' LinkedIn"/></a>
</div>
<div class = "aboutMin">
<div class = "name">
<h1>Work</h1>
</div>
</div>
<nav>
<a class = "button" href="index.html"><div>Home</div></a>
<a class = "button" href="projects.html"><div>Projects</div></a>
<a class = "button" href="work.html"><div>Work</div></a>
<a class = "button" href="education.html"><div>Education</div></a>
</nav>
</div>
<div class = "projects">
<div class = "item">
<span class = "itemTitle">Verizon</span>
<span class = "itemJob">Software Engineer Intern</span>
<span class = "itemTime">June 2023 - August 2023</span>
<p class = "itemDetail">Worked as part of My Verizon for Business team. I was responsible for the implementation of new features on the Android app and back-end using Java and Kotlin.</p>
</div>
<div class = "item">
<span class = "itemTitle">Eco Resilience Global Games Research Group</span>
<span class = "itemJob">Consultant (since September 2023)</span>
<span class = "itemJob">Lead Programmer & Associate Designer (until September 2023)</span>
<span class = "itemTime">May 2022 - Present</span>
<p class = "itemDetail">Eco Resilience Global Games Research Group is a research endeavour headed by Professor Ruiz at Rensselaer Polytechnic Institute. From May 2022 to the present day, I worked to finalize development on VR Title, <a href="https://store.steampowered.com/app/1955040/The_Aquatic_Messenger/" alt="Link to view The Aquatic Messegner on Steam">The Aquatic Messenger</a> with performance optimizations, feature improvements, and testing.</p>
<p>More information <a href = "https://sites.google.com/view/eco-resilience/home">here</a></p>
</div>
<div class = "item">
<span class = "itemTitle">Sterling Medical Devices</span>
<span class = "itemJob">Software Systems Engineer Intern</span>
<span class = "itemTime">May 2019 - June 2020</span>
<p class = "itemDetail">Responsible for developing plugins and bugfixes for a widely used project management software on the front and backend. Also contributed to testing software before release.</p>
</div>
<div class = "item">
<span class = "itemTitle">Code Ninjas</span>
<span class = "itemJob">Instructor/Code Sensei</span>
<span class = "itemTime">June 2019 - March 2021</span>
<p class = "itemDetail">Taught kids how to code using Scratch, JavaScript, Lua, and more by using simple games. During the original outbreak of COVID-19, I transitioned to creating videos about P5JS for their YouTube channel before returning to in-person instruction.</p>
</div>
</div>
</body>
</html>