diff --git a/CNAME b/CNAME new file mode 100644 index 0000000000..ed9ee5d2c4 --- /dev/null +++ b/CNAME @@ -0,0 +1 @@ +nikolauspitch.de \ No newline at end of file diff --git a/_config.yml b/_config.yml index d8d4c3d534..da997f8842 100755 --- a/_config.yml +++ b/_config.yml @@ -14,25 +14,24 @@ markdown: kramdown ### content configuration ### -title: "SinglePaged - Simple Jekyll template" -keywords: "SinglePaged, jekyll, template, github, blog, single page" -description: "A single-page template for Jekyll based blogs (like what you'd use on github pages!)" -source_link: "https://github.com/t413/SinglePaged" -favicon: "img/favicon.ico" +title: "ViperDev Nikolaus Pitch" +keywords: "Pitch, nonprofit, social, sozial, impact, Gesellschaft" +description: "Brauchst du Softwareentwickler*innen um deine Idee zu realisieren? Soziale Unternehmungen können sich mit einer App-Idee bis zum 30. November 2018 bewerben." +source_link: "https://github.com/viper-development/nikolauspitch" +favicon: "img/apple-touch-icon.png" touch_icon: "img/apple-touch-icon.png" -google_analytics_key: UA-49607422-1 ## put YOUR key here to enable tracking! (blank to disable) +google_analytics_key: ### template colors, used site-wide via css ### colors: black: '#111111' white: '#f8f8f8' - blue: '#49a7e9' - green: '#9bcf2f' + blue: '#201b54' + green: '#6ca100' purple: '#c869bf' orange: '#fab125' turquoise: '#0fbfcf' kramdown: auto_ids: false - diff --git a/_includes/css/base.css b/_includes/css/base.css index bdc957891e..12a44ea156 100644 --- a/_includes/css/base.css +++ b/_includes/css/base.css @@ -128,11 +128,11 @@ input[type="reset"], input[type="button"] { background: #eee; /* Old browsers */ - background: #eee -moz-linear-gradient(top, rgba(255,255,255,.2) 0%, rgba(0,0,0,.2) 100%); /* FF3.6+ */ - background: #eee -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.2)), color-stop(100%,rgba(0,0,0,.2))); /* Chrome,Safari4+ */ - background: #eee -webkit-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* Chrome10+,Safari5.1+ */ - background: #eee -o-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* Opera11.10+ */ - background: #eee -ms-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* IE10+ */ + /*background: #eee -moz-linear-gradient(top, rgba(255,255,255,.2) 0%, rgba(0,0,0,.2) 100%); /* FF3.6+ */ + /*background: #eee -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.2)), color-stop(100%,rgba(0,0,0,.2))); /* Chrome,Safari4+ */ + /*background: #eee -webkit-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* Chrome10+,Safari5.1+ */ + /*background: #eee -o-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* Opera11.10+ */ + /*background: #eee -ms-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* IE10+ */ background: #eee linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* W3C */ border: 1px solid #aaa; border-top: 1px solid #ccc; diff --git a/_includes/css/main.css b/_includes/css/main.css index 56aca0560a..2e4abb0ef5 100644 --- a/_includes/css/main.css +++ b/_includes/css/main.css @@ -75,7 +75,7 @@ hr { } .container p, .container ol, .container ul { font-size: 17px; - padding: 0 5%; + padding: 0 0; } .container ol, .container ul { padding: 0 8%; } .container p:first-of-type { @@ -176,7 +176,7 @@ nav ul li:hover, nav ul li.active { } .section:first-of-type { - padding-top: 140px; + padding-top: 50px; } @@ -184,7 +184,7 @@ nav ul li:hover, nav ul li.active { padding: 8px 0; min-height:0; text-align:center; - background-color:#2e2e2e; + background-color:#9fa1a5; background-image:none; } #footer .container p { font-size:13px; margin:0; } @@ -195,7 +195,7 @@ nav ul li:hover, nav ul li.active { border-radius:50%; -moz-border-radius:50%; -webkit-border-radius:50%; - box-shadow: 0px 1px 15px rgba(0,0,0,0.05); + box-shadow: 0px 1px 15px rgba(0,0,0,0.2); background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAF0lEQVQIHWP8//+/MQMaYELjg7kUCgIASm8DOqGzfp8AAAAASUVORK5CYII=); } @@ -302,7 +302,159 @@ nav ul li:hover, nav ul li.active { box-sizing: content-box; } } +/*-----Stuff Chris Added------*/ +.block-slogan { + position: relative; + bottom: 15%; + left: 0; + width: 100%; + text-align: center; + color: #fff; +} + +.block-slogan h1 { + text-align: center; + color: #fff; + font-size: 1.0em; + width: auto; + padding: 0 0.5em; + margin: 30px; + line-height: 1.4; +} + +.block-slogan span { + font-family: arial, sans-serif; + padding-top:10px; + padding-bottom: 10px; + padding-left: 30px; + padding-right: 30px; + background-color: #093099; + display: inline; + box-shadow: 0 16px 24px 0 rgba(0,0,0,0.4); + -webkit-box-decoration-break: clone; + -ms-box-decoration-break: clone; + -o-box-decoration-break: clone; + box-decoration-break: clone; +} +#img-text { + position: relative; + overflow: hidden; + display: flex; +} +.member { + position:relative; + color: black; + float:left; + width: 50%; + margin: 1% 1% 45px 1% +} + +.member img { + display: block; + margin: 0 auto; +} + +.button { + background-color: #bc3e40; + border-color: #bc3e40; + font-family: Tahoma, Geneva, sans-serif; + color: white !important; + padding: 15px 10px; + text-align: center; + display: inline-block; + font-size: 18px; + font-weight: bold; + margin: 10px 2px; + cursor: pointer; + box-shadow: 0 16px 18px 0 rgba(0,0,0,0.4); +} + +.button:hover { + background-color: #9e2121; + color: white; +} +.pricebox { + position: relative; + display: block; + width: 700px; + margin-left: inherit; + margin-right: inherit; + margin-top: 25px; +} +.pricebox header{ + font-family: arial, sans-serif; + position: relative; + font-size: 22px; + padding-left: 8px; + padding-bottom: 8px; + padding-top: 8px; + display: block; + width: auto; + margin-left: inherit; + margin-right: inherit; + background-color: #AC4947; + color: white !important; +} + +.pricebox span{ + font-style: arial, sans-serif; + padding-top:10px; + padding-bottom: 10px; + padding-left: 100px; + padding-right: 30px; + display: inline; + text-align: center; + font-size: 18px; + align: right; + color: white; +} + +.pricebox h6{ + color: white !important; + font-size: 16px; + font-family: Impact, Charcoal, sans-serif; + vertical-align: middle; + text-align: left; + display: inline-block; +} + +.pricebox img { + float: left; + position: sticky; +} + +.pricebox p{ + font-family: arial, sans-serif; + display: inline-block; + font-size: 16px; + position: relative; + width: 500px; + padding-left: 100px; + padding-top: 0px; + +} + +.pricebox ul.a{ + font-family: arial, sans-serif; + display: inline-block; + font-size: 16px; + position: relative; + width: 500px; + padding-left: 180px; + padding-top: 10px; +} + +.smalltextbox { + align: center + width: 200px + display: inline-block; + text-align: center; +} +.smalltextbox p{ + font-family: arial, sans-serif; + font-size: 12px; +} /* mid size (tablets, landscapes) */ diff --git a/_posts/2000-01-01-intro.md b/_posts/2000-01-01-intro.md index 2351d7acba..3c485924a7 100755 --- a/_posts/2000-01-01-intro.md +++ b/_posts/2000-01-01-intro.md @@ -4,25 +4,24 @@ bg: white color: black style: center --- +![ViperDanta](img/vipersantawobg.png) +###### in Kooperation mit dem [StartupDock](https://startupdock.de/) +
+

Du brauchst Softawreentwickler*innen um deine Idee zu realisieren?

+
+
+

Dann gib Nikolaus dein Gesicht!

+
-### *whoa, hey an open-source* -{: .text-purple} +Jetzt bewerben! - - - - - -# single-page jekyll theme -{: .text-purple} - - -…it's focused on delivering information quickly, easily, configurably, and stylishly! - -Want to make a single-page site to show off something cool? Go [fork me on github!](https://github.com/t413/SinglePaged) - - - - Fork me on GitHub - - +
+
+ sometext +

Wir suchen soziale Unternehmungen aller Art (z.B. Social Startups, eingetragene Vereine oder Stiftungen) mit einer App-Idee, die die Welt verbessert.

+
+
+ sometext +

Die besten Projekte werden zu einem Event am 6. Dezember, 17-19 Uhr, im Startup Dock eingeladen, um sich vorzustellen.

+
+
diff --git a/_posts/2000-01-02-award.md b/_posts/2000-01-02-award.md new file mode 100644 index 0000000000..104115174f --- /dev/null +++ b/_posts/2000-01-02-award.md @@ -0,0 +1,36 @@ +--- +title: "Preise" +bg: white +color: black +fa-icon: trophy +--- +
+

ViperDev hilft den drei besten Teams mit folgenden Paketen ihre Ideen voranzutreiben:

+
+
+
1. Preis:
10 000€
+ +

in Form einer Softwarelösung. Z.B. eine App oder komplexere Website um auf ein Problem Aufmerksam zu machen oder die richtigen Menschen zusammenzubringen

+
+ +
+
2. Preis:
1 000€
+ +

in Form einer Strategieberatung, Software-Architekturplanung sowie App-Design: +

+
+ +
+
3. Preis:
700€
+ +

in Form einer Strategieberatung und Software-Architekturplanung sowie im Wert von: +

+
+
+Jetzt mitmachen! +
diff --git a/_posts/2000-01-02-why.md b/_posts/2000-01-02-why.md deleted file mode 100755 index 09f080dd8e..0000000000 --- a/_posts/2000-01-02-why.md +++ /dev/null @@ -1,30 +0,0 @@ ---- -title: "Why" -bg: blue -color: white -fa-icon: check-square-o ---- - -#### Basically - -# this theme rocks. - -Got some *killer app*, some *neat project*, a cool portfolio? Make an easy single-page site to show it all off. SinglePaged uses jekyll niceties to make a ***polished, modular, and beautiful* single page site**. - -Oh-- go see [some examples](https://github.com/t413/SinglePaged#fancy-jekyll-powered-single-page-site)! - -- Each vertical section is a markdown file in **_posts/** directory. - * They're sorted by 'date'. (we don't use date anywhere, it only sorts) -- Each vertical section sets it's own **color**, **header icon** (or image), **title**, and easy-to-write markdown body. -- Only **two things** to edit: - 1. Edit `_config.yml` to set the site title, description, etc - 2. Add `_posts/*.md` to make each vertical section. Copy some examples and add the sections from your README.md for a fast start! -- Easy adding of **SEO terms**, **favicon** & such, and **google analytics token**. - -Sound good? Let's go! - -There are three way to get started: (links jump to that section) - -1. Make a [**user homepage**](#setup-as-user-homepage) (or organization) -2. Make a [**standalone project**](#setup-as-standalone-project-page) page -3. Make a [site under an **existing project**](#setup-inside-existing-project) diff --git a/_posts/2000-01-03-details.md b/_posts/2000-01-03-details.md deleted file mode 100755 index 316996043e..0000000000 --- a/_posts/2000-01-03-details.md +++ /dev/null @@ -1,57 +0,0 @@ ---- -title: "setup details" -bg: orange -color: black -fa-icon: toggle-on ---- - -## Setup as user homepage - -- Go click **fork** on the [github project page](https://github.com/t413/SinglePaged) -- Rename your new repository to `**username**.github.io`. (click settings in the right column) -- Clone your repository, **cd into the project** -- Run `git checkout publish && git branch -m master && git push -u origin master && git branch -D gh-pages` to get the *publish* branch as master for a clean, empty starting point. -- On your github project page go to *settings* again and change your **default branch** to ***master*** -- Run `git push origin --delete gh-pages` to delete your remote's development branch - -Now hop over to [Usage](#usage) to get it running with your own stuff! - -**When you publish changes use `git push -u origin master`** - -------------------------- - - -## Setup as standalone project page - -- Go click **fork** on the [github project page](https://github.com/t413/SinglePaged) -- Rename your new repository to `whatever you want`. (click settings in the right column) - * It will go live at yourusername.github.io/**WhateverYouWant** -- Clone your repository, cd into the project -- Run `git checkout publish && git branch -D gh-pages && git branch -m gh-pages && git push -uf origin gh-pages` to swap the *publish* and *gh-pages* branch. - -Now hop over to [Usage](#usage) to get it running with your own stuff! - -**When you publish changes use `git push -u origin gh-pages`** - -------------------------- - - -## Setup inside existing project - -This is the most complicated use-case .. but it's the coolest. -Say you've got your kickass project `github.com/t413/kicker` and want to have -some web presence to post about on [hacker news](http://news.ycombinator.com). -This will create an orphan branch called `gh_pages` in your repository -where you can publish changes, posts, images, and such. It won't alter your code at all. - -- `cd` into your project on the command line -- use `git remote add -t publish singlepage git@github.com:t413/SinglePaged.git` to get access to this repository. -- use `git fetch singlepage publish:gh-pages` to fetch the remote branch -- use `git branch --set-upstream gh-pages singlepage/publish && git checkout gh-pages;` - This creates and checks out an orphan branch called gh-pages that tracks the original and lets you make changes. -- When you run `git push gh-pages:origin/gh-pages` it'll be live at *yourusername.github.io/repositoryName* - -Now hop over to [Usage](#usage) to get it running with your own stuff! - -**When you publish changes use `git push -u origin gh-pages`** - diff --git a/_posts/2000-01-03-why.md b/_posts/2000-01-03-why.md new file mode 100755 index 0000000000..9dce11753e --- /dev/null +++ b/_posts/2000-01-03-why.md @@ -0,0 +1,18 @@ +--- +title: "Warum" +bg: white +color: black +fa-icon: question +--- +
+
Wir Gründer müssen mehr Verantwortung übernehmen.
+ +

