Skip to content

Commit

Permalink
added organizers
Browse files Browse the repository at this point in the history
  • Loading branch information
ttseriotou authored Feb 23, 2024
1 parent dd661bd commit 66e3d16
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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">
Expand Down

0 comments on commit 66e3d16

Please sign in to comment.