Update texts
This commit is contained in:
+4
-4
@@ -3,7 +3,7 @@
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>mediator — new poll</title>
|
||||
<title>mediator - new poll</title>
|
||||
<link rel="icon" type="image/svg+xml" href="/static/logo.svg">
|
||||
<link rel="preload" href="/static/fonts/IosevkaEtoile.woff2" as="font" type="font/woff2" crossorigin>
|
||||
<link rel="preload" href="/static/fonts/IosevkaSlab.woff2" as="font" type="font/woff2" crossorigin>
|
||||
@@ -13,7 +13,7 @@
|
||||
<div class="wrap">
|
||||
<header class="site">
|
||||
<a class="logo" href="/"><svg class="dot" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.92" aria-hidden="true"><rect x="2.5" y="2.5" width="19" height="19"/><path d="M9.1 2.5 V15.1 M2.5 15.1 H21.5 M9.1 9 H21.5 M15 15.1 V21.5"/></svg>mediator</a>
|
||||
<span class="tagline">one calendar for the whole crew</span>
|
||||
<span class="tagline">how hard can it be to get 4 people around a table?</span>
|
||||
</header>
|
||||
|
||||
<div id="create-view">
|
||||
@@ -23,11 +23,11 @@
|
||||
<div class="card">
|
||||
<label class="field">
|
||||
<span>What's the plan?</span>
|
||||
<input type="text" id="title" maxlength="120" placeholder="Pizza & board games at Lena's" autocomplete="off">
|
||||
<input type="text" id="title" maxlength="120" placeholder="Boardgames & Beer" autocomplete="off">
|
||||
</label>
|
||||
<label class="field">
|
||||
<span>Details <span class="hint">(optional)</span></span>
|
||||
<textarea id="description" maxlength="600" placeholder="Bring a game. We'll order around 7."></textarea>
|
||||
<textarea id="description" maxlength="600" placeholder="Were will we play?"></textarea>
|
||||
</label>
|
||||
</div>
|
||||
|
||||
|
||||
+2
-2
@@ -3,7 +3,7 @@
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>mediator — poll</title>
|
||||
<title>mediator - poll</title>
|
||||
<link rel="icon" type="image/svg+xml" href="/static/logo.svg">
|
||||
<link rel="preload" href="/static/fonts/IosevkaEtoile.woff2" as="font" type="font/woff2" crossorigin>
|
||||
<link rel="preload" href="/static/fonts/IosevkaSlab.woff2" as="font" type="font/woff2" crossorigin>
|
||||
@@ -13,7 +13,7 @@
|
||||
<div class="wrap">
|
||||
<header class="site">
|
||||
<a class="logo" href="/"><svg class="dot" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.92" aria-hidden="true"><rect x="2.5" y="2.5" width="19" height="19"/><path d="M9.1 2.5 V15.1 M2.5 15.1 H21.5 M9.1 9 H21.5 M15 15.1 V21.5"/></svg>mediator</a>
|
||||
<span class="tagline">one calendar for the whole crew</span>
|
||||
<span class="tagline">how hard can it be to get 4 people around a table?</span>
|
||||
</header>
|
||||
|
||||
<div id="not-found" hidden>
|
||||
|
||||
Reference in New Issue
Block a user