-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.php
More file actions
62 lines (53 loc) · 2.3 KB
/
index.php
File metadata and controls
62 lines (53 loc) · 2.3 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
<!DOCTYPE html>
<html lang="en">
<head>
<?php
include 'head.php';
?>
<title>Fans Of Gaming (FOG)</title>
</head>
<body>
<?php
include 'navigation.php';
?>
<div class="container">
<!--<div class="row text-center eventsstrip">
Upcoming FOG Events
</div>-->
<div class="row text-center">
<h2>Upcoming Events</h2>
<div class="divider"></div>
</div>
<div class="row">
<div class="text-center col-md-6 col-sm-12">
<a href="FOGCON2015"><img src="img/FOGCON_Logo.png" class="img-responsive" border="0" /></a><br />
<h2>FOG CON 2015</h2>
<p>May 29 - 31, 2015<br />
The Avanti Dome<br />
Pekin, IL</p>
<p><a href="FOGCON2015" class="btn btn-sm btn-default">Learn More <span class="fa fa-fw fa-angle-double-right"></span></a></p>
</div>
<span class="text-center col-md-6 col-sm-12"><img src="img/FOGGameDay_2015_Logo.png" class="img-responsive" border="0" /></span>
<div class="text-center col-md-6 col-sm-12">
<h2>FOG Game Day 2015</h2>
<p>October 3, 2015<br />
The Avanti Dome<br />
Pekin, IL</p>
<!--<p>Only $10.00 for entire day of gaming! </p> -->
<p><em>Check back soon for more details.</em></p>
</div>
</div>
<div class="row">
<div class="divider"></div>
<h2>About Fans of Gaming (FOG)</h2>
<p>Fans of Gaming was established to provide a premier gaming convention experience to all types of gamers in the Central Illinois Region. It was always foremost on the minds of the founders, when designing FOG CON, to create a gaming convention, one they themselves would enjoy attending.</p>
<p>Like many diehard gamers, the founders of the Fans of Gaming have been gaming with their friends at home, and have attended gaming conventions for decades. Thus when developing FOG CON, its founders wanted to make sure they were providing a gaming convention experience open to all gamers.</p>
<p>We hope to see you soon, that is, if we can see you through the “FOG of CON!"</p>
<a href="contact.php" title="Contact Us" class="btn btn-default">Contact Fans of Gaming</a>
</div>
</div><!-- /.container -->
<?php
include 'footer.php';
?>
</body>
</html>