-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
583 lines (563 loc) · 24.8 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
<!DOCTYPE HTML>
<!--
Prologue by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>Ashley Chontos - Home</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" />
</head>
<body class="is-preload">
<!-- Header -->
<div id="header">
<div class="top">
<!-- Logo -->
<div id="logo">
<span class="image avatar48"><a href="#home"><img src="images/home/ash.png" alt=""/></a></span>
<h1 id="title"><a href="#home">Ashley Chontos, Ph.D.</a></h1>
<p>she/her pronouns<br/>
Henry Norris Russell Fellow<br/>
Department of Astrophysical<br/>
Sciences, Princeton University<br/>
<a href="mailto: ashleychontos@princeton.edu">ashleychontos@princeton.edu</a></p>
</div>
<!-- Nav -->
<nav id="nav">
<ul>
<li><a href="#home" id="home-link"><span class="icon fa-rocket">Intro</span></a></li>
<li><a href="#about" id="about-link"><span class="icon fa-user-astronaut">About Me</span></a></li>
<li><a href="#research" id="research-link"><span class="icon fa-star"></span><span class="icon alt fa-globe-americas">Research Interests</span></a></li>
<li><a href="#outreach" id="outreach-link"><span class="icon fa-heart">Outreach</span></a></li>
<li><a href="#talks" id="talks-link"><span class="icon fa-comment">Talks & Press Releases</span></a></li>
<li><a href="#job" id="resume-link"><span class="icon fa-file">Job Materials</span></a></li>
<li><a href="#software" id="software-link"><span class="icon fa-signal">Software Development</span></a></li>
<li><a href="#cats" id="cat-link"><span class="icon fa-cat">Cats</span></a></li>
</ul>
</nav>
</div>
<div class="bottom">
<!-- Social Icons -->
<ul class="icons">
<li><a href="https://twitter.com/ashleychontos" class="icon brands fa-twitter"><span class="label">Twitter</span></a></li>
<li><a href="https://www.facebook.com/ashleyjudithchontos" class="icon brands fa-facebook-f"><span class="label">Facebook</span></a></li>
<li><a href="https://www.instagram.com/ashleychontos/" class="icon brands fa-instagram"><span class="label">Instagram</span></a></li>
<li><a href="https://github.com/ashleychontos" class="icon brands fa-github"><span class="label">GitHub</span></a></li>
<li><a href="mailto:ashleychontos@princeton.edu" class="icon fa-envelope"><span class="label">Mail</span></a></li>
<li><a href="https://ui.adsabs.harvard.edu/search/filter_author_facet_hier_fq_author=AND&filter_author_facet_hier_fq_author=author_facet_hier%3A%220%2FChontos%2C%20A%22&fq=%7B!type%3Daqp%20v%3D%24fq_author%7D&fq_author=(author_facet_hier%3A%220%2FChontos%2C%20A%22)&q=%20author%3A%22Chontos%22&sort=date%20desc%2C%20bibcode%20desc&p_=0" class="icon major fa-university"><span class="label">ADS</span></a></li>
</ul>
</div>
</div>
<!-- Start of Main-->
<div id="main">
<!-- Intro -->
<section id="home" class="cover top">
<div class="container">
<header>
<h1>Come for the science<br/>
but stay for the cat pictures.</h1>
</header>
</div>
</section>
<!-- About Me -->
<section id="about" class="white">
<div class="container">
<header>
<h2><strong>About Me</strong></h2>
</header>
<p>Hi there! I am a nontraditional, first-generation graduate student in my final year at the Institute for Astronomy (<a class="alt" href="http://www.ifa.hawaii.edu" alt="IfA">IfA</a>) at the <a class="alt" href="https://manoa.hawaii.edu" alt="UHM">University of Hawai'i at Mānoa</a>. I am broadly interested in many things related to stellar astrophysics and exoplanetary science. My thesis work uses photometric data from space missions like <a class="alt" href="https://keplerscience.arc.nasa.gov" alt=""><i>Kepler</i></a> & <a class="alt" href="https://tess.mit.edu" alt="">TESS</a> to better understand stars and planets.</p>
<span class="image featured"><img src="images/home/featured.png" alt="" /></span>
<p> </p>
<p>I was born and raised in Upstate NY, in the beautiful Hudson Valley just outside the quaint town of Woodstock (yes, the original). My trajectory into astronomy was nonlinear, beginning after an 8-year-long fashion modeling career based out of New York City. One random day I decided I wanted to go back to school, receiving a B.Sc. in physics and a B.Sc. in mathematics (with focuses on statistics and applied mathematics) from SUNY Albany in 2016. I am very grateful for my undergraduate research experience at Stanford working with <a class="alt" href="https://profiles.stanford.edu/bruce-macintosh?tab=bio" alt="">Bruce Macintosh</a>, who ultimately inspired me to pursue a Ph.D. in astronomy.</p>
</div>
</section>
<!-- Research Interests -->
<section id="research" class="medium">
<div class="container">
<header>
<h2><strong>Research Interests</strong></h2>
</header>
<p>Working with <a class="alt" href="https://www.ifa.hawaii.edu/users/dhuber/">Daniel Huber</a>, my thesis focuses on developing and applying data-processing techniques to space photometry data in order to extract the most precise stellar and planet properties possible.</p>
<p>I am currently supported by the National Science Foundation through Graduate Research Fellowship Program (<a class="alt" href="https://www.nsfgrfp.org">NSF GRFP</a>), which has enabled me to do part of my PhD at MIT working with <a class="alt" href="https://www.saraseager.com">Sara Seager</a>. I have been working with her on target selection for a Small Sat Concept Study looking for nearby Earth analogues, which was recently selected by NASA for a one year concept study.</p>
<div class="row">
<div class="col-4 col-12-mobile">
<article class="item">
<a href="asteroseismology.html" class="image fit"><img src="images/home/asteroseismology.png" alt="" /></a>
<header>
<h3>Asteroseismology</h3>
</header>
</article>
<article class="item">
<a href="exoastero.html" class="image fit"><img src="images/home/seismichosts.png" alt="" /></a>
<header>
<h3>Exoplanet-Asteroseismology Synergies</h3>
</header>
</article>
</div>
<div class="col-4 col-12-mobile">
<article class="item">
<a href="characterization.html" class="image fit"><img src="images/home/toi197.png" alt="" /></a>
<header>
<h3>Exoplanets</h3>
</header>
</article>
<article class="item">
<header>
<h3>The California Planet Search</h3>
</header>
</article>
</div>
<div class="col-4 col-12-mobile">
<article class="item">
<a href="tks.html" class="image fit"><img src="images/home/tks.png" alt="" /></a>
<header>
<h3>The TESS-Keck Survey</h3>
</header>
</article>
<article class="item">
<a href="subgiants.html" class="image fit"><img src="images/home/subgiants.png" alt="" /></a>
<header>
<h3>TESS Planets Orbiting Subgiants</h3>
</header>
</article>
</div>
</div>
<p> </p>
</div>
</section>
<!-- Outreach -->
<section id="outreach" class="dark">
<div class="container">
<header>
<h2><strong>Outreach</strong></h2>
</header>
<div class="row">
<div class="col-4 col-12-mobile">
<article class="item">
<a href="astroday.html" class="image fit alt"><img src="images/home/outreach1.png" alt="" /></a>
<header>
<h3><strong>AstroDay</strong></h3>
</header>
</article>
<article class="item">
<a href="histar.html" class="image fit alt"><img src="images/home/outreach2.jpg" alt="" /></a>
<header>
<h3><strong>HI STAR</strong></h3>
</header>
</article>
</div>
<div class="col-4 col-12-mobile">
<article class="item">
<a href="starlab.html" class="image fit alt"><img src="images/home/outreach3.jpg" alt="" /></a>
<header>
<h3><strong>Star Lab</strong></h3>
</header>
</article>
<article class="item">
<a href="#" class="image fit alt"><img src="images/home/outreach4.png" alt="" /></a>
<header>
<h3><strong>Astronaut Lacy Veach Day</strong></h3>
</header>
</article>
</div>
<div class="col-4 col-12-mobile">
<article class="item">
<a href="k12.html" class="image fit"><img src="images/home/outreach5.png" alt="" /></a>
<header>
<h3><strong>K-12 Events</strong></h3>
</header>
</article>
<article class="item">
<a href="scouts.html" class="image fit"><img src="images/home/outreach6.jpg" alt="" /></a>
<header>
<h3><strong>The Boy Scouts of Hawai'i</strong></h3>
</header>
</article>
</div>
</div>
<p> </p>
</div>
</section>
<!-- Talks & Press Releases -->
<section id="talks" class="white left">
<div class="container">
<header>
<h2><strong>Talks</strong></h2>
</header>
<ul>
<li><i>Invited Colloquium</i>, University of Kansas [04/11/2022]</li>
<li><i>Invited Seminar</i>, Princeton Stars & Exoplanets [02/07/2022]</li>
<li><i>Invited Seminar</i>, Stanford KIPAC [11/19/2021]</li>
<li><i>Invited Seminar</i>, University of Chicago [09/27/2021]</li>
<li><i>Invited Seminar</i>, Carnegie Institute [09/24/2021]</li>
<li><i>Invited Seminar</i>, TESS Science Talk [09/22/2021]</li>
<li><i>Contributed Talk</i>, Keck Science Meeting 2021 [09/10/2021]</li>
<li><i>Contributed Talk</i>, TESS SciCon II [08/4/2021]</li>
<li><i>Invited Seminar</i>, The Good Vibrations Seminar <a href="https://www.youtube.com/watch?v=mgMNK1Z8KTE" alt="">[02/10/2021]</a></li>
<li><i>Contributed Talk</i>, TESS Science Team Meeting #23 <a href="https://smithsonian.zoom.us/rec/share/wHGh1FMydXw5RCCyNS3T6OfRG9uk6lXIAQ3w_oavqA36nDtkmfe71r14j9HtLVdC.6hRNwOVNNLmdwkVL?startTime=1605812438000" alt="">[11/19/2020]</a></li>
<li><i>Invited Seminar</i>, Yale Exoplanets & Stars [10/20/2020]</li>
<li><i>Contributed Talk</i>, Exoplanets III [07/30/2020]</li>
<li><i>Contributed Talk</i>, AAS 235 [01/06/2020]</li>
<li><i>Contributed Talk</i>, TESS SciCon I [07/30/2019]</li>
<li><i>Contributed Talk</i>, TASC V [07/26/2019]</li>
<li><i>Contributed Talk</i>, Kepler SciCon V [03/05/2019]</li>
<li><i>Invited Seminar</i>, University of Hawai'i Astrobiology [09/17/2018]</li>
<li><i>Contributed Talk</i>, TASC IV [7/12/2018]</li>
<li><i>Invited Seminar</i>, Columbia Seminar [10/05/2017]</li>
</ul>
<header>
<h2><strong>Press Releases</strong></h2>
</header>
<h4>The Curious Case of KOI-4: Confirming <i>Kepler's</i> First Exoplanet Detection</h4>
<ul>
<li><a href="https://exoplanets.nasa.gov/news/1552/discovery-alert-keplers-first-planet-candidate-confirmed-10-years-later/" alt="">NASA</a></li>
<li><a href="https://www.cnn.com/2019/03/06/world/kepler-first-exoplanet-confirmed-scn/index.html" alt="">CNN</a></li>
<li><a href="https://www.universetoday.com/141695/it-took-10-years-to-confirm-the-first-planet-ever-found-by-kepler/" alt="">Universe Today</a></li>
<li><a href="https://www.sciencenews.org/article/first-planet-kepler-finally-confirmed-10-years-later" alt="">Science News</a></li>
<li><a href="https://www.space.com/kepler-space-telescope-first-exoplanet-candidate-confirmed.html" alt="">Space.com</a></li>
<li><a href="https://www.hawaii.edu/news/2019/03/05/first-exoplanet-candidate/" alt="">University of Hawai'i</a></li>
<li><a href="https://www.cfa.harvard.edu/news/2019-08" alt="">Harvard</a></li>
<li><a href="https://www.birmingham.ac.uk/news/latest/2019/03/nasa-kepler-mission-planet-space.aspx" alt="">University of Birmingham</a></li>
<li><a href="https://www.staradvertiser.com/2019/03/11/hawaii-news/uh-doctoral-student-confirms-exoplanet/?HSA=db54b87b9c587e29f01ed04c24438b3be74cd07b" alt="">Hawai'i newspaper</a></li>
<li><a href="https://www.dailyfreeman.com/news/local-news/a-model-scientist-former-saugerties-resident-finds-a-planet/article_c76498c2-6cfd-11e9-92ae-ab9c2fd6e3b3.html" alt="">Hometown newspaper</a></li>
<li><a href="http://www.bytemarkscafe.org/2019/04/03/episode-553-kepler-1658-and-us-cyber-challenge-april-3-2019/" alt="">Live Hawai'i public radio</a></li>
</ul>
<h4>UH astronomy graduate students earn worldwide recognition</h4>
<ul>
<li><a href="https://www.hawaii.edu/news/2018/06/20/astronomy-graduate-students-worldwide-recognition/" alt="">University of Hawai'i</a></li>
</ul>
</div>
</section>
<!-- CV -->
<section id="job" class="light">
<div class="container">
<p> </p>
<header>
<h2><strong>Job Materials</strong></h2>
</header>
<p>[last updated: 02/20/2023]</p>
<footer>
<a href="files/ashley_chontos_bibliography.pdf" class="button">Bibliography</a>
<a href="files/ashley_chontos_cv_short_pubs.pdf" class="button">2-Page CV (w/pubs)</a>
<a href="files/ashley_chontos_cv_short_refs.pdf" class="button">2-Page CV (w/refs)</a>
<a href="files/ashley_chontos_cv_main.pdf" class="button">Main CV</a>
<a href="files/ashley_chontos_cv_long.pdf" class="button">Full CV</a>
</footer>
<p> </p>
</div>
</section>
<!-- Software -->
<section id="software" class="black">
<div class="container">
<p> </p>
<header>
<h2><strong>Software Development</strong></h2>
</header>
<p> </p>
<article class="item">
<a href="https://github.com/ashleychontos/pySYD/" class="image centered"><img src="images/home/pysyd_logo.png" alt="" /></a>
</article>
<p> </p>
<p> </p>
</div>
</section>
<!-- Cats -->
<section id="cats" class="cover thick">
<div class="container">
<header>
<h2>Cats</h2>
</header>
<div class="row">
<div class="col-4 col-12-mobile">
<article class="item">
<span class="image fit"><img src="images/cats/cats1.png" alt="" /></span>
</article>
<article class="item">
<span class="image fit"><img src="images/cats/cats2.png" alt="" /></span>
</article>
</div>
<div class="col-4 col-12-mobile">
<article class="item">
<span class="image fit"><img src="images/cats/cats3.png" alt="" /></span>
</article>
<article class="item">
<span class="image fit"><img src="images/cats/cats4.png" alt="" /></span>
</article>
</div>
<div class="col-4 col-12-mobile">
<article class="item">
<span class="image fit"><img src="images/cats/cats5.png" alt="" /></span>
</article>
<article class="item">
<span class="image fit"><img src="images/cats/cats6.png" alt="" /></span>
</article>
</div>
<div class="col-4 col-12-mobile">
<article class="item">
<span class="image fit"><img src="images/cats/cats7.png" alt="" /></span>
</article>
<article class="item">
<span class="image fit"><img src="images/cats/cats8.png" alt="" /></span>
</article>
</div>
<div class="col-4 col-12-mobile">
<article class="item">
<span class="image fit"><img src="images/cats/cats9.png" alt="" /></span>
</article>
<article class="item">
<span class="image fit"><img src="images/cats/cats10.png" alt="" /></span>
</article>
</div>
<div class="col-4 col-12-mobile">
<article class="item">
<span class="image fit"><img src="images/cats/cats11.png" alt="" /></span>
</article>
<article class="item">
<span class="image fit"><img src="images/cats/cats12.png" alt="" /></span>
</article>
</div>
<div class="col-4 col-12-mobile">
<article class="item">
<span class="image fit"><img src="images/cats/cats13.png" alt="" /></span>
</article>
<article class="item">
<span class="image fit"><img src="images/cats/cats14.png" alt="" /></span>
</article>
</div>
<div class="col-4 col-12-mobile">
<article class="item">
<span class="image fit"><img src="images/cats/cats15.png" alt="" /></span>
</article>
<article class="item">
<span class="image fit"><img src="images/cats/cats16.png" alt="" /></span>
</article>
</div>
<div class="col-4 col-12-mobile">
<article class="item">
<span class="image fit"><img src="images/cats/cats17.png" alt="" /></span>
</article>
<article class="item">
<span class="image fit"><img src="images/cats/cats18.png" alt="" /></span>
</article>
</div>
<div class="col-4 col-12-mobile">
<article class="item">
<span class="image fit"><img src="images/cats/cats19.png" alt="" /></span>
</article>
<article class="item">
<span class="image fit"><img src="images/cats/cats20.png" alt="" /></span>
</article>
</div>
<div class="col-4 col-12-mobile">
<article class="item">
<span class="image fit"><img src="images/cats/cats21.png" alt="" /></span>
</article>
<article class="item">
<span class="image fit"><img src="images/cats/cats22.png" alt="" /></span>
</article>
</div>
<div class="col-4 col-12-mobile">
<article class="item">
<span class="image fit"><img src="images/cats/cats23.png" alt="" /></span>
</article>
<article class="item">
<span class="image fit"><img src="images/cats/cats24.png" alt="" /></span>
</article>
</div>
<div class="col-4 col-12-mobile">
<article class="item">
<span class="image fit"><img src="images/cats/cats25.png" alt="" /></span>
</article>
<article class="item">
<span class="image fit"><img src="images/cats/cats26.png" alt="" /></span>
</article>
</div>
<div class="col-4 col-12-mobile">
<article class="item">
<span class="image fit"><img src="images/cats/cats27.png" alt="" /></span>
</article>
<article class="item">
<span class="image fit"><img src="images/cats/cats28.png" alt="" /></span>
</article>
</div>
<div class="col-4 col-12-mobile">
<article class="item">
<span class="image fit"><img src="images/cats/cats29.png" alt="" /></span>
</article>
<article class="item">
<span class="image fit"><img src="images/cats/cats30.png" alt="" /></span>
</article>
</div>
<div class="col-4 col-12-mobile">
<article class="item">
<span class="image fit"><img src="images/cats/cats31.png" alt="" /></span>
</article>
<article class="item">
<span class="image fit"><img src="images/cats/cats32.png" alt="" /></span>
</article>
</div>
<div class="col-4 col-12-mobile">
<article class="item">
<span class="image fit"><img src="images/cats/cats33.png" alt="" /></span>
</article>
<article class="item">
<span class="image fit"><img src="images/cats/cats34.png" alt="" /></span>
</article>
</div>
<div class="col-4 col-12-mobile">
<article class="item">
<span class="image fit"><img src="images/cats/cats35.png" alt="" /></span>
</article>
<article class="item">
<span class="image fit"><img src="images/cats/cats36.png" alt="" /></span>
</article>
</div>
<div class="col-4 col-12-mobile">
<article class="item">
<span class="image fit"><img src="images/cats/cats37.png" alt="" /></span>
</article>
<article class="item">
<span class="image fit"><img src="images/cats/cats38.png" alt="" /></span>
</article>
</div>
<div class="col-4 col-12-mobile">
<article class="item">
<span class="image fit"><img src="images/cats/cats39.png" alt="" /></span>
</article>
<article class="item">
<span class="image fit"><img src="images/cats/cats40.png" alt="" /></span>
</article>
</div>
<div class="col-4 col-12-mobile">
<article class="item">
<span class="image fit"><img src="images/cats/cats41.png" alt="" /></span>
</article>
<article class="item">
<span class="image fit"><img src="images/cats/cats42.png" alt="" /></span>
</article>
</div>
<div class="col-4 col-12-mobile">
<article class="item">
<span class="image fit"><img src="images/cats/cats43.png" alt="" /></span>
</article>
<article class="item">
<span class="image fit"><img src="images/cats/cats44.png" alt="" /></span>
</article>
</div>
<div class="col-4 col-12-mobile">
<article class="item">
<span class="image fit"><img src="images/cats/cats45.png" alt="" /></span>
</article>
<article class="item">
<span class="image fit"><img src="images/cats/cats46.png" alt="" /></span>
</article>
</div>
<div class="col-4 col-12-mobile">
<article class="item">
<span class="image fit"><img src="images/cats/cats47.png" alt="" /></span>
</article>
<article class="item">
<span class="image fit"><img src="images/cats/cats48.png" alt="" /></span>
</article>
</div>
<div class="col-4 col-12-mobile">
<article class="item">
<span class="image fit"><img src="images/cats/cats49.png" alt="" /></span>
</article>
<article class="item">
<span class="image fit"><img src="images/cats/cats50.png" alt="" /></span>
</article>
</div>
<div class="col-4 col-12-mobile">
<article class="item">
<span class="image fit"><img src="images/cats/cats51.png" alt="" /></span>
</article>
<article class="item">
<span class="image fit"><img src="images/cats/cats52.png" alt="" /></span>
</article>
</div>
<div class="col-4 col-12-mobile">
<article class="item">
<span class="image fit"><img src="images/cats/cats53.png" alt="" /></span>
</article>
<article class="item">
<span class="image fit"><img src="images/cats/cats54.png" alt="" /></span>
</article>
</div>
<div class="col-4 col-12-mobile">
<article class="item">
<span class="image fit"><img src="images/cats/cats55.png" alt="" /></span>
</article>
<article class="item">
<span class="image fit"><img src="images/cats/cats56.png" alt="" /></span>
</article>
</div>
<div class="col-4 col-12-mobile">
<article class="item">
<span class="image fit"><img src="images/cats/cats57.png" alt="" /></span>
</article>
<article class="item">
<span class="image fit"><img src="images/cats/cats58.png" alt="" /></span>
</article>
</div>
<div class="col-4 col-12-mobile">
<article class="item">
<span class="image fit"><img src="images/cats/cats59.png" alt="" /></span>
</article>
<article class="item">
<span class="image fit"><img src="images/cats/cats60.png" alt="" /></span>
</article>
</div>
<div class="col-4 col-12-mobile">
<article class="item">
<span class="image fit"><img src="images/cats/cats61.png" alt="" /></span>
</article>
<article class="item">
<span class="image fit"><img src="images/cats/cats62.png" alt="" /></span>
</article>
</div>
<div class="col-4 col-12-mobile">
<article class="item">
<span class="image fit"><img src="images/cats/cats63.png" alt="" /></span>
</article>
<article class="item">
<span class="image fit"><img src="images/cats/cats64.png" alt="" /></span>
</article>
</div>
<div class="col-4 col-12-mobile">
<article class="item">
<span class="image fit"><img src="images/cats/cats65.png" alt="" /></span>
</article>
<article class="item">
<span class="image fit"><img src="images/cats/cats66.png" alt="" /></span>
</article>
</div>
</div>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
</div>
</section>
<!-- End of Main-->
</div>
<!-- Footer -->
<div id="footer">
<!-- Copyright -->
<ul class="copyright">
<li>© 2022 Ashley Chontos</li>
</ul>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/jquery.scrollex.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>