Skip to content

Commit

Permalink
adjusting formatting on join us pages and placing image in current pr…
Browse files Browse the repository at this point in the history
…ofiles
  • Loading branch information
whoins committed Feb 20, 2024
1 parent 7644e15 commit 0507be2
Show file tree
Hide file tree
Showing 8 changed files with 22 additions and 13 deletions.
11 changes: 6 additions & 5 deletions CSS/currentPeople.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,14 @@
}
.backgroundMain {
color:rgb(255, 255, 255);
background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.901) , rgba(217, 229, 252, 0.949));
background-position:top;
background-size:contain;
/* background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.901) , rgba(217, 229, 252, 0.949));*/
background-image: url("../src/snowgradient.jpg");
background-position: top;
background-size:cover;
background-repeat: no-repeat;
}
.profile a:hover {
background-color: rgba(255, 255, 255, 0.933);
background-color: rgba(216, 239, 253, 0.762);
}
.profile a{
padding: 5% 10%;
Expand All @@ -38,7 +39,7 @@
display: grid;
grid-template-rows: 4fr 2fr;
border-radius: 5%;
background-color: rgba(255, 255, 255, 0.753);
background-color: rgba(255, 255, 255, 0.717);
}
.profilePicture{
justify-self: center;
Expand Down
4 changes: 2 additions & 2 deletions CSS/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -211,8 +211,8 @@ a {
grid-template-columns: 1fr 1fr 1fr;
height: 100%;
width: 90vw;
background-color: #181717a2;
color: white;
background-color: #fffffff3;
color: rgb(30, 30, 30);
}

.footer a {
Expand Down
2 changes: 1 addition & 1 deletion CSS/indexContent.css
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@
.profile {
display: grid;
grid-template-rows: 4fr 2fr;
background-color: rgba(255, 255, 255, 0.534);
background-color: rgba(255, 255, 255, 0.627);
border-radius: 7%;
color: rgb(0, 0, 0);
align-items: center;
Expand Down
18 changes: 13 additions & 5 deletions Pages/Join Us Pages/joinUsUndergrad.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,19 @@ <h1>Overview</h1>


<p>
We typically have one to four undergraduate students working in the lab at any given time (see alumni list),
and most of them have received Mary Gates Scholarships and presented at the UW undergraduate research symposium. Many students begin
by just attending lab group meetings and listening, to learn if the science is a good fit. If you are interested in undergraduate research,
please contact Professor Jessica Lundquist and include your specific interests, your GPA, and any prior experience you have. We are
particularly interested in recruiting freshman and sophomores, and students from all backgrounds are welcome.
At any given time, the University of Washington Mountain Hydrology Lab typically has one to four undergraduates
working, many of whom have received Mary Gates Scholarships and presented in the UW Undergraduate Research Symposium
(see alumni list).
<br>
<br>
Most students begin by attending weekly lab meetings, listening, and discovering if the science is a good fit for them.
<br>
<br>
If interested in a role in undergraduate research with UW MTNHYDR, please contact Professor Jessica Lundquist with a
short e-mail that specifies your specific interests, your prior experience, and your GPA to ask about current opportunities.
<br>
<h3><em>UW MTNHYDR welcomes students from all backgrounds, and is committed to a policy of equal opportunity.</em></h3>

</p>

<h2>Links</h2>
Expand Down
Binary file modified src/.DS_Store
Binary file not shown.
Binary file modified src/FreeUseSnowPhotos/.DS_Store
Binary file not shown.
Binary file added src/snowgradient.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/snowshot.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 0507be2

Please sign in to comment.