-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathEvent.html
More file actions
256 lines (225 loc) · 9.2 KB
/
Copy pathEvent.html
File metadata and controls
256 lines (225 loc) · 9.2 KB
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
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="Css/index.css">
<title>Document</title>
</head>
<body>
<section class="nav_section">
<div class="nav_main">
<div style=" margin-left: 30px;">
<img width="70px" src="Img/trylogo2.png" alt="">
</div>
<div class="all_link">
<div class="link_a">
<a class="link" href="index.html">Home</a>
</div>
<div class="link_a">
<a class="link" href="About.html">About</a>
</div>
<div class="link_a">
<a class="link" href="Event.html">Event</a>
</div>
<div class="link_a">
<a class="link" href="Tournament.html">Tournament</a>
</div>
<div class="link_a">
<a class="link" href="Contact.html">Contact</a>
</div>
</div>
<div style="margin-right: 30px; margin-top: 5px;">
<a href="Login.html">
<div>
<button class="loginbtn">Login</button>
</div>
</a>
</div>
</div>
</section>
<div>
<br>
<br>
<br>
<br>
</div>
<section style="margin-top: 40px;">
<div style=" padding: 20px;
text-align: center;
display: flex;
flex-direction: column;
align-items: center;">
<h3 style=" font-size: 41px;
font-family: 'myFirstFont';
color: #3bffff;">Our Event</h3>
<div style=" height: 5px;
margin-top: 10px;
width: 100px;
background: white;
border-radius: 11px;
box-shadow: 0px 0px 11px 0px white;"></div>
</div>
<div style=" display: flex;
justify-content: space-between;
margin: 8px 30px;
margin-top: 45px;
">
<div style=" width: 400px;
border-radius: 5px;">
<div>
<img style="border-radius: 5px;" width="100%" src="Img/cod.jpeg" alt="">
</div>
<div style=" padding: 10px;">
<p>Lorem, ipsum dolor sit amet consectetur adipisicing elit. Odio, eum!</p>
</div>
<div style=" padding: 10px;">
<button class="play_now_btn">Play Now</button>
</div>
</div>
<div style=" width: 400px;
border-radius: 5px;">
<div>
<img style="border-radius: 5px;" width="100%" src="Img/bgmi.jpeg" alt="">
</div>
<div style=" padding: 10px;">
<p>Lorem, ipsum dolor sit amet consectetur adipisicing elit. Odio, eum!</p>
</div>
<div style=" padding: 10px;">
<button class="play_now_btn">Play Now</button>
</div>
</div>
<div style=" width: 400px;
border-radius: 5px;">
<div>
<img style="border-radius: 5px;" width="100%" src="Img/valorant.jpeg" alt="">
</div>
<div style=" padding: 10px;">
<p>Lorem, ipsum dolor sit amet consectetur adipisicing elit. Odio, eum!</p>
</div>
<div style=" padding: 10px;">
<button class="play_now_btn">Play Now</button>
</div>
</div>
</div>
<div style=" display: flex;
justify-content: space-between;
margin: 8px 30px;
margin-top: 45px;
">
<div style=" width: 400px;
border-radius: 5px;">
<div>
<img style="border-radius: 5px;" width="100%" src="Img/cod.jpeg" alt="">
</div>
<div style=" padding: 10px;">
<p>Lorem, ipsum dolor sit amet consectetur adipisicing elit. Odio, eum!</p>
</div>
<div style=" padding: 10px;">
<button class="play_now_btn">Play Now</button>
</div>
</div>
<div style=" width: 400px;
border-radius: 5px;">
<div>
<img style="border-radius: 5px;" width="100%" src="Img/bgmi.jpeg" alt="">
</div>
<div style=" padding: 10px;">
<p>Lorem, ipsum dolor sit amet consectetur adipisicing elit. Odio, eum!</p>
</div>
<div style=" padding: 10px;">
<button class="play_now_btn">Play Now</button>
</div>
</div>
<div style=" width: 400px;
border-radius: 5px;">
<div>
<img style="border-radius: 5px;" width="100%" src="Img/valorant.jpeg" alt="">
</div>
<div style=" padding: 10px;">
<p>Lorem, ipsum dolor sit amet consectetur adipisicing elit. Odio, eum!</p>
</div>
<div style=" padding: 10px;">
<button class="play_now_btn">Play Now</button>
</div>
</div>
</div>
</section>
<div>
<br>
<br>
<br>
</div>
<section>
<footer class="footer-container">
<div class="footer-inner">
<div class="f-f-c">
<div style="display: flex; align-items: center; margin-top: 20px;">
<img style="width: 70px;" src="Img/trylogo2.png" alt="">
<h3 style=" padding: 10px; color: white;">Play Ground</h3>
</div>
<div style="color: #9d9d9d; margin: 24px 0px;">
<p>Strong emotions such as passion and bliss are indications that you're connected to Spirit, or
'inspired,' if you will.
</p>
</div>
<div style=" color: #43ff8b;">
<p>Active with Us -->></p>
</div>
<div style="display: flex; margin-top: 20px;">
<img class="footer-icon" src="Img/social_icon01.png" alt="">
<img class="footer-icon" src="Img/social_icon02.png" alt="">
<img class="footer-icon" src="Img/social_icon03.png" alt="">
<img class="footer-icon" src="Img/social_icon04.png" alt="">
</div>
</div>
<div class="f-s-c">
<div style="color: white;">
<h2>Quick Link</h2>
</div>
<div class="footer-link">
<a class="footer-link-a" href="">Home</a>
<a class="footer-link-a" href="">About</a>
<a class="footer-link-a" href="">Tornament</a>
<a class="footer-link-a" href="">News</a>
<a class="footer-link-a" href="">Game</a>
<a class="footer-link-a" href="">Blog</a>
</div>
</div>
<div class="f-t-c">
<div style="color: white;">
<h2>SUPPORTS</h2>
</div>
<div class="footer-link">
<a class="footer-link-a" href="">Privacy</a>
<a class="footer-link-a" href="">Help</a>
<a class="footer-link-a" href="">Setting</a>
<a class="footer-link-a" href="">Streaming</a>
<a class="footer-link-a" href="">Live</a>
<a class="footer-link-a" href="">T & C</a>
</div>
</div>
<div class="f-four-c">
<div style="color: white;">
<h2>NEWSLETTER</h2>
</div>
<div style="color: #9d9d9d; margin: 24px 0px;">
<p>Subscribe our newsletter to get our latest update & newsconsectetur</p>
</div>
<div style=" display: flex;">
<input class="newletterst" placeholder="Enter email address" type="text">
<img class="newletterbtn" src="Img/sendemail.webp" alt="">
</div>
</div>
</div>
</footer>
<div style=" padding: 22px;
color: white;
display: flex;
justify-content: center;
background: #0e1116;">
<div style=" width: 1200px;">COPYRIGHT © 2023 - ALL RIGHTS RESERVED DEVELOPED BY <a class="developertag"
target="_blank" href="https://imamangupta.in">BINARY BRAINS</a> </div>
</div>
</body>
</html>