Skip to content
Snippets Groups Projects
Commit 5d30b345 authored by Josh Borrow's avatar Josh Borrow
Browse files

Added ASCL and mailing list to homepage

parent fad30b49
No related branches found
No related tags found
No related merge requests found
...@@ -42,6 +42,8 @@ html, body { ...@@ -42,6 +42,8 @@ html, body {
.buttons { .buttons {
width: 100%; width: 100%;
display: flex; display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: center; justify-content: center;
} }
...@@ -263,4 +265,5 @@ h1, h2, h3, h4, h5, h6 { ...@@ -263,4 +265,5 @@ h1, h2, h3, h4, h5, h6 {
border-bottom-left-radius: 4px; border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px; border-bottom-right-radius: 4px;
} }
} }
{% extends "base.html" %} {% extends "base.html" %}
{% import "helpers.html" as helper %} {% import "helpers.html" as helper %}
{% block stylesheets %}<link href='home.css' rel='stylesheet' type='text/css'>{% endblock %} {% block stylesheets %}
<link href='home.css' rel='stylesheet' type='text/css'>{% endblock %}
{% block content %} {% block content %}
<div class='wrapper'> <div class='wrapper'>
...@@ -12,22 +13,32 @@ ...@@ -12,22 +13,32 @@
<h1 class='subhead'><b>S</b>PH <b>W</b>ith <b>I</b>nter-dependent <b>F</b>ine-grained <b>T</b>asking</h1> <h1 class='subhead'><b>S</b>PH <b>W</b>ith <b>I</b>nter-dependent <b>F</b>ine-grained <b>T</b>asking</h1>
<div class='buttons'> <div class='buttons'>
{# TODO: Fix these static links #} {# TODO: Fix these static links #}
<a href="{{ link[0] }}"> <a href="{{ link[0] }}">
<div class='btn btn-blue'> <div class='btn btn-blue'>
<h2><i class="fa fa-book" aria-hidden="true"></i> Docs</h2> <h2><i class="fa fa-book" aria-hidden="true"></i> Docs</h2>
</div> </div>
</a> </a>
<a href="{{ link[1] }}"> <a href="{{ link[1] }}">
<div class='btn btn-orange'> <div class='btn btn-orange'>
<h2><i class="fab fa-gitlab" aria-hidden="true"></i> Get The Code</h2> <h2><i class="fab fa-gitlab" aria-hidden="true"></i> Get The Code</h2>
</div> </div>
</a> </a>
<a href="https://gitter.im/swiftsim/"> <a href="https://gitter.im/swiftsim/">
<div class="btn btn-pink"> <div class="btn btn-pink">
<h2><i class="fab fa-gitter" aria-hidden="true"></i> Gitter Chat</h2> <h2><i class="fab fa-gitter" aria-hidden="true"></i> Gitter Chat</h2>
</div> </div>
</a> </a>
<a href="https://mail.strw.leidenuniv.nl/mailman/listinfo/swift-users">
<div class="btn btn-blue">
<h2><i class="fas fa-envelope" aria-hidden="true"></i> Mailing List</h2>
</div>
</a>
<a href="https://ascl.net/1805.020">
<div class="btn btn-pink">
<h2><i class="fas fa-globe" aria-hidden="true"></i> ASCL Entry</h2>
</div>
</a>
<a href='about.html'> <a href='about.html'>
<div class='btn btn-blue'> <div class='btn btn-blue'>
<h2>About SWIFT <i class="fa fa-chevron-right" aria-hidden="true"></i></h2> <h2>About SWIFT <i class="fa fa-chevron-right" aria-hidden="true"></i></h2>
...@@ -36,7 +47,7 @@ ...@@ -36,7 +47,7 @@
</div> </div>
</div> </div>
</div> </div>
<div class='footer'> <div class='footer'>
<a href='http://www.durham.ac.uk/'> <a href='http://www.durham.ac.uk/'>
<img src='dulogo.png'> <img src='dulogo.png'>
...@@ -50,17 +61,17 @@ ...@@ -50,17 +61,17 @@
<a href='https://www.universiteitleiden.nl/en'> <a href='https://www.universiteitleiden.nl/en'>
<img src='leidenlogo.png'> <img src='leidenlogo.png'>
</a> </a>
<a href='https://www.epfl.ch/index.en.html'> <a href='https://www.epfl.ch/index.en.html'>
<img src='epfllogo.png'> <img src='epfllogo.png'>
</a> </a>
<a href='https://www.intel.co.uk/'> <a href='https://www.intel.co.uk/'>
<img src='intellogo.png'> <img src='intellogo.png'>
</a> </a>
<a href='https://www.nwo.nl'> <a href='https://www.nwo.nl'>
<img src='nwologo.png'> <img src='nwologo.png'>
</a> </a>
</div> </div>
</div> </div>
{% endblock %} {% endblock %}
{% block navbarjs %}{# Remove the JS for navbars from homepage #}{% endblock %} {% block navbarjs %}{# Remove the JS for navbars from homepage #}{% endblock %}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment