diff --git a/_posts/2016-05-24-OSEM-1.0.html b/_posts/2016-05-24-OSEM-1.0.html new file mode 100644 index 00000000..ad02c891 --- /dev/null +++ b/_posts/2016-05-24-OSEM-1.0.html @@ -0,0 +1,95 @@ +--- + +layout: post +title: Lift Off - OSEM 1.0 +author: Henne Vogelsang +image: rocket.jpg + +--- + +
+ We are pleased to announce the first stable release of the Open Source Event + Manager (OSEM), a event management application tailored to free software + conferences. OSEM helps your community with the paper submission/selection + process, registration of attendees and the marketing of your event. +
++ The 1.0 release contains more than 1.800 inidividual contributions from over + 30 free software hackers. It has powered the last four + openSUSE and three + ownCloud conferences with over + 1.000 attendees and 500 paper submissions. It is a proven, stable and + enjoyable project that we think is more than ready for general consumption. +
++ Read on for hightlights of OSEM 1.0! +
+ + + +
+ Confernces are about bringing the people of your community closer together. + Gathering in one place strengthens the relationships, makes communication + easier and will create lasting shared memories. But to get people to take up + travel and come to your event you need to convince them that it's woth it. + OSEM helps you do that by taking all the data of your event (time, place, + program etc.) to build a web site for your conference with all the information + the attendees need. Communicate the value of your event and convince people to + register & buy tickets. +
+
+
++ Your event will only be as good as the content your community presents. It's + the knowledge, inspiration and joy from the talks, workshops and social events + that people will take home with them. It's the content that will spark new + ideas and leap your project forward. To get the best program together OSEM + makes it super easy for your speakers to submit proposals and equally smooth + for your organizers to classify, evaluate and schedule submissions. +
+ +
+
++ Knowledge is power. Information is liberating. - Kofi Annan ++
+ It's important for you as an event organizer to know about the evolution of + your event. Do you have enough content to fill your schedule? How many people have registered? Do you have the right + content for your audience? Which of your blog posts, tweets, banners drove the + most people to your event? OSEM will help you answer these questions with a + data driven dashboard. Get an 30.000 feet overview or dive into all the nitty + gritty details at any point in time. +
+ +
+
++ Ready to give OSEM 1.0 a spin? +
++
+ We hope you enjoy this release! +
diff --git a/css/agency.css b/css/agency.css index f22679c3..52b92992 100644 --- a/css/agency.css +++ b/css/agency.css @@ -175,6 +175,11 @@ fieldset[disabled] .btn-xl.active { background-color: #FF6138; } +.btn-heroku { + border-color: #79589f; + background-color: #79589f; +} + .navbar-default { border-color: transparent; background-color: #222; diff --git a/css/osem.css b/css/osem.css index b746667b..05459f6c 100644 --- a/css/osem.css +++ b/css/osem.css @@ -85,10 +85,12 @@ section#comments { color: #fff; } - #post-body { padding: 15px 0; } +#post-body h2 { + padding-top: 40px; +} #post-body p { font-family: Lora,serif; @@ -103,3 +105,9 @@ section#comments { line-height: 1.5; } } + +.img-center { + display: block; + margin-left: auto; + margin-right: auto; +} diff --git a/img/posts/osem_1.0_data.gif b/img/posts/osem_1.0_data.gif new file mode 100644 index 00000000..c05d2cf3 Binary files /dev/null and b/img/posts/osem_1.0_data.gif differ diff --git a/img/posts/osem_1.0_event.jpg b/img/posts/osem_1.0_event.jpg new file mode 100644 index 00000000..6732b855 Binary files /dev/null and b/img/posts/osem_1.0_event.jpg differ diff --git a/img/posts/osem_1.0_splash.gif b/img/posts/osem_1.0_splash.gif new file mode 100644 index 00000000..69bd2ef7 Binary files /dev/null and b/img/posts/osem_1.0_splash.gif differ diff --git a/img/posts/rocket.jpg b/img/posts/rocket.jpg new file mode 100644 index 00000000..4b00829e Binary files /dev/null and b/img/posts/rocket.jpg differ