mobile
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
<?php $dontShowFooter = isset($dont_show_footer) && $dont_show_footer === true ?>
|
||||
|
||||
<?php if (!$dontShowFooter): ?>
|
||||
<div class="container <?= remember("") ?>" style="display:flex; justify-content: space-between">
|
||||
<div style="display: flex; justify-content: space-between; align-items: center; width: 439px;">
|
||||
<div class="container content-footer <?= remember("") ?>">
|
||||
<div class="content-footer-socials">
|
||||
<a href="https://www.instagram.com/thealit_fkl/" class="block link">Instagram</a>
|
||||
<a href="https://www.thealit.de" class="block link">Thealit</a>
|
||||
<a href="https://www.thealit.de/newsletter" class="block link">Newsletter</a>
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
|
||||
<div id="menu-container">
|
||||
<div style="display: flex; height: 36pt; position: absolute; top: 22pt; left: 22pt">
|
||||
<div style="width: 376pt; margin-left: 1px;">
|
||||
<div style="margin-left: 1px;">
|
||||
<button id="menu_open" aria-label="Menu Open" class="menu-button no-button flex" style="gap: 10px"><div></div><div></div><div></div></button>
|
||||
<button id="menu_close" aria-label="Menu Close" class="menu-button no-button" style="margin-top: 4px"><div style="transform: rotate(45deg);"></div><div style="transform: translate(0,-6px) rotate(135deg);"></div></button>
|
||||
</div>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php snippet('header') ?>
|
||||
|
||||
<div class="bg-white-green container" style="padding-left: 179pt; padding-bottom: 79pt">
|
||||
<div class="bg-white-green container headline" style="padding-bottom: 79pt">
|
||||
<h4 class="uppercase font-kobata leading-none"><?= $page->title() ?></h4>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php snippet('header') ?>
|
||||
|
||||
<div class="<?= randomBg() ?> container" style="padding-left: 179pt; padding-bottom: 79pt">
|
||||
<div class="<?= randomBg() ?> container headline" style="padding-bottom: 79pt">
|
||||
<h4 class="uppercase font-kobata leading-none"><?= $page->title() ?></h4>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -3,11 +3,11 @@
|
||||
/** @var Kirby\Cms\Site $site */
|
||||
/** @var Kirby\Cms\Page $page */ ?>
|
||||
|
||||
<div class="bg-orange-white container" style="padding-left: 179pt">
|
||||
<div class="bg-orange-white container headline">
|
||||
<h4 class="uppercase font-kobata leading-none"><?= $page->title() ?></h4>
|
||||
</div>
|
||||
|
||||
<div class="bg-orange-white container">
|
||||
<div class="bg-orange-white container project-list">
|
||||
<?php foreach ($page->children()->listed() as $project): ?>
|
||||
<a href="<?= $project->url() ?>" class="link" style="line-height: 57pt">
|
||||
<span class="font-kobata"><?= $project->start_date()->toDate('d.m.') ?>-<?= $project->end_date()->toDate('d.m.') ?></span>
|
||||
@@ -16,7 +16,7 @@
|
||||
<?php endforeach ?>
|
||||
</div>
|
||||
|
||||
<div class="container bg-white-lila" style="padding-left: 179pt">
|
||||
<div class="container bg-white-lila headline">
|
||||
<h4 class="uppercase font-kobata leading-none">ART RESIDENCIES + INTERMISSIONS</h4>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user