Placeholding bitch in da house
This commit is contained in:
parent
dcceed1b04
commit
c26867e903
13 changed files with 56 additions and 84 deletions
28
_config.yml
28
_config.yml
|
|
@ -13,28 +13,26 @@
|
|||
# you will see them accessed via {{ site.title }}, {{ site.email }}, and so on.
|
||||
# You can create any custom variable you would like, and they will be accessible
|
||||
# in the templates via {{ site.myvariable }}.
|
||||
title: 'Set Hallström'
|
||||
email: set@hallstrom.ch
|
||||
phone: '+46708134377'
|
||||
title: 'Momangen'
|
||||
email: info@momangen.se
|
||||
baseurl: "" # the subpath of your site, e.g. /blog
|
||||
url: "https://set.hallstrom.ch" # the base hostname & protocol for your site, e.g. http://example.com
|
||||
instagram_username: 'sethybwoy'
|
||||
url: "https://www.momangen.se" # the base hostname & protocol for your site, e.g. http://example.com
|
||||
# instagram_username: 'sethybwoy'
|
||||
|
||||
# Values for the jekyll-seo-tag gem (https://github.com/jekyll/jekyll-seo-tag)
|
||||
logo: /siteicon.png
|
||||
description: >- # this means to ignore newlines until "baseurl:"
|
||||
'The Digital CV of Set Hallstrom, a multi-disciplanry Artist, a Free Software
|
||||
advocate and Community Manager.'
|
||||
Södermalms bäst bevarade hemlighet
|
||||
author:
|
||||
name: Set Hallstrom
|
||||
email: set@hallstrom.ch
|
||||
name: Föreningen Momangen
|
||||
email: info@momangen.se
|
||||
twitter: # twitter username without the @ symbol
|
||||
social:
|
||||
name: Set Hallstrom
|
||||
links:
|
||||
- https://www.instagram.com/sethybwoy/
|
||||
- http://www.twitter.com/heptazoid
|
||||
- https://www.linkedin.com/in/set-hallstrom/
|
||||
#social:
|
||||
# name: Momangen
|
||||
# links:
|
||||
# - https://www.instagram.com/sethybwoy/
|
||||
# - http://www.twitter.com/heptazoid
|
||||
# - https://www.linkedin.com/in/set-hallstrom/
|
||||
lang: sv_SE
|
||||
|
||||
# Build settings
|
||||
|
|
|
|||
|
|
@ -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 == '/' %}
|
||||
|
|
|
|||
|
|
@ -1,25 +0,0 @@
|
|||
---
|
||||
layout: post
|
||||
title: "Welcome to Jekyll!"
|
||||
date: 2019-05-16 21:35:27 +0200
|
||||
categories: jekyll update
|
||||
---
|
||||
You’ll find this post in your `_posts` directory. Go ahead and edit it and re-build the site to see your changes. You can rebuild the site in many different ways, but the most common way is to run `jekyll serve`, which launches a web server and auto-regenerates your site when a file is updated.
|
||||
|
||||
To add new posts, simply add a file in the `_posts` directory that follows the convention `YYYY-MM-DD-name-of-post.ext` and includes the necessary front matter. Take a look at the source for this post to get an idea about how it works.
|
||||
|
||||
Jekyll also offers powerful support for code snippets:
|
||||
|
||||
{% highlight ruby %}
|
||||
def print_hi(name)
|
||||
puts "Hi, #{name}"
|
||||
end
|
||||
print_hi('Tom')
|
||||
#=> prints 'Hi, Tom' to STDOUT.
|
||||
{% endhighlight %}
|
||||
|
||||
Check out the [Jekyll docs][jekyll-docs] for more info on how to get the most out of Jekyll. File all bugs/feature requests at [Jekyll’s GitHub repo][jekyll-gh]. If you have questions, you can ask them on [Jekyll Talk][jekyll-talk].
|
||||
|
||||
[jekyll-docs]: https://jekyllrb.com/docs/home
|
||||
[jekyll-gh]: https://github.com/jekyll/jekyll
|
||||
[jekyll-talk]: https://talk.jekyllrb.com/
|
||||
|
|
@ -34,17 +34,17 @@
|
|||
|
||||
@-webkit-keyframes shadow {
|
||||
to {
|
||||
text-shadow: .2em .2em rgba(255, 0, 0, 0.5), -.2m -.2em rgba(0, 153, 255, 0.5);
|
||||
text-shadow: .2em .2em rgba(61, 61, 61, 0.5), -.2m -.2em rgba(224, 224, 224, 0.5);
|
||||
}
|
||||
|
||||
}
|
||||
@-moz-keyframes shadow {
|
||||
to {
|
||||
text-shadow: .2em .2em rgba(255, 0, 0, 0.5), -.2m -.2em rgba(0, 153, 255, 0.5);
|
||||
text-shadow: .2em .2em rgba(61, 61, 61, 0.5), -.2m -.2em rgba(224, 224, 224, 0.5);
|
||||
}
|
||||
}
|
||||
|
||||
@keyframes shadow {
|
||||
to {text-shadow: .2em .2em rgba(255, 0, 0, 0.5), -.2m -.2em rgba(0, 153, 255, 0.5);
|
||||
to {text-shadow: .2em .2em rgba(61, 61, 61, 0.5), -.2m -.2em rgba(224, 224, 224, 0.5);
|
||||
}
|
||||
}
|
||||
|
|
@ -21,7 +21,7 @@ input[type=text], input[type=email], textarea, select {
|
|||
|
||||
input[type=submit] {
|
||||
width: 200px;
|
||||
background-image: linear-gradient(223deg, rgba(255, 0, 0, 0.5), rgba(0, 153, 255, 0.5));
|
||||
background-image: linear-gradient(223deg, rgba(61, 61, 61, 0.5), rgba(224, 224, 224, 0.5));
|
||||
background-size: 800% 800%;
|
||||
-webkit-animation: AnimationName 29s ease infinite;
|
||||
-moz-animation: AnimationName 29s ease infinite;
|
||||
|
|
@ -36,7 +36,7 @@ input[type=submit] {
|
|||
}
|
||||
|
||||
input[type=submit]:hover {
|
||||
background-image: linear-gradient(223deg, rgba(0, 153, 255, 0.5),rgba(255, 0, 0, 0.5));
|
||||
background-image: linear-gradient(223deg, rgba(224, 224, 224, 0.5),rgba(61, 61, 61, 0.5));
|
||||
background-size: 800% 800%;
|
||||
-webkit-animation: AnimationName 29s ease infinite;
|
||||
-moz-animation: AnimationName 29s ease infinite;
|
||||
|
|
|
|||
|
|
@ -62,7 +62,7 @@ a:hover,
|
|||
a:active,
|
||||
a:focus {
|
||||
text-decoration: none;
|
||||
background: linear-gradient(97deg, rgb(255, 128, 128), rgb(120, 201, 255));
|
||||
background: linear-gradient(97deg, rgb(61, 61, 61), rgb(224, 224, 224));
|
||||
-webkit-background-clip: text;
|
||||
background-clip: text;
|
||||
-webkit-text-fill-color: transparent;
|
||||
|
|
@ -74,8 +74,8 @@ a:focus {
|
|||
text-shadow: none;
|
||||
}
|
||||
a:hover {
|
||||
text-shadow: .05em .05em rgb(255, 128, 128), -.05em -.05em rgb(120, 201, 255);
|
||||
background: linear-gradient(97deg, rgb(120, 201, 255), rgb(255, 128, 128),);
|
||||
text-shadow: .05em .05em rgb(61, 61, 61), -.05em -.05em rgb(224, 224, 224);
|
||||
background: linear-gradient(97deg, rgb(224, 224, 224), rgb(61, 61, 61),);
|
||||
-webkit-background-clip: text;
|
||||
background-clip: text;
|
||||
-webkit-text-fill-color: transparent;
|
||||
|
|
@ -93,7 +93,7 @@ a:active {
|
|||
display: flex;
|
||||
width: 100%;
|
||||
height: 100vh;
|
||||
background: linear-gradient(0deg, rgba(255, 0, 0, 0.5), rgba(0, 153, 255, 0.5));
|
||||
background: linear-gradient(0deg, rgba(61, 61, 61, 0.5), rgba(224, 224, 224, 0.5));
|
||||
background-size: 800% 800%;
|
||||
|
||||
-webkit-animation: AnimationName 29s ease infinite;
|
||||
|
|
@ -110,12 +110,12 @@ a:active {
|
|||
h1 {
|
||||
position: relative;
|
||||
margin-bottom: 0;
|
||||
background: linear-gradient(90deg, rgb(255, 128, 128), rgb(120, 201, 255));
|
||||
background: linear-gradient(90deg, rgb(61, 61, 61), rgb(224, 224, 224));
|
||||
-webkit-background-clip: text;
|
||||
background-clip: text;
|
||||
-webkit-text-fill-color: transparent;
|
||||
font-size: 3em;
|
||||
// text-shadow: .05em .05em rgba(255, 0, 0, 0.5), -.05em -.05em rgba(0, 153, 255, 0.5);
|
||||
// text-shadow: .05em .05em rgba(61, 61, 61, 0.5), -.05em -.05em rgba(224, 224, 224, 0.5);
|
||||
-moz-animation: example 20s linear infinite; /* Safari 4.0 - 8.0 */
|
||||
-webkit-animation: example 20s linear infinite; /* Safari 4.0 - 8.0 */
|
||||
animation: example 20s linear infinite;
|
||||
|
|
@ -133,7 +133,7 @@ a:active {
|
|||
display: flex;
|
||||
width: 100%;
|
||||
height: 30vh;
|
||||
background: linear-gradient(223deg, rgba(255, 0, 0, 0.5), rgba(0, 153, 255, 0.5));
|
||||
background: linear-gradient(223deg, rgba(61, 61, 61, 0.5), rgba(224, 224, 224, 0.5));
|
||||
background-size: 800% 800%;
|
||||
|
||||
-webkit-animation: AnimationName 29s ease infinite;
|
||||
|
|
@ -152,12 +152,12 @@ a:active {
|
|||
h1 {
|
||||
position: relative;
|
||||
margin-bottom: 0;
|
||||
background: linear-gradient(90deg, rgb(255, 128, 128), rgb(120, 201, 255));
|
||||
background: linear-gradient(90deg, rgb(61, 61, 61), rgb(224, 224, 224));
|
||||
-webkit-background-clip: text;
|
||||
background-clip: text;
|
||||
-webkit-text-fill-color: transparent;
|
||||
font-size: 3em;
|
||||
// text-shadow: .05em .05em rgba(255, 0, 0, 0.5), -.05em -.05em rgba(0, 153, 255, 0.5);
|
||||
// text-shadow: .05em .05em rgba(61, 61, 61, 0.5), -.05em -.05em rgba(224, 224, 224, 0.5);
|
||||
-moz-animation: example 20s linear infinite; /* Safari 4.0 - 8.0 */
|
||||
-webkit-animation: example 20s linear infinite; /* Safari 4.0 - 8.0 */
|
||||
animation: example 20s linear infinite;
|
||||
|
|
|
|||
Binary file not shown.
|
Before Width: | Height: | Size: 41 KiB After Width: | Height: | Size: 26 KiB |
18
index.html
18
index.html
|
|
@ -1,8 +1,6 @@
|
|||
---
|
||||
title: Multidisciplinary Humanoid
|
||||
description: >-
|
||||
The Digital CV of Set Hallstrom. Multi-disciplinary humanoïd Artist, Free
|
||||
Software advocate and Community Manager.
|
||||
title: Södermalms bäst bevarade hemlighet
|
||||
|
||||
image: /siteicon.png
|
||||
layout: default
|
||||
---
|
||||
|
|
@ -14,19 +12,13 @@ layout: default
|
|||
-->
|
||||
|
||||
<div class="column">
|
||||
<h3>{{ page.description }}</h3>
|
||||
<h2>{{ site.description }}</h2>
|
||||
|
||||
<div class="editable">
|
||||
<h3>Currently part-time @ <a target="_blank" style="font-size: 1em;" class="cc-active" href="https://enrenarevardag.se">En Renare Vardag AB</a></h3>
|
||||
<h3>Phone: <a href="tel:+46708134377">+46 708 134 377</a></h3>
|
||||
<h3>GPG/PGP: <a style="font-size: 1em;" href="http://keyserver.ubuntu.com/pks/lookup?op=get&search=0x92401D3F102A0208">FB69 71E5 717F 6537 7B60 DEC1 9240 1D3F 102A 0208 </a></h3>
|
||||
Vi är strax tillbaka!
|
||||
</div>
|
||||
<div class="editable">
|
||||
<h2><a href="/cv/">CV</a></h2>
|
||||
<h2><a target="_blank" href="/Set_Hallstrom_20160906_portfolio.pdf">Portfolio (+20Mb)</a></h2>
|
||||
<h2><a target="_blank" alt="Sakrecoer Music" href="https://sakrecoer.com/">Music</a></h2>
|
||||
<h2><a target="_blank" alt="Terminalnet Work" href="https://terminalnet.work">Network</a></h2>
|
||||
<h2><a target="_blank" alt="Botnet" href="https://www.linkedin.com/in/set-hallstrom/">Botnet</a></h2>
|
||||
<h2><a href="https://www.facebook.com/momangen" target="_blank" rel="noopener noreferrer nofollow">Facebook</a></h2>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
title: Privacy Policy
|
||||
description: >-
|
||||
How I handle the information you submit through my contact form and what i do
|
||||
How Momangen handle the information you submit through the contact form and what we do
|
||||
with cookies.
|
||||
image: /siteicon.png
|
||||
layout: infopages
|
||||
|
|
@ -10,19 +10,19 @@ sitemap: false
|
|||
|
||||
### Personal Site
|
||||
|
||||
This site is personal. I don't collect your data.
|
||||
This is a community site. We don't collect data on you or keep any files about our visitors.
|
||||
|
||||
### Cookies
|
||||
|
||||
I don't use cookies. So you don't have to worry about that. Simply because:
|
||||
We don't use cookies. So you don't have to worry about that. Simply because:
|
||||
|
||||
* Why should i track you?
|
||||
* I don't need cookies.
|
||||
* Why should we track you?
|
||||
* We don't need cookies.
|
||||
|
||||
### Contact information
|
||||
|
||||
When you use the contact form, the information you submitted is stored for a maximum of 30 days on my personal server. The name and e-mail you submitted will however be added to my personal contacts.
|
||||
When you use the contact form, the information you submitted is stored for a maximum of 30 days on our server. The information you submitted will however be added to our secure contact registry.
|
||||
|
||||
### Regrets
|
||||
|
||||
You can at anytime ask me to remove you from my personal contacts. By sending an email to set+gdpr@hallstrom.ch. It will make me a bit sad but it's ok.
|
||||
You can at anytime ask to be removed you our secure registry. By sending an email to <info+gdpr@momangen.se> It will make us a bit sad but it's ok.
|
||||
BIN
siteicon.png
BIN
siteicon.png
Binary file not shown.
|
Before Width: | Height: | Size: 160 KiB After Width: | Height: | Size: 128 KiB |
BIN
touch-icon.png
BIN
touch-icon.png
Binary file not shown.
|
Before Width: | Height: | Size: 44 KiB After Width: | Height: | Size: 28 KiB |
Loading…
Add table
Add a link
Reference in a new issue