Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • Teckids/team-pr/teckids.org
  • eshszg/teckids.org
  • nbildhauer/teckids.org
  • tuxilio/teckids.org
  • klecmatt/teckids.org
5 results
Show changes
Showing
with 39 additions and 0 deletions
static/images/camping-tent.png

20.7 KiB

static/images/chalks.png

21.8 KiB

static/images/decision-making.png

53.7 KiB

static/images/design-thinking.png

41 KiB

static/images/empathy.png

38.6 KiB

static/images/logo.png

57.3 KiB

static/images/pencil.png

26.4 KiB

static/images/reading.png

21.8 KiB

static/images/school-bag.png

30 KiB

static/images/soldering.png

17.7 KiB

static/images/sponsoren/froscon.png

19 KiB

static/images/sponsoren/linuxhotel.png

39.1 KiB

static/images/sponsoren/speedpartner.png

114 KiB

static/images/sponsoren/velocitux.png

18.1 KiB

{
"name": "Website der Teckids-Gemeinschaft",
"short_name": "Teckids-Website",
"icons": [
{
"src": "/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "maskable"
},
{
"src": "/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"
}
],
"theme_color": "#ff6600",
"background_color": "#ff6600",
"display": "browser"
}
../node_modules/@fortawesome/fontawesome-free/webfonts
\ No newline at end of file
{% extends "base.html" %}
{% block main %}
<section class="section">
<div class="container">
<div class="message is-danger">
<div class="message-header">
<p>{{ trans(key="not_found_header", lang=lang) }}</p>
<a class="button delete" href="{{ get_url(path="@/_index.md", lang=lang) }}"></a>
</div>
<div class="message-body">
{{ trans(key="not_found_body", lang=lang) }}
</div>
</div>
</div>
</section>
{% endblock %}