-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfuture.php
37 lines (28 loc) · 888 Bytes
/
future.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
<!DOCTYPE html>
<!-- PHP variables -->
<?php $thisPage="future"; ?>
<html>
<head>
<?php include("phpincludes/head.php"); ?>
</head>
<body>
<?php include("phpincludes/nav.php"); ?>
<div class="pageContent">
<div class="future-disclaimer"><strong>
Events listed here are not final and may change.
<br>
Check the home page for the finalized (current and previous) events.
</strong></div>
<!--<div class="event"><span style="text-align: center">
<h2><span style="color: #e23434">
No more events for the 2016-2017 school year
</span></h2>
<div class="info">
<p>
See you next Fall for an awesome 2017-2018 school year with ACM-CSU!
</p>
</div>
</span></div> -->
</div>
</body>
</html>