-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
306 lines (290 loc) · 8.79 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
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="/assets/fontawesome/css/fontawesome.css" />
<link rel="stylesheet" href="/assets/fontawesome/css/brands.css" />
<link rel="stylesheet" href="/assets/fontawesome/css/solid.css" />
<link rel="stylesheet" href="/assets/styles.css" />
<title>Edwin Jiménez's Portfolio</title>
</head>
<body>
<div class="sidebar">
<img
class="sidebar-logo"
src="/assets/Tiff-Jam-Logo-400px.png"
alt="Tiff Jam Logo"
/>
<div class="topics">
<a href="#projects">
<p class="topics-item">Projects</p>
</a>
<a href="#skills">
<p class="topics-item">Skills</p>
</a>
<a href="#work"> <p class="topics-item">Work</p></a>
<a href="#about-me"> <p class="topics-item">About me</p></a>
<a href="#contact"> <p class="topics-item">Contact</p></a>
</div>
<a
href="https://github.com/TiffJam"
target="_blank"
rel="noopener noreferrer"
>
<span class="fa-brands fa-github" role="img" aria-label="GitHub"></span>
</a>
<a
href="https://do.linkedin.com/in/ingedwinjimenez"
target="_blank"
rel="noopener noreferrer"
>
<span
class="fa-brands fa-linkedin"
role="img"
aria-label="LinkedIn"
></span>
</a>
<a
href="https://wa.me/18098123753"
target="_blank"
rel="noopener noreferrer"
>
<span
class="fa-brands fa-whatsapp"
role="img"
aria-label="WhatsApp"
></span>
</a>
</div>
<div class="main">
<br />
<br />
<div id="welcome">
Welcome to my portfolio! I'm
<span class="red-bold">Edwin Jiménez</span>, Full Stack Junior Web
Developer. Feel free to navigate my projects, inspect my GitHub and take
a look at my LinkedIn! Hope to hear from you soon!!
<i class="fa-solid fa-face-grin-wink"></i>
</div>
<br />
<br />
<div id="projects"></div>
<h2>Projects (web apps)</h2>
<div class="projects-container">
<div class="project-card">
<div class="topics">
<p class="topics-item">eCommerce <br />Clothing Store</p>
</div>
</div>
<div class="project-card">
<div class="topics">
<p class="topics-item">Pokedex <br />API integration</p>
</div>
</div>
<div class="project-card">
<div class="topics">
<p class="topics-item">Student Registry</p>
</div>
</div>
</div>
<br />
<br />
<div id="skills"></div>
<h2>Skills</h2>
<br />
<h4>Certifications</h4>
<p>
<span
class="fa-solid fa-file-code icon-color"
role="img"
aria-label="Talendig"
></span>
Talendig Full Stack Web Dev Bootcamp
</p>
<p>
<i class="fa-brands fa-free-code-camp icon-color"></i> freeCodeCamp
JavaScript Algorithms and Data Structures
</p>
<p>
<i class="fa-brands fa-free-code-camp icon-color"></i> freeCodeCamp
Responsive Web Design
</p>
<br />
<h4>Intermediate</h4>
<i class="fa-brands fa-html5 icon-color"></i>
<i class="fa-brands fa-css3 icon-color"></i>
<i class="fa-brands fa-js icon-color"></i>
<span class="fa-brands fa-github icon-color"></span>
<span
class="fa-brands fa-windows icon-color"
role="img"
aria-label="Windows"
title="Windows"
></span>
<span
class="fa-solid fa-headset icon-color"
role="img"
aria-label="Technical Support"
title="Technical Support"
></span>
<br />
<br />
<h4>Basic</h4>
<span
class="fa-brands fa-node icon-color"
role="img"
aria-label="NodeJS"
title="Node.js"
></span>
<span
class="fa-brands fa-react icon-color"
role="img"
aria-label="React"
title="React"
></span>
<span
class="fa-brands fa-linux icon-color"
role="img"
aria-label="Linux"
title="Linux"
></span>
<span
class="fa-brands fa-debian icon-color"
role="img"
aria-label="Linux"
title="Debian"
></span>
<span
class="fa-brands fa-ubuntu icon-color"
role="img"
aria-label="Linux"
title="Ubuntu"
></span>
<br />
<br />
<br />
<div id="work"></div>
<h2>Work</h2>
<br />
<p>
Apart from 5+ years of various experiences in Electromechanical
industries, my work experiences related to tech are:
</p>
<br />
<h4>Chief Operations Officer</h4>
<span
>Onclick Studio, June 2017 to October 2018
<br />
Santo Domingo, Dominican Republic.
<br />
<ul>
<li>
<h5>Project Management:</h5>
<ul>
<li>App Intec (university students' mobile app, 2018)</li>
<li>AlertaCOE (national emergency agency's mobile app, 2017)</li>
<li>FixoGas ERP (LPG fuel distributor's ERP web app, 2017)</li>
<li>Juan Mendez SRL ERP (events supplier's ERP web app, 2017)</li>
<li>IBAN Wallet (startup's mobile app, 2017)</li>
</ul>
</li>
<li>
<h5>Responsibilities:</h5>
<ul>
<li>
Manage customer relationships: requirements analysis, user
stories generation, training, etc
</li>
<li>
Apply SCRUM metodology: Scrum Master role, promote Scrum
guidelines
</li>
<li>
Promote maximum performance of employee: Provide resources,
contacts, problem solving, etc
</li>
<li>
Stablish business procedures: also work plans, workflow between
stakeholders, etc
</li>
<li>Report to Chief Executive Officer: progress, updates</li>
<li>Feedback to the development department</li>
</ul>
</li>
<li>
<h5>Madison ERP:</h5>
<ul>
<li>
Supervise daily operations of this startup during it's early
stages of growth
</li>
<li>Web app, SaaS, 2018</li>
<li>Madison ERP was the winner of SeedStars 2017</li>
</ul>
</li>
</ul>
</span>
<br />
<br />
<div id="about-me"></div>
<h2>About Me</h2>
<br />
<p>
I'm a Mechanical Engineer turned coder
<i class="fa-solid fa-face-smile-beam"></i>.
<br />
<br />
Enjoy cars <i class="fa-solid fa-car"></i>, racing
<i class="fa-solid fa-car-side"></i>
<i class="fa-solid fa-flag-checkered"></i>, music equalization
<span class="fa-solid fa-sliders"></span> and car audio
<span class="fa-solid fa-volume-high"></span>.
<br />
<br />
Really like the technical aspects of cars
<span class="fa-solid fa-gears"></span>, computers
<span class="fa-solid fa-computer"></span> and software
<i class="fa-solid fa-code"></i>, as well as their interactions with
people <span class="fa-solid fa-users"></span> and their usefulness
<span class="fa-solid fa-screwdriver-wrench"></span>.
<br />
<br />
The journey of learnig to code has had it's ups and downs
<i class="fa-solid fa-car-burst"></i>, but I always have in mind the
light at the end of the tunnel <i class="fa-solid fa-car-tunnel"></i>.
(Yeah, added this parragraph because I wanted to use the crashed car
icon <i class="fa-solid fa-car-burst"></i> hahahaha).
</p>
<br />
<br />
<div id="contact"></div>
<h2>Contact</h2>
<br />
<p>
Form? Nah' my friend, hit me up in WhatsApp
<span
class="fa-solid fa-face-laugh-squint"
role="img"
aria-label="Laugh"
></span>
:
<a
href="https://wa.me/18098123753"
target="_blank"
rel="noopener noreferrer"
>
<span class="icon-background">
<span
class="fa-brands fa-whatsapp icon-color"
role="img"
aria-label="WhatsApp"
></span>
</span>
</a>
</p>
<br />
<br />
</div>
</body>
</html>