-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathglance.php
27 lines (23 loc) · 1.03 KB
/
glance.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
<?php
$page_title="Program at a Glance";
include("include/header.php");
?>
<div data-role="content" style="text-align:left;padding-top: 0em;background-color:#e4e5e6">
<div class="ui-block-a" style="width:100%;height:100%;background-color:#ffffff;padding-left: 15px;padding-right:15px;padding-top: 15px;">
<h1 style="text-align: center">Program at a Glance</h1>
<p style="text-align: center">Conference Program and Information Booklet is available<a href="files/msn 2023 booklet.pdf" target="_blank"> here</a>.</p>
<img style="width:100%;" src="images/program/plan.jpg">
<br><br><br>
</div>
<!-- <div class="ui-block-b" style="width:30%;height:100%;background-color:#e4e5e6;padding:20px 15px 15px 15px">
<h1>News</h1>
<?php
// include("include/news.php")
?>
<h1>Important Days</h1>
<?php
// include("include/dates.php")
?>
</div>
</div>
<?php include ("include/footer.php"); ?>