-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
152 lines (143 loc) · 9.18 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="https://cdn.tailwindcss.com"></script>
<link href="/dist/output.css" rel="stylesheet">
<link href="style.css" rel="stylesheet" type="text/css" />
<title>Safari</title>
</head>
<body>
<!-- the below code is styled one but missing the new update -->
<!-- <section class="container mx-auto bg-gradient-to-r from-indigo-500 via-purple-500 to-pink-500">
<div class="game-board grid gap-1 p-1 grid-rows-7 w-[100vw] h-[80vh]">
<div class="row flex gap-1 " data-row-position="6"></div>
<div class="row flex gap-1 flex-row-reverse justify-end " data-row-position="5"></div>
<div class="row flex gap-1 " data-row-position="4"></div>
<div class="row flex gap-1 flex-row-reverse justify-end " data-row-position="3"></div>
<div class="row flex gap-1 " data-row-position="2"></div>
<div class="row flex gap-1 flex-row-reverse justify-end " data-row-position="1"></div>
</div>
<div class=" flex justify-around p-3">
<div class=" playerOne-message-box w-[150px]">PlayerOne</div>
<div class=" flex flex-col items-center w-[150px] mt-[15px]" >
<p id="placeholder"
class=" flex justify-center items-center h-20 w-20 border-2 border-solid border-[#E28413] rounded-lg text-3xl">
</p>
<button id="button"
class=" dice-btn bg-[#E28413] rounded-md text-[#000022] p-2 uppercase w-36 cursor-pointer">Roll Dice</button>
</div>
<div class=" playerTwo-message-box w-[150px]">PlayerTwo</div>
</div>
</section> -->
<!-- The below code is updated with form but missing styles -->
<section class="relative bg-gradient-to-r from-indigo-500 via-purple-500 to-pink-500">
<div class="game-board grid gap-1 p-1 grid-rows-7 w-[100vw] h-[80vh]">
<div class="row flex gap-1 " data-row-position="6"></div>
<div class="row flex gap-1 flex-row-reverse justify-end " data-row-position="5"></div>
<div class="row flex gap-1 " data-row-position="4"></div>
<div class="row flex gap-1 flex-row-reverse justify-end " data-row-position="3"></div>
<div class="row flex gap-1 " data-row-position="2"></div>
<div class="row flex gap-1 flex-row-reverse justify-end " data-row-position="1"></div>
</div>
<div class=" flex justify-around p-3">
<div class=" playerOne-message-box w-[150px]">PlayerOne</div>
<div class=" flex flex-col items-center w-[150px]">
<p id="placeholder"
class=" flex justify-center items-center h-20 w-20 border-2 border-solid border-[#E28413] rounded-lg text-3xl">
</p>
<button id="button"
class=" dice-btn bg-[#E28413] rounded-md text-[#000022] p-2 uppercase w-36 cursor-pointer">Roll
Dice</button>
</div>
<div class=" playerTwo-message-box w-[150px]">PlayerTwo</div>
</div>
<!-- fsdf -->
<section class="text-gray-600 body-font bg-[url('../Assets/images/uttarakhand.jpg')] bg-center bg-no-repeat
bg-cover absolute w-[60vw] h-[70vh] top-0 left-0 right-0 bottom-0 m-auto hidden " id="bg-section">
<div class="container px-5 py-12 mx-auto card backdrop-blur-sm">
<div class="flex flex-col text-center w-full mb-12">
<h1 class="sm:text-3xl text-2xl font-medium title-font mb-4 text-blue-900">
Let's Explore
</h1>
</div>
<form id="survey-form" action="#" method="POST">
<div class="lg:w-1/2 md:w-2/3 mx-auto">
<div class="container bg-green-100">
<div class="flex flex-col">
<div class="flex-auto items-center m-5">
<p class="text-blue-800 text-bold text-lg" id="question-one">1. What is the capital
of Uttrakhand?</p>
<div class="ml-5" id="question-one-options1">
<input type="radio" class="h-3 w-3 text-gray-600" id="html" name="fav_language"
value="Dehradun">
<label for="html" class="ml-1 text-blue-600 text-base">Dehradun</label>
</div>
<div class="ml-5" id="question-one-options2">
<input type="radio" class="h-3 w-3 text-gray-600" id="html" name="fav_language"
value="Darjeeling">
<label for="html" class="ml-1 text-blue-600 text-base">Darjeeling</label>
</div>
<div class="ml-5" id="question-one-options3">
<input type="radio" class="h-3 w-3 text-gray-600" id="html" name="fav_language"
value="Bilaspur">
<label for="html" class="ml-1 text-blue-600 text-base">Bilaspur</label>
</div>
</div>
<div class="flex-auto items-center m-5">
<p class="text-blue-800 text-bold text-lg" id="question-two">2. What is the former
name of Uttrakhand?
</p>
<div class="ml-5" id="question-two-options1">
<input type="radio" class="h-3 w-3 text-gray-600" id="html" name="fav_language1"
value="HTML">
<label for="html" class="ml-1 text-blue-600 text-base">1st November</label>
</div>
<div class="ml-5" id="question-two-options2">
<input type="radio" class="h-3 w-3 text-gray-600" id="html" name="fav_language1"
value="HTML">
<label for="html" class="ml-1 text-blue-600 text-base">31st January</label>
</div>
<div class="ml-5" id="question-two-options3">
<input type="radio" class="h-3 w-3 text-gray-600" id="html" name="fav_language1"
value="HTML">
<label for="html" class="ml-1 text-blue-600 text-base">29th February</label>
</div>
</div>
<div class="flex-auto items-center m-5">
<p class="text-blue-800 text-bold text-lg" id="question-three">3. Which dance of
Haryana resembles
Bhangra
dance of Punjab?</p>
<div class="ml-5" id="question-three-options1">
<input type="radio" class="h-3 w-3 text-gray-600" id="html" name="fav_language2"
value="HTML">
<label for="html" class="ml-1 text-blue-600 text-base">Dhamal</label>
</div>
<div class="ml-5" id="question-three-options2">
<input type="radio" class="h-3 w-3 text-gray-600" id="html" name="fav_language2"
value="HTML">
<label for="html" class="ml-1 text-blue-600 text-base">Kamal</label>
</div>
<div class="ml-5" id="question-three-options3">
<input type="radio" class="h-3 w-3 text-gray-600" id="html" name="fav_language2"
value="HTML">
<label for="html" class="ml-1 text-blue-600 text-base">Jhumar Dance</label>
</div>
</div>
<div class="p-4 w-full">
<button type="button"
class=" submit-quiz flex mx-auto text-white bg-indigo-500 border-0 py-2 px-8 focus:outline-none hover:bg-indigo-600 rounded text-lg">
Submit
</button>
</div>
</div>
</form>
</section>
<!-- dfsd -->
</section>
<script type="module" src="main.js"></script>
</body>
</html>