-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
571 lines (532 loc) · 30.4 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
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
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
<!DOCTYPE HTML>
<!--
Read Only by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>Sergio Chavez</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<style>
.fa {
padding: 1px;
font-size: 25px;
text-align: left;
text-decoration: none;
margin: 3px 2px;
}
.fa:hover {
opacity: 1;
}
.fa-linkedin {
color: white;
}
</style>
</head>
<body class="is-preload">
<!-- Header -->
<section id="header">
<header>
<span class="image avatar"><img src="images/Foto.jpg" alt="" /></span>
<h1 id="logo"><a href="#">Sergio Chavez</a></h1>
<p>I am a researcher in constant learning. Lover of strength sports, anime and football<br />
</p>
</header>
<nav id="nav">
<ul>
<li><a href="#one" class="active">About me</a></li>
<li><a href="#two">Things I Can Do</a></li>
<li><a href="#three">Some of my projects</a></li>
<li><a href="#four">Contact Me</a></li>
</ul>
</nav>
<footer>
<ul class="icons">
<li><a href="https://www.instagram.com/sergiochavezlazo/?hl=es-la" class="icon brands fa-instagram"><span class="label">Instagram</span></a></li>
<li><a href="https://github.com/sergiochavezlazo?tab=repositories" class="icon brands fa-github"><span class="label">Github</span></a></li>
<li><a href="https://www.linkedin.com/in/sergio-chavez-lazo-212378170/" class="fa fa-linkedin"></a><li></li>
</ul>
</footer>
</section>
<!-- Wrapper -->
<div id="wrapper">
<!-- Main -->
<div id="main">
<!-- One -->
<section id="one">
<div class="image main" data-position="center">
<img src="images/banner-arequipa.jpg" alt="" />
</div>
<div class="container">
<header class="major">
<h2>About me</h2>
</header>
<p>I am a Peruvian data scientist and sociologist interested in quantitative and qualitative research through programming languages. I am currently a student for a Master in Data Science at the University of Manchester (UK). My main strengths are discipline, organization and teamwork. Proud to be self-taught and the main critic of myself. Every time I face a new learning challenge I repeat to myself: "Anything worth doing is worth doing wrong in the beginning"</p>
<p></p>
<p>To know more about my professional profile you can check my <a href="https://github.com/sergiochavezlazo/ProjectsxPortafolio/blob/main/CV_SergioChavez.pdf"><b>CV/Resume(English version) </b></a> or <a href="https://github.com/sergiochavezlazo/ProjectsxPortafolio/blob/main/CV_SergioChavez_sp.pdf"><b>CV/Resume(Spanish version) </b></a> </p>
</div>
</section>
<!-- Two -->
<section id="two">
<div class="container">
<h3>Things I Can Do</h3>
<p></p>
<ul class="feature-icons">
<li class="icon solid fa-code">Use of programming languages: R & Python</li>
<li class="icon solid fa-cubes">Data visualization</li>
<li class="icon solid fa-book">Machine Learning and Deep Learning</li>
<li class="icon solid fa-coffee">Statistical and critical analysis</li>
<li class="icon solid fa-bolt">Design of research strategies</li>
<li class="icon solid fa-users">Database exploration and management (SQL)</li>
</ul>
</div>
</section>
<!-- Three -->
<section id="three">
<div class="container">
<h3>Some of my projects</h3>
<p>Here I list some of the academic and non-academic projects that I am proud of. Please click on the images or titles to access the deliverables/products of each project.</p>
<div class="features">
<article>
<a href="https://github.com/sergiochavezlazo/ProjectsxPortafolio/blob/main/Pokemon%201st%20Generation%20Image%20Classification.ipynb" class="image"><img src="images/Who is That Pokemon.jpg" alt="" /></a>
<div class="inner">
<a href="https://github.com/sergiochavezlazo/ProjectsxPortafolio/blob/main/Pokemon%201st%20Generation%20Image%20Classification.ipynb"><h4>Convolutional Neural Network to predict Pokemon images</h4></a>
<p>Inspired by the anime game, I successfully developed and optimised a neural network with Keras that classifies first-generation Pokemon images. I conducted the project with a learning approach, exploring simple to more complex approaches using Transfer Learning (DenseNet) and hyperparameter optimisation. </p>
</div>
</article>
<article>
<a href="https://github.com/sergiochavezlazo/ProjectsxPortafolio/blob/main/Spotify%20-%20Supervised%20Learning.ipynb" class="image"><img src="images/Spotify.jpg" alt="" /></a>
<div class="inner">
<a href="https://github.com/sergiochavezlazo/ProjectsxPortafolio/blob/main/Spotify%20-%20Supervised%20Learning.ipynb"><h4>Supervised Learning: Predicting the popularity of Spotify tracks </h4></a>
<p>Using a database of over 1 million tracks, I developed a model to predict the popularity of Spotify songs. The project comprises a comprehensive comparison of supervised models such as Random Forest, Multilogistic Regression, Boosting & ANN. </p>
</div>
</article>
<article>
<a href="https://github.com/sergiochavezlazo/ProjectsxPortafolio/blob/main/MCDonalds%20Food%20-%20Unsupervised%20Learning.ipynb" class="image"><img src="images/Mcdonals.png" alt="" /></a>
<div class="inner">
<a href="https://github.com/sergiochavezlazo/ProjectsxPortafolio/blob/main/MCDonalds%20Food%20-%20Unsupervised%20Learning.ipynb"><h4>Unsupervised Learning: Clustering McDonalds food</h4></a>
<p>Using the nutritional information of the products offered by McDonalds, explore the optimal clustering using and comparing different algorithms such as KMeans, Kernel KM, Hierarchical Clustering & EM. In addition, the processing includes PCA for dimensionality reduction. </p>
</div>
</article>
<article>
<a href="https://github.com/sergiochavezlazo/ProjectsxPortafolio/blob/main/Time%20Series%20Forecasting%20for%20Rossman%20stores%20-%20Germany.pdf" class="image"><img src="images/Rossman2.jpg" alt="" /></a>
<div class="inner">
<a href="https://github.com/sergiochavezlazo/ProjectsxPortafolio/blob/main/Time%20Series%20Forecasting%20for%20Rossman%20stores%20-%20Germany.pdf"><h4>Time Series: Sales Forecasting - Rossmann</h4></a>
<p>Using Python, I developed and optimised a model focused on forecasting the sales of about 1000 shops of the Rossman chain in Germany. Among other things, the accuracy of the model was very high due to good decisions in the cleaning process.</p>
</div>
</article>
<article>
<a href="https://github.com/sergiochavezlazo/ProjectsxPortafolio/blob/main/Obesity%20in%20Peru%202022.pdf" class="image"><img src="images/Obesity.jpg" alt="" /></a>
<div class="inner">
<a href="https://github.com/sergiochavezlazo/ProjectsxPortafolio/blob/main/Obesity%20in%20Peru%202022.pdf"><h4>Obesity in Peru 2022</h4></a>
<p><b>(Project written in Spanish) </b>Using R, in this project I explored the influence of educational level and wealth on the probability of having obesity for men and women in Peru in 2022. The analysis contemplates the exploration of data at the departmental level. Winner of the research incentive award from the Pontificia Universidad Catolica del Peru (#1 QS Ranking in Peru).</p>
</div>
</article>
<article>
<a href="https://github.com/sergiochavezlazo/ProjectsxPortafolio/blob/main/Covid%20Project.sql" class="image"><img src="images/mysql_true.avif" alt="" /></a>
<div class="inner">
<a href="https://github.com/sergiochavezlazo/ProjectsxPortafolio/blob/main/Covid%20Project.sql"><h4>Data gathering in SQL - COVID19</h4></a>
<p>Using the Our World in Data database, I wrote SQL queries that answered 12 research questions related to the management and impact of the pandemic in over 150 countries. Part of the information collected was used to build a dashboard in Tableau (see next project).</p>
</div>
</article>
<article>
<a href="https://public.tableau.com/app/profile/sergio.chavez.lazo/viz/Covid19MonitorCenter/Dashboard1" class="image"><img src="images/Tableu.JPG" alt="" /></a>
<div class="inner">
<a href="https://public.tableau.com/app/profile/sergio.chavez.lazo/viz/Covid19MonitorCenter/Dashboard1"><h4>COVID 19 Monitor Center</h4></a>
<p>Using my own queries, I created an interactive dashboard on the impact and management of the pandemic in over 150 countries. It covers data from January 2020 to April 2023. </p>
</div>
</article>
<article>
<a href="https://github.com/sergiochavezlazo/ProjectsxPortafolio/blob/main/LSTM%20Covid.ipynb" class="image"><img src="images/coronavirus.jpg" alt="" /></a>
<div class="inner">
<a href="https://github.com/sergiochavezlazo/ProjectsxPortafolio/blob/main/LSTM%20Covid.ipynb"><h4>LSTM Neural Network for accumulative cases of COVID-19 in Peru</h4></a>
<p>I developed a preliminary model to predict the number of cumulative COVID19 cases for Peru. The project can be updated, optimized and modified to predict the situation in any country.</p>
</div>
</article>
<article>
<a href="https://github.com/sergiochavezlazo/ProjectsxPortafolio/blob/main/CNN%20for%20CIFAR100.ipynb" class="image"><img src="images/CIFAR100.jpg" alt="" /></a>
<div class="inner">
<a href="https://github.com/sergiochavezlazo/ProjectsxPortafolio/blob/main/CNN%20for%20CIFAR100.ipynb"><h4>Image Classification CIFAR100</h4></a>
<p>I faced the challenge of classifying more than 50,000 low quality images from the CIFAR100 database. I compared different approaches to the problem and built a neural network with a satisfactory level of accuracy. The project relies on a pre-trained neural network: MobileNet. Access to report <a href="https://github.com/sergiochavezlazo/ProjectsxPortafolio/blob/main/CIFAR100_CNN.pdf">here</a></p>
</div>
</article>
<article>
<a href="https://github.com/sergiochavezlazo/ProjectsxPortafolio/blob/main/BeePy_Report.pdf" class="image"><img src="images/UOM.jpeg" alt="" /></a>
<div class="inner">
<a href="https://github.com/sergiochavezlazo/ProjectsxPortafolio/blob/main/BeePy_Report.pdf"><h4>Supplier recommendations to Compania ACME - University of Manchester</h4></a>
<p><b>(Group Work) </b>Together with the team of master students (BeePy) we created, optimised and compared three statistical models to recommend service providers to the ACME company. This project was part of the Introduction to Python course at the University of Manchester and scored one of the top marks in the class.</p>
</div>
</article>
<article>
<a href="https://github.com/sergiochavezlazo/ProjectsxPortafolio/blob/main/Quantitative%20analysis%20of%20all%20FIFA%20World%20Cups%20in%20history%20using%20R%20(1930-2018)" class="image"><img src="images/Fifa.jpg" alt="" /></a>
<div class="inner">
<a href="https://github.com/sergiochavezlazo/ProjectsxPortafolio/blob/main/Quantitative%20analysis%20of%20all%20FIFA%20World%20Cups%20in%20history%20using%20R%20(1930-2018)"><h4>Quantitative analysis of all FIFA World Cups in history using R (1930-2018)</h4></a>
<p><b>(Project written in Spanish) </b> In this project, I answer some interesting questions about one of the biggest events in sports. I found fascinating trends using very helpful libraries of R such as tidyverse, ggplot2, plotly and kable.</p>
</div>
</article>
<article>
<a href="https://github.com/sergiochavezlazo/ProjectsxPortafolio/blob/main/Pokemon's%20Analysisis.ipynb" class="image"><img src="images/Pikachu.jpg" alt="" /></a>
<div class="inner">
<a href="https://github.com/sergiochavezlazo/ProjectsxPortafolio/blob/main/Pokemon's%20Analysisis.ipynb"><h4>Pokemon Stat Analysis Using Python</h4></a>
<p>This was my first project using Python. It was an enjoyable challenge to make my first steps in this programming language meanwhile I answered some of the questions I had always had as a Pokemon fan </p>
</div>
</article>
</div>
</div>
</section>
<!-- Four -->
<section id="four">
<div class="container">
<h3>Contact Me</h3>
<p>If you want to talk about some project or academic/professional opportunity to work together, please contact me to my personal email <b>[email protected].</b></p>
</ul>
</div>
</div>
</form>
</div>
</section>
<!-- Five -->
<!--
<section id="five">
<div class="container">
<h3>Elements</h3>
<section>
<h4>Text</h4>
<p>This is <b>bold</b> and this is <strong>strong</strong>. This is <i>italic</i> and this is <em>emphasized</em>.
This is <sup>superscript</sup> text and this is <sub>subscript</sub> text.
This is <u>underlined</u> and this is code: <code>for (;;) { ... }</code>. Finally, <a href="#">this is a link</a>.</p>
<hr />
<header>
<h4>Heading with a Subtitle</h4>
<p>Lorem ipsum dolor sit amet nullam id egestas urna aliquam</p>
</header>
<p>Nunc lacinia ante nunc ac lobortis. Interdum adipiscing gravida odio porttitor sem non mi integer non faucibus ornare mi ut ante amet placerat aliquet. Volutpat eu sed ante lacinia sapien lorem accumsan varius montes viverra nibh in adipiscing blandit tempus accumsan.</p>
<header>
<h5>Heading with a Subtitle</h5>
<p>Lorem ipsum dolor sit amet nullam id egestas urna aliquam</p>
</header>
<p>Nunc lacinia ante nunc ac lobortis. Interdum adipiscing gravida odio porttitor sem non mi integer non faucibus ornare mi ut ante amet placerat aliquet. Volutpat eu sed ante lacinia sapien lorem accumsan varius montes viverra nibh in adipiscing blandit tempus accumsan.</p>
<hr />
<h2>Heading Level 2</h2>
<h3>Heading Level 3</h3>
<h4>Heading Level 4</h4>
<h5>Heading Level 5</h5>
<h6>Heading Level 6</h6>
<hr />
<h5>Blockquote</h5>
<blockquote>Fringilla nisl. Donec accumsan interdum nisi, quis tincidunt felis sagittis eget tempus euismod. Vestibulum ante ipsum primis in faucibus vestibulum. Blandit adipiscing eu felis iaculis volutpat ac adipiscing accumsan faucibus. Vestibulum ante ipsum primis in faucibus lorem ipsum dolor sit amet nullam adipiscing eu felis.</blockquote>
<h5>Preformatted</h5>
<pre><code>i = 0;
while (!deck.isInOrder()) {
print 'Iteration ' + i;
deck.shuffle();
i++;
}
print 'It took ' + i + ' iterations to sort the deck.';</code></pre>
</section>
<section>
<h4>Lists</h4>
<div class="row">
<div class="col-6 col-12-xsmall">
<h5>Unordered</h5>
<ul>
<li>Dolor pulvinar etiam magna etiam.</li>
<li>Sagittis adipiscing lorem eleifend.</li>
<li>Felis enim feugiat dolore viverra.</li>
</ul>
<h5>Alternate</h5>
<ul class="alt">
<li>Dolor pulvinar etiam magna etiam.</li>
<li>Sagittis adipiscing lorem eleifend.</li>
<li>Felis enim feugiat dolore viverra.</li>
</ul>
</div>
<div class="col-6 col-12-xsmall">
<h5>Ordered</h5>
<ol>
<li>Dolor pulvinar etiam magna etiam.</li>
<li>Etiam vel felis at lorem sed viverra.</li>
<li>Felis enim feugiat dolore viverra.</li>
<li>Dolor pulvinar etiam magna etiam.</li>
<li>Etiam vel felis at lorem sed viverra.</li>
<li>Felis enim feugiat dolore viverra.</li>
</ol>
<h5>Icons</h5>
<ul class="icons">
<li><a href="#" class="icon brands fa-twitter"><span class="label">Twitter</span></a></li>
<li><a href="#" class="icon brands fa-facebook-f"><span class="label">Facebook</span></a></li>
<li><a href="#" class="icon brands fa-instagram"><span class="label">Instagram</span></a></li>
<li><a href="#" class="icon brands fa-github"><span class="label">Github</span></a></li>
<li><a href="#" class="icon brands fa-dribbble"><span class="label">Dribbble</span></a></li>
<li><a href="#" class="icon brands fa-tumblr"><span class="label">Tumblr</span></a></li>
</ul>
</div>
</div>
<h5>Actions</h5>
<ul class="actions">
<li><a href="#" class="button primary">Default</a></li>
<li><a href="#" class="button">Default</a></li>
<li><a href="#" class="button alt">Default</a></li>
</ul>
<ul class="actions small">
<li><a href="#" class="button primary small">Small</a></li>
<li><a href="#" class="button small">Small</a></li>
<li><a href="#" class="button alt small">Small</a></li>
</ul>
<div class="row">
<div class="col-3 col-6-medium col-12-xsmall">
<ul class="actions stacked">
<li><a href="#" class="button primary">Default</a></li>
<li><a href="#" class="button">Default</a></li>
<li><a href="#" class="button alt">Default</a></li>
</ul>
</div>
<div class="col-3 col-6 col-12-xsmall">
<ul class="actions stacked">
<li><a href="#" class="button primary small">Small</a></li>
<li><a href="#" class="button small">Small</a></li>
<li><a href="#" class="button alt small">Small</a></li>
</ul>
</div>
<div class="col-3 col-6-medium col-12-xsmall">
<ul class="actions stacked">
<li><a href="#" class="button primary fit">Default</a></li>
<li><a href="#" class="button fit">Default</a></li>
<li><a href="#" class="button alt fit">Default</a></li>
</ul>
</div>
<div class="col-3 col-6-medium col-12-xsmall">
<ul class="actions stacked">
<li><a href="#" class="button primary small fit">Small</a></li>
<li><a href="#" class="button small fit">Small</a></li>
<li><a href="#" class="button alt small fit">Small</a></li>
</ul>
</div>
</div>
</section>
<section>
<h4>Table</h4>
<h5>Default</h5>
<div class="table-wrapper">
<table>
<thead>
<tr>
<th>Name</th>
<th>Description</th>
<th>Price</th>
</tr>
</thead>
<tbody>
<tr>
<td>Item One</td>
<td>Ante turpis integer aliquet porttitor.</td>
<td>29.99</td>
</tr>
<tr>
<td>Item Two</td>
<td>Vis ac commodo adipiscing arcu aliquet.</td>
<td>19.99</td>
</tr>
<tr>
<td>Item Three</td>
<td> Morbi faucibus arcu accumsan lorem.</td>
<td>29.99</td>
</tr>
<tr>
<td>Item Four</td>
<td>Vitae integer tempus condimentum.</td>
<td>19.99</td>
</tr>
<tr>
<td>Item Five</td>
<td>Ante turpis integer aliquet porttitor.</td>
<td>29.99</td>
</tr>
</tbody>
<tfoot>
<tr>
<td colspan="2"></td>
<td>100.00</td>
</tr>
</tfoot>
</table>
</div>
<h5>Alternate</h5>
<div class="table-wrapper">
<table class="alt">
<thead>
<tr>
<th>Name</th>
<th>Description</th>
<th>Price</th>
</tr>
</thead>
<tbody>
<tr>
<td>Item One</td>
<td>Ante turpis integer aliquet porttitor.</td>
<td>29.99</td>
</tr>
<tr>
<td>Item Two</td>
<td>Vis ac commodo adipiscing arcu aliquet.</td>
<td>19.99</td>
</tr>
<tr>
<td>Item Three</td>
<td> Morbi faucibus arcu accumsan lorem.</td>
<td>29.99</td>
</tr>
<tr>
<td>Item Four</td>
<td>Vitae integer tempus condimentum.</td>
<td>19.99</td>
</tr>
<tr>
<td>Item Five</td>
<td>Ante turpis integer aliquet porttitor.</td>
<td>29.99</td>
</tr>
</tbody>
<tfoot>
<tr>
<td colspan="2"></td>
<td>100.00</td>
</tr>
</tfoot>
</table>
</div>
</section>
<section>
<h4>Buttons</h4>
<ul class="actions">
<li><a href="#" class="button primary">Primary</a></li>
<li><a href="#" class="button">Default</a></li>
<li><a href="#" class="button alt">Alternate</a></li>
</ul>
<ul class="actions">
<li><a href="#" class="button primary large">Large</a></li>
<li><a href="#" class="button">Default</a></li>
<li><a href="#" class="button alt small">Small</a></li>
</ul>
<ul class="actions fit">
<li><a href="#" class="button primary fit">Fit</a></li>
<li><a href="#" class="button fit">Fit</a></li>
<li><a href="#" class="button alt fit">Fit</a></li>
</ul>
<ul class="actions fit small">
<li><a href="#" class="button primary fit small">Fit + Small</a></li>
<li><a href="#" class="button fit small">Fit + Small</a></li>
<li><a href="#" class="button alt fit small">Fit + Small</a></li>
</ul>
<ul class="actions">
<li><a href="#" class="button primary icon solid fa-download">Icon</a></li>
<li><a href="#" class="button icon solid fa-download">Icon</a></li>
<li><a href="#" class="button alt icon solid fa-check">Icon</a></li>
</ul>
<ul class="actions">
<li><span class="button primary disabled">Primary</span></li>
<li><span class="button disabled">Default</span></li>
<li><span class="button alt disabled">Alternate</span></li>
</ul>
</section>
<section>
<h4>Form</h4>
<form method="post" action="#">
<div class="row gtr-uniform">
<div class="col-6 col-12-xsmall">
<input type="text" name="demo-name" id="demo-name" value="" placeholder="Name" />
</div>
<div class="col-6 col-12-xsmall">
<input type="email" name="demo-email" id="demo-email" value="" placeholder="Email" />
</div>
<div class="col-12">
<select name="demo-category" id="demo-category">
<option value="">- Category -</option>
<option value="1">Manufacturing</option>
<option value="1">Shipping</option>
<option value="1">Administration</option>
<option value="1">Human Resources</option>
</select>
</div>
<div class="col-4 col-12-medium">
<input type="radio" id="demo-priority-low" name="demo-priority" checked>
<label for="demo-priority-low">Low Priority</label>
</div>
<div class="col-4 col-12-medium">
<input type="radio" id="demo-priority-normal" name="demo-priority">
<label for="demo-priority-normal">Normal Priority</label>
</div>
<div class="col-4 col-12-medium">
<input type="radio" id="demo-priority-high" name="demo-priority">
<label for="demo-priority-high">High Priority</label>
</div>
<div class="col-6 col-12-medium">
<input type="checkbox" id="demo-copy" name="demo-copy">
<label for="demo-copy">Email me a copy of this message</label>
</div>
<div class="col-6 col-12-medium">
<input type="checkbox" id="demo-human" name="demo-human" checked>
<label for="demo-human">I am a human and not a robot</label>
</div>
<div class="col-12">
<textarea name="demo-message" id="demo-message" placeholder="Enter your message" rows="6"></textarea>
</div>
<div class="col-12">
<ul class="actions">
<li><input type="submit" value="Send Message" /></li>
<li><input type="reset" value="Reset" class="alt" /></li>
</ul>
</div>
</div>
</form>
</section>
<section>
<h4>Image</h4>
<h5>Fit</h5>
<span class="image fit"><img src="images/banner.jpg" alt="" /></span>
<div class="box alt">
<div class="row gtr-50 gtr-uniform">
<div class="col-4"><span class="image fit"><img src="images/pic01.jpg" alt="" /></span></div>
<div class="col-4"><span class="image fit"><img src="images/pic02.jpg" alt="" /></span></div>
<div class="col-4"><span class="image fit"><img src="images/pic03.jpg" alt="" /></span></div>
<div class="col-4"><span class="image fit"><img src="images/pic02.jpg" alt="" /></span></div>
<div class="col-4"><span class="image fit"><img src="images/pic03.jpg" alt="" /></span></div>
<div class="col-4"><span class="image fit"><img src="images/pic01.jpg" alt="" /></span></div>
<div class="col-4"><span class="image fit"><img src="images/pic03.jpg" alt="" /></span></div>
<div class="col-4"><span class="image fit"><img src="images/pic01.jpg" alt="" /></span></div>
<div class="col-4"><span class="image fit"><img src="images/pic02.jpg" alt="" /></span></div>
</div>
</div>
<h5>Left & Right</h5>
<p><span class="image left"><img src="images/avatar.jpg" alt="" /></span>Fringilla nisl. Donec accumsan interdum nisi, quis tincidunt felis sagittis eget. tempus euismod. Vestibulum ante ipsum primis in faucibus vestibulum. Blandit adipiscing eu felis iaculis volutpat ac adipiscing accumsan eu faucibus. Integer ac pellentesque praesent tincidunt felis sagittis eget. tempus euismod. Vestibulum ante ipsum primis in faucibus vestibulum. Blandit adipiscing eu felis iaculis volutpat ac adipiscing accumsan eu faucibus. Integer ac pellentesque praesent. Donec accumsan interdum nisi, quis tincidunt felis sagittis eget. tempus euismod. Vestibulum ante ipsum primis in faucibus vestibulum. Blandit adipiscing eu felis iaculis volutpat ac adipiscing accumsan eu faucibus. Integer ac pellentesque praesent tincidunt felis sagittis eget. tempus euismod. Vestibulum ante ipsum primis in faucibus vestibulum. Blandit adipiscing eu felis iaculis volutpat ac adipiscing accumsan eu faucibus. Integer ac pellentesque praesent.</p>
<p><span class="image right"><img src="images/avatar.jpg" alt="" /></span>Fringilla nisl. Donec accumsan interdum nisi, quis tincidunt felis sagittis eget. tempus euismod. Vestibulum ante ipsum primis in faucibus vestibulum. Blandit adipiscing eu felis iaculis volutpat ac adipiscing accumsan eu faucibus. Integer ac pellentesque praesent tincidunt felis sagittis eget. tempus euismod. Vestibulum ante ipsum primis in faucibus vestibulum. Blandit adipiscing eu felis iaculis volutpat ac adipiscing accumsan eu faucibus. Integer ac pellentesque praesent. Donec accumsan interdum nisi, quis tincidunt felis sagittis eget. tempus euismod. Vestibulum ante ipsum primis in faucibus vestibulum. Blandit adipiscing eu felis iaculis volutpat ac adipiscing accumsan eu faucibus. Integer ac pellentesque praesent tincidunt felis sagittis eget. tempus euismod. Vestibulum ante ipsum primis in faucibus vestibulum. Blandit adipiscing eu felis iaculis volutpat ac adipiscing accumsan eu faucibus. Integer ac pellentesque praesent.</p>
</section>
</div>
</section>
-->
</div>
<!-- Footer -->
<section id="footer">
<div class="container">
<ul class="copyright">
<li>© Untitled. All rights reserved.</li><li>Design: <a href="http://html5up.net">HTML5 UP</a></li>
</ul>
</div>
</section>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>