|
| 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