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

Added gitter to homepage and updated fontawesome

parent 9f870f96
Branches
No related tags found
No related merge requests found
......@@ -33,6 +33,12 @@ html, body {
color: white;
}
.btn-pink {
border-color: #773A89;
background-color: #CE275D;
color: white;
}
.buttons {
width: 100%;
display: flex;
......@@ -51,6 +57,10 @@ html, body {
background-color: #90382B;
}
.btn-pink:hover {
background-color: #773A89;
}
img {
max-width:100%;
}
......
......@@ -6,7 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link href='stylesheet.css' rel='stylesheet' type='text/css'>
<link crossorigin='anonymous' href='https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css' integrity='sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN' rel='stylesheet'>
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.1/css/all.css" integrity="sha384-fnmOCqbTlWIlj8LyTjo7mOUStjsKC4pOpQbqyi7RrhN7udi9RwhKkMHpvLbHG9Sr" crossorigin="anonymous">
{% block stylesheets %}{% endblock %}
......
......@@ -38,7 +38,7 @@
<a href="{{ link[0] }}"><i class="fa fa-book" aria-hidden="true"></i> Docs</a>
</li>
<li class="btn-orange code">
<a href="{{ link[1] }}"><i class="fa fa-gitlab" aria-hidden="true"></i> Code</a>
<a href="{{ link[1] }}"><i class="fab fa-gitlab" aria-hidden="true"></i> Code</a>
</li>
</ul>
</div>
......
......@@ -20,9 +20,14 @@
</a>
<a href="{{ link[1] }}">
<div class='btn btn-orange'>
<h2><i class="fa 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>
</a>
<a href="https://gitter.im/swiftsim/">
<div class="btn btn-pink">
<h2><i class="fab fa-gitter" aria-hidden="true"></i> Gitter</h2>
</div>
</a>
<a href='about.html'>
<div class='btn btn-blue'>
<h2>About SWIFT <i class="fa fa-chevron-right" aria-hidden="true"></i></h2>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment