-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
dd661bd
commit 66e3d16
Showing
1 changed file
with
42 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -305,6 +305,48 @@ <h5 class="title same-space"> | |
</div> | ||
</div> | ||
</div> | ||
<div class="col-md-4 col-lg-4 mb-0"> | ||
<div class="px-4 text-center"> | ||
<img src="assets/michael.jpeg" class="rounded-circle img-center img-fluid shadow shadow-lg--hover" | ||
style="width: 200px;" alt="image"> | ||
<div class="pt-4 text-center" style="margin-bottom: 40px;"> | ||
<h5 class="title same-space"> | ||
<span class="d-block mb-1">Michael <br /> Schlichtkrull</span> | ||
<small class="h6 text-muted">Queen Mary University</small> | ||
</h5> | ||
<div class="mt-5"> | ||
<a href="https://twitter.com/michael_sejr?lang=en" class="btn btn-warning btn-icon-only rounded-circle"> | ||
<i class="fa fa-twitter"></i> | ||
</a> | ||
<a href="mailto:[email protected]" class="btn btn-warning btn-icon-only rounded-circle"> | ||
<i class="fa fa-envelope"></i> | ||
</a> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
<div class="col-md-4 col-lg-4 mb-0"> | ||
<div class="px-4 text-center"> | ||
<img src="assets/yueting.jpeg" class="rounded-circle img-center img-fluid shadow shadow-lg--hover" | ||
style="width: 200px;" alt="image"> | ||
<div class="pt-4 text-center"> | ||
<h5 class="title same-space"> | ||
<span class="d-block mb-1">Yueting <br /> Han</span> | ||
<small class="h6 text-muted">University of Warwick</small> | ||
</h5> | ||
<div class="mt-5"> | ||
<a href="https://twitter.com/YuetingHan" class="btn btn-warning btn-icon-only rounded-circle"> | ||
<i class="fa fa-twitter"></i> | ||
</a> | ||
<a href="mailto:[email protected]" class="btn btn-warning btn-icon-only rounded-circle"> | ||
<i class="fa fa-envelope"></i> | ||
</a> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
<div class="row"> | ||
<div class="col-md-4 col-lg-4 mb-5"> | ||
<div class="px-4 text-center"> | ||
<img src="assets/dina.jpeg" class="rounded-circle img-center img-fluid shadow shadow-lg--hover" style="width: 200px;" alt="image"> | ||
|