Skip to content

Commit 189d0d1

Browse files
committed
news updates
1 parent bb6377a commit 189d0d1

File tree

5 files changed

+87
-10
lines changed

5 files changed

+87
-10
lines changed

CSS/index.css

+51
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,58 @@ a {
219219
text-align: center;
220220
border-bottom: 1px solid gray;
221221
}
222+
/*
223+
.Newshighlightscontent {
224+
margin: 20px 14vw 20px;
225+
width: 78vw;
226+
display: grid;
227+
grid-template-columns: 1fr 1fr;
228+
column-gap: 3vw;
229+
grid-gap: 8vh;
230+
grid-template-rows: 1fr;
231+
}
232+
233+
.newshighlightPanel{
234+
grid-column: 1;
235+
width: 100%;
236+
}
237+
238+
.titleNewshighlight{
239+
width: 100%;
240+
margin-left: 2.5%;
241+
text-align: center;
242+
243+
}
244+
245+
.newshighlight {
246+
width: 90%;
247+
padding: 2%;
248+
background-color:rgb(240, 248, 255);
249+
margin: 2% 0;
250+
border-width: 100%;
251+
border-radius: 15px;
252+
/*border-top: 1px solid black;
253+
border-bottom: 1px solid black;
254+
}
255+
.newshighlight img {
256+
max-width: 100%;
257+
height: auto;
258+
}
222259
260+
.newshighlight h1 {
261+
font-size: 2vw;
262+
margin: 0;
263+
}
264+
.newshighlight h2 {
265+
font-size: 1.5vw;
266+
padding-bottom: 5px;
267+
}
268+
269+
.newshighlight p, i {
270+
font-size: calc(17px + 0.3vw);
271+
272+
}
273+
/*
223274
224275
/* Footer */
225276
.footer {

Pages/News.html

+18-9
Original file line numberDiff line numberDiff line change
@@ -32,22 +32,31 @@ <h1>News</h1>
3232

3333
<div class="mainNewsContent">
3434
<!--<h1 class="titleNews"><u>Lab News</u></h1>-->
35-
<!--
35+
3636
<div class="news">
3737
<h1><b>March 2024: Matthew Graduates with the BSENVE</b></h1><br>
38-
<img src="../src/Profile Pictures/MatthewProfile.jpg"/>
38+
<img src="../../src/Profile Pictures/MatthewPebbleCount.jpg"/>
3939
<p>
40-
Congratulations to Matthew for graduating with a Bachelor of Science in Environmental Engineering!
41-
<a href="./People Profiles/MatthewProfile.html">Matthew</a>
40+
Congratulations to <a href="./People Profiles/MatthewProfile.html">Matthew</a> for graduating with a Bachelor of Science in Environmental Engineering!
41+
<p>
42+
“I’m very grateful for the support everyone has given me... I also cherish the community I’ve found with MTNHYDR and in the broader fishbowl. I aim to use the
43+
knowledge I’ve gained at UW to help urban ecosystems thrive and make cities more liveable. I’ll be working towards these goals at Osborn Consulting in
44+
Bellevue– gaining experience designing green stormwater infrastructure, measuring storm water contamination, and integrating community feedback into
45+
each project.”
46+
</p>
47+
<p>
48+
Mathew has contributed greatly to the MTNHYDR website and team, and we can’t wait to see where the future takes him!
49+
</p>
50+
4251

4352
</p>
4453
</div>
45-
-->
54+
4655
<div class="news">
47-
<h1><b>March 2024: MTNHYDR Alumni Joe Returns for a Visit</b></h1><br>
56+
<h1><b>March 2024: MTNHYDR Alumnus Joe Returns for a Visit</b></h1><br>
4857
<img src="../src/NewsPhotos/Ammatelliyukon.jpeg"/>
4958
<p>
50-
<a href="https://www.linkedin.com/in/joseph-ammatelli-211b18154/">Joseph Ammatelli</a> dropped by our last group meeting to say hello, and shared his new career and
59+
Alumnus <a href="https://www.linkedin.com/in/joseph-ammatelli-211b18154/">Joseph Ammatelli</a> said hello at our last group meeting, and shared his new career and
5160
extracurricular adventures! Joe and a friend recently completed canoeing the length of the Yukon River (over 3,000 km) in roughly 50 days. He now heads to start work
5261
at the Desert Research Institute as Assistant Research Scientist, specializing in Snow Hydrology/Soil Science. Congratulations, we're excited to see where your
5362
adventures take you next!
@@ -59,9 +68,9 @@ <h1><b>March 2024: MTNHYDR Alumni Joe Returns for a Visit</b></h1><br>
5968
<h1><b>January 2024: Willow Joins the Team</b></h1><br>
6069
<img src="../src/Profile Pictures/whoins.jpeg"/>
6170
<p>
62-
Wew're excited to welcome Willow to the Mountain Hydrology team!
71+
We're excited to welcome Willow to the Mountain Hydrology team!
6372
<a href="./People Profiles/WillowHoins.html">Willow</a> is an undergraduate in Environmental
64-
Engineering and Interdisciplinary Honors, and will becontributing to the development, maintenance, and upgrades of the MtnHydr website, X account, and Youtube. In her free time,
73+
Engineering and Interdisciplinary Honors, and will be contributing to the development, maintenance, and upgrades of the MtnHydr website, X account, and Youtube. In her free time,
6574
Willow enjoys enjoys all things outdoors: sailing, climbing, hiking, alpinism, skiing, riding, swimming, and, at the end of it all, a good book.
6675

6776
</p>

Pages/People Profiles/MatthewProfile.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ <h1>People</h1>
3030
<div class="titleFull">
3131
<h1>Matthew Bonner</h1>
3232
<h2>Undergraduate Student</h2>
33-
<h3>E-mail: [email protected]</h3>
33+
<h3></h3>
3434
</div>
3535
</div>
3636
<div class="mainTextArea">

index.html

+17
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,24 @@ <h2 class="initInfoBold">Our research goals</h2>
4343
<img src="src/Snow Code Drawing_large.png">
4444
</div>
4545
</div>
46+
<!--
47+
<div class="Newshighlightscontent">
48+
<h1 id="newshighlight">News Highlights</h1>
49+
<p>
50+
<div class="newshighlight">
51+
<h1><b><a href="./Pages/News.html">2024: Matthew Graduates with the BSENVE</a></b></h1><br>
52+
<img src="../../src/Profile Pictures/MatthewPebbleCount.jpg"/>
53+
<p>
54+
Congratulations to <a href="./People Profiles/MatthewProfile.html">Matthew</a> for graduating with a Bachelor of Science in Environmental Engineering!
55+
56+
57+
</p>
58+
59+
</div>
60+
</p>
4661
62+
</div>
63+
-->
4764
<div class="meetTheTeam">
4865
<h1 id="meetTheTeam">Meet the Team</h1>
4966
<div class="profileSpace">

src/.DS_Store

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)