-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
59 lines (48 loc) · 1.89 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
51
52
53
54
55
56
57
58
59
<!DOCTYPE html>
<html lang="en">
<head>
<title>Valmate</title>
<link rel="stylesheet" type="text/css" href="resources/css/style.css">
<link rel="stylesheet" type="text/css" href="vendours/css/1.1%20grid.css.css">
<link rel="stylesheet" type="text/css" href="vendours/css/normalize.css">
<link href="https://fonts.googleapis.com/css?family=Lato:300,400,700&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Fredoka+One&display=swap" rel="stylesheet">
</head>
<body>
<header>
<div class="the-front">
<div class="row">
<img class="logo" src="img/newlogo.png">
</div>
<div class="container">
<h1 class="name"> Please Enter Your Name
</h1>
<form>
<div id="error">Input field is required</div>
<label for="fname"></label>
<input type="text" id="fname" name="fname" >
</form>
<a href="#" id="myBtn" class="slot second-slot">Get your Valmate ! <img id="load" src="./img/loading.svg" alt="loading"></a>
<div class="names">
<p>
Sam, MenimJ, Sayo, Beta_parah, Olajide,
Moses, Edward, Vincent, Davoucii,
Micheal, Winifred, Israel, Wahaab,
Marvin, Wisdom.
</p>
</div>
</div>
</div>
<!-- The Modal -->
<div id="myModal" class="modal">
<!-- Modal content -->
<div class="modal-content">
<span class="close">×</span>
<p class="modal-text">Your Valmate is <span id="partner"></span> </p>
</div>
</div>
<script src="js/index.js">
</script>
</header>
</body>
</html>