diff --git a/README.md b/README.md index af449a5..68a8566 100644 --- a/README.md +++ b/README.md @@ -9,9 +9,9 @@ jekyll + bootstrap ### Blogeinträge -### Bilder +### Media Bilder für Blogeinträge werden unterhalb von Media in einem eigenen Verzeichnis (Jahr-MM-TT) abgelegt. * exiftool --all= $Bild * ggf. Bild korrekt ausrichten -* mogrify -resize "1140>" $Bild \ No newline at end of file +* mogrify -resize "1140>" $Bild diff --git a/_config.yml b/_config.yml index c5c9e17..b34d6b2 100644 --- a/_config.yml +++ b/_config.yml @@ -5,7 +5,7 @@ description: > Wir sind der örtliche Erfa-Kreis des Chaos Computer Clubs in Essen. Unsere Gesprächsthemen und Projekte reichen von Soft- und Hardware zu Datenschutz und Netzpolitik. Alle Interessierten sind herzlich zu unserem Treff eingeladen. baseurl: "" -url: "http://blog.chaospott.de" +url: "http://chaospott.de" # Build settings markdown: kramdown permalink: /:year/:month/:day/:title diff --git a/_includes/header.html b/_includes/header.html index a195b4a..ad562c3 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -26,7 +26,7 @@ $.getJSON("http://status.chaospott.de/status.json").done(function(data) { if(data.state.open) { $( "#status_open" ).css( "display", "block" ); - $( "#status_bar" ).css( "borderColor", "#00ff00" ); + $( "#status_bar" ).css( "borderColor", "#32AB3C" ); } else { $( "#status_closed" ).css( "display", "block" ); $( "#status_bar" ).css( "borderColor", "#ff0000" ); @@ -34,7 +34,7 @@ });
  • - + Raum offen
  • diff --git a/_posts/2014-11-05-cryptoparty.markdown b/_posts/2014-11-05-cryptoparty.markdown new file mode 100644 index 0000000..05cd553 --- /dev/null +++ b/_posts/2014-11-05-cryptoparty.markdown @@ -0,0 +1,9 @@ +--- +layout: post +title: "CryptoParty" +date: 2014-11-05 23:42:00 +categories: Cryptoparty +--- +Am 18. November 2014 (19 Uhr) veranstaltet der CCC-Essen in seinen Räumlichkeiten (Sibyllastr. 9, Essen-Süd) die nächste Cryptoparty und läd dazu alle Interessierten ein. Da unsere Räume nur begrenzt Platz bieten, wird um eine Anmeldung per Email an cryptoparty@ccc-essen.de gebeten. + +Weitere Informationen finden sich [hier](http://www.cryptoparty.in/essen). \ No newline at end of file diff --git a/css/style.css b/css/style.css index 49beb57..ca4c007 100644 --- a/css/style.css +++ b/css/style.css @@ -27,17 +27,17 @@ border:none; } ul.navbar-nav li a { - color:red !important; + color:#800032 !important; } .btn-default { border:0; background-color:transparent; - color:red; + color:#800032; } a { - color:red; + color:#800032; } a:visited { @@ -79,7 +79,7 @@ a:visited { } ul.nav>li>a { - color:red; + color:#800032; } .jumbotron>hr { @@ -116,8 +116,8 @@ ul.nav>li>a { .navbar .divider-vertical { height: 20px; margin: 14px 9px; -border-right: 1px solid #ff0000; -border-left: 1px solid #ff0000; +border-right: 1px solid #800032; +border-left: 1px solid #800032; } .navbar-inverse .divider-vertical { diff --git a/media/2014-10-17/DSC07745.jpg b/media/2014-10-17/DSC07745.jpg index 62633cb..d0cb6d0 100644 Binary files a/media/2014-10-17/DSC07745.jpg and b/media/2014-10-17/DSC07745.jpg differ diff --git a/media/2014-10-17/IMG_0458.JPG b/media/2014-10-17/IMG_0458.JPG index 54e927b..0c34669 100644 Binary files a/media/2014-10-17/IMG_0458.JPG and b/media/2014-10-17/IMG_0458.JPG differ diff --git a/media/2014-10-17/IMG_0460.JPG b/media/2014-10-17/IMG_0460.JPG index ca530da..1864229 100644 Binary files a/media/2014-10-17/IMG_0460.JPG and b/media/2014-10-17/IMG_0460.JPG differ