Merge branch 'master' of github.com:chaospott/site
This commit is contained in:
commit
cbb34ec889
@ -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
|
||||
* mogrify -resize "1140>" $Bild
|
||||
|
@ -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
|
||||
|
@ -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 @@
|
||||
});
|
||||
</script>
|
||||
<li id="status_open">
|
||||
<a href="#" style="color:#00ff00 !important;">
|
||||
<a href="#" style="color:#32AB3C !important;">
|
||||
Raum offen
|
||||
</a>
|
||||
</li>
|
||||
|
9
_posts/2014-11-05-cryptoparty.markdown
Normal file
9
_posts/2014-11-05-cryptoparty.markdown
Normal file
@ -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).
|
@ -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 {
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 74 KiB After Width: | Height: | Size: 57 KiB |
Binary file not shown.
Before Width: | Height: | Size: 114 KiB After Width: | Height: | Size: 104 KiB |
Binary file not shown.
Before Width: | Height: | Size: 120 KiB After Width: | Height: | Size: 108 KiB |
Loading…
Reference in New Issue
Block a user