viewport meta

pull/11/head
Leif Niemczik 2022-12-26 12:59:48 +01:00
parent 843a14287e
commit 28fb61ba76
4 changed files with 2864 additions and 2867 deletions

View File

@ -16,6 +16,7 @@ const permaTitle = 'Hacking in Parallel 2022 //// Berlin'
<link rel='icon' type='image/svg+xml' href='/favicon.svg' />
<title>{`${title ? title + ' / ' : ''}${permaTitle}`}</title>
<script type="text/javascript" src="https://pretalx.c3voc.de/hip-berlin-2022/schedule/widget/v2.en.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1" />
</head>
<body>
<header class='site-header'>
@ -147,7 +148,7 @@ const permaTitle = 'Hacking in Parallel 2022 //// Berlin'
font-size: 1.5rem;
transform: translateX(100vw);
transition: transform 0.25s ease-in-out;
z-index: 10;
z-index: 100000;
@supports (height: 100dvh) {
height: 100dvh;

View File

@ -13,12 +13,10 @@ import Layout from '../layouts/Layout.astro'
<main>
<section>
<a
href='https://pretix.hip-berlin.de/hip2022/hip2022/'
rel='nofollower noreferrer'
target='_blank'
href='/schedule/'
>
<div class='tickets gradient-bg'>
<h2>Get Tickets &rarr;</h2>
<h2>Event Schedule &rarr;</h2>
</div>
</a>
</section>

View File

@ -5,12 +5,10 @@ import Layout from '../../layouts/Layout.astro'
<Layout title='schedule'>
<main>
<article>
<header>
<main>
<h1>Schedule</h1>
This is our event schedule. You can download it, as well as find more information <a href="https://pretalx.c3voc.de/hip-berlin-2022/schedule/">here</a>.
</header>
<main>
<pretalx-schedule event-url="https://pretalx.c3voc.de/hip-berlin-2022/" locale="en" format="list" style="--pretalx-clr-primary: #363336"></pretalx-schedule>
<noscript>
<div class="pretalx-widget">

5718
yarn.lock

File diff suppressed because it is too large Load Diff