Short cut bitches
This commit is contained in:
parent
03a15516b0
commit
dcceed1b04
34 changed files with 1532 additions and 112 deletions
38
_includes/contact.html
Normal file
38
_includes/contact.html
Normal file
|
|
@ -0,0 +1,38 @@
|
|||
<!-- BEGIN contact.html -->
|
||||
<div id="contact">
|
||||
<form action="{{ site.baseurl }}/contact-success/" method="post" class="contact-form">
|
||||
<div>
|
||||
<h1>Drop me a line!</h1>
|
||||
<input type="hidden" name="_to" value="set.hallstrom+website@gmail.com" /><br />
|
||||
<input type="text" name="_gotcha" style="display: none;" />
|
||||
</div>
|
||||
<div>
|
||||
<label for="name" style="display: none;">Name</label><br />
|
||||
<input type="text" name="name" id="name" placeholder="Enter your name..." class="contact" />
|
||||
</div>
|
||||
<div>
|
||||
<label for="email" style="display: none;">Email Address</label><br />
|
||||
<input type="email" name="email" id="email" placeholder="Enter your email..." required class="contact" />
|
||||
</div>
|
||||
<div>
|
||||
<label for="message" style="display: none;">Message</label><br />
|
||||
<textarea name="message" id="message" placeholder="Enter your message..." required
|
||||
class="contact textspace"></textarea>
|
||||
</div>
|
||||
<div>
|
||||
<input type="checkbox" name="consent" id="consent" required class="css-checkbox lrg klaus" /><label for="consent"
|
||||
class="css-label lrg klaus">I agree with
|
||||
{% if page.url == '/privacy-policy/' %} this privacy policy.
|
||||
{% else %} the <a href="/privacy-policy/">privacy policy.</a>
|
||||
{% endif %}</label>
|
||||
</div>
|
||||
<div>
|
||||
<input type="checkbox" name="news" id="news" class="css-checkbox lrg klaus" /><label for="news"
|
||||
class="css-label lrg klaus">Send me news!</label>
|
||||
</div>
|
||||
<div>
|
||||
<input type="submit" value="Send Message" />
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
<!-- END contact.html -->
|
||||
7
_includes/footer.html
Normal file
7
_includes/footer.html
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
<div class="editable">
|
||||
<p>Website built with <a href="https://jekyllrb.com" target="_blank">Jekyll.</a>
|
||||
<br />Get the source files <a target="_blank" href="https://github.com/Sakrecoer/set.hallstrom">in this git.</a>
|
||||
<br />Website Published under a <a target="_blank" href="https://creativecommons.org/licenses/by-sa/4.0/">Creative
|
||||
Commons license</a>
|
||||
</p>
|
||||
</div>
|
||||
9
_includes/header.html
Normal file
9
_includes/header.html
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
<!-- BEGIN header.html -->
|
||||
<div id="header">
|
||||
<div class="hero">
|
||||
<a href="/">
|
||||
<h1>{{ site.title }}</h1>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
<!-- END header.html -->
|
||||
7
_includes/hero.html
Normal file
7
_includes/hero.html
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
<!-- BEGIN hero.html -->
|
||||
<div id="banner">
|
||||
<div class="hero">
|
||||
<h1>{{ site.title }}</h1>
|
||||
</div>
|
||||
</div>
|
||||
<!-- END hero.html -->
|
||||
35
_includes/kontakt.html
Normal file
35
_includes/kontakt.html
Normal file
|
|
@ -0,0 +1,35 @@
|
|||
<!-- BEGIN kontakt.html -->
|
||||
<div id="kontaktformular">
|
||||
<form action="{{ site.baseurl }}/contact-success/" method="post" class="cta" name="hemsida_form" id="hemgjordform">
|
||||
<div class="row gtr-uniform">
|
||||
<div class="col-6 col-12-xsmall">
|
||||
<input type="hidden" name="_to" value="{{ site.kundtjanstmail }}">
|
||||
<input type="text" name="_gotcha" style="display: none;">
|
||||
<input type="text" name="firstname" id="firstname" value="" placeholder="Förnamn" /><br />
|
||||
<input type="text" name="lastname" id="lastname" value="" placeholder="Efternamn" />
|
||||
</div>
|
||||
<div class="col-6 col-12-xsmall">
|
||||
<input type="email" name="email" id="email" value="" placeholder="Email" required /> <br />
|
||||
</div>
|
||||
<!-- Break -->
|
||||
<div class="col-12">
|
||||
<textarea name="message" id="message" placeholder="Skriv ditt meddelande" rows="6"></textarea>
|
||||
</div>
|
||||
<!-- Break -->
|
||||
<div class="col-12">
|
||||
<input type="checkbox" name="gdprconsent" id="consent" value="conscent" required>
|
||||
<label for="consent">Jag godkänner att Momangens Förening lagrar och behandlar mina personuppgifter.</label><br />
|
||||
|
||||
Mer information om våra sekretesskydd och vårt engegemang för att skydda och respektera din integritet finns i vår <a href="/integritetspolicy/">integritetspolicy.</a><br /><br />
|
||||
|
||||
|
||||
<ul class="actions">
|
||||
|
||||
<li><input type="submit" value="Skicka Formulär" class="primary" /></li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
<!-- END kontakt.html -->
|
||||
55
_includes/metahead.html
Normal file
55
_includes/metahead.html
Normal file
|
|
@ -0,0 +1,55 @@
|
|||
<!-- BEGIN metahead.html -->
|
||||
<title>{{ page.title }} | {{ site.title }}</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
|
||||
<link rel="stylesheet" href="/assets/css/style.css" type="text/css" />
|
||||
<link rel="shortcut icon" href="{{ site.url }}{{ site.logo }}" type="image/png" />
|
||||
<link rel="alternate" type="application/rss+xml" href="{{ site.url }}/rss.xml" />
|
||||
<!-- Standard SEO -->
|
||||
<meta name="title" content="{{ page.title }} | {{ site.title }}">
|
||||
<meta name="dc.date.modified" scheme="ISO8601" content="{{ site.time | date_to_xmlschema }}" />
|
||||
<meta name='robots' content='index' />
|
||||
<meta charset="utf-8" />
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<meta name="referrer" content="no-referrer-when-downgrade" />
|
||||
<meta name="description" content="{{ page.description | strip_html }}" />
|
||||
<link rel="canonical" href="{{ site.url }}{{ page.url }}" />
|
||||
<link rel="alternate" href="{{ site.url }}{{ page.url }}" hreflang="x-default" />
|
||||
<meta name="geo.region" content="SE-AB" />
|
||||
<meta name="geo.placename" content="Stockholm" />
|
||||
<!-- Dublin Core basic info -->
|
||||
<meta name="dcterms.Identifier" content="{{ site.url }}" />
|
||||
<meta name="dcterms.Format" content="text/html" />
|
||||
<meta name="dcterms.Relation" content="{{ site.title }}" />
|
||||
<meta name="dcterms.Language" content="{{ site.lang }}" />
|
||||
<meta name="dcterms.Publisher" content="{{ site.title }}" />
|
||||
<meta name="dcterms.Type" content="text/html" />
|
||||
<meta name="dcterms.Coverage" content="{{ site.url }}/" />
|
||||
<meta name="dcterms.Rights" content="Some Rights Reserved ©{{ site.time | date: "%Y" }} {{ site.title }}." />
|
||||
<meta name="dcterms.Title" content="{{ page.title }} | {{ site.title }}" />
|
||||
<meta name="dcterms.Subject" content="{{ site.description | strip_html }}" />
|
||||
<meta name="dcterms.Contributor" content="{{ site.title }}" />
|
||||
<meta name="dcterms.Date" content="{{ site.time | date: "%Y-%m-%d" }}" />
|
||||
<meta name="dcterms.Description" content="{{ page.description | strip_html }}" />
|
||||
<!-- Facebook OpenGraph -->
|
||||
{% if page.url == '/' %}
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:url" content="{{ site.url }}" />{% else %}
|
||||
<meta property="og:type" content="article" />
|
||||
<meta property="og:url" content="{{ site.url }}{{ page.url }}" />{% endif %}
|
||||
{% for social in site.social %}
|
||||
<meta property="og:see_also" content="{{ social.link }}" />
|
||||
{% endfor %}
|
||||
<!-- Twitter Card -->
|
||||
<meta name="twitter:card" content="summary" />
|
||||
<meta name="twitter:site" content="@heptazoid" />
|
||||
<meta name="twitter:title" content="{{ page.title }} | {{ site.title }}" />{% if page.url == '/' %}
|
||||
<meta name="twitter:description" content="{{ site.description | strip_html }}" />{% else %}
|
||||
<meta name="twitter:description" content="{{ page.description | strip_html }}" />{% endif %}{% if page.url == '/' %}
|
||||
<meta name="twitter:image" content="{{ site.url }}{{ site.logo }}" />{% else %}
|
||||
<meta name="twitter:image" content="{{ site.url }}{{ page.image }}" />{% endif %}
|
||||
<!-- Humans.txt authorship http://humanstxt.org
|
||||
<link type="text/plain" rel="author" href="{{ site.url }}/humans.txt" />
|
||||
-->
|
||||
<!-- Domain verification -->
|
||||
<!-- Identity -->
|
||||
<!-- END metahead.html -->
|
||||
44
_includes/seo.html
Normal file
44
_includes/seo.html
Normal file
|
|
@ -0,0 +1,44 @@
|
|||
<!-- BEGIN seo.html -->
|
||||
<title>{{ site.title }} | {{ page.title }}</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">
|
||||
|
||||
<meta name="title" content="{{ page.title }} | {{ site.title }}" />
|
||||
<meta name="dc.date.modified" scheme="ISO8601" content="{{ site.time | date_to_xmlschema }}" />
|
||||
{% if jekyll.environment == 'production' %}<meta name="robots" content="index" />{% else %}<meta name="robots" content="noindex, nofollow" />{% endif %}
|
||||
<meta charset="utf-8" />
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<link rel="canonical" href="{{ site.url }}{{ page.url }}" />
|
||||
<link rel="alternate" href="{{ site.url }}{{ page.url }}" hreflang="x-default" />
|
||||
<meta name="geo.region" content="SE-AB" />
|
||||
<meta name="geo.placename" content="Stockholm" />
|
||||
<meta name="geo.position" content="59.31416;18.078289" />
|
||||
<meta name="ICBM" content="59.31416, 18.078289" />
|
||||
|
||||
|
||||
<!-- Dublin Core basic info -->
|
||||
|
||||
<meta name="dcterms.Identifier" content="{{ site.url }}" />
|
||||
<meta name="dcterms.Format" content="text/html" />
|
||||
<meta name="dcterms.Relation" content="{{ site.title }}" />
|
||||
<meta name="dcterms.Language" content="sv_SE" />
|
||||
<meta name="dcterms.Publisher" content="{{ site.title }}" />
|
||||
<meta name="dcterms.Type" content="text/html" />
|
||||
<meta name="dcterms.Coverage" content="{{ site.url }}/" />
|
||||
<meta name="dcterms.Rights" content="Copyright ©{{ site.time | date: '%Y' }} {{ site.title }}." />
|
||||
<meta name="dcterms.Title" content="{{ page.title }} | {{ site.title }}" />
|
||||
<meta name="dcterms.Subject" content="{{ site.description | strip_html }}" />
|
||||
<meta name="dcterms.Contributor" content="{{ site.title }}" />
|
||||
<meta name="dcterms.Date" content="{{ site.time | date: '%Y-%m-%d' }}" />
|
||||
<meta name="dcterms.Description" content="{{ site.description | strip_html }}" />
|
||||
|
||||
<!-- Twitter Card -->
|
||||
|
||||
<meta name="twitter:card" content="summary" />
|
||||
<meta name="twitter:title" content="{{ page.title }} | {{ site.title }}" />
|
||||
<meta name="twitter:description" content="{{ site.description | strip_html }}" />
|
||||
{% if page.url != '/' %}
|
||||
<meta name="twitter:image" content="{{ site.url }}{{ page.image }}" />
|
||||
{% else %}
|
||||
<meta name="twitter:image" content="{{ site.url }}{{ site.logo }}" />
|
||||
{% endif %}
|
||||
<!-- END seo.html -->
|
||||
Loading…
Add table
Add a link
Reference in a new issue