-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
177 lines (151 loc) · 4.95 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Ludo Tournment </title></title>
<link rel="shortcut icon" type="image/x-icon" href="android-chrome-192x192.png">
<link rel="shortcut icon" type="image/png" href="android-chrome-192x192.png">
<link href="css/index.css" rel="stylesheet" type="text/css">
</head>
<body>
<nav id="mainNav">
<div class="nav-content">
<ul>
<li><a href="#secAbout" class="smooth_scroll">About</a></li>
<li><a href="#secSchedule" class="smooth_scroll">Schedule</a></li>
<li><a href="#secVenue" class="smooth_scroll">app</a></li>
<li><a href="#secPrize" class="smooth_scroll">Prize</a></li>
<li><a href="#secRegister" class="smooth_scroll">Register</a></li>
<li><a href="#secContact" class="smooth_scroll">contact Us</a></li
</ul>
</div>
</nav>
<section id="secHero">
<div class="hero-content">
<h1 style="font-family: 'Chathura', sans-serif;">NITA Ludo Tournment 2021</h1>
<a href="#secRegister"><button class="but-register">Register</button></a>
</div>
</section>
<section id="secAnnounce">
<div class="announce-content">
<div class="announce-head">Announcement</div>
<p class="announce-text">Registraion is opened </p>
</div>
</section>
<section id="secAbout">
<div class="hero-content">
<h2>Are you Bored at Home dont worry we are here to entertine you</h2>
<p>Entry Fee :15/-</p>
<p>Match will be between 4 members</p>
<p>after every match results should send to whatsapp as a screenshot</p>
<p>person should join the match at given time slot </p>
</div>
</section>
<section id="secSchedule" class="sec-container-dark">
<div class="sec-content">
<h2>Schedule</h2>
<p>LUDO TOURNAMENT STARTS FROM 23rd Jan, 2021 to 24th jan 2021. See you on the Ludo King!</p>
<div class="tab-container">
<table class="tab-schedule">
<tr>
<th>Activity</th>
<th>Start</th>
<th>End</th>
</tr>
<tr>
<td>Registraion</td>
<td>20th jan</td>
<td>22th jan</td>
</tr>
<tr>
<td>Tournment start</td>
<td>23rd jan (sat)</td>
<td>24th jan(sun)</td>
</tr>
<tr>
<td>Grand Finals</td>
<td>24th evening</td>
<td>----</td>
</tr>
</table>
</div>
</div>
</section>
<section id="secVenue">
<div class="hero-content">
<p style="font-size: 25px;">In Ludo King App</p>
<a class="hero-content" href="https://play.google.com/store/apps/details?id=com.ludo.king&hl=en_IN&gl=US"><p>Click here to download</p></a>
</div>
</section>
<section id="secPrize">
<div class="hero-content">
<h1>Prize Money</h1>
<h2>First prize :250/-</h2>
<h2>Second Prize :100/-</h2>
</div>
</section>
<section id="secRegister" class="sec-container-light">
<div class="sec-content">
<h2>Register</h2>
<p id="secRegisterPara">Fill out the following details to enter the tournament:</p>
<form id="formRegister" name="formRegister" class="form-content" method="post" onsubmit="return validateForm()" action="">
<div class="form-row">
<div class="form-group">
<label> Name</label>
<input type="text" id="fm-name-1" name="fm-name-1" pattern="[a-zA-Z\s]+" required>
</div>
<div class="form-group">
<label>email</label>
<input type="email" id="fm-name-2" name="fm-name-2" required>
</div>
</div>
<div class="form-row">
<div class="form-group">
<label>Mobile Number</label>
<input type="tel" id="fm-phone" name="fm-phone" pattern="[0-9]{10}" required>
</div>
</div>
<div class="form-row">
<div class="form-group">
<label>Branch</label>
<input type="text" id="fm-name-3" name="fm-name-3" pattern="[a-zA-Z\s]+" required>
</div>
</div>
<div class="form-row">
<div class="form-group">
<p id="validationInfo"></p>
</div>
</div>
<div class="form-row">
<div class="form-group">
<button id="fm-submit" type="submit" onClick="validateForm()">Submit</button>
</div>
</div>
</form>
</div>
</section>
<section id="secContact">
<div class="">
<h1 >contact details</h1>
<p style=";">Tokapuram uttam kumar:<a href="tel:9133160201">9133160201</a></p>
<p style=";">jeshwanth(punju):<a href="tel:9100772245">9100772245</a></p>
</div>
</section>
<section id="secPattern">
<div class="pattern-content"> </div>
</section>
<footer>
<div class="sec-content">
<div class="footer-social">
<a href="https://instagram.com/navvara_mama?igshid=79sm7gjbddy" target="_blank"><img src="images/social/instagram.png" alt="Instagram"></a>
<a href="https://youtube.com/channel/UCKsIvGF3-pq4UeVGSMqbhNA" target="_blank"><img src="images/social/youtube.png" alt="Youtube"></a>
</div>
<div class="footer-copyright">
<p>© tokapuram</p>
</div>
</div>
</footer>
</body>
</html>