Skip to content

Commit

Permalink
Add MSc Students
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcapstick committed Feb 29, 2024
1 parent 99e3f8f commit 0f62574
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 1 deletion.
Binary file added assets/antigone_fogel.jpeg
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 assets/kexin_fan.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 6 additions & 1 deletion css/one-page-wonder.css
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ body {
justify-content: center;
padding-left: 0%;
padding-right: 0%;
gap: 1%;
gap: 3%;
}

.staff-image-list>li {
Expand Down Expand Up @@ -130,6 +130,11 @@ body {
padding-left: 1em;
}

.msc_student {
background-color: rgba(145, 189, 107, 0.75);
padding: 0.25em;
}

.researcher {
background-color: rgba(68, 142, 228, 0.75);
padding: 0.25em;
Expand Down
14 changes: 14 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,20 @@ <h4>Our lab is made up of the following people:</h4>
<div class="staff-image-container">
<ul class="staff-image-list">

<li>
<div><img class="staff-image msc_student" src="./assets/kexin_fan.jpeg">
<p class="staff-names">Kexin Fan
</p>
</div>
</li>

<li>
<div><img class="staff-image msc_student" src="./assets/antigone_fogel.jpeg">
<p class="staff-names">Antigone Fogel
</p>
</div>
</li>

<li>
<div><img class="staff-image researcher" src="./assets/louise_rigny.jpeg">
<p class="staff-names">Louise Rigny (GOSH)
Expand Down

0 comments on commit 0f62574

Please sign in to comment.