Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

new picture for GPN21, improve display of license/copyright info #43

Merged
merged 1 commit into from
Jun 27, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 7 additions & 3 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,13 @@ <h2>Was wir tun</h2>
<h2>Veranstaltungen & Projekte</h2>
<div class="row">
<figure class="column column-double">
<img src="res/img/projects/gpn.jpg" alt="Gulaschprogrammiernacht" class="aspect-ratio-32-to-9">
<img src="res/img/projects/gpn21.jpg" alt="Gulaschprogrammiernacht" class="aspect-ratio-32-to-9">
<span class="copyright-info"><a href="https://creativecommons.org/licenses/by/4.0/">CC-BY 4.0</a> <a href="https://fotos.cheatha.de/picture/2023_GPN21_230/category/147-gpn21">Florian Köhler</a></span>
<figcaption>
<h3><a href="https://entropia.de/GPN">Gulasch&shy;programmier&shy;nacht</a></h3>
<p>Dieser 4-tägige Kongress wird jedes Jahr vom Entropia&nbsp;e.V. veranstaltet. Hier schafft es ein Haufen Hacker, eine große Menge Gulasch zuzubereiten, um Gäste zu nähren, damit sie gestärkt zum nächsten Vortrag – über Programmierung oder Gesellschaft – oder zum Programmieren ins Hackcenter gehen können.</p>
<p>Dieser 4-tägige Kongress wird jedes Jahr vom Entropia&nbsp;e.V. veranstaltet.
Hier schafft es ein Haufen Hacker, eine große Menge Gulasch zuzubereiten, um Gäste zu nähren, damit sie gestärkt zum nächsten Vortrag
– über Programmierung oder Gesellschaft – oder zum Programmieren ins Hackcenter gehen können.</p>
</figcaption>
</figure>
<figure class="column">
Expand All @@ -103,9 +106,10 @@ <h3>Glühweinprogrammiernacht</h3>
<div class="row">
<figure class="column">
<img src="res/img/projects/camp2019.jpg" alt="Camp" class="aspect-ratio-16-to-9">
<span class="copyright-info"><a href="https://basto.digital/posts/events/chaos-communication-camp-2019/">Bildquelle</a></span>
<figcaption>
<h3>Campen</h3>
<p>Wir fahren zu vielen Campingveranstaltungen im Chaos-Umfeld und organisieren uns als Entropia-Village oder als große Assembly mit befreundeten Hackerspaces. <a href="https://basto.digital/posts/events/chaos-communication-camp-2019/">Bildquelle</a></p>
<p>Wir fahren zu vielen Campingveranstaltungen im Chaos-Umfeld und organisieren uns als Entropia-Village oder als große Assembly mit befreundeten Hackerspaces.</p>
</figcaption>
</figure>
<figure class="column">
Expand Down
16 changes: 15 additions & 1 deletion public/res/css/elements/images.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,24 @@ figure img {
object-position: center;
}

figure img + figcaption {
figure figcaption {
margin-top: .8rem;
}

.copyright-info {
float: right;
font-size: 12px;
left: -6px;
position: relative;
top: -20px;
}

.copyright-info > a {
color: var(--color-white);
opacity: 0.75;
text-decoration: none;
}

.aspect-ratio-4-to-3 {
aspect-ratio: 4 / 3;
}
Expand Down
Binary file removed public/res/img/projects/gpn.jpg
Binary file not shown.
Binary file added public/res/img/projects/gpn21.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.