-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathabout.php
10 lines (10 loc) · 874 Bytes
/
about.php
1
2
3
4
5
6
7
8
9
10
<?php include('head.php'); ?>
<table class="view">
<tr class="sector"><td colspan="4" class="sector">Information</td></tr>
<tr class="stock"><td class="name">About Us</td></tr>
<tr class="stock" onclick="document.location = 'https://github.com/swghosh/Campaign-Treasurer-Companion-Web-App/blob/master/LICENSE.MD';"><td class="name">License</td></tr>
<tr class="stock"><td class="name">Rules, Regulations and Disclaimer</td></tr>
<tr class="stock" onclick="document.location = 'https://github.com/swghosh/Campaign-Treasurer-Companion-Web-App';"><td class="name">Open-source Project on GitHub</td></tr>
<td colspan="4" class="sector copyright">© Campaign Treasurer, Prayas 17 Fest, Christ University.<br>Designed and Developed by Swarup Ghosh.</td>
</table>
<?php include('foot.php'); ?>