-
Notifications
You must be signed in to change notification settings - Fork 0
/
index-confirmation.html
384 lines (379 loc) · 19.6 KB
/
index-confirmation.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
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<title>Jonatan's Portfolio</title>
<link rel="stylesheet" href="style.css" />
<script src="https://kit.fontawesome.com/25da3f1030.js" crossorigin="anonymous"></script>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@500&display=swap" rel="stylesheet">
<link rel="icon" type="image/x-icon" href="/images/programming-code-signs.png">
</head>
<body>
<div id="header">
<div class="container">
<nav>
<img src="images/logo.png" alt="" class="logo" />
<ul id="sidemenu">
<li><a href="#header">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="#services">Services</a></li>
<li><a href="#portfolio">Portfolio</a></li>
<li><a href="#contact">Contact</a></li>
<i class="fas fa-times" onclick="closemenu()"></i>
</ul>
<i class="fas fa-bars" onclick="openmenu()"></i>
</nav>
<div class="header-text">
<h1>Hi! I'm <span>Jonatan</span></h1>
<p>I'm a <span>Frontend Developer.</span></p>
</div>
</div>
</div>
<!----------------About----------->
<div id="about">
<div class="container">
<div class="row">
<div class="about-col-1">
<img src="images/user.png" alt="" />
</div>
<div class="about-col-2">
<h1 class="sub-title">About Me</h1>
<p>
I am a passionate frontend developer specializing in web design using WordPress, HTML/CSS and JavaScript. I have always been fascinated by technology and how it can improve people's lives. That led me to study and acquire skills in the field of programming.
</p>
<div class="tab-titles">
<p class="tab-links active-link" onclick="opentab('skills')">
Skills
</p>
<p class="tab-links" onclick="opentab('experience')">
Experience
</p>
<p class="tab-links" onclick="opentab('education')">Education</p>
</div>
<div class="tab-contents active-tab" id="skills">
<ul>
<li><span>UI/UX</span><br />Designer Web/App Interfaces</li>
<li><span>Web Development</span><br />HTML/CSS, JavaScript & WordPress</li>
<li>
<span>Sales Process Optimization</span><br />Supercharge sales process with automation. Increase efficiency, close deals faster, and boost revenue.
</li>
</ul>
</div>
<div class="tab-contents" id="experience">
<ul>
<li>
<span>2021 - current</span><br />Designer Web/App Interfaces at <a class="telusite-links" href="https://www.telusite.com/" target="_blank">Telusite<i class="fa-solid fa-arrow-up-right-from-square fa-xs"></i></a>
</li>
<li>
<span>2021 - current</span><br />Content creator at <a class="telusite-links" href="https://www.instagram.com/jonatan.tech/" target="_blank">jonatan.tech<i class="fa-solid fa-arrow-up-right-from-square fa-xs"></i></a>
</li>
<li>
<span>2022 - current</span><br />Social media manager at <a class="telusite-links" href="https://codum.cc/about-us" target="_blank">codum.cc<i class="fa-solid fa-arrow-up-right-from-square fa-xs"></i></a>
</li>
</ul>
</div>
<div class="tab-contents" id="education">
<ul>
<li>
<span>2023</span><br />Responsive Web Design at <a class="telusite-links" href="https://freecodecamp.org/certification/fccae021072-6a56-418a-988e-b7e39089b371/responsive-web-design" target="_blank">freeCodeCamp<i class="fa-solid fa-arrow-up-right-from-square fa-xs"></i></a>
</li>
<li>
<span>2022</span><br />JavaScript Algorithms and Data Structures at freeCodeCamp
</li>
<li>
<span>2022</span><br />Software Engineering Bootcamp at #100Devs
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<!----------------Services------------->
<div id="services">
<div class="container">
<h1 class="sub-title">Services</h1>
<div class="services-list">
<div>
<i class="fa-solid fa-code"></i>
<h2>Web Design</h2>
<p>
Stunning web design services tailored to your needs. Captivate visitors, boost engagement, and drive results with my expertise. Let's elevate your online presence!
</p>
<!---<a href="#">Learn more</a>-->
</div>
<div>
<i class="fa-solid fa-crop"></i>
<h2>UI/UX</h2>
<p>
Crafting seamless user experiences and intuitive interfaces that leave a lasting impression.
</p>
<!---<a href="#">Learn more</a>-->
</div>
<div>
<i class="fa-solid fa-mobile"></i>
<h2>Sales process automation</h2>
<p>
Streamline sales process, increase efficiency, and close deals faster with my sales process automation service. Boost productivity and drive revenue growth.
</p>
<!---<a href="#">Learn more</a>-->
</div>
</div>
</div>
<!----------------Portfolio--------------->
<div id="portfolio">
<div class="container">
<h1 class="sub-title">My Work</h1>
<p>*<span>Touch or hover</span> over every image to see info about every project I've worked on.</p>
<div class="work-list">
<div class="work">
<img src="images/Nacer-juntos.png" alt="" />
<div class="layer">
<h3>
Nacer Juntos
</h3>
<p>
Doula service to accompany mothers during gestation periods established in Miami, Florida.
</p>
<a href="https://nacerjuntos.com/" target="_blank"><i class="fa-solid fa-arrow-up-right-from-square"></i
></a>
</div>
</div>
<div class="work">
<img src="images/coopreuasd.png" alt="" />
<div class="layer">
<h3>
CooeproUASD
</h3>
<p>
Multiple service cooperative for members, employed professors and the university community of the UASD.
</p>
<a href="https://cooeprouasd.com/" target="_blank"><i class="fa-solid fa-arrow-up-right-from-square"></i
></a>
</div>
</div>
<div class="work">
<img src="images/fecodeca.png" alt="" />
<div class="layer">
<h3>
FECODECA
</h3>
<p>
Oficial website of the Federación de Consolidadores de la República Dominicana (FECODECA).
</p>
<a href="https://fecodeca.com/" target="_blank"><i class="fa-solid fa-arrow-up-right-from-square"></i
></a>
</div>
</div>
<div class="work">
<img src="images/american-cleaning.png" alt="" />
<div class="layer">
<h3>
American Ownstar Cleaning
</h3>
<p>
Cleaning services company established in Miami, Florida.
</p>
<a href="https://americanownstarcleaning.com/" target="_blank"><i class="fa-solid fa-arrow-up-right-from-square"></i
></a>
</div>
</div>
<div class="work">
<img src="images/american-construction.png" alt="" />
<div class="layer">
<h3>
American Ownstar Construction
</h3>
<p>
Construction services company established in Miami, Florida.
</p>
<a href="https://americanownstarconstruction.com/" target="_blank"><i class="fa-solid fa-arrow-up-right-from-square"></i
></a>
</div>
</div>
<div class="work">
<img src="images/next-level.png" alt="" />
<div class="layer">
<h3>
Next Level Agency
</h3>
<p>
Insurance provider established in Miami, Florida.
</p>
<a href="https://nextlevelagencyusa.com/" target="_blank"><i class="fa-solid fa-arrow-up-right-from-square"></i
></a>
</div>
</div>
<div class="work">
<img src="images/telusite.png" alt="" />
<div class="layer">
<h3>
TeluSite
</h3>
<p>
Web domain and webhosting provider.
</p>
<a href="https://telusite.com/" target="_blank"><i class="fa-solid fa-arrow-up-right-from-square"></i
></a>
</div>
</div>
<div class="work">
<img src="images/ventura-tax.png" alt="" />
<div class="layer">
<h3>
Ventura Tax Preparation Corp
</h3>
<p>
Tax return service provider in the United States
</p>
<a href="https://venturaincometax.com/" target="_blank"><i class="fa-solid fa-arrow-up-right-from-square"></i
></a>
</div>
</div>
<div class="work">
<img src="images/Saens-export.png" alt="" />
<div class="layer">
<h3>
Saen Export
</h3>
<p>
Heavy vehicle parts supplier based in Orlando, Florida.
</p>
<a href="https://saenexporttruckparts.com/" target="_blank"><i class="fa-solid fa-arrow-up-right-from-square"></i
></a>
</div>
</div>
<div class="work">
<img src="images/enlaclave.webp" alt="" />
<div class="layer">
<h3>
Online Newspaper En La Clave
</h3>
<p>
Online newspaper from the Dominican Republic.
</p>
<a href="https://enlaclave.com/" target="_blank"><i class="fa-solid fa-arrow-up-right-from-square"></i
></a>
</div>
</div>
<div class="work">
<img src="images/jonatanv1.webp" alt="" />
<div class="layer">
<h3>
Jonatan Paula website
</h3>
<p>
Version 1.0 of my portfolio website.
</p>
<a href="https://jonatanpaula.com/" target="_blank"><i class="fa-solid fa-arrow-up-right-from-square"></i
></a>
</div>
</div>
<div class="work">
<img src="images/designtemplate.webp" alt="" />
<div class="layer">
<h3>
Design Template Kit Store
</h3>
<p>
Sales page of a social media template pack product.
</p>
<a href="https://designtemplatekit.store/social-media-coach-kit/" target="_blank"><i class="fa-solid fa-arrow-up-right-from-square"></i
></a>
</div>
</div>
<div class="work">
<img src="images/brightercleaningbcs.webp" alt="Image showcasing one of websites created" />
<div class="layer">
<h3>
Brighter Cleaning BCS
</h3>
<p>
Cleaning services company located in Miami, Florida.
</p>
<a href="https://brightercleaningbcs.com/" target="_blank"><i class="fa-solid fa-arrow-up-right-from-square"></i
></a>
</div>
</div>
<div class="work">
<img src="images\random quote generator.webp" alt="Image showcasing one of websites created" />
<div class="layer">
<h3>
Random Quote Generator
</h3>
<p>
A simple and funny app that generates random quotes created using plain JavaScript/HTML/CSS
</p>
<a href="https://jonatantech.github.io/dt-random-quote-generator/" target="_blank"><i class="fa-solid fa-arrow-up-right-from-square"></i
></a>
</div>
</div>
<div class="work">
<img src="images\Recipe website.webp" alt="Image showcasing one of websites created">
<div class="layer">
<h3>
Recipe website
</h3>
<p>
Basic homepage for a recipe website using plain JavaScript/HTML/CSS.
</p>
<a href="https://jonatantech.github.io/recipe-website/" target="_blank"><i class="fa-solid fa-arrow-up-right-from-square"></i></a>
</div>
</div>
</div>
<!---<a href="#" class="btn">See more</a> -->
</div>
</div>
<!----------------Contanct----------->
<div id="contact">
<div class="container">
<div class="row">
<div class="contact-left">
<h1 class="sub-title">Contact Me</h1>
<p>
<i class="fa-regular fa-paper-plane"></i> jonatanpaulaweb[at]gmail.com
</p>
<!---<p> <i class="fa-solid fa-phone"></i> 12345678</p>-->
<div class="social-icons">
<a href="https://www.instagram.com/jonatan.tech/" rel="noopener noreferrer" target="_blank"><i class="fa-brands fa-instagram"></i
></a>
<!-- <a href="https://www.linkedin.com/in/jonatanpaula/" rel="noopener noreferrer" target="_blank"><i class="fa-brands fa-linkedin-in"></i
></a> -->
<a href="https://twitter.com/jonatanptech" rel="noopener noreferrer" target="_blank"><i class="fa-brands fa-x-twitter"></i
></a>
<a href="https://www.twitch.tv/jonatantech" rel="noopener noreferrer" target="_blank"><i
class="fa-brands fa-twitch"></i></a>
<a href="https://github.com/jonatantech" rel="noopener noreferrer" target="_blank"><i class="fa-brands fa-github"></i
></a>
</div>
<!--- <a href="images/my-cv.pdf" download class="btn btn2"
>Download CV</a
>-->
</div>
<div class="contact-right">
<form action="https://formsubmit.co/8c8c870210626e9ff1676fcd0b66bb28" method="POST">
<input type="text" name="Name" placeholder="Your Name" required>
<input type="email" name="Email" placeholder="Your Email" required>
<textarea name="Message" rows="6" placeholder='Your message' required></textarea>
<input type="hidden" name="_next" value="https://jonatantech.github.io/#contact">
<i class="fa-solid fa-check"></i><p class="confirmation-alert">Your message has been <span id="notification">received!</span></p>
<p>I will respond shortly!</p>
<button type="submit" class="btn btn2">Submit</button>
</form>
</div>
</div>
</div>
<button class="back-to-top" onclick="window.scrollTo(0, 0);">Back to Top</button>
<div class="copyright">
<p>
Copyright © Jonatan. Made with <i class="fa-solid fa-heart"></i> by Jonatan
</p>
</div>
</div>
<script src="main.js"></script>
</body>
</html>