-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
194 lines (178 loc) · 6.83 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
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
<!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" />
<meta property="og:title" content="Wordle | Guess the Word" />
<meta property="og:url" content="https://wordlegameclone.netlify.app/" />
<meta property="og:image" content="https://user-images.githubusercontent.com/56466543/158874967-df60e9e1-f35b-4c6a-bac5-a2ed94aed683.png" />
<meta property="og:description" content="Wordle - Guess The Word | The rules are very simple: You have 6 chances to guess a 5 letter word. You need to guess the word with the help of definition given in the hint section." />
<link
rel="apple-touch-icon"
sizes="180x180"
href="/assests/apple-touch-icon.png"
/>
<link
rel="icon"
type="image/png"
sizes="32x32"
href="/assests/favicon-32x32.png"
/>
<link
rel="icon"
type="image/png"
sizes="16x16"
href="/assests/favicon-16x16.png"
/>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/fonts/remixicon.css" rel="stylesheet">
<link
href="https://unpkg.com/[email protected]/css/boxicons.min.css"
rel="stylesheet"
/>
<link rel="stylesheet" href="/dist/css/main.css" />
<title>Wordle - Guess The Word</title>
</head>
<body>
<div class="conatiner conatiner-flex conatiner-size">
<div class="info-legend">
<div class="close-button" id="buttonClose">
<svg
xmlns="http://www.w3.org/2000/svg"
class="h-6 w-6 svg-icon"
fill="none"
viewBox="0 0 24 24"
stroke="currentColor"
stroke-width="3"
>
<path
stroke-linecap="round"
stroke-linejoin="round"
d="M6 18L18 6M6 6l12 12"
/>
</svg>
</div>
</div>
<div class="scoreCard">
<div class="closeButton" id="scoreClose">
<svg
xmlns="http://www.w3.org/2000/svg"
class="h-6 w-6 svg-icon"
fill="none"
viewBox="0 0 24 24"
stroke="currentColor"
stroke-width="3"
>
<path
stroke-linecap="round"
stroke-linejoin="round"
d="M6 18L18 6M6 6l12 12"
/>
</svg>
</div>
<div class="scoreDetails">
<div class="highestScore">
<span> <i class="ri-medal-line medal-gold"></i> Highest Score</span>
<span id="score-hi">0</span>
</div>
<div class="highestScore Score">
<span><i class="ri-trophy-line medal-silver"></i> Score</span>
<span id="score-this">0</span>
</div>
</div>
</div>
<div class="hint-text">
<div class="close-buttton">
<svg
xmlns="http://www.w3.org/2000/svg"
class="h-6 w-6 svg-icon"
fill="none"
viewBox="0 0 24 24"
stroke="currentColor"
stroke-width="3"
>
<path
stroke-linecap="round"
stroke-linejoin="round"
d="M6 18L18 6M6 6l12 12"
/>
</svg>
</div>
</div>
<div class="card-container">
<h1 class="card-container-title">Wordle</h1>
<div class="message-container"></div>
<div class="container-box-grid grid">
<div class="flex-box">
<div class="hint" id="hints">
<svg
xmlns="http://www.w3.org/2000/svg"
class="h-6 w-6"
fill="none"
viewBox="0 0 24 24"
stroke="currentColor"
stroke-width="2"
>
<path
stroke-linecap="round"
stroke-linejoin="round"
d="M8.228 9c.549-1.165 2.03-2 3.772-2 2.21 0 4 1.343 4 3 0 1.4-1.278 2.575-3.006 2.907-.542.104-.994.54-.994 1.093m0 3h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z"
/>
</svg>
</div>
<div class="hint refresh" id="refresh">
<svg
xmlns="http://www.w3.org/2000/svg"
class="h-6 w-6"
fill="none"
viewBox="0 0 24 24"
stroke="currentColor"
stroke-width="2"
>
<path
stroke-linecap="round"
stroke-linejoin="round"
d="M4 4v5h.582m15.356 2A8.001 8.001 0 004.582 9m0 0H9m11 11v-5h-.581m0 0a8.003 8.003 0 01-15.357-2m15.357 2H15"
/>
</svg>
</div>
<div class="hint info-button" id="info">
<svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2">
<path stroke-linecap="round" stroke-linejoin="round" d="M13 16h-1v-4h-1m1-4h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z" />
</svg>
</div>
<div class="hint info-button" id="scoreOpen">
<svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2">
<path stroke-linecap="round" stroke-linejoin="round" d="M16 8v8m-4-5v5m-4-2v2m-2 4h12a2 2 0 002-2V6a2 2 0 00-2-2H6a2 2 0 00-2 2v12a2 2 0 002 2z" />
</svg>
</div>
</div>
</div>
<div class="key-container"></div>
</div>
</div>
<footer>
<div class="constainer80 flex-sb">
<div class="credits">
<div class="img">
<img src="https://pbs.twimg.com/profile_images/1371467904370184195/cCt4rcS-_400x400.jpg" alt="">
</div>
<div class="details">
<p>Made by</p>
<span class="link-folio"> <a href="https://kisalayakishan.me/" target="_blank">Kisalaya</a></span>
</div>
</div>
<div class="links">
<a href="https://github.com/imkishan1" target="_blank"><i class='bx bxl-github'></i></a>
<a href="https://www.instagram.com/imkishan01/"target="_blank"><i class='bx bxl-instagram' ></i></a>
<a href="https://www.linkedin.com/in/kisalaya-kishan-442858192/" target="_blank"><i class='bx bxl-linkedin' ></i></a>
</div>
</div>
</footer>
<script src="https://unpkg.com/[email protected]/dist/boxicons.js"></script>
<!-- <script src="index.js"></script> -->
<script async src="JS/main.js"></script>
<script async src="index.js"></script>
<script async src="JS/app.js"></script>
</body>
</html>