Skip to content
Snippets Groups Projects
Commit 2512c4da authored by Ronny Bergmann's avatar Ronny Bergmann
Browse files

Adds features to figure.html and the Rockola-Projectpage.

parent e51a349d
No related branches found
No related tags found
No related merge requests found
Pipeline #
{% if include.alt %}{% assign altText = include.alt %}{% else %}{% assign altText = include.caption %}{% endif %} {% if include.alt %}{% assign altText = include.alt %}{% else %}{% assign altText = include.caption %}{% endif %}
<figure class="figure{% if include.position %} figure--{{ include.position }}{% endif %}"> <figure class="figure{% if include.position %} figure--{{ include.position }}{% endif %}">
{% if include.image %}<img class="image" src="{{ include.image }}" {% if altText %}alt="Image - {{ altText }}"{% endif %}>{% else %}<small>Image not found</small>{% endif%} {% if include.image %}<img class="image" src="{{ include.image }}" {% if altText %}alt="Image - {{ altText }}"{% endif %}{% if include.width %} width="{{include.width}}"{% endif %}{% if include.height %} height="{{include.height}}"{% endif %}>{% else %}<small>Image not found</small>{% endif%}
{% if include.caption %}<figcaption class="caption">{{ include.caption }}</figcaption>{% endif %} {% if include.caption %}<figcaption class="caption">{{ include.caption }}</figcaption>{% endif %}
</figure> </figure>
---
layout: project
name: "Rock-Ola"
date: 2014-12-30
image: Rockola.jpg
tag: rockola
short: "Dier Schallplatten.-Jukebox"
contact:
- "@kraut0xA"
- "@kellertuer"
status: inaktiv/ausgezogen
categories:
- project
tags:
- Rockola
- Jukebox
- Schallplatten
wiki: http://wiki.chaotikum.org/projekte:rock-ola
---
{% include figure.html image="http://wiki.chaotikum.org/_media/projekte:rockolatitle.jpg" caption="Die Rock-Ola 1478 120 Selection im nbsp." width="250px" position="left"%}
Die Rockola war eine im [nbsp](https://chaotikum.org/nobreakspace/) stehende Jukebox, die nach dem [31c3](https://events.ccc.de/category/31c3/) repariert worden ist, vorher aber schon einige Zeit im Space stand. Bei der Rockola handelt es sich genauer um die „Ropck-Ola 1478 120 Selection“ in der 2. Variante, wahrscheinlich gebaut 1959 oder 1960. Sie war mit 60 Schallplatten, also 120 Songs bestückt und von [kraut0xA](https://twitter.com/kraut0xa) in den space gebracht worden. Nach dem 31C3 repatierten wir die Motoren zum Betrieb des Plattentellers und erwarben im [woanders](https://www.facebook.com/Wo-Anders-Recordstore-184122638331416/) (Facebook-Page) eine neue Nadel. Anschließend wurden die Etiketten in der Übersicht in LaTeX neu gesetzt und aus einer Datei eingelesen. Diese ersetzten die ursprünglich hanschriftlichen Etiketten und gaben der Rock-Ola ihr heutiges Aussehen.
<div style="clear:both;"/>
{% include figure.html image="https://wiki.chaotikum.org/_media/projekte:advretisment-s.jpg?t=1428591716&w=372&h=500&tok=ac8835" width="250px" caption="Werbebild für die Rock-Ola." position="right" %}
Mit der Zeit wurden einige neue Platten angeschafft. Eine [Liste der Platten](http://wiki.chaotikum.org/projekte:rock-ola:plattensammlung) findet sich im Wiki. Mit dem Umzug von kraut0xA zog auch die Jukebox (vorerst) aus dem Space aus.
...@@ -33,7 +33,6 @@ article, ...@@ -33,7 +33,6 @@ article,
aside, aside,
details, /* 1 */ details, /* 1 */
figcaption, figcaption,
figure,
footer, footer,
header, header,
main, /* 2 */ main, /* 2 */
...@@ -43,7 +42,12 @@ section, ...@@ -43,7 +42,12 @@ section,
summary { /* 1 */ summary { /* 1 */
display: block; display: block;
} }
figure {
display:inline-block; /* as large as children images are */
}
figcaption {
margin-bottom:0;
}
.blogpost, .blogpost,
.hackerspacetext, .hackerspacetext,
.impressumtext { .impressumtext {
...@@ -92,7 +96,6 @@ summary { /* 1 */ ...@@ -92,7 +96,6 @@ summary { /* 1 */
/** /**
* Add the correct display in IE 9-. * Add the correct display in IE 9-.
*/ */
audio, audio,
canvas, canvas,
progress, progress,
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
// Reset all the things // Reset all the things
* { box-sizing: border-box; } * { box-sizing: border-box; }
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; } html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; } article, aside, details, figcaption, footer, header, hgroup, menu, nav, section { display: block; }
html, body { height: 100%; } html, body { height: 100%; }
a img { border: none; } a img { border: none; }
blockquote { quotes: none; } blockquote { quotes: none; }
......
images/thumbnails/Rockola.jpg

21 KiB

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment