viewport meta
This commit is contained in:
parent
843a14287e
commit
28fb61ba76
|
@ -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;
|
||||
|
|
|
@ -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 →</h2>
|
||||
<h2>Event Schedule →</h2>
|
||||
</div>
|
||||
</a>
|
||||
</section>
|
||||
|
|
|
@ -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">
|
||||
|
|
Loading…
Reference in a new issue