Skip to content
Snippets Groups Projects
Commit bded2495 authored by jfaustin's avatar jfaustin
Browse files

Merge branch 'master' of gitlab.doc.ic.ac.uk:resource-reasoning/www-rw.doc.ic.ac.uk

parents ad5a87ef 41f892aa
No related branches found
No related tags found
No related merge requests found
title: Reliable Web title: Reliable Web
subtitle: # a group subtitle goes here subtitle: <a href="http://www.doc.ic.ac.uk">Department of Computing</a>, <a href="http://www.imperial.ac.uk/">Imperial College London</a>
copyright: Imperial College London copyright: Imperial College London
baseurl: "" baseurl: ""
......
...@@ -10,18 +10,20 @@ menu: false ...@@ -10,18 +10,20 @@ menu: false
<div class="row"> <div class="row">
<div class="col-sm-4"> <div class="col-sm-4">
<div class="card"> <div class="card">
<img class="img-circle center-block" style="width: 50%" src="{{ page.image | prepend: site.baseurl }}" alt="Photo of {{ page.firstname }} {{ page.lastname }}" /> <img class="img-circle center-block" style="width: 60%; padding: 7pt" src="{{ page.image | prepend: site.baseurl }}" alt="Photo of {{ page.firstname }} {{ page.lastname }}" />
<div class="list-group list-group-flush"> <div class="list-group list-group-flush">
{% if page.webpage %}<a class="list-group-item" href="{{ page.webpage }}"><i class="fa fa-fw fa-globe"></i>&nbsp; Webpage</a>{% endif %} {% if page.webpage %}<a class="list-group-item" href="{{ page.webpage }}"><i class="fa fa-fw fa-globe"></i>&nbsp; Webpage</a>{% endif %}
{% if page.email %}<a class="list-group-item" href="mailto:{{ page.email }}"><i class="fa fa-fw fa-envelope-o"></i>&nbsp; {{ page.email }}</a>{% endif %} {% if page.email %}<a class="list-group-item" href="mailto:{{ page.email }}"><i class="fa fa-fw fa-envelope-o"></i>&nbsp; {{ page.email }}</a>{% endif %}
{% if page.twitter %}<a class="list-group-item" href="https://twitter.com/{{ page.twitter }}"><i class="fa fa-fw fa-twitter"></i>&nbsp; @{{ page.twitter }}</a>{% endif %}
{% if page.github %}<a class="list-group-item" href="https://github.com/{{ page.github }}"><i class="fa fa-fw fa-github"></i>&nbsp; GitHub Profile</a>{% endif %}
</div> </div>
</div> </div>
</div> </div>
<div class="col-sm-8"> <div class="col-sm-8">
<h4>Biography</h4> <h3>Biography</h4>
{{ content }} {{ content }}
<h4>Group Publications</h4> <h3>Group Publications</h4>
{% bibliography -q @*[author =^ {{page.lastname}} ] %} {% bibliography -q @*[author ~= {{ page.lastname }}] %}
</div> </div>
</div> </div>
...@@ -6,5 +6,6 @@ image: /images/gian.jpg ...@@ -6,5 +6,6 @@ image: /images/gian.jpg
position: PhD Student position: PhD Student
webpage: webpage:
email: gian.ntzik08@imperial.ac.uk email: gian.ntzik08@imperial.ac.uk
github: anirothan
--- ---
...@@ -179,7 +179,9 @@ h6, .h6 { ...@@ -179,7 +179,9 @@ h6, .h6 {
} }
.site-description { .site-description {
font-size: 1.1rem; font-size: 1.1rem;
color: #999; * {
color: #999;
}
} }
@media (min-width: 40em) { @media (min-width: 40em) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment