-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathevent.html
132 lines (128 loc) · 5.56 KB
/
event.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
<!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">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/resp.css">
<link rel="stylesheet" href="css/style2.css">
<link rel="shortcut icon" type="image/png" href="img/android-chrome-512x512.png">
<title>Events at ConsoleMax</title>
</head>
<body>
<header>
<nav class="navbar navbar1">
<div class="navcont center visi">
<ul class="column1">
<li><a href="index.html">Home</a> </li>
<li><a href="event.html">Events</a></li>
<li><a href="membership.html">Membership</a></li>
<li><a href="#contact">Contact</a></li>
<li><a href="index.html#tutorials">Tutorials</a></li>
</ul>
</div>
<div class="burger">
<div class="line"></div>
<div class="line"></div>
<div class="line"></div>
</div>
<div>
<img class="logo" src="img/logo2.png" alt="logo">
</div>
</nav>
</header>
<div class="heading center">
ConsoleMax<span class="subhead">.com</span>
</div>
<main>
<div class="first">
<div class="grey align">
Upcoming events at ConsoleMax
</div>
<ul>
<li class="row resp">
<div class="center column">
<span class="grey margin align">BattleFields Arena</span>
<div>
This arena is going to be one of the greatest stages to show your <span class="blue"> Battle skills</span>. This will be a international event, where top gamers from different countries will be participating for winning the biggest <span class="blue">Battleground Crown. </span>
</div>
<a href="#" class="margin">Click here for participation form</a>
</div>
<div>
<img class="picsize" src="img/battleg.jpg" alt="battle">
</div>
</li>
<li class="row resp2 center">
<div>
<img class="picsize" src="img/halorant.jpg" alt="battle">
</div>
<div class="center column">
<span class="grey margin align" >Halorant talent hunt</span>
<div>
This talent hunt event is all a budding gamer needs to become of the best.
The talent hunt consists of prizes like gaming pcs ,free tutorials and much more and the top 3 players will get the oppurtunity to represent ConsoleMax at <span class="blue" >MegaGames 2021.</span>
</div>
<a href="#" class="margin">Click here for participation form</a>
</div>
</li>
<li class="row resp">
<div class="center column">
<span class="grey margin align">Chess team championship</span>
<div>
This championship is one of its kind whether its the way in which it is conducted or the prizes available.
There will be <span class="blue" >different open categories</span> so that each one of you can take part and win big.
</div>
<a href="#" class="margin">Click here for participation form</a>
</div>
<div>
<img class="picsize" src="img/chess.jpg" alt="battle">
</div>
</li>
</ul>
</div>
</main>
<footer>
<div class="foot center">
<div class="margin">
CONTACT US
<ul>
<li class="item2">
Main Office-24/c,Prakash Road,Delhi-110001
</li>
<li class="item2">
</li>
<li class="item2">
Helpline Number-951*****25
</li>
</ul>
</div>
<div class="margin">
CONNECT WITH US AT
<div class="contact center" id="contact">
<div class="items">
<a href="#">
<img class="logo2" src="img/fb2.png" alt="fb">
</a>
</div>
<div class="items">
<a href="#">
<img class="logo2" src="img/InstagramPNG.png" alt="ig">
</a>
</div>
<div class="items">
<a href="#">
<img class="logo2" src="img/twitter.png" alt="twitter">
</a>
</div>
</div>
</div>
</div>
<div class="center last">
copyright © TryTryAchieve productions.
</div>
</footer>
</body>
<script src="js/home.js"></script>
</html>