Placeholding bitch in da house
This commit is contained in:
parent
dcceed1b04
commit
c26867e903
13 changed files with 56 additions and 84 deletions
|
|
@ -2,21 +2,29 @@
|
|||
<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 />
|
||||
<h1>Bli medlem</h1>
|
||||
<input type="hidden" name="_to" value="{{ site.email }}" /><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" />
|
||||
<input type="text" name="name" id="name" placeholder="Namn" 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" />
|
||||
<input type="email" name="email" id="email" placeholder="E-post" required class="contact" />
|
||||
</div>
|
||||
<div>
|
||||
<label for="persnr" style="display: none;">Persnr.</label><br />
|
||||
<input type="text" name="persnr" id="persnr" placeholder="Personnummer" class="contact" />
|
||||
</div>
|
||||
<div>
|
||||
<label for="postnummer" style="display: none;">Postnummer</label><br />
|
||||
<input type="text" name="persnr" id="postnummer" placeholder="Postnummer" class="contact" />
|
||||
</div>
|
||||
<div>
|
||||
<label for="message" style="display: none;">Message</label><br />
|
||||
<textarea name="message" id="message" placeholder="Enter your message..." required
|
||||
<textarea name="message" id="message" placeholder="Skriv en dikt" required
|
||||
class="contact textspace"></textarea>
|
||||
</div>
|
||||
<div>
|
||||
|
|
|
|||
|
|
@ -1,7 +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
|
||||
<p>Website built with <a href="https://jekyllrb.com" target="_blank" rel="noopener noreferrer nofollow">Jekyll.</a>
|
||||
<br />Get the source files <a target="_blank" href="https://github.com/Sakrecoer/momangen" rel="noopener noreferrer nofollow">in this git.</a>
|
||||
<br />Website Published under a <a target="_blank" href="https://creativecommons.org/licenses/by-sa/4.0/" rel="noopener noreferrer nofollow">Creative
|
||||
Commons license</a>
|
||||
</p>
|
||||
</div>
|
||||
|
|
@ -7,7 +7,7 @@
|
|||
<!-- 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' />
|
||||
{% 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" />
|
||||
<meta name="referrer" content="no-referrer-when-downgrade" />
|
||||
|
|
@ -41,7 +41,6 @@
|
|||
{% 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 == '/' %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue