diff --git a/_layouts/post.html b/_layouts/post.html index 3091377d..79e78563 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -18,7 +18,7 @@
+
by {{ page.author }}
@@ -37,11 +37,29 @@ ++TAP TAP is this on? ++
+ Welcome! This will be the premiere place to learn about the latest shenanigans of the OSEM team. + Explore with us the world of Free and Open Source Event management. Learn about the latest releases, features and issues of + our little app. Let's go on a wild Ruby on Rails tour. Let's stage-dive into the latest, hot frontend topics together. + C'mon people, let's rock 'n' roll! +
+ + +
+
++ Currently we're not only busy buying socks and ties :gift: for our loved ones, Christmas :christmas_tree: is around the corner, + the whole team is also working hard to get the first official release out of the door. There are only two ship stoppers left, one in + our own code regarding association dependencies and the other one in + ahoy, the ruby gem we use to track visits. Particular the latter is a nasty + little bugger involving non-integer primary keys in rails, which seems to be :shit: you just don't want to encounter. +
+ ++ Once we squashed these we should be able to let the big :one: go! :dash: OSEM 1.0 will be the culmination of more than 1.000 + commits to :octocat:. It will be a release which already has powered 5 large FOSS conferences. More + than 1000 people have gone through the registration and around 300 lectures through the paper + submission work flow. It has proven to be an asset in the tool belt of major :neckbeard: Free and Open Source Software + communities, :kiss: to openSUSE, GNOME and ownCloud! +
+ +
++ Besides diligently submitting code to our repository we also went ahead and bought the osem.io domain + and hacked up this page to be able to release OSEM 1.0 with the :boom: brag factor :boom: it deserves! + As we take our freedom seriously also this endeavor is purely based on Free and Open Source Software. osem.io is built using + the wonderful static site generator Jekyll, the frontend is developed in the awesome + bootstrap framework from twitter (same as OSEM itself) and it's look is based on the neat + agency theme from StartBootstrap.com. Standing on shoulders of others + is fun :balloon: Imagine you would have to come up with all of this :shit: by yourself, just to publish a web page. :scream_cat: :sob: :skull: +
+ ++ That's whats currently going on with the OSEM crowd. We hope you enjoyed this first post and that you'll come back for more. If you + have anything to say, just leave a comment would you? +
++ We're looking forward to the release and more posts, like all the little ones :baby: look forward to the next days :christmas_tree: See you around! +
+ diff --git a/css/osem.css b/css/osem.css index 92b0b6c1..d94a4f36 100644 --- a/css/osem.css +++ b/css/osem.css @@ -1,10 +1,15 @@ section.post:nth-of-type(1) { margin-top: 160px; } + section.post { - padding: 10px 0; + padding: 20px 0; } +section#comments { + padding: 40px 0; + } + .post-img { border: 5px solid #ecf0f1; border-radius: 4px; @@ -24,8 +29,7 @@ section.post { } #post-header { - margin-top: 100px; - min-height: 600px; + min-height: 300px; color: #79BD8F; background-color: #333; background-attachment: scroll; @@ -37,6 +41,13 @@ section.post { -o-background-size: cover; } +@media(min-width:767px) { + #post-header { + margin-top: 100px; + min-height: 600px; + } +} + #post-title { padding-top: 20px; padding-bottom: 20px; @@ -46,14 +57,21 @@ section.post { color: #fff; background-color: rgba(0, 0, 0,.70); padding: 10px; + line-height: 1.75 +} +#post-title p { + color: #fff; } + #post-body { - padding-top: 15px; + padding: 15px 0; } #post-body p { font-family: Lora,serif; + margin-top: 10px; + margin-bottom: 10px; } @media(min-width:767px) { diff --git a/img/posts/concert.jpg b/img/posts/concert.jpg new file mode 100644 index 00000000..c190dbd0 Binary files /dev/null and b/img/posts/concert.jpg differ diff --git a/img/posts/peak.jpg b/img/posts/peak.jpg new file mode 100644 index 00000000..720e872e Binary files /dev/null and b/img/posts/peak.jpg differ diff --git a/img/posts/rocknroll.jpg b/img/posts/rocknroll.jpg new file mode 100644 index 00000000..5285a47b Binary files /dev/null and b/img/posts/rocknroll.jpg differ