Skip to content

Commit 42e30d7

Browse files
committed
/meh
1 parent cd7635c commit 42e30d7

File tree

4 files changed

+50
-13
lines changed

4 files changed

+50
-13
lines changed

_layouts/hangloose.html

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
<!DOCTYPE html>
2+
<html lang="{{ site.lang | default: "en-US" }}">
3+
<head>
4+
<meta charset="UTF-8">
5+
6+
{% seo %}
7+
<meta name="description" content="{{ page.description | default: site.description | default: site.github.project_tagline }}"/>
8+
<meta name="viewport" content="width=device-width, initial-scale=1">
9+
<meta name="theme-color" content="#00087f">
10+
<link rel="stylesheet" href="{{ '/assets/css/style.css?v=' | append: site.github.build_revision | relative_url }}">
11+
</head>
12+
<body>
13+
<section class="page-header">
14+
<img id="bloc-logo" src="/assets/img/bloc-logoblock.svg" onerror="this.onerror=null; this.src='bloc-logoblock.png'">
15+
<div class="page-header-content">
16+
<h1 class="project-name">Thank you <span class="hang-loose">🤙</span></h1>
17+
<h2 class="project-tagline">&mdash;<br><span id="tagline">You've just signed up for the future.</h2>
18+
</div>
19+
</section>
20+
21+
<section class="main-content">
22+
{{ content }}
23+
<footer class="site-footer">
24+
<span class="site-footer-credits">🙈 Bloc Bouldering AS, 2017.</span>
25+
</section>
26+
27+
{% if site.google_analytics %}
28+
<script type="text/javascript">
29+
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
30+
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
31+
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
32+
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
33+
34+
ga('create', '{{ site.google_analytics }}', 'auto');
35+
ga('send', 'pageview');
36+
</script>
37+
{% endif %}
38+
</body>
39+
</html>

_site/another-page.html renamed to _site/thanks.html

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99
<meta property="og:locale" content="en_US" />
1010
<meta name="description" content="Bouldering Reimagined" />
1111
<meta property="og:description" content="Bouldering Reimagined" />
12-
<link rel="canonical" href="http://localhost:4000/another-page.html" />
13-
<meta property="og:url" content="http://localhost:4000/another-page.html" />
12+
<link rel="canonical" href="http://localhost:4000/thanks.html" />
13+
<meta property="og:url" content="http://localhost:4000/thanks.html" />
1414
<meta property="og:site_name" content="Bloc Bouldering" />
1515
<script type="application/ld+json">
16-
{"name":null,"description":"Bouldering Reimagined","author":null,"@type":"WebPage","url":"http://localhost:4000/another-page.html","publisher":null,"image":null,"headline":"Bloc Bouldering","dateModified":null,"datePublished":null,"sameAs":null,"mainEntityOfPage":null,"@context":"http://schema.org"}</script>
16+
{"name":null,"description":"Bouldering Reimagined","author":null,"@type":"WebPage","url":"http://localhost:4000/thanks.html","publisher":null,"image":null,"headline":"Bloc Bouldering","dateModified":null,"datePublished":null,"sameAs":null,"mainEntityOfPage":null,"@context":"http://schema.org"}</script>
1717
<!-- End Jekyll SEO tag -->
1818

1919
<meta name="description" content="Bouldering Reimagined"/>
@@ -25,17 +25,16 @@
2525
<section class="page-header">
2626
<img id="bloc-logo" src="/assets/img/bloc-logoblock.svg" onerror="this.onerror=null; this.src='bloc-logoblock.png'">
2727
<div class="page-header-content">
28-
<h1 class="project-name">Thank you </h1>
28+
<h1 class="project-name">Thank you <span class="hang-loose">🤙</span></h1>
2929
<h2 class="project-tagline">&mdash;<br><span id="tagline">You've just signed up for the future.</h2>
3030
</div>
3131
</section>
3232

3333
<section class="main-content">
34-
<p>Follow us on</p>
35-
34+
<p>Follow us on <a href="https://www.instagram.com/getbloc/">Instagram</a>, or go <a href="/">back</a>.</p>
3635

3736
<footer class="site-footer">
38-
<span class="site-footer-credits">Bloc Bouldering AS, 2017.</span>
37+
<span class="site-footer-credits">🙈 Bloc Bouldering AS, 2017.</span>
3938
</section>
4039

4140

another-page.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

thanks.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
layout: hangloose
3+
---
4+
5+
Follow us on [Instagram](https://www.instagram.com/getbloc/), or go [back](/).

0 commit comments

Comments
 (0)