edit impressions, change var in nav, remove pictures (moved them to cloudinary)
This commit is contained in:
@@ -6,13 +6,21 @@
|
|||||||
</head>
|
</head>
|
||||||
<body class="bg-primary">
|
<body class="bg-primary">
|
||||||
|
|
||||||
{{> nav examplesActive=true}}
|
{{> nav impressionsActive=true}}
|
||||||
|
|
||||||
<h1 class="flex justify-center">Beispiele</h1>
|
<h1 class="flex justify-center">Impressionen</h1>
|
||||||
|
|
||||||
<div class="flex justify-center">
|
<div class="flex justify-center">
|
||||||
<iframe width="560" height="315" src="https://www.youtube.com/embed/bruNTJCsZPM?controls=0" title="YouTube video player"
|
<iframe width="560" height="315" src="https://www.youtube.com/embed/bruNTJCsZPM?controls=0"
|
||||||
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
|
title="YouTube video player"
|
||||||
|
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
|
||||||
|
allowfullscreen></iframe>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="flex flex-col items-center">
|
||||||
|
<img class="w-1/2 m-10" src="https://res.cloudinary.com/dgyrt6b4m/image/upload/v1671645823/stones_colored.jpg"/>
|
||||||
|
<img class="w-1/2 m-10" src="https://res.cloudinary.com/dgyrt6b4m/image/upload/v1671645801/no_advertisements.jpg"/>
|
||||||
|
<img class="w-1/2 m-10" src="https://res.cloudinary.com/dgyrt6b4m/image/upload/v1671645802/anti_glare.jpg"/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<script type="module" src="/main.js"></script>
|
<script type="module" src="/main.js"></script>
|
||||||
|
|||||||
@@ -4,6 +4,6 @@
|
|||||||
<a href="index.html" class="{{#if homeActive}}font-bold{{/if}}">Home</a>
|
<a href="index.html" class="{{#if homeActive}}font-bold{{/if}}">Home</a>
|
||||||
<a href="rules.html" class="{{#if rulesActive}}font-bold{{/if}}">Regeln</a>
|
<a href="rules.html" class="{{#if rulesActive}}font-bold{{/if}}">Regeln</a>
|
||||||
<a href="spiritofcurling.html" class="{{#if spiritActive}}font-bold{{/if}}">Spirit of Curling</a>
|
<a href="spiritofcurling.html" class="{{#if spiritActive}}font-bold{{/if}}">Spirit of Curling</a>
|
||||||
<a href="impressions.html" class="{{#if examplesActive}}font-bold{{/if}}">Impressionen</a>
|
<a href="impressions.html" class="{{#if impressionsActive}}font-bold{{/if}}">Impressionen</a>
|
||||||
</div>
|
</div>
|
||||||
</nav>
|
</nav>
|
||||||
Binary file not shown.
|
Before Width: | Height: | Size: 6.0 MiB |
Binary file not shown.
|
Before Width: | Height: | Size: 5.9 MiB |
Reference in New Issue
Block a user