-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.php
More file actions
66 lines (66 loc) · 3.18 KB
/
index.php
File metadata and controls
66 lines (66 loc) · 3.18 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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="style2.css">
<title>Register</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<div>
<div class="jumbotron">
<h1>CSGO</h1>
<h3>Register for fun</h3>
</div>
<div class="container">
<div class="row">
<div class="col-md-2 col-sm-2">
<ul class="nav nav-pills nav-stacked">
<li role="presentation" class="active"><a href="index.php">Home</a></li>
<li role="presentation"><a href="register.php">Register</a></li>
<li role="presentation"><a href="teams.php">Teams</a></li>
</ul>
</div>
<div class="col-md-9 col-sm-9">
<div class="diviv">
<h1>Counter-Strike Global Offensive (CSGO)</h1>
</div>
<div class="diviv">
<h2>CSGO challenge presented to you by Computer science department in association with St. Joseph’s College (Autonomous) </h2>
</div>
<div class="diviv">
<h3>The most awaited event CSGO challenge is here to test your skills and strategies. Let us know you are a Pro by registering below.</h3>
</div>
<div class="subss">
<button class="btn btn-default" id="join" onclick= "window.location.href='register.php'">Click here to register</button>
</div>
<div class="three">
<h3>Before registering read the below guidelines and rules</h3>
<h4 class="headss">Guidelines:</h4>
<ul style="list-style-type:square" class="listss">
<li>Click the register button below to start the registration process.</li>
<li>All team members must register by entering their basic information. And then:</li>
<li>Click on Create team if no one from your team has created one, else click join team.</li>
<li>And please remember the password set by you and your team.</li>
<li>After which you should, immediately join our <b>Discord server</b> to receive further guidelines, the link to which is: <a href="https://discord.gg/Jjubww"><u>click here</u></a></li>
</ul>
</div>
<div class="three">
<h4 class="headss">Rules:</h4>
<ul style="list-style-type:square" class="listss">
<li>All the players should have CSGO game running on steam.</li>
<li>A team can consist of only 4(Bots will not be provided) or 5 members.</li>
<li>If a player switches to spectator mode, then that team will be disqualified.</li>
<li>Decision of the Event host's will be final and non negotiable.</li>
</ul>
</div>
<div class="subss">
<button class="btn btn-default" id="join" onclick= "window.location.href='register.php'">Click here to register</button>
</div>
</div>
<div class="col-md-1 col-sm-1">
</div>
</div>
</div>
</body>
</html>