Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
SWIFTweb
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SWIFT
SWIFTweb
Commits
5d30b345
Commit
5d30b345
authored
5 years ago
by
Josh Borrow
Browse files
Options
Downloads
Patches
Plain Diff
Added ASCL and mailing list to homepage
parent
fad30b49
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
stylesheets/stylesheet.css
+3
-0
3 additions, 0 deletions
stylesheets/stylesheet.css
templates/index.html
+31
-20
31 additions, 20 deletions
templates/index.html
with
34 additions
and
20 deletions
stylesheets/stylesheet.css
+
3
−
0
View file @
5d30b345
...
@@ -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
;
}
}
}
}
This diff is collapsed.
Click to expand it.
templates/index.html
+
31
−
20
View file @
5d30b345
{% 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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment