-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
693 lines (601 loc) · 35.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
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
<!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>
<meta name="google-site-verification" content="gm3CjqfMumHDzpqkh2nqVtCm4_suZMOCnm51dFD1goQ" />
</head>
<head>
<title>Hi, I'm Andrea</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" />
<link rel="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"/>
</head>
<body class="is-preload">
<!-- Header -->
<section id="header">
<header>
<span class="image avatar"><img src="images/uni_bern.png" alt="" /></span>
<h1 id="logo"><a href="#">Andrea Guzmán Mesa</a></h1>
<p>Doctor in Astrophysics <br />
University of Bern</p>
</header>
<nav id="nav">
<ul>
<li><a href="#one" class="active">About me</a></li>
<li><a href="#two">Research</a></li>
<li><a href="#three">Other Interests</a></li>
<li><a href="#four">Outreach & Media</a></li>
<li><a href="#five">Contact</a></li>
</ul>
</nav>
<footer>
<ul class="icons">
<li><a href="https://twitter.com/Astroandrea" class="icon brands fa-twitter"><span class="label">Twitter</span></a></li>
<li><a href="https://github.com/aguzmanmesa" class="icon brands fa-github"><span class="label">Github</span></a></li>
<li><a href="#contact" id="contact-link" class="icon solid fa-envelope"><span class="label">Email</span></a></li>
<li><a href="https://aguzmanmesa.github.io/CV_Guzman.pdf" target="_blank" id="cv-link" class="fa fa-graduation-cap fa-fw"><span class="label">CV</span></a></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/exo.jpg" alt="" />
</div>
<div class="container">
<header class="major">
<h2>Hola! I am Andrea!</h2>
<p>I am a Doctor in Astrophysics from the University of Bern in Switzerland.</p>
</header>
<p> I finished my PhD in January 2023 with a thesis entitled "The Diversity of sub-Neptune Planets" under the supervision of Prof. Dr. Christoph Mordasini. Since I joined the <a href="https://www.csh.unibe.ch/" style="color:rgb(65, 105, 225);">Center for Space and Habitability</a> (CSH) of the University of Bern in 2018, my research has tried to explore the link between the atmosphere and interiors of sub-Neptune planets and how to best observe them. I decided to leave Academia and I work now as the Swiss National Conctact Point for European Partnerships at <a href="https://www.euresearch.ch/" style="color:rgb(65, 105, 225);">Euresearch</a>. </p>
<p>Originally a mathematician, I received a full scholarship from the European Union for a two-year Astrophysics joint master’s programme under the Erasmus Mundus network called <a href="https://www.uibk.ac.at/astromundus/" style="color:rgb(65, 105, 225)";>Astromundus</a>.
I graduated in September of 2018 with a joint MSc degree from each university I attended: <a href="https://www.uibk.ac.at/" style="color:rgb(65, 105, 225);">Universität Innsbruck</a> in Austria, <a href="https://en.uniroma2.it/" style="color:rgb(65, 105, 225);">University of Rome Tor Vergata</a> in Italy and <a href="http://www.uni-goettingen.de/" style="color:rgb(65, 105, 225);">Universität Göttingen</a> in Germany.</p>
<p>I wrote my master's thesis at Universität Göttingen under the supervision of <a href="http://www.uni-goettingen.de/de/homepage/574854.html" style="color:rgb(65, 105, 225);">Prof. Dr. Ansgar Reiners </a> and <a href="https://moshagh.wordpress.com/" style="color:rgb(65, 105, 225);">Dr. Mahmoud Oshagh</a>. We analyzed the Chromatic Rossiter
McLaughlin effect as a way to study the atmosphere of the exoplanet HD 189733b using data from the <a href="https://carmenes.caha.es/ext/instrument/index.html" style="color:rgb(65, 105, 225);">CARMENES</a> and HARPS spectrographs. </p>
<p>I'm interested in Science Diplomacy and Science Policy. I worked as an intern at the Office of the Director General of the European Southern Observarory (ESO) researching how ESO contributes to Science Diplomacy and the UN Sustainable Development Goals. I am also committed to diversity and equity in STEM areas and as such I am the leader and co-founder of different initiatives around these topics in Colombia and Latin America. </p>
<p> I speak Spanish, English, Italian and Portuguese and currently I'm learning French and a German.
<footer>
<a href="https://aguzmanmesa.github.io/CV_Guzman.pdf" target="_blank"><i class="fa fa-graduation-cap fa-fw" style="color:rgb(65, 105, 225)";></i> Curriculum Vitae (CV)</a><br>
<a href="https://aguzmanmesa.github.io/CV_GuzmanMesa_Industry.pdf" target="_blank"><i class="fa fa-graduation-cap fa-fw" style="color:rgb(65, 105, 225)";></i> Curriculum Vitae Industry (CV)</a><br>
<a href="https://ui.adsabs.harvard.edu/public-libraries/8XDuMkxUR1yrXCDp9SvKFA" style="color:rgb(65, 105, 225)";></i>ADS Library</a><br>
<a style="text-align: left;"><a href="mailto:andrea.guzmanmesa@space.unibe.ch" style="color:rgb(65, 105, 225);">Email: andrea.guzmanmesa@unibe.ch</a><br>
<div itemscope itemtype="https://schema.org/Person"><a itemprop="sameAs" content="https://orcid.org/0000-0001-5762-0276" href="https://orcid.org/0000-0001-5762-0276" target="orcid.widget" rel="me noopener noreferrer" style="vertical-align:top;"><img src="https://orcid.org/sites/default/files/images/orcid_16x16.png" style="width:1em;margin-right:.5em;" alt="ORCID iD icon">https://orcid.org/0000-0001-5762-0276</a></div>
</footer>
</div>
</section>
<!-- Two -->
<section id="two">
<div class="container">
<h3>Research</h3>
<h4>Lead author publications: </h4>
<div class="features">
<article>
<a href="https://arxiv.org/abs/2204.05971" class="image"><img src="images/envelope.png" alt="" /></a>
<div class="inner">
<h4>Chemical diversity of the atmospheres and interiors of sub-Neptunes</h4>
<p>The atmospheres of sub-Neptunes are expected to exhibit considerable chemical diversity,
beyond what is anticipated for gas-giant exoplanets. In the current study, we construct self-consistent radiative transfer
and equilibrium chemistry models to explore this chemical diversity. We use GJ 436 b as a case study to further study joint
atmosphere-interior models. We demonstrate that a high-metallicity atmosphere for GJ 436 b is inconsistent with physically plausible interior structures.</p>
<a href="https://arxiv.org/abs/2204.05971"
target="_blank"><i class="fa fa-file-pdf-o fa-fw" style="color:rgb(65, 105, 225);"></i>Guzmán-Mesa et al 2022</a>
</div>
</article>
<article>
<a href="https://iopscience.iop.org/article/10.3847/1538-3881/ab9176" class="image"><img src="images/final.png" alt="" /></a>
<div class="inner">
<h4>Information content of JWST-NIRSPEC transmission spectra of warm Neptunes</h4>
<p>We explore an interesting and novel application of the random forest machine learning technique applied to the atmospheric
retrieval of simulated JWST observations for mini-Neptunes. The goal of the study is to evaluate
the information content of various JWST instrument modes, highlighting differing sensitivities to
various exoplanet atmospheric parameters via unique byproducts of the random forest technique.</p>
<a href="https://iopscience.iop.org/article/10.3847/1538-3881/ab9176"
target="_blank"><i class="fa fa-file-pdf-o fa-fw" style="color:rgb(65, 105, 225);"></i>Guzmán-Mesa et al 2020</a>
</div>
</article>
<article>
<h4>Co-authored publications: </h4>
<a href="#" class="image"><img src="images/opacities.png" alt="" /></a>
<div class="inner">
<h4>HELIOS-K 2.0 Opacity Calculator and Open-source Opacity database </h4>
<p>We need opacities of atoms and molecules in all sort of (exo)planetary atmospheric calculations!
But computing opacities is a very difficult task that starts with line lists that have very large number of transitions. It takes an incredible amount of computing time to do so! We do not want to “reinvent the wheel” for this tedious step of transforming line list data into opacities for multiple points in T and P every time, therefore we are creating a publicly available opacity database for the exoplanet community.</p>
<a href="https://arxiv.org/pdf/2101.02005.pdf"
target="_blank"><i class="fa fa-file-pdf-o fa-fw" style="color:rgb(65, 105, 225);"></i>Grimm et al 2021</a>
<br>
<a href="https://dace.unige.ch/dashboard/"
target="_blank"><i class="fas fa-atom" style="color:rgb(65, 105, 225);"></i> Opacity Database</a>
</div>
</article>
<article>
<a href="#" class="image"><img src="images/rossiter.png" alt="" /></a>
<div class="inner">
<h4>Chromatic Rossiter-McLaughlin Observations of HD189733b </h4>
<p> As part of my master's thesis, we retrieved the broadband transmission spectra of HD189733b using chromatic Rossiter-McLaughlin observations with HARPS and CARMENES spectrographs.
.The retrieved spectrum in the visible range shows the signature of a hazy atmosphere, and an indication of the presence of sodium and potassium.</p>
<a href=https://arxiv.org/pdf/2009.13823.pdf
target="_blank"><i class="fa fa-file-pdf-o fa-fw" style="color:rgb(65, 105, 225);"></i>Oshagh et al 2020</a>
</div>
</article>
<header>
<h4>Titanium oxide and chemical inhomogeneity in the atmosphere of the exoplanet WASP-189 b</i></h4>
<br><p style="text-align: left">Prinoth, et al., 2022, Nature
<br><a href="https://www.nature.com/articles/s41550-021-01581-z#citeas" target="_blank"><i class="fa fa-file-pdf-o fa-fw" style="color:rgb(65, 105, 225);"></i>Prinoth et al 2022</a>
<h4>Activity induced variation in spin-orbit angles as derived from Rossiter–McLaughlin measurements</i></h4>
<br><p style="text-align: left">Oshagh, M., et al. 2018, A&A, 619, A150
<br><a href="https://www.aanda.org/articles/aa/pdf/2018/11/aa33709-18.pdf" target="_blank"><i class="fa fa-file-pdf-o fa-fw" style="color:rgb(65, 105, 225);"></i>Oshagh et al 2018</a>
</header>
</div>
</div>
</section>
<!-- Three -->
<section id="three">
<div class="container">
<h3>Research Interests</h3>
<ul class="feature-icons">
<li class="icon solid fa-cloud">Exoplanet Atmospheres</li>
<li class="icon solid fa-globe-europe">Exoplanet Interiors</li>
<li class="icon solid fa-exchange-alt">Radiative Transfer</li>
<li class="icon solid fa-code">Machine Learning</li>
<li class="icon solid fa-user-astronaut">Astronomy Outreach</li>
<li class="icon solid fa-venus">Women and minorities in Science</li>
</ul>
</div>
</section>
<!-- Four-->
<section id="four">
<div class="container">
<h3>Outreach & Media</h3>
<p>I am an advocate for women and underrepresented groups in science especially in Colombia and Latin America where I come from. I enjoy giving outreach talks both in Spanish and English. Feel free to check some of them and/or contact me.</p>
<div class="features">
<article>
<a href="#" class="image"><img src="images/premio.jpeg" alt="" /></a>
<div class="inner">
<h4>Women That Build Award: Techfluencer Colombia 2022</h4>
<p>I was the winner for Colombia of the Women that Build Award as Techfluencer 2022 because of the promotion of Women and minorities in STEM through my social media.</p>
<footer>
<a href="https://womenawards.globant.com/2022/Techfluencer/AndreaGuzmanMesa"
target="_blank"><i class="fa fa-newspaper-o" style="color:rgb(65, 105, 225);"></i> Check the Prize! </a>
</footer>
</div>
</article>
<article>
<a href="#" class="image"><img src="images/DSC00837.JPG" alt="" /></a>
<div class="inner">
<h4>How ‘Spam’ Helped Women In STEM To Top Colombian Twitter For Days?</h4>
<p>Forbes Science highlighted an intiative I led in Social Media for the International Day of Girls and Women in Science 2022 to visibilize the work of women scientists in Latin America.</p>
<footer>
<a href="https://www.forbes.com/sites/andrewwight/2022/02/22/how-spam-helped-women-in-stem-to-top-colombian-twitter-for-days/?sh=530074cd4ede"
target="_blank"><i class="fa fa-newspaper-o" style="color:rgb(65, 105, 225);"></i> Read article</a>
</footer>
</div>
</article>
<article>
<a href="#" class="image"><img src="images/DSC00546 (1).JPG" alt="" /></a>
<div class="inner">
<h4>What Is This Colombian’s Exoplanet Work? It’s Out Of This World!</h4>
<p>Forbes Science made a profile about me and my work as part of their #GlobalSouthScience series.</p>
<footer>
<a href="https://www.forbes.com/sites/andrewwight/2020/03/04/what-is-this-colombians-exoplanet-work-its-out-of-this-world/amp/?__twitter_impression=true&fbclid=IwAR0CRS3XMmTKjCAorTsqCEMdbHAVLoigvKrN4nOqQjuZ9MtPh02DKYqn_m0"
target="_blank"><i class="fa fa-newspaper-o" style="color:rgb(65, 105, 225);"></i> Read this article</a>
</footer>
</div>
</article>
<article>
<a href="#" class="image"><img src="images/espectador.png" alt="" /></a>
<div class="inner">
<h4>Exoplanets and Gender Equity/Exoplanetas y Equidad de Género</h4>
<p>An infographic about my journey to Astronomy. </p>
<footer>
<a href="https://www.elespectador.com/noticias/ciencia/exoplanetas-y-equidad-de-genero-el-trabajo-de-andrea-guzman-mesa/"
target="_blank"><i class="fa fa-newspaper-o" style="color:rgb(65, 105, 225);"></i> Read this article</a>
</footer>
</div>
<article>
<article>
<a href="#" class="image"><img src="images/falling_walls.jpeg" alt="" /></a>
<div class="inner">
<h4>Falling Walls Female Science Talents</h4>
<p>I was selected as one of the 20 women worldwide for the Intensive Track Female Science Talents Programme hosted by Falling Walls Foundation with support of Bayer Foundation.</p>
<footer>
<a href="https://falling-walls.com/people/andrea-guzman-mesa/"
target="_blank"><i class="fa fa-globe" style="color:rgb(65, 105, 225);"></i> Check out this programme!</a>
</footer>
</div>
<article>
<article>
<a href="#" class="image"><img src="images/oyw.png" alt="" /></a>
<div class="inner">
<h4>One Young World Summit</h4>
<p>I was awarded the OYW Technovators for social good scholarship for women in STEM to attend the biggest meeting of global young social leaders as a Delegate this 2022 in UK.</p>
<footer>
<a href="https://www.oneyoungworld.com/summit-2022"
target="_blank"><i class="fa fa-globe" style="color:rgb(65, 105, 225);"></i>Learn about this Summit!</a>
</footer>
</div>
<article>
<article>
<a href="#" class="image"><img src="images/CHIA_NEW.png" alt="" /></a>
<div class="inner">
<h4>CHIA - Colombianas Haciendo Investigacion en Astrociencias</h4>
<p>I am the co-founder and co-lead of a initiative to bring together the Colombian female Astronomers and Astrophysicist and highlight their work in STEM. CHIA is the goddess of the moon in Chibcha language spoken by the indigeneous in Colombia.</p>
<footer>
<a href="https://astrochias.com/"
target="_blank"><i class="fa fa-globe" style="color:rgb(65, 105, 225);"></i> Check us out!</a>
</footer>
</div>
</article>
</div>
</div>
</section>
<!-- Contact -->
<section id="five">
<div class="container">
<header>
<h2>Contact</h2>
</header>
<header>
<img class="image right" src="images/EEG_logo.png" alt="EEG Logo" title="EEG" height="100" width="91.5"/>
<img class="image right" src="images/unibe.png" alt="Unibe Logo" title="Unibe" height="100" width="100.25"/>
<img class="image right" src="images/planets.png" alt="PlanetS Logo" title="planets" height="98" width="205.25"/>
<p style="text-align: left; font-size: 25px">University of Bern
<br>Center for Space and Habitability (CSH)</p>
<p style="text-align: left">Gesellschaftsstrasse 6 (G6)
<br>3012 Bern
<br>Switzerland</p>
</header>
<header>
<p style="text-align: left;"><a href="mailto:andrea.guzmanmesa@unibe.ch" style="color:rgb(65, 105, 225);">email: andrea.guzmanmesa@space.unibe.ch</a></p>
</header>
</div>
</section>
</div>
<!-- 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>