diff --git a/css/fluidity.scss b/css/fluidity.scss
deleted file mode 100755
index aa11edf..0000000
--- a/css/fluidity.scss
+++ /dev/null
@@ -1,13 +0,0 @@
-/*
- FLUIDITY v0.1.0
- @mrmrs - http://mrmrs.cc
- MIT
-*/
-
-img, canvas, iframe, video, svg { max-width: 100%; }
-
-/* Wrap tables or pre elements in a div with this class */
-
-.overflow-container {
- overflow-y: scroll;
-}
diff --git a/css/main.css b/css/main.css
index edea3d2..c9743cc 100644
--- a/css/main.css
+++ b/css/main.css
@@ -1 +1,220 @@
-/*! normalize.css v3.0.0 | MIT License | git.io/normalize */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:bold}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}*,*::before,*::after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0;margin:0}.clearfix::before,.clearfix::after{content:" ";display:table}.clearfix::after{clear:both}.clearfix{*zoom:1}.container{margin:0 auto;max-width:960px;width:90%}.row{overflow:hidden}.column{float:left;margin-left:5%}.column:first-child{margin-left:0}.column.full{width:100%}.column.two-thirds{width:65%}.column.half{width:47.5%}.column.one-third{width:30%}.column.one-fourth{width:21.25%}body{background-color:#fff0de;color:#683800;font-family:"Open Sans","Calibri","Helvetica","Arial",sans-serif}h1,h2,h3{font-family:"Open Sans","Calibri","Helvetica","Arial",sans-serif;font-weight:700;line-height:1.2em;margin:0.4em 0em}p{line-height:1.4em;padding:0.5em 0}ul li{list-style:disc;margin:0.3em 0em 0.3em 0.5em;list-style-position:inside;list-style-type:square;font-size:1em}a{color:#663700;-moz-transition:color 0.2s ease;-webkit-transition:color 0.2s ease;-o-transition:color 0.2s ease;transition:color 0.2s ease}a:hover,a:active,a:focus{color:#b36000}a:active{position:relative;top:1px}h1,h2{font-family:"Droid Serif","Georgia",serif;text-align:center}h1{font-size:3em}h2{font-size:1.7em}h3{margin-top:1em;font-family:"Anonymous Pro","Monaco","Courier",serif}.bobble{width:100%;text-align:center}.bobble img{margin:10px auto 0;width:200px}.container{font-family:"Anonymous Pro","Monaco","Courier",serif;margin-bottom:2em}table tbody td{padding:0.3em 0}table tbody td:nth-child(odd){padding-right:0.7em}@media screen and (max-width: 980px){.column.full,.column.two-thirds,.column.half{float:none;margin:0;width:100%}.column.one-third,.column.one-fourth{float:left;margin:0;width:50%}}@media screen and (max-width: 480px){.column.one-third,.column.one-fourth{float:left;margin:0;width:100%}}
+/*----------------------------------------*\
+ Schwerkraftlabor.de | @Gehirnfussel
+\*----------------------------------------*/
+/* Imports
+--------------------------*/
+/* @import 'normalize'; */
+/* @import 'font-awesome'; */
+/* Vars
+--------------------------*/
+/* Reset
+--------------------------*/
+*, *::before, *::after {
+ -moz-box-sizing: border-box;
+ box-sizing: border-box;
+ padding: 0;
+ margin: 0; }
+
+html {
+ height: 100%; }
+
+.fa {
+ margin-right: 0.3em;
+ speak: none;
+ /* Won't speak the symbol */ }
+
+/* Cleafix
+--------------------------*/
+.clearfix::before, .clearfix::after {
+ content: " ";
+ display: table; }
+
+.clearfix::after {
+ clear: both; }
+
+.clearfix {
+ *zoom: 1; }
+
+/* FLUIDITY v0.1.0
+ @mrmrs - http://mrmrs.cc – MIT
+--------------------------*/
+img, canvas, iframe, video, svg {
+ max-width: 100%; }
+
+/* Grid and stuff
+--------------------------*/
+.container {
+ margin: 0 auto;
+ /*max-width: 960px;
+ width: 90%;*/ }
+
+.row {
+ overflow: hidden;
+ max-width: 960px;
+ margin: 0 auto; }
+
+.fullrow {
+ max-width: 100%; }
+
+.column {
+ float: left;
+ margin-left: 5%; }
+
+.column:first-child {
+ margin-left: 0; }
+
+.column.full {
+ width: 100%; }
+
+.column.three-fourth {
+ width: 63.75%; }
+
+.column.two-thirds {
+ width: 65%; }
+
+.column.half {
+ width: 47.5%; }
+
+.column.one-third {
+ width: 30%; }
+
+.column.one-fourth {
+ width: 21.25%; }
+
+/* Content
+--------------------------*/
+body {
+ color: #000;
+ font-family: 'Open Sans', 'Calibri', 'Helvetica', 'Arial', sans-serif;
+ font-size: 12pt;
+ -webkit-font-smoothing: antialiased;
+ -moz-osx-font-smoothing: grayscale; }
+
+h1, h2, h3 {
+ font-family: 'Open Sans', 'Calibri', 'Helvetica', 'Arial', sans-serif;
+ font-weight: 700;
+ line-height: 1.2em;
+ margin: 0.4em 0em; }
+
+h1 {
+ font-size: 2em;
+ word-break: break-all; }
+
+h2 {
+ font-size: 1.5em; }
+
+h3 {
+ font-size: 1.25em; }
+
+p {
+ line-height: 1.45em;
+ padding: 0.5em 0; }
+
+ul li {
+ margin: 0.3em 0em 0.3em 0.5em;
+ list-style-position: inside;
+ list-style-type: square;
+ font-size: 1em; }
+ ul li p {
+ padding-left: 1em; }
+
+a {
+ color: #660000;
+ -webkit-transition: color 0.2s ease;
+ transition: color 0.2s ease; }
+ a:hover, a:active, a:focus {
+ color: #b30000; }
+ a:active {
+ position: relative;
+ top: 1px; }
+
+a.notdown:active {
+ position: inherit; }
+
+@media screen {
+ a.external:after {
+ content: "\00A0" "[" "\2197" "]"; } }
+
+/* Header
+--------------------------*/
+#instantclick-bar {
+ background: #f00; }
+
+.logo {
+ -webkit-font-smoothing: subpixel-antialiased;
+ -moz-osx-font-smoothing: auto;
+ margin: 1em;
+ font-size: 8pt;
+ font-weight: 700; }
+ .logo::before {
+ background: -webkit-linear-gradient(top, black 0%, black 33%, red 33%, red 66%, #ffd800 66%, #ffe100 100%);
+ background: linear-gradient(to bottom, black 0%, black 33%, red 33%, red 66%, #ffd800 66%, #ffe100 100%);
+ width: 4px;
+ float: left;
+ height: 7em;
+ content: " "; }
+ .logo::after {
+ clear: both;
+ display: table;
+ content: " "; }
+ .logo p {
+ padding-left: 1em;
+ padding-top: 0; }
+
+/* Content
+--------------------------*/
+.about {
+ position: absolute;
+ top: 45%;
+ left: 45%;
+ font-weight: bold;
+ font-family: 'Open Sans', 'Calibri', 'Helvetica', 'Arial', sans-serif; }
+
+.about::before {
+ content: "(#)";
+ padding-right: 0.2em; }
+
+/* Footer
+--------------------------*/
+/* Responsive Stuff
+--------------------------*/
+@media screen and (max-width: 768px) {
+ .column.full, .column.three-fourth, .column.two-thirds, .column.half {
+ float: none;
+ margin: 0;
+ width: 100%; }
+ .column.one-third, .column.one-fourth {
+ float: left;
+ margin: 0;
+ width: 50%;
+ padding: 0.4em; } }
+
+@media screen and (max-width: 568px) {
+ .column.one-third, .column.two-third {
+ float: none;
+ margin: 0;
+ width: 100%; }
+ .wr_topbar {
+ font-size: 10.5pt; }
+ .wr_infobar ul li {
+ width: 33%;
+ padding: 0.2em; }
+ .wr_infobar ul li a {
+ padding: 0.7em 0.5em; }
+ .wr_infobar img {
+ height: 70px;
+ width: 222px; } }
+
+@media screen and (max-width: 480px) {
+ .column.one-third, .column.one-fourth, .column.full, .column.three-fourth, .column.two-thirds, .column.half, .column.full {
+ float: left;
+ margin: 0;
+ width: 100%; }
+ .wr_infobar ul li {
+ width: 50%;
+ padding: 0.1em;
+ text-transform: none; }
+ .wr_footer ul li {
+ width: 48%;
+ padding: 0.3em;
+ margin: 1%; } }
diff --git a/css/main.min.css b/css/main.min.css
new file mode 100644
index 0000000..d29fe1d
--- /dev/null
+++ b/css/main.min.css
@@ -0,0 +1 @@
+*,::after,::before{-moz-box-sizing:border-box;box-sizing:border-box;padding:0;margin:0}html{height:100%}.fa{margin-right:.3em;speak:none}.clearfix::after,.clearfix::before{content:" ";display:table}.clearfix::after{clear:both}canvas,iframe,img,svg,video{max-width:100%}.container{margin:0 auto}.row{overflow:hidden;max-width:960px;margin:0 auto}.fullrow{max-width:100%}.column{float:left;margin-left:5%}.column:first-child{margin-left:0}.column.full{width:100%}.column.three-fourth{width:63.75%}.column.two-thirds{width:65%}.column.half{width:47.5%}.column.one-third{width:30%}.column.one-fourth{width:21.25%}body{color:#1e1e1e;background:#eee;font-family:'Open Sans',Calibri,Helvetica,Arial,sans-serif;font-size:12pt;-webkit-font-smoothing:subpixel-antialiased;-moz-osx-font-smoothing:auto}h1,h2,h3{font-family:'Open Sans',Calibri,Helvetica,Arial,sans-serif;font-weight:700;line-height:1.2em;margin:.4em 0}h1{font-size:2em;word-break:break-all}@media only screen and (max-width:640px){h1{font-size:1.7em}}h2{font-size:1.5em}@media only screen and (max-width:640px){h2{font-size:1.4em}}h3{font-size:1.25em}@media only screen and (max-width:640px){h3{font-size:1.2em}}p{line-height:1.6em;padding:.5em 0}ul li{margin:.3em 0 .3em .5em;list-style-position:inside;list-style-type:square;font-size:1em}ul li p{padding-left:1em}a{color:#8d3812;-webkit-transition:color .2s ease;transition:color .2s ease}a:active,a:focus,a:hover{color:#d1511b}a:active{position:relative;top:1px}a.notdown:active{position:inherit}.menu{background:#5a5a5a;border-bottom:#000 1px solid;font-size:1.2em;width:100%;padding:.6em;color:#ddd;z-index:100}@media only screen and (max-width:640px){.menu{font-size:1em}}.seperator{position:relative}.seperator .bg{background-size:cover!important;margin:0 auto;padding:0;position:absolute;width:100%}@media only screen and (min-width:980px){.seperator .bg{background-attachment:fixed!important}}.seperator1{height:517px}@media only screen and (max-width:640px){.seperator1{height:276px}}.seperator1 .bg{height:517px;background:url(../img/trees.jpg) center}@media only screen and (max-width:640px){.seperator1 .bg{height:276px;background-image:url(../img/trees_640.jpg)}}.seperator2{height:440px}@media only screen and (max-width:640px){.seperator2{height:235px}}.seperator2 .bg{height:440px;background:url(../img/code.jpg) center}@media only screen and (max-width:640px){.seperator2 .bg{height:235px;background-image:url(../img/code_640.jpg)}}.seperator3{height:435px}@media only screen and (max-width:640px){.seperator3{height:232px}}.seperator3 .bg{height:435px;background:url(../img/breakfast.jpg) center}@media only screen and (max-width:640px){.seperator3 .bg{height:232px;background-image:url(../img/breakfast_640.jpg)}}.text{margin:1em}.text h1{font-family:Merriweather,serif}@media screen and (max-width:768px){.column.full,.column.half,.column.three-fourth,.column.two-thirds{float:none;margin:0;width:100%}.column.one-fourth,.column.one-third{float:left;margin:0;width:50%;padding:.4em}}@media screen and (max-width:568px){.column.one-third,.column.two-third{float:none;margin:0;width:100%}.wr_topbar{font-size:10.5pt}.wr_infobar ul li{width:33%;padding:.2em}.wr_infobar ul li a{padding:.7em .5em}.wr_infobar img{height:70px;width:222px}}@media screen and (max-width:480px){.column.full,.column.half,.column.one-fourth,.column.one-third,.column.three-fourth,.column.two-thirds{float:left;margin:0;width:100%}.wr_infobar ul li{width:50%;padding:.1em;text-transform:none}.wr_footer ul li{width:48%;padding:.3em;margin:1%}}
\ No newline at end of file
diff --git a/css/main.scss b/css/main.scss
deleted file mode 100644
index 23bce95..0000000
--- a/css/main.scss
+++ /dev/null
@@ -1,125 +0,0 @@
-/* Imports
---------------------------*/
-
-@import 'normalize';
-@import 'mixins';
-@import 'defaults';
-/*
-@import 'fluidity';
-@import 'font-awesome';
-*/
-
-/* Content
---------------------------*/
-
-body {
- background-color: #fff0de;
- color: #683800;
- font-family: $font-sans-serif;
-}
-
-h1, h2, h3 {
- font-family: $font-sans-serif;
- font-weight: 700;
- line-height: 1.2em;
- margin: 0.4em 0em;
-}
-p {
- line-height: 1.4em;
- padding: 0.5em 0;
-}
-ul {
- li {
- list-style: disc;
- margin: 0.3em 0em 0.3em 0.5em;
- list-style-position: inside;
- list-style-type:square;
- font-size: 1em;
- }
-}
-$linkcolor: #663700;
-a {
- color: $linkcolor;
- @include transition(color 0.2s ease);
- &:hover, &:active, &:focus{
- color: lighten($linkcolor, 15%);
- }
- &:active {
- position: relative;
- top: 1px;
- }
-}
-
-/* Header
---------------------------*/
-/*
-#instantclick-bar {
- background: #ff0000;
-}
-*/
-
-h1, h2 {
- font-family: $font-serif;
- text-align: center;
-}
-h1 {
- font-size: 3em;
-}
-h2 {
- font-size: 1.7em;
-}
-h3 {
- margin-top: 1em;
- font-family: $font-mono;
-}
-.bobble {
- width: 100%;
- text-align: center;
- img {
- margin: 10px auto 0;
- width: 200px;
- }
-}
-
-/* Content
---------------------------*/
-
-.container {
- font-family: $font-mono;
- margin-bottom: 2em;
-}
-table tbody {
- td {
- padding: 0.3em 0;
- &:nth-child(odd) {
- padding-right: 0.7em;
- }
- }
-}
-
-/* Responsive Stuff
---------------------------*/
-@media screen and (max-width: 980px) {
- .column.full,
- .column.two-thirds,
- .column.half {
- float: none;
- margin: 0;
- width: 100%;
- }
- .column.one-third,
- .column.one-fourth {
- float: left;
- margin: 0;
- width: 50%;
- }
-}
-
-@media screen and (max-width: 480px) {
-.column.one-third,
-.column.one-fourth {
- float: left;
- margin: 0;
- width: 100%;
-}
-}
diff --git a/fonts/FontAwesome.otf b/fonts/FontAwesome.otf
old mode 100755
new mode 100644
index 8b0f54e..3461e3f
Binary files a/fonts/FontAwesome.otf and b/fonts/FontAwesome.otf differ
diff --git a/fonts/fontawesome-webfont.eot b/fonts/fontawesome-webfont.eot
index 7c79c6a..6cfd566 100755
Binary files a/fonts/fontawesome-webfont.eot and b/fonts/fontawesome-webfont.eot differ
diff --git a/fonts/fontawesome-webfont.svg b/fonts/fontawesome-webfont.svg
index 45fdf33..a9f8469 100755
--- a/fonts/fontawesome-webfont.svg
+++ b/fonts/fontawesome-webfont.svg
@@ -14,10 +14,11 @@
+
-
+
-
+
@@ -30,385 +31,474 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/fonts/fontawesome-webfont.ttf b/fonts/fontawesome-webfont.ttf
index e89738d..5cd6cff 100755
Binary files a/fonts/fontawesome-webfont.ttf and b/fonts/fontawesome-webfont.ttf differ
diff --git a/fonts/fontawesome-webfont.woff b/fonts/fontawesome-webfont.woff
index 8c1748a..9eaecb3 100755
Binary files a/fonts/fontawesome-webfont.woff and b/fonts/fontawesome-webfont.woff differ
diff --git a/gulpfile.js b/gulpfile.js
new file mode 100644
index 0000000..eb8c8a7
--- /dev/null
+++ b/gulpfile.js
@@ -0,0 +1,79 @@
+// include gulp
+var gulp = require('gulp');
+
+// include plug-ins
+var jshint = require('gulp-jshint');
+var sass = require('gulp-sass');
+var prefix = require('gulp-autoprefixer');
+var rename = require('gulp-rename');
+var cssmin = require('gulp-cssmin');
+var watch = require('gulp-watch');
+var imagemin = require('gulp-imagemin');
+var pngcrush = require('imagemin-pngcrush');
+var imageResize = require('gulp-image-resize');
+
+
+// JS hint task
+gulp.task('jshint', function() {
+ gulp.src('./scripts/*.js')
+ .pipe(jshint())
+ .pipe(jshint.reporter('default'));
+});
+
+// sass + watch
+gulp.task('sass', function() {
+ gulp.src('./scss/*.scss')
+ .pipe(watch())
+ .pipe(sass())
+ .pipe(prefix("last 2 versions", "ie 9"))
+ .pipe(cssmin())
+ .pipe(rename({suffix: ".min"}))
+ .pipe(gulp.dest('./css'))
+});
+
+// image
+gulp.task('img', function() {
+ gulp.src('src/img/*')
+ .pipe(imagemin({
+ progressive: true,
+ svgoPlugins: [{removeViewBox: false}],
+ use: [pngcrush()]
+ }))
+ .pipe(gulp.dest('./img/'))
+ gulp.src('src/img/*.jpg')
+ .pipe(imageResize({
+ width : 640,
+ height : 0,
+ crop : false,
+ upscale : false
+ }))
+ .pipe(imagemin({
+ progressive: true,
+ svgoPlugins: [{removeViewBox: false}],
+ use: [pngcrush()]
+ }))
+ .pipe(rename({suffix: "_640"}))
+ .pipe(gulp.dest('./img/'))
+});
+
+gulp.task('default', function () {
+
+});
+
+// finalize
+gulp.task('final', function() {
+ gulp.src('./scss/*.scss')
+ .pipe(sass())
+ .pipe(prefix("last 2 versions", "ie 9"))
+ .pipe(gulp.dest('./css'))
+ .pipe(rename({suffix: ".min"}))
+ .pipe(cssmin())
+ .pipe(gulp.dest('./css'))
+ gulp.src('src/img/*')
+ .pipe(imagemin({
+ progressive: true,
+ svgoPlugins: [{removeViewBox: false}],
+ use: [pngcrush()]
+ }))
+ .pipe(gulp.dest('./img/'))
+});
diff --git a/img/bobble.jpg b/img/bobble.jpg
deleted file mode 100644
index 40ab84b..0000000
Binary files a/img/bobble.jpg and /dev/null differ
diff --git a/img/breakfast.jpg b/img/breakfast.jpg
new file mode 100644
index 0000000..c6dfbc4
Binary files /dev/null and b/img/breakfast.jpg differ
diff --git a/img/breakfast_640.jpg b/img/breakfast_640.jpg
new file mode 100644
index 0000000..73be971
Binary files /dev/null and b/img/breakfast_640.jpg differ
diff --git a/img/code.jpg b/img/code.jpg
new file mode 100644
index 0000000..4aa695d
Binary files /dev/null and b/img/code.jpg differ
diff --git a/img/code_640.jpg b/img/code_640.jpg
new file mode 100644
index 0000000..be3a007
Binary files /dev/null and b/img/code_640.jpg differ
diff --git a/img/trees.jpg b/img/trees.jpg
new file mode 100644
index 0000000..11f2fc5
Binary files /dev/null and b/img/trees.jpg differ
diff --git a/img/trees_640.jpg b/img/trees_640.jpg
new file mode 100644
index 0000000..0f9d0f5
Binary files /dev/null and b/img/trees_640.jpg differ
diff --git a/index.php b/index.php
index f4b02d9..74cb6a3 100755
--- a/index.php
+++ b/index.php
@@ -1,7 +1,6 @@
+
-
Jastrow.me | "Ohhh… THAT guy…"
+ Jastrow.me | Someone from the ether
-
+
+
+
-
-
-
-
-
- Jastrow.me
- Ohhh… THAT guy…
-
-
+
+
+
+
-
-
-
Basic Data
-
-
- Name:
- Jan Jastrow
-
-
- Age:
- 25 (Born 1988-11-27)
-
-
- Sex:
- Male
-
-
- Geo:
- Germany, SH, Rendsburg
-
-
- Job:
- IT ("My pc is acting weird! Help me!")
-
-
-
Contact me
-
-
Projects and content
-
-
+
+
+
From the ether…
+
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Ab voluptate hic et, aspernatur consectetur, sunt iste beatae iure cumque maiores numquam nobis possimus commodi.
+
Ipsam eius atque laudantium, delectus accusantium. Lorem ipsum dolor sit amet, consectetur adipisicing elit. Asperiores, eos atque odio expedita. Laborum cum laboriosam officiis, voluptate neque id quos ut explicabo modi a, obcaecati nesciunt nihil illo accusantium.
+
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Odio quod veritatis suscipit quas id maxime, aliquid facere aut aliquam quasi tempore voluptatum minima, consectetur accusamus unde perspiciatis dicta dolorem et.
-
-
-#
-?>
+
+
+
+
+
Writing
+
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Ab voluptate hic et, aspernatur consectetur, sunt iste beatae iure cumque maiores numquam nobis possimus commodi ipsam eius atque laudantium, delectus accusantium. Lorem ipsum dolor sit amet, consectetur adipisicing elit. Asperiores, eos atque odio expedita. Laborum cum laboriosam officiis, voluptate neque id quos ut explicabo modi a, obcaecati nesciunt nihil illo accusantium.
+
My projects on GitHub.com
+
+
+
+
+
+
Social
+
Writing code, working on webpages and coding small scripts is fun, but there is more in life then work.
+
I also spend a lot of time on those "social media platforms" these guys with the silly glasses (social-media-consultans) are talking about.
+
I use Facebook and Instagram – but I love Twitter. While designing and writing this site I wrote my 13.275th tweet and I won't stop there!
+
+
+
+
+
+
+