Skip to content

Commit

Permalink
additional roster update
Browse files Browse the repository at this point in the history
  • Loading branch information
emilkovacev committed May 8, 2022
1 parent 75c9d33 commit cab7b96
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 20 deletions.
Binary file removed static/assets/staff/sammiller.jpg
Binary file not shown.
27 changes: 7 additions & 20 deletions templates/about/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -68,16 +68,18 @@ <h2>Our Team</h2>
</div>
</div>


<div class="mb-2">
<img
<img
class="bg-dark rounded-circle me-3"
style="width: 75px; height: 75px; float: left;"
src="{% static 'assets/staff/sammiller.jpg' %}" />
src="{% static 'assets/staff/adamrussell.jpg' %}"
/>
<div>
<b>Sam Miller</b>
<b>Adam Russell</b>
<p>
<span class="text-primary">Information Lead</span><br>
Biological Sciences BA
<span class="text-primary">Events Coordinator</span><br>
Computer Science BS
</p>
</div>
</div>
Expand All @@ -96,21 +98,6 @@ <h2>Our Team</h2>
</div>
</div>

<div class="mb-2">
<img
class="bg-dark rounded-circle me-3"
style="width: 75px; height: 75px; float: left;"
src="{% static 'assets/staff/adamrussell.jpg' %}"
/>
<div>
<b>Adam Russell</b>
<p>
<span class="text-primary">Events Coordinator</span><br>
Computer Science BS
</p>
</div>
</div>

<div class="mb-2">
<img
class="bg-dark rounded-circle me-3"
Expand Down

0 comments on commit cab7b96

Please sign in to comment.