-
Notifications
You must be signed in to change notification settings - Fork 7
/
index.php
69 lines (42 loc) · 2.57 KB
/
index.php
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
<?php
include "header.php";
?>
<br>
<br>
<!-- Main 3 past events -->
<div><center><h3><u>Recent Events</u></h3></center></div></br>
<div class="row">
<div class = "col-sm-4">
<img src="img/homepage_images/dota2.jpg" alt="sampleimg1" style="width:100%">
<h3 class="event-h3"> Dota 2 Mini Lan 2018 </h3>
<p class="event-paragraph ">SLIIT's Gaming community joined forces to bring "MINI LAN PARTY "
gaming competitions annually with the intension of assembling SLIIT students towards encouraging and
developing different set of skills and capabilities in Gaming Industry.
</p>
<div style="left: 40px;"><button type="button" class="btn btn-dark" style="margin-left:132px; margin-top:10px;">Read more</button></div> <!-- Redirect to the page -->
</div>
<div class = "col-sm-4">
<img src="img/samples/sample2.jpg" alt="sampleimg2" style="width:100%">
<h3 class="event-h3"> Game Fest School Event 2018 </h3>
<p class="event-paragraph ">As a part of Gamefest, school event held every year targeting school children by
conducting mini hackathons and development worshops.This was organized with the intension of improving awareness about
the Institute and its achievements along with helping the students to exapand their knowlegde on IT industry.Futher these
development workshops mainly targeted on educating school children about game development tools and giving them a chance to develop a
small game by their own within an allocated time slot.
</p>
<button type="button" class="btn btn-dark" onclick="window.location.href='gfschool2k18.php#gfschool2k18'" style="margin-left:132px; margin-top:10px;" >Read more</button> <!-- Redirect to the page -->
</div>
<div class = "col-sm-4">
<img src="img/homepage_images/gamefest2018.jpg" alt="sampleimg3" style="width:100%">
<h3 class="event-h3"> Game Fest 2018 </h3>
<p class="event-paragraph "> "SLIIT Gamefest", a leading spotlight amongst all other esports tournaments,which is conducted annually
as a two day event with the participation of gamers around the country.This event comprised of major competitive gaming categories like
COD,DOTA,CS:GO,League of Legends,Clash royale and FIFA....
</p>
<button type="button" class="btn btn-dark" onclick="window.location.href='gamefest2k18.php#gfest2k18'" style="margin-left:132px; margin-top:10px;" >Read more</button> <!-- Redirect to the page -->
</div>
</div>
<!-- Main 3 past events -->
<?php
include "footer.php";
?>