diff --git a/_includes/footer.html b/_includes/footer.html
index a4a1610..2d35725 100644
--- a/_includes/footer.html
+++ b/_includes/footer.html
@@ -1,7 +1,7 @@
\ No newline at end of file
diff --git a/_includes/metahead.html b/_includes/metahead.html
index 8bdb51f..a082d45 100644
--- a/_includes/metahead.html
+++ b/_includes/metahead.html
@@ -7,7 +7,7 @@
-
+{% if jekyll.environment == 'production' %}
{% else %}
{% endif %}
@@ -41,7 +41,6 @@
{% endfor %}
-
{% if page.url == '/' %}
{% else %}
{% endif %}{% if page.url == '/' %}
diff --git a/_posts/2019-05-16-welcome-to-jekyll.markdown b/_posts/2019-05-16-welcome-to-jekyll.markdown
deleted file mode 100644
index 2a632b8..0000000
--- a/_posts/2019-05-16-welcome-to-jekyll.markdown
+++ /dev/null
@@ -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/
diff --git a/_sass/animation.scss b/_sass/animation.scss
index a34934e..6b53841 100644
--- a/_sass/animation.scss
+++ b/_sass/animation.scss
@@ -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);
}
}
\ No newline at end of file
diff --git a/_sass/form.scss b/_sass/form.scss
index af842f6..4b9ca15 100644
--- a/_sass/form.scss
+++ b/_sass/form.scss
@@ -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;
diff --git a/_sass/mycv.scss b/_sass/mycv.scss
index e0ae5ec..40df45e 100755
--- a/_sass/mycv.scss
+++ b/_sass/mycv.scss
@@ -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;
diff --git a/apple-touch-icon.png b/apple-touch-icon.png
index c3c5610..8f23ecf 100644
Binary files a/apple-touch-icon.png and b/apple-touch-icon.png differ
diff --git a/index.html b/index.html
index 326855b..be5e200 100755
--- a/index.html
+++ b/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
-->
-
{{ page.description }}
+
{{ site.description }}
-
-
-
+ Vi är strax tillbaka!
diff --git a/privacy-policy.md b/privacy-policy.md
index ce639e1..dbf309f 100755
--- a/privacy-policy.md
+++ b/privacy-policy.md
@@ -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.
\ No newline at end of file
+You can at anytime ask to be removed you our secure registry. By sending an email to
It will make us a bit sad but it's ok.
\ No newline at end of file
diff --git a/siteicon.png b/siteicon.png
index c831cb6..e612ab2 100644
Binary files a/siteicon.png and b/siteicon.png differ
diff --git a/touch-icon.png b/touch-icon.png
index fdf7ccc..bf2de70 100644
Binary files a/touch-icon.png and b/touch-icon.png differ