Skip to content

Commit cf319d9

Browse files
authored
Add files via upload
1 parent 04c80bf commit cf319d9

3 files changed

Lines changed: 37 additions & 40 deletions

File tree

index.html

Lines changed: 13 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -18,35 +18,24 @@
1818
</nav>
1919

2020
<main>
21-
22-
<div class="profile">
23-
<div class="profile-text">
24-
<h2>Hi! I'm Lewis</h2>
25-
</div>
26-
</div>
27-
<div class="profile">
21+
<h2 style="text-align: center;">Hi! I'm Lewis</h2>
22+
23+
<figure style="display: inline-block; margin: 0 20px 20px 0; max-width: 200px; float: left;">
2824
<img src="images/IMG_0572_crop.png" alt="Profile photo" class="profile-photo">
29-
<div class="profile-text">
30-
31-
<p>I'm an ecosystem ecologist and Earth scientist studying the carbon sink of North American forests. I am also a NASA FINESST and NSF graduate research fellow at the University of Utah, where I am a PhD candidate in the department of Atmospheric Sciences. I use geostatistical methods and high-performance computing to answer big questions about land-atmosphere processes, such as “what is the impact of tree mortality on the terrestrial carbon sink?”, “how does drought impact the spectral reflectance of forest canopies?”, and “what climatic drivers shape the patterns of photosynthesis in forests?”. </p>
32-
</div>
33-
</div>
34-
35-
<div class="profile">
36-
<div class="profile-text">
37-
<p>Before shifting my focus to forest ecosystem monitoring, I developed Bayesian inverse models for optimizing trace gas inventories through collaborations with the <a href="https://gml.noaa.gov/ccgg/carbontracker-lagrange/">CarbonTracker-Lagrange</a> team at NOAA. I also worked as an air quality consultant, supporting air pollution modeling and permitting in Utah and California. </p>
38-
</div>
39-
</div>
25+
<figcaption style="font-size: 0.9em; font-style: italic; color: #444; text-align: center; word-wrap: break-word;">
26+
A bearded Lewis hiking through Grand Staircase-Escalante National Monument
27+
</figcaption>
28+
</figure>
4029

41-
<div class="profile">
42-
<div class="profile-text">
43-
<p>Check out my <a href="research.html">research projects</a>, visit <a href="https://github.com/lkunik">my github</a>, or browse through photos from some of the cool <a href="thru-hikes.html">long-distance hikes</a> that I’ve been fortunate to complete.</p>
44-
</div>
45-
</div>
30+
<p>I'm an ecosystem ecologist and Earth scientist studying the carbon sink of North American forests. I am also a NASA FINESST and NSF graduate research fellow at the University of Utah, where I am a PhD candidate in the department of Atmospheric Sciences. I use geostatistical methods and high-performance computing to answer big questions about land-atmosphere processes, such as "what is the impact of tree mortality on the terrestrial carbon sink?", "how does drought impact the spectral reflectance of forest canopies?", and "what climatic drivers shape the patterns of photosynthesis in forests?". </p>
31+
<!-- add newline characters or space here -->
32+
<p>Before shifting my focus to forest ecosystem monitoring, I developed Bayesian inverse models for optimizing trace gas inventories through collaborations with the <a href="https://gml.noaa.gov/ccgg/carbontracker-lagrange/">CarbonTracker-Lagrange</a> team at NOAA. I also worked as an air quality consultant, supporting air pollution modeling and permitting in Utah and California. </p>
33+
<!-- add newline characters or space here -->
34+
<p>Check out my <a href="research.html">research projects</a>, visit <a href="https://github.com/lkunik">my github</a>, or browse through photos from some of the cool <a href="thru-hikes.html">long-distance hikes</a> that I've been fortunate to complete.</p>
4635
</main>
4736

4837
<footer>
4938
<p>&copy; 2026 Lewis Kunik</p>
5039
</footer>
5140
</body>
52-
</html>
41+
</html>

style.css

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ body {
1414
background-color: #DBE8BC;
1515
}
1616

