-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
153 lines (134 loc) · 7.63 KB
/
index.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
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.2.0/css/all.css" integrity="sha384-hWVjflwFxL6sNzntih27bfxkr27PmbbK/iSvJ+a4+0owXq79v+lsFkW54bOGbiDQ" crossorigin="anonymous">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Emanuel Solis | Resume</title>
<link href="https://fonts.googleapis.com/css?family=Crete+Round|Montserrat:400,700" rel="stylesheet">
<link rel="stylesheet" href="css/styles.css">
</head>
<body>
<!-- // Intro -->
<header id="about">
<a href="Emanuel-Solis-Resume.docx" class="btn download" download>Download Resume</a>
<nav>
<a href="#about">About</a>
<a href="#work">Work Experience</a>
<a href="#education">Education</a>
<a href="#contact">Contact</a>
</nav>
<div class="content-wrap">
<img class="profile-img col-narrow" src="images/Emanuel_S_Square.png" alt="Me!">
<div class="col-wide">
<h1>Emanuel Solis</h1>
<h2>Web Developer + Software Engineer</h2>
<!--
<p>Add your profile summary here. You can have several paragraphs or add links.</p>
-->
</div>
</div>
</header>
<main>
<!-- // Work Experience -->
<section id="work" class="work">
<div class="content-wrap">
<h2>Work Experience</h2>
<!-- Job Details: copy this whole block to add more jobs -->
<div class="col-narrow">
<h3>WordPress Developer</h3>
<p class="uppercase">MyEasyDirectory LLC</p>
<p>March 2019-Present</p>
</div>
<div class="col-wide job-description">
<ul>
<li>Assists with the development of a WordPress website designed to provide parent teacher organizations, non-profits, and similar organizations with an easy to use directory</li>
<li>Responsible for transitioning the site from relying on outsourced plugins to custom in house plugins</li>
<li>Documents all changes, progress, and notable errors to report back to my supervisor during weekly meetings</li>
</ul>
</div>
<!-- end of Job Details block. -->
<!-- Job Details: copy this whole block to add more jobs -->
<div class="col-narrow">
<h3>Co-Founder</h3>
<p class="uppercase">Lysande</p>
<p>August 2018-Present</p>
</div>
<div class="col-wide job-description">
<ul>
<li>Identified a market gap in the field of professional photography by interviewing and surveying roughly 200 amateur and professional photographers</li>
<li>Created a smartphone attachment concept that functions as an evolving camera system through several iterations of user focused design testing</li>
<li>Designed a fully functional prototype that integrates OpenCV, Raspberry Pi, and Mosquitto MQTT Broker to capture high resolution images using an array of 4 cameras</li>
</ul>
</div>
<!-- end of Job Details block. -->
<!-- Job Details: copy this whole block to add more jobs -->
<div class="col-narrow">
<h3>Data Structures and Algorithms</h3>
<p class="uppercase">Georgia Institute of Technology</p>
<p>August 2018-December 2018</p>
</div>
<div class="col-wide job-description">
<ul>
<li>Gained an understanding of fundamental and important data structures and algorithms in the context of object-oriented programming.</li>
<li>Examined how these data structures and algorithms are constituted and work, when to use them, how to code them and their algorithm complexity.</li><li>Wrote, tested, and debugged moderate size (500-1000 lines of code) programs that implemented the aforementioned concepts .</li>
</ul>
</div>
<!-- end of Job Details block. -->
<!-- Job Details: copy this whole block to add more jobs -->
<div class="col-narrow">
<h3>Student Research Assistant</h3>
<p class="uppercase">Georgia Tech Research Institute</p>
<p>May 2018-July 2018</p>
</div>
<div class="col-wide job-description">
<ul>
<li>Modified the firmware to a Pixhawk microcontroller to take sensor data from a PSoC development board that sends custom commands over serial communication protocol.</li>
<li>Autonomously researched and developed novel solutions to achieve mission critical goals.</li>
<li>Successfully tested both custom firmware and RC compatibility within hardware-in-the-loop simulation.</li>
<li>Edited QGroundControl software to enable RC compatibility with the custom flight mode that was created.</li>
<li>Documented experiences for future employees.</li>
</ul>
</div>
<!-- end of Job Details block. -->
<!-- Job Details: copy this whole block to add more jobs -->
<div class="col-narrow">
<h3>Battle for the Rebellion!</h3>
<p class="uppercase">Independent Programming Project</p>
<p>August 2017-December 2017</p>
</div>
<div class="col-wide job-description">
<ul>
<li>Programmed a fully functional space-invaders style computer game using the Pygame library.</li>
<li>Designed the game so that it increases with difficulty, has customizable settings, a simple but effective UI and stats tracking.</li>
<li>Utilized professional programming techniques such as refactoring, rapid prototyping, and clean coding.</li>
</ul>
</div>
<!-- end of Job Details block. -->
</div>
</section>
<!-- // Education -->
<section id="education" class="education education-mobile">
<div class="content-wrap">
<h2>Education</h2>
<!-- School details: copy this whole block to add more schools. -->
<h3>Georgia Institute of Technology</h3>
<p>June 2016-December 2020</p>
<!-- End of school details. -->
</div>
</section>
</main>
<!-- // Footer & contact info -->
<footer id="contact">
<div class="content-wrap">
<h2>Let's Keep in Touch!</h2>
<!-- Social media and contact links. Add or remove any networks. -->
<div class="contact-info">
<a href="mailto:[email protected]"><i class="fas fa-envelope fa-2x"></i></a>
<a href="https://www.linkedin.com/in/emanuel-solis-54203a141/" target="_blank"><i class="fab fa-linkedin fa-2x"></i></a>
</div>
<p>Copyright 2019 by Emanuel Solis</p>
</div>
</footer>
</body>
</html>