Skip to content

Commit

Permalink
add spacer
Browse files Browse the repository at this point in the history
  • Loading branch information
qjack001 committed Aug 30, 2018
1 parent c30d7d6 commit 11857a0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions about.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,15 @@ <h1>Hello!</h1>
<br><br>
</div>
<div style="max-width:550px;padding:30px;margin:auto;">
<div style="height:20px;background-color:var(--background);clear:both;"></div>
<img class="profile-pic" style="float:left;" src="/assets/images/DSCN3025.jpg" alt="Ella Minicola">
<h2 style="font-family:var(--lydian);font-size:2rem;margin:0;">Ella</h2>
<p class="profile-text">Ella Minicola is mostly into ocean life. She loves diving but occasionally emerges from the sea to paint her houseplants.</p>
<div style="height:30px;background-color:var(--background);clear:both;"></div>
<img class="profile-pic" style="float:right;" src="/assets/images/IMG_20180203_175107.jpg" alt="Jack Guinane">
<h2 style="font-family:var(--lydian);font-size:2rem;margin:0;">Jack</h2>
<p class="profile-text" style="float:left;text-align:right;">Jack Guinane is a 3rd-year Computer Science student. He enjoys design-driven product development and <a href="/assets/images/Screenshot_20180220-173926.jpg">has always been "like this" about plants</a>.</p>
<div style="height:30px;background-color:var(--background);clear:both;"></div>
<p class="profile-text" style="float:left;text-align:right;">Jack Guinane is a 3rd-year Computer Science student. He enjoys design-driven product development and <a href="/assets/images/Screenshot_20180220-173926.jpg" style="color:var(--dark-green);">has always been "like this" about plants</a>.</p>
<div style="height:10px;background-color:var(--background);clear:both;"></div>
</div>
</article>

Expand Down

0 comments on commit 11857a0

Please sign in to comment.