-
Notifications
You must be signed in to change notification settings - Fork 3
/
newuser.html
51 lines (42 loc) · 2.44 KB
/
newuser.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
51
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="google-site-verification" content="OfLzDLcZ9dk4QJo9cFcKX5gYFSzyRq5cs_S9UbuDmJE" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/uikit.min.css" />
<link rel="stylesheet" href="https://pro.fontawesome.com/releases/v5.10.0/css/all.css"
integrity="sha384-AYmEC3Yw5cVb3ZcuHtOA93w35dYTsvhLPVnYs9eStHfGJvOvKxVfELGroGkvsg+p" crossorigin="anonymous" />
<link href="https://fonts.googleapis.com/css2?family=Sigmar+One&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Overpass&display=swap" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="assets/css/cocktellme.css">
<title>CockTellMe</title>
</head>
<body>
<header>
<div>
<div>
<div class="uk-container">
<h1 class="uk-heading-Medium head uk-padding uk-panel">Welcome New CockTellMe User <i
class="fas fa-cocktail fa-1x"></i></h1>
</div>
</div>
</div>
</header>
<div class="uk-text-center uk-container uk-container-expand">
<div class="background-image">
<p class = "text1">Here's how <strong>CockTell Me</strong> works: the following page will prompt you with questions about
your personality. Based upon your answers, you will be paired with the cocktail that best describes you!
</p>
<p class = "text2">Are you ready to find your perfect drink? If so, click the button to begin! </p>
<a class="uk-button uk-button-primary uk-button-large" href="questions.html">START QUIZ</a>
<br>
<br>
<iframe src="https://giphy.com/embed/3oz8xrRLjd8Oc6heRq" width="350" height="300" frameBorder="0" class="giphy-embed" allowFullScreen></iframe><p><a href="https://giphy.com/gifs/drink-cocktail-martini-3oz8xrRLjd8Oc6heRq"></a></p>
<!-- <iframe src="https://giphy.com/embed/DGWAx8d3IkICs" width="250" height="250" frameBorder="0" class="giphy-embed" allowFullScreen></iframe><p><a href="https://giphy.com/gifs/cool-DGWAx8d3IkICs"></a></p> -->
<!-- <img src="https://www.cocktail-db.com/stat/img/640/KiwiMartini.jpg" alt="martini" width="200px"
height="300px"> -->
</div>
</div>
</body>
</html>