-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrecent_activities.php
More file actions
26 lines (26 loc) · 1.15 KB
/
recent_activities.php
File metadata and controls
26 lines (26 loc) · 1.15 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
<div>
<table class="table table-bordered">
<tr>
<td align="left">
<div>
<h4><b>Recent Activities</b></h4>
</div>
<div>
<li>
<h5><a href="bdnog4/registration.php">bdNOG4 Conference & Workshop Registration is now open</a></h5></li>
<li>
<h5><a href="bdnog4/cfp.php">bdNOG4 Conference & Workshop CfP is now open</a></h5></li>
<li>
<h5><a href="bdnog3/index.php">bdNOG3 Conference photo gallery</a></h5></li>
<li>
<h5><a href="http://www.sanog.org/resources/sanog26/SANOG26_Conf-bdNOG_Update.pdf" target="_blank">bdNOG update in SANOG26</a></h5></li>
<li>
<h5><a href="news/bdnog-teincc-signed-contract.php">bdNOG & TEIN**CC Signed Contract</a></h5></li>
<li>
<h5><a href="news/apnic-bdnog-mou.php">bdNOG & APNIC Signed MOU</a></h5></li>
</div>
</td>
</tr>
</tbody>
</table>
</div>