Wir sind übrigens ViperDev.io, ein Hamburger Startup (gegr. 2017) mit starkem Fokus auf innovative Produkte und möchten sozialen Gründer*innen helfen, digitale Lösungen mit gesellschaftlichem Nutzen zu schaffen. +

+

+ Als Unternehmensgründende müssen wir weiter als nur auf unsere eigenen Probleme gucken: wir fühlen uns verantwortlich mit unseren Fähigkeiten Probleme gemeinsam zu lösen, die gesamtgesellschaftlich relevant sind. +

+
+
+Verbessere die Welt! +
diff --git a/_posts/2000-01-04-bewerbung.md b/_posts/2000-01-04-bewerbung.md new file mode 100644 index 0000000000..8da39a7744 --- /dev/null +++ b/_posts/2000-01-04-bewerbung.md @@ -0,0 +1,15 @@ +--- +title: "Bewerbung" +bg: white +color: black +fa-icon: file-text-o +--- +
+
Viel Gluck
+

Beantworte uns einfach hier ein paar kurze Fragen - wir melden uns innerhalb von einer Woche mit weiteren Informationen.

+ +

Wir nehmen Bewerbungen bis zum 30. November an - aber! - je früher du dich bewirbst, desto besser sind deine Chancen.

+
+ + +Bewirb dich jetzt! diff --git a/_posts/2000-01-05-usage.md b/_posts/2000-01-05-usage.md deleted file mode 100755 index 1972a9be3c..0000000000 --- a/_posts/2000-01-05-usage.md +++ /dev/null @@ -1,63 +0,0 @@ ---- -title: "usage" -bg: '#63BD2F' -color: white -fa-icon: plug ---- - -Alright, you've got a clean copy and are ready to push some schmancy pages for the world to ogle at. - -- Edit `_config.yml` to change your title, keywords, and description. -- Create a new file in `_posts/` called `2014-01-01-intro.md` - Edit it, and add: - -{% highlight text linenos=table %} ---- -title: "home" -bg: white #defined in _config.yml, can use html color like '#010101' -color: black #text color -style: center ---- - -# Example headline! -and so on.. -{% endhighlight %} - -- Create a second post called `2014-01-02-art.md` with an divider image this time: - -{% highlight text linenos=table %} ---- -title: "Art" -bg: turquoise #defined in _config.yml, can use html color like '#0fbfcf' -color: white #text color -fa-icon: paint-brush ---- - -#### A new section- oh the humanity! -{% endhighlight %} - -**Note:** That part `fa-icon: paint-brush` will use a font-awesome icon of [paint-brush](http://fortawesome.github.io/Font-Awesome/icon/paint-brush/). You can use any icon from this [font-awesome icon directory](http://fortawesome.github.io/Font-Awesome/icons/). - -- install Jekyll with `sudo gem install github-pages` -- run `jekyll serve -w` - - visit [localhost:4000](http://localhost:4000) to see a live locally served preview. -- Push changes and see them live! - - - - -## **Changing your colors** -{: style="margin-top:100px;"} - -- In each post file you can define `bg: mycolor` and `color: myothercolor` to change the background and text colors for that section. -- **mycolor** can be a quoted html color like `'#0fbfcf'` or a key to a special color defined in **_config.yml** under 'colors'. - - **Note:** Changes to _config.yml require a manual restart to your local server with `^C` and `jekyll serve -w`. - -Nifty, right! - - - -### Also see **README.md** [*on github!*](https://github.com/t413/SinglePaged#usage) -{: style="margin-top:100px;"} - - diff --git a/_posts/2000-01-06-updating.md b/_posts/2000-01-06-updating.md deleted file mode 100755 index e49d7347f6..0000000000 --- a/_posts/2000-01-06-updating.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "updating" -bg: purple -color: white -fa-icon: cloud-upload ---- - -## Updating - -So you've got a copy running and there's some new update? Let's update! - -1. Checkout your github-pages branch - - `git checkout gh-pages` for a standalone or existing page - - `git checkout master` for a *username.github.io* page -2. run `git remote | grep -q "singlepage" || git remote add -t publish singlepage https://github.com/t413/SinglePaged.git` to be sure you have access to this repository (you can run this command at any time). -2. `git fetch singlepage` to fetch-in-place new changes. -3. Update to the new base (using merge) - 1. `git merge singlepage/publish` -4. You can alternatively update using rebase. This *rewrites history* (**bad**), but it is cleaner. - 1. `git rebase singlepage/publish` diff --git a/_posts/2000-01-07-video.md b/_posts/2000-01-07-video.md deleted file mode 100755 index c241684e08..0000000000 --- a/_posts/2000-01-07-video.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: "video" -bg: turquoise -color: white -fa-icon: film ---- - -Having an **embedded media** (photos and video) is often inflexible with a dynamic and **responsive design**. - -### Embed your video like this: -{: .left} - -{% highlight html linenos=table %} -
- -
-{% endhighlight %} - -It'll play like this funny video below! Try resizing the page! - -Photo layouts are also really cool and dynamically resizable. Check out the photos/gallery section at [magiciansanfrancisco.com](http://magiciansanfrancisco.com) for a demo and see [the source code](https://github.com/strongrobert/MagicianSanFrancisco) for how. - -
diff --git a/img/apple-touch-icon.png b/img/apple-touch-icon.png index ade60ba14a..92cc446d2c 100644 Binary files a/img/apple-touch-icon.png and b/img/apple-touch-icon.png differ diff --git a/img/favicon.ico b/img/favicon.ico deleted file mode 100644 index 29f9e0919f..0000000000 Binary files a/img/favicon.ico and /dev/null differ diff --git a/img/firstprize.png b/img/firstprize.png new file mode 100644 index 0000000000..8feabc33bf Binary files /dev/null and b/img/firstprize.png differ diff --git a/img/glorycup.pdf b/img/glorycup.pdf new file mode 100644 index 0000000000..21191dff7a Binary files /dev/null and b/img/glorycup.pdf differ diff --git a/img/glorycup.png b/img/glorycup.png new file mode 100644 index 0000000000..071643aff8 Binary files /dev/null and b/img/glorycup.png differ diff --git a/img/lightbulb.pdf b/img/lightbulb.pdf new file mode 100644 index 0000000000..00eca9136d Binary files /dev/null and b/img/lightbulb.pdf differ diff --git a/img/lightbulb.png b/img/lightbulb.png new file mode 100644 index 0000000000..5b54932776 Binary files /dev/null and b/img/lightbulb.png differ diff --git a/img/newlogo.png b/img/newlogo.png new file mode 100644 index 0000000000..56658feccb Binary files /dev/null and b/img/newlogo.png differ diff --git a/img/santa.png b/img/santa.png new file mode 100644 index 0000000000..97ca542e82 Binary files /dev/null and b/img/santa.png differ diff --git a/img/secondprize.png b/img/secondprize.png new file mode 100644 index 0000000000..46fcbab272 Binary files /dev/null and b/img/secondprize.png differ diff --git a/img/thirdprize.png b/img/thirdprize.png new file mode 100644 index 0000000000..c2a3d995d8 Binary files /dev/null and b/img/thirdprize.png differ diff --git a/img/viperdev.png b/img/viperdev.png new file mode 100644 index 0000000000..0b18385c4d Binary files /dev/null and b/img/viperdev.png differ diff --git a/img/vipersanta.png b/img/vipersanta.png new file mode 100644 index 0000000000..bb5ea82c5a Binary files /dev/null and b/img/vipersanta.png differ diff --git a/img/vipersantawobg.png b/img/vipersantawobg.png new file mode 100644 index 0000000000..37cc260d51 Binary files /dev/null and b/img/vipersantawobg.png differ diff --git a/index.html b/index.html index fb8430bd36..5c6a5cefca 100755 --- a/index.html +++ b/index.html @@ -37,9 +37,9 @@
{{ page.title }}
- + -
{{ page.title }}
+
{{ page.title }}
{% endif %}