Skip to content

Commit 1bedf15

Browse files
committed
Make a 40th landing pagefor easy info
1 parent 160380e commit 1bedf15

2 files changed

Lines changed: 20 additions & 6 deletions

File tree

40th.php

Lines changed: 19 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,25 @@
11
<?php include "header.php"; ?>
22
<div id="big" class="title">
3-
<div class="wrapper">
4-
</div>
3+
<div class="wrapper">
4+
</div>
55
</div>
66
<div id="content">
7-
<div id="cWrapper" style="text-align:center; " />
8-
<img id="40th-banner" src="images/40th.jpg" width="80%" />
9-
</div>
7+
<div id="cWrapper" />
8+
<div class="40th_docs" style="float: right; width 30%;">
9+
<h2>Quick Links</h2>
10+
<br />
11+
<ul>
12+
<li><a href="40th_chairman_letter.php">Chairman Letter</a></li>
13+
<li><a href="40th_save_the_date.php">Save the Date</a></li>
14+
</ul>
15+
</div>
16+
<h2>40th News</h2>
17+
<div class="40thupdate" style="float: left; width: 70%;">
18+
<br />
19+
<h5><p>12/04/2015</p></h5>
20+
<p class="40th_info">Recently added the <a href="40th_chairman_letter.php">letter from our chairman</a> Andrew Glaude. This letter gives a high level overview of the event including activities and the formal dinner.</p>
21+
</div>
22+
</div>
23+
</div>
1024
</div>
1125
<?php include "footer.php"; ?>

header.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ function calledFrom() {
6060
</li>
6161

6262
<li>
63-
<a href="/40th_chairman_letter.php" <?php if ( calledFrom() == "40th") { ?>class="selected"<?php } ?>>40th Anniversary</a>
63+
<a href="/40th.php" <?php if ( calledFrom() == "40th") { ?>class="selected"<?php } ?>>40th Anniversary</a>
6464
<ul>
6565
<li>
6666
<a href="/40th_chairmman_letter.php">Save the Date</a>

0 commit comments

Comments
 (0)