Compare commits
No commits in common. "64ed10ab232a9369cb1d407aafc4ea76f0e6ee4b" and "41d1444b3a06087fd24586dd7986c74d1101e601" have entirely different histories.
64ed10ab23
...
41d1444b3a
|
@ -1,5 +1,4 @@
|
||||||
$background: #100e23;
|
$background: #100e23;
|
||||||
$fill-color: #eeeeee;
|
|
||||||
$text-color: #ffffff;
|
$text-color: #ffffff;
|
||||||
|
|
||||||
$highlight: #05b9ec;
|
$highlight: #05b9ec;
|
||||||
|
|
|
@ -70,15 +70,6 @@ figure {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
display: block;
|
display: block;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
|
|
||||||
&.invert {
|
|
||||||
filter: invert(100%);
|
|
||||||
}
|
|
||||||
|
|
||||||
&.fill {
|
|
||||||
background: $fill-color;
|
|
||||||
padding: 0.5em;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
figcaption {
|
figcaption {
|
||||||
|
|
|
@ -15,8 +15,8 @@ The Franconian Cluster is a network of franconian hackspaces that organised the
|
||||||
|
|
||||||
### Hackzogtum
|
### Hackzogtum
|
||||||
|
|
||||||
{{<image class="invert" src="/hackzogtum.svg" alt="Logo of Hackzogtum">}}
|
{{<image src="/hackzogtum.svg" alt="Logo of Hackzogtum">}}
|
||||||
|
|
||||||
### Nerd2Nerd
|
### Nerd2Nerd
|
||||||
|
|
||||||
{{<image class="fill" src="/n2n.svg" alt="Logo of Nerd2Nerd">}}
|
{{<image src="/n2n.svg" alt="Logo of Nerd2Nerd">}}
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
<figure>
|
<figure>
|
||||||
<img{{ with .Get "class" }} class="{{ . }}"{{ end }} src="{{ .Get "src" }}" alt="{{ .Get "alt" }}">
|
<img src="{{ .Get "src" }}" alt="{{ .Get "alt" }}">
|
||||||
<figcaption>{{ .Get "alt" }}</figcaption>
|
<figcaption>{{ .Get "alt" }}</figcaption>
|
||||||
</figure>
|
</figure>
|
||||||
|
|
Loading…
Reference in New Issue