Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added assets/img/Jordan_Loeffler_1.png
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/img/Jordan_Loeffler_2.png
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/img/jordan_loeffler.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion members.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ graduate researchers
- Ethan Deutsch
- Christian Jorgensen
- Hwigwang Lim
- Arthur Lin
- Arthur Lin
- Jordan Loeffler

undergraduate researchers
- Zachary Amsterdam
Expand Down
3 changes: 3 additions & 0 deletions members/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,9 @@ li {
<div class="profile">
<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>
</div>
<div class="profile">
<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>
</div>
</div>


Expand Down
76 changes: 76 additions & 0 deletions members/jordan_loeffler.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,76 @@
---
layout: default
---

<head>
<style>
.profile-container {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: center;
align-items: center;
gap: 15px 15px;
max-width: 100%;
margin-left: auto;
margin-right: auto;
margin-top: 20px;
margin-bottom: 20px;
}
.extra {
object-fit: cover;
text-align: center;
max-width: 20em;
max-height: 24em;
}
.profile {
width: 32em;
height: 32em;
object-fit: cover;
}

@media print, screen and (max-width: 720px) {
.profile {
width: 100%;
}
}

</style>
</head>

<!-- Replace `example_student` with your name -->
<img src="{{ site.baseurl }}/assets/img/jordan_loeffler.jpg" alt="Placeholder Image" class="center profile">

<!-- Replace `Example Student` with your name and include your start date-->
# **Example Student (2023 - present)**

<!-- Choose your title -- feel free to be professionally silly -->
**Role in the Cersonsky Lab**\
Graduate Student Researcher

<!-- Name at least one research topic amongst this list -->
**Things I'm excited about right now**\
Simulating biomolecular systems and using cheminformatics for molecular design.

<!-- Ultimately, we'll use this section to
include papers and talks, and contributions
But for now put whatever you want -->
**Cool stuff I've done**\
I have played piano since I was 5 years old, and I like to bake.

<!--
<!-- If you have photos you would like to exhibit,
save them as `/assets/member_images/your_name_photo_#.png`
and replace example_student below -->

<div class="profile-container">
<div>
<img src="{{ site.baseurl }}/assets/img/Jordan_Loeffler_1.png" class="extra">
</div>
<div>
<img src="{{ site.baseurl }}/assets/img/Jordan_Loeffler_2.png" class="extra">
</div>
<!-- <div>
<img src="{{ site.baseurl }}/assets/img/example_student_3.png" class="extra">
</div>
</div> -->
Loading