-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathindex.html
50 lines (47 loc) · 1.85 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<!doctype html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<link href="https://fonts.googleapis.com/css?family=Poppins:900" rel="stylesheet">
<title>User Inyerface - A worst-practice UI experiment</title>
<meta name="description" content="User Inyerface - A worst-practice UI experiment">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="apple-touch-icon" href="apple-touch-icon.htm">
<link rel="icon" type="image/png" href="favicon.htm">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Nunito:300,300i,400,400i,600,600i,700,700i">
<link rel="stylesheet" href="app.css">
</head>
<body>
<div v-cloak id="app">
<div class="start view view--center">
<div class="view__content">
<div class="view__row">
<ui-logo></ui-logo>
</div>
<div class="view__row">
<p class="start__paragraph">
Hi and welcome to User Inyerface,
<br> a challenging exploration of
<br> user interactions and design patterns.
</p>
<p class="start__paragraph">
To play the game, simply fill in the form
<br> as fast and accurate as possible.
</p>
</div>
<div class="view__row">
<button class="start__button" type="button">NO</button>
</div>
<div class="view__row">
<p>Please <u>click</u> <a class="start__link" href="game.html">HERE</a> to GO to the <span class="start__highlight">next page</span></p>
</div>
</div>
</div>
<a class="bagaar-link" href="https://www.bagaar.be" target="_blank">
<img alt="bagaar.be" title="https://www.bagaar.be" class="bagaar-link__image" src="images/bagaar-logo.svg">
</a>
</div>
<script src="app.js"></script>
</body>
</html>