mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
First blog post
This commit is contained in:
parent
f9662407e3
commit
11dc3fd64a
6 changed files with 102 additions and 6 deletions
|
|
@ -18,7 +18,7 @@
|
|||
<h1>
|
||||
<span class="span-bg">{{ page.title }}</span>
|
||||
</h1>
|
||||
<p class="text-muted">
|
||||
<p>
|
||||
by {{ page.author }}
|
||||
</p>
|
||||
</div>
|
||||
|
|
@ -37,11 +37,29 @@
|
|||
</div>
|
||||
</section>
|
||||
|
||||
<section id="comments">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-8 col-md-offset-2">
|
||||
<div id="disqus_thread"></div>
|
||||
<script>
|
||||
var disqus_shortname = 'osemio';
|
||||
(function() {
|
||||
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
|
||||
dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
|
||||
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
|
||||
})();
|
||||
</script>
|
||||
<noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<div id="post-footer">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-4">
|
||||
Footer
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
60
_posts/2014-12-16-we-are-live.html
Executable file
60
_posts/2014-12-16-we-are-live.html
Executable file
|
|
@ -0,0 +1,60 @@
|
|||
---
|
||||
|
||||
layout: post
|
||||
title: We are live people!
|
||||
author: Henne Vogelsang
|
||||
image: concert.jpg
|
||||
|
||||
---
|
||||
|
||||
<blockquote>
|
||||
<em>TAP TAP</em> is this on?
|
||||
</blockquote>
|
||||
<p>
|
||||
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!
|
||||
</p>
|
||||
<!-- more -->
|
||||
|
||||
<img src="/img/posts/rocknroll.jpg" class="img-thumbnail">
|
||||
|
||||
<h2>Gearing up for 1.0</h2>
|
||||
<p>
|
||||
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 <a href="https://github.com/openSUSE/osem/pull/567">association dependencies</a> and the other one in
|
||||
<a href="https://github.com/ankane/ahoy/issues/32">ahoy</a>, 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.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
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 <strong>1.000</strong>
|
||||
commits to :octocat:. It will be a release which already has powered <strong>5</strong> large FOSS conferences. More
|
||||
than <strong>1000</strong> people have gone through the registration and around <strong>300</strong> 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!
|
||||
</p>
|
||||
|
||||
<h2>osem.io<small> standing on the shoulders...</small></h2>
|
||||
<img src="/img/posts/peak.jpg" class="img-thumbnail">
|
||||
<p>
|
||||
Besides diligently submitting code to our repository we also went ahead and bought the <a href="http://osem.io">osem.io</a> domain
|
||||
and hacked up this page to be able to release OSEM 1.0 with the :boom: <em>brag factor</em> :boom: it deserves!
|
||||
As we take our freedom seriously also this endeavor is purely based on Free and Open Source Software. <em>osem.io</em> is built using
|
||||
the wonderful static site generator <a href="http://jekyllrb.com/">Jekyll</a>, the frontend is developed in the awesome
|
||||
<a href="http://getbootstrap.com/">bootstrap</a> framework from twitter (same as OSEM itself) and it's look is based on the neat
|
||||
<a href="http://startbootstrap.com/template-overviews/agency/">agency theme</a> 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:
|
||||
</p>
|
||||
|
||||
<h3>Stay tuned</h3>
|
||||
<p>
|
||||
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?
|
||||
</p>
|
||||
<p>
|
||||
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!
|
||||
</p>
|
||||
|
||||
26
css/osem.css
26
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) {
|
||||
|
|
|
|||
BIN
img/posts/concert.jpg
Normal file
BIN
img/posts/concert.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 62 KiB |
BIN
img/posts/peak.jpg
Normal file
BIN
img/posts/peak.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 28 KiB |
BIN
img/posts/rocknroll.jpg
Normal file
BIN
img/posts/rocknroll.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 8.6 KiB |
Loading…
Add table
Add a link
Reference in a new issue