17+
p {
18+
margin-bottom: 2em;
19+
}
20+
1721
nav {
1822
background: #1F6B27;
1923
padding: 15px;
@@ -153,11 +157,14 @@ li {
153157
max-width: 1000px;
154158
height: auto;
155159
border-radius: 5px;
160+
margin: 1.7em auto 0 auto;
161+
display: block;
156162
}
157163

158164
.hike-pix {
159165
max-width: 400px;
160166
height: auto;
161167
border-radius: 5px;
162-
margin-top: 1.7em;
168+
margin: 1.7em auto 0 auto;
169+
display: block;
163170
}

thru-hikes.html

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -20,66 +20,67 @@
2020
<main>
2121
<section>
2222
<h2>Long-distance hikes I've completed</h2>
23+
<p>I love nature, and I love to walk. Throughout the years, I've been fortunate to complete some amazing multi-month backcountry hikes in some the U.S.' most treasured public lands. Below is just a sampler platter of photos from these epic adventures. </p>
2324
<img src="images/thru_hike_map.png" alt="thru hike map" class="thru-hike-overview">
2425
</section>
2526

2627
<section>
27-
<h2>Pacific Crest Trail</h2>
28+
<h2 style="text-align: center;">Pacific Crest Trail</h2>
2829
<figure>
2930
<img src="images/hikes/PCT_highsierra.jpg" alt="hike-pix" class="hike-pix">
30-
<figcaption>Hiking across the snowy southern Sierra Nevada mountains in mid-June, 2017</figcaption>
31+
<figcaption style="text-align: center;">Hiking across the snowy southern Sierra Nevada mountains in mid-June, 2017</figcaption>
3132
</figure>
3233
<figure>
3334
<img src="images/hikes/PCT_streamcrossing.jpg" alt="hike-pix" class="hike-pix">
34-
<figcaption>Fording one of the many raging snowmelt streams in the Sierra Nevada, July 2017</figcaption>
35+
<figcaption style="text-align: center;">Fording one of the many raging snowmelt streams in the Sierra Nevada, July 2017</figcaption>
3536
</figure>
3637
<figure>
3738
<img src="images/hikes/PCT_clearcut.JPG" alt="hike-pix" class="hike-pix">
38-
<figcaption>An early-succession clearcut area affected by tree mortality in Washington, August 2017</figcaption>
39+
<figcaption style="text-align: center;">An early-succession clearcut area affected by tree mortality in Washington, August 2017</figcaption>
3940
</figure>
4041
<figure>
4142
<img src="images/hikes/PCT_eclipse.JPG" alt="hike-pix" class="hike-pix">
42-
<figcaption>Watching the full solar eclipse from the trail near Mount Jefferson in Oregon, August 2017</figcaption>
43+
<figcaption style="text-align: center;">Watching the full solar eclipse from the trail near Mount Jefferson in Oregon, August 2017</figcaption>
4344
</figure>
4445
</section>
4546

4647
<section>
47-
<h2>Hayduke Trail</h2>
48+
<h2 style="text-align: center;">Hayduke Trail</h2>
4849
<figure>
4950
<img src="images/hikes/Hayduke_slotCanyon.jpg" alt="hike-pix" class="hike-pix">
50-
<figcaption>One of the many slot canyons of the Hayduke trail, April 2021</figcaption>
51+
<figcaption style="text-align: center;">One of the many slot canyons of the Hayduke trail, April 2021</figcaption>
5152
</figure>
5253
<figure>
5354
<img src="images/hikes/Hayduke_ledges.jpg" alt="hike-pix" class="hike-pix">
54-
<figcaption>My hiking partner, Shannon, about to traverse the Red Ledges in Steven's Canyon, Grand Staircase-Escalante National Monument, April 2021</figcaption>
55+
<figcaption style="text-align: center;">My hiking partner, Shannon, about to traverse the Red Ledges in Steven's Canyon, Grand Staircase-Escalante National Monument, April 2021</figcaption>
5556
</figure>
5657
<figure>
5758
<img src="images/hikes/Hayduke_pools.jpeg" alt="hike-pix" class="hike-pix">
58-
<figcaption>Navigating through pools of crisp, clear water in Grand Canyon National Park, May 2021</figcaption>
59+
<figcaption style="text-align: center;">Navigating through pools of crisp, clear water in Grand Canyon National Park, May 2021</figcaption>
5960
</figure>
6061
<figure>
6162
<img src="images/hikes/Hayduke_GCNP.jpg" alt="hike-pix" class="hike-pix">
62-
<figcaption>The awe-inspiring scale of Grand Canyon National Park, May 2021</figcaption>
63+
<figcaption style="text-align: center;">The awe-inspiring scale of Grand Canyon National Park, May 2021</figcaption>
6364
</figure>
6465
<figure>
6566
<img src="images/hikes/Hayduke_hitchike.jpg" alt="hike-pix" class="hike-pix">
66-
<figcaption>Hitchhiking across the Colorado River at the bottom of the Grand Canyon near the confluence with the Little Colorado River, May 2021</figcaption>
67+
<figcaption style="text-align: center;">Hitchhiking across the Colorado River at the bottom of the Grand Canyon near the confluence with the Little Colorado River, May 2021</figcaption>
6768
</figure>
6869
</section>
6970

7071
<section>
71-
<h2>Wind River High Route</h2>
72+
<h2 style="text-align: center;">Wind River High Route</h2>
7273
<figure>
7374
<img src="images/hikes/WRHR_view2.jpg" alt="hike-pix" class="hike-pix">
74-
<figcaption>Looking north across Wyoming's Wind River Range after 8 days traversing high mountain passes, August 2022</figcaption>
75+
<figcaption style="text-align: center;">Looking north across Wyoming's Wind River Range after 8 days traversing high mountain passes, August 2022</figcaption>
7576
</figure>
7677
<figure>
7778
<img src="images/hikes/WRHR_going_up.jpg" alt="hike-pix" class="hike-pix">
78-
<figcaption>Climbing up a typical pass on the Wind River High Route, August 2022</figcaption>
79+
<figcaption style="text-align: center;">Climbing up a typical pass on the Wind River High Route, August 2022</figcaption>
7980
</figure>
8081
<figure>
8182
<img src="images/hikes/WRHR_hugrock.jpg" alt="hike-pix" class="hike-pix">
82-
<figcaption>Scrambling up Wind River Peak, August 2022</figcaption>
83+
<figcaption style="text-align: center;">Scrambling up Wind River Peak, August 2022</figcaption>
8384
</figure>
8485
</section>
8586
</main>

0 commit comments

Comments
 (0)