Skip to content

Commit 2a31738

Browse files
authored
Merge pull request #91 from jcloeffler2/jordan_branch
Adding Jordan's page to the website
2 parents 3c74f96 + 85832a9 commit 2a31738

6 files changed

Lines changed: 81 additions & 1 deletion

File tree

assets/img/Jordan_Loeffler_1.png

8.17 MB
Loading

assets/img/Jordan_Loeffler_2.png

13.1 MB
Loading

assets/img/jordan_loeffler.jpg

1.68 MB
Loading

members.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ graduate researchers
99
- Ethan Deutsch
1010
- Christian Jorgensen
1111
- Hwigwang Lim
12-
- Arthur Lin
12+
- Arthur Lin
13+
- Jordan Loeffler
1314

1415
undergraduate researchers
1516
- Zachary Amsterdam

members/index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,9 @@ li {
9696
<div class="profile">
9797
<a href="{{ site.baseurl }}/members/arthur_lin"><img src="{{ site.baseurl }}/assets/img/arthur_lin.png" style="width:200px; height:200px; object-fit:cover;"></a><br><a href="{{ site.baseurl }}/members/arthur_lin">Arthur Lin</a>
9898
</div>
99+
<div class="profile">
100+
<a href="{{ site.baseurl }}/members/jordan_loeffler"><img src="{{ site.baseurl }}/assets/img/jordan_loeffler.jpg" style="width:200px; height:200px; object-fit:cover;"></a><br><a href="{{ site.baseurl }}/members/jordan_loeffler">Jordan Loeffler</a>
101+
</div>
99102
</div>
100103

101104

members/jordan_loeffler.md

Lines changed: 76 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,76 @@
1+
---
2+
layout: default
3+
---
4+
5+
<head>
6+
<style>
7+
.profile-container {
8+
display: flex;
9+
flex-direction: row;
10+
flex-wrap: wrap;
11+
justify-content: center;
12+
align-items: center;
13+
gap: 15px 15px;
14+
max-width: 100%;
15+
margin-left: auto;
16+
margin-right: auto;
17+
margin-top: 20px;
18+
margin-bottom: 20px;
19+
}
20+
.extra {
21+
object-fit: cover;
22+
text-align: center;
23+
max-width: 20em;
24+
max-height: 24em;
25+
}
26+
.profile {
27+
width: 32em;
28+
height: 32em;
29+
object-fit: cover;
30+
}
31+
32+
@media print, screen and (max-width: 720px) {
33+
.profile {
34+
width: 100%;
35+
}
36+
}
37+
38+
</style>
39+
</head>
40+
41+
<!-- Replace `example_student` with your name -->
42+
<img src="{{ site.baseurl }}/assets/img/jordan_loeffler.jpg" alt="Placeholder Image" class="center profile">
43+
44+
<!-- Replace `Example Student` with your name and include your start date-->
45+
# **Example Student (2023 - present)**
46+
47+
<!-- Choose your title -- feel free to be professionally silly -->
48+
**Role in the Cersonsky Lab**\
49+
Graduate Student Researcher
50+
51+
<!-- Name at least one research topic amongst this list -->
52+
**Things I'm excited about right now**\
53+
Simulating biomolecular systems and using cheminformatics for molecular design.
54+
55+
<!-- Ultimately, we'll use this section to
56+
include papers and talks, and contributions
57+
But for now put whatever you want -->
58+
**Cool stuff I've done**\
59+
I have played piano since I was 5 years old, and I like to bake.
60+
61+
<!--
62+
<!-- If you have photos you would like to exhibit,
63+
save them as `/assets/member_images/your_name_photo_#.png`
64+
and replace example_student below -->
65+
66+
<div class="profile-container">
67+
<div>
68+
<img src="{{ site.baseurl }}/assets/img/Jordan_Loeffler_1.png" class="extra">
69+
</div>
70+
<div>
71+
<img src="{{ site.baseurl }}/assets/img/Jordan_Loeffler_2.png" class="extra">
72+
</div>
73+
<!-- <div>
74+
<img src="{{ site.baseurl }}/assets/img/example_student_3.png" class="extra">
75+
</div>
76+
</div> -->

0 commit comments

Comments
 (0)