-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
162 lines (153 loc) · 5.97 KB
/
index.html
File metadata and controls
162 lines (153 loc) · 5.97 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Document</title>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css"
/>
<link
rel="stylesheet"
href="https://use.fontawesome.com/releases/v5.0.12/css/all.css"
/>
<link href="styles.css" rel="stylesheet" />
</head>
<body>
<div class="wrapp">
<div id="overlayt" class="overlayt">
<div id="countert" class="countert"></div>
<span id="closeBtnt" class="close-btnt">X</span>
</div>
<div class="navbar">
<img src="revelations.png" alt="revelations_logo.png" class="logo" />
<div>
<a href="#"><button class="button back">Back</button></a>
<a href="#"><button class="button reg">Register</button></a>
</div>
</div>
<div id="sectionChess">
<div class="chessimg">
<img class="chessimage" src="fifa.jpg" />
</div>
<div class="container">
<h1>FIFA</h1>
<p class="tag">Show some skills bro! but don't get red card</p>
<p><strong>Date:</strong> Insert Date</p>
<p><strong>Time:</strong> Insert Time</p>
<p><strong>Location:</strong> Insert Venue</p>
<br />
<h2>About the Event:</h2>
<p>
Join us for an intense battle of wits and strategy at the
Revelations FIFA Tournament! Whether you're a seasoned player or
just beginning to explore the world of FIFA, this event promises an
exciting opportunity to showcase your skills and compete against
fellow enthusiasts. Open to all students, this competition offers a
chance to test your strategic thinking, tactical prowess, and
ability to outmaneuver your opponents on the checkered battlefield.
</p>
<h2>Rules and Regulations:</h2>
<ol>
<li>Platform - FIFA 19 (Updated Teams)</li>
<li>
Controller players must bring their own controller or keyboard.
</li>
<li>
Opponent allotment - Randomly chosen by the organizers, Half
length - 6 minutes, Tournament type: 1V1 (Knockout), Camera:
Co-Op, Difficulty- World Class.
</li>
<li>
There will be a moderator always present throughout the course of
the match.
</li>
<li>
During an ongoing match the game cannot be paused by an individual
unless the ball goes outside for a throw-in/goal kick/free kick.
</li>
<li>
Before pausing, the participant must ask the moderator for
permission.
</li>
<li>
Any technical difficulty found must be informed immediately to the
moderators. In that case, the match may be replayed.
</li>
<li>
A draw (tie-in score) will be resolved by extra time (Classic)
followed by a penalty shootout.
</li>
<li>
Use of abusive words/misconduct will result in immediate
disqualification.
</li>
<li>
In case of any dispute, the decision of the moderators will be
final.
</li>
</ol>
<h2>Prizes:</h2>
<p>
Exciting prizes await the top performers, including trophies,
certificates of achievement, and recognition for their exceptional
FIFA prowess. Additionally, all participants will have the chance to
gain valuable experience, forge new friendships, and immerse
themselves in the thrilling world of competitive FIFA.
</p>
<h2>Registration:</h2>
<p>
Registration for the Revelations FIFA Competition is free and open
to all interested participants. To secure your spot in the
tournament, simply fill out the registration form by clicking on the
Register button now!
</p>
<h2>Contact Information:</h2>
<p>
For any inquiries or further information regarding the FIFA
competition, please feel free to contact us at [insert contact email
or phone number].
</p>
<div class="btn">
<button class="button lst">Register Now</button>
</div>
</div>
</div>
<div class="counter-container" id="counterContainer">
<div class="inblock">
<h1 class="regcount">Registration Count</h1>
<div class="counter" id="counter">0</div>
</div>
</div>
<footer>
<div class="footcontainer" id="footer">
<img src="cup.png" class="cup" />
<div class="grid">
<div class="column-xs-12">
<ul class="social">
<li>
<a href="#" target="_blank" rel="noopener noreferrer"
><span class="fab fa-twitter"></span
></a>
</li>
<li>
<a href="#" target="_blank" rel="noopener noreferrer"
><span class="fab fa-linkedin"></span
></a>
</li>
<li>
<a href="#" target="_blank" rel="noopener noreferrer"
><span class="fab fa-github"></span
></a>
</li>
</ul>
<p class="copyright">© Copyright 2024 Revelations</p>
</div>
</div>
</div>
</footer>
</div>
<script src="script.js"></script>
</body>
</html>