Skip to content

Commit b47e6e3

Browse files
committed
added styling and footer to mhh site
1 parent 9ae1bc8 commit b47e6e3

File tree

9 files changed

+309
-390
lines changed

9 files changed

+309
-390
lines changed

_includes/mhh/head.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
<meta name="twitter:description" content="{{site.description}}" />
1212
<title>Mental Health Hackathon</title>
1313
<link rel="icon" type="image/png" href="/assets/images/icon.png" />
14+
<link href="https://fonts.googleapis.com/css?family=Roboto&display=swap" rel="stylesheet">
1415
<link href="//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,300,700,800,400,600" rel="stylesheet" type="text/css" />
1516
<link href="//fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css" />
1617
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet" />

_layouts/mhh_default.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,5 @@
33
{% include mhh/head.html %}
44
<body>
55
{{ content }}
6-
{% include mhh/foot.html %}
76
</body>
87
</html>

0 commit comments

Comments
 (0)