-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathEvents.html
56 lines (52 loc) · 1.66 KB
/
Events.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
<!DOCTYPE html>
<html>
<head>
<title>Battlegrounds</title>
<link rel="stylesheet" type="text/css" href="Events.css">
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Hanalei Fill">
</head>
<body>
<div class="header">
<a href="Home.html"><img src="logo.jpg" style="float: left;"></a>
<div style="float: right;">
<div class="menu">
<ul>
<li><strong><a href="Welcome.html">Home</a></strong></li>
<li><strong><a href="Battlegrounds.html">Battlegrounds</a></strong></li>
<li><strong><a href="Discover.html">Discover</a></strong></li>
<li><strong><a href="Events.html">Events</a></strong></li>
</ul>
</div>
<div class="topright">
<a href="http://www.facebook.com"><img src="fb.png" style="height: 2vw;width: 2vw;"></a>
<a href="http://www.twitter.com"><img src="twitter.png" style="height: 2vw;width: 2vw;"></a>
<a href="http://www.google.com/gmail"><img src="gmail.jpg" style="height: 2vw;width: 2.5vw;"></a>
</div>
</div>
</div>
<div>
<h1>PUBG CSE - March 14 2019</h1>
<div class="responsive">
<div class="gallery">
<a target="_blank" >
<img src="eventposter.jpg" alt="Poster" width="600" height="400">
</a>
<div class="desc">Event CSE PUBG</div>
</div>
</div>
<div class="responsive">
<div class="gallery">
<a target="_blank" href="">
<img src="eventwinners.jpg" alt="Winner" width="600" height="400">
</a>
<div class="desc">Event Winner</div>
</div>
</div>
<div class="clearfix"></div>
<div>
<h1>Be Prepared More Events Coming Soon...</h1>
</div>
</div>
<div class="clearfix"></div>
</body>
</html>