Skip to content

Commit a0e04c9

Browse files
author
Shaun B
committed
Update contact profile: Shaun
1 parent 632fb8b commit a0e04c9

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

src/index.html

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -351,6 +351,17 @@ <h1 class="extra-large no-style">LOKOLE: EMAIL FOR ALL</h1>
351351
<div class="extra-small">I speak English, Italian &amp; Spanish</div>
352352
</div>
353353
</div>
354+
<div class="contact-email-block row-layout">
355+
<img src="static/profile/shaun.jpg" class="img-circle img-responsive" id="shaun-profile" alt="Portrait of Shaun Bathgate">
356+
<div class="member-contact">
357+
<div><strong>Shaun Bathgate</strong>, <em>Software Developer</em></div>
358+
<div>
359+
<span class="glyphicon glyphicon-envelope"></span>
360+
<a href="mailto:shaun@team.lokole.ca" data-toggle="tooltip" title="send us an email"> shaun@team.lokole.ca</a>
361+
</div>
362+
<div class="extra-small">I speak English</div>
363+
</div>
364+
</div>
354365
</div>
355366

356367
<div id="image-team">

src/style.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,8 @@ h1.no-style {
254254

255255
#nzola-profile,
256256
#clemens-profile,
257-
#laura-profile {
257+
#laura-profile,
258+
#shaun-profile {
258259
margin: 10px 15px;
259260
width: 80px;
260261
}

0 commit comments

Comments
 (0)