forked from SLIIT-GC/SLIIT-GC-Web-OLD
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontactus.php
114 lines (59 loc) · 2.32 KB
/
contactus.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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
<?php
include "header.php";
?>
<center id = "contact">
<div name="loadtohere" style="background-color=black;">
<center><h2>Executive Board </h2></center></br>
<table cellpadding="20" >
<tr>
<th style="text-align:center" > <img src="contact_img\janitha.png" alt="" width="100%" ></th>
<th style="text-align:center" > <img src="contact_img\empro.png" alt=" " width="100%" ></th>
<th style="text-align:center" > <img src="contact_img\rash2.png" alt=" " width="100%" ></th>
<th style="text-align:center" > <img src="contact_img\wanni.png" alt=" " width="89%" ></th>
</tr>
<tr>
<td style="text-align:center"><b> Janitha Jayakodi </b></td>
<td style="text-align:center"><b> Ashen Ranaweera </b></td>
<td style="text-align:center"><b> Rashan Perera </b></td>
<td style="text-align:center"><b> Pathum Wanniarachchi </b></td>
</tr>
<tr>
<td style="text-align:center"> President</td>
<td style="text-align:center"> Vice-President</td>
<td style="text-align:center"> Secretary</td>
<td style="text-align:center"> Treasurer</td>
</tr>
<tr>
<td style="text-align:center"> 071-6276072 </td>
<td style="text-align:center"> 071-3624615 </td>
<td style="text-align:center"> 071-6231947 </td>
<td style="text-align:center"> 071-9097612 </td>
</tr>
</table>
<table cellpadding="20" id = "contact2">
<tr>
<th style="text-align:center" > <img src="contact_img\legend.png" alt=" " width="100%" ></th>
<th style="text-align:center" > <img src="contact_img\malaka.png" alt=" " width="100%" ></th>
<th style="text-align:center" > <img src="contact_img\rivi.png" alt=" " width="75%" ></th>
</tr>
<tr>
<td style="text-align:center"><b> Nirodha Punarji </b></td>
<td style="text-align:center"><b> Malaka Buddhimal </b></td>
<td style="text-align:center"><b> Rivindu Wickramarachchi </b></td>
</tr>
<tr>
<td style="text-align:center"> Main Organizer</td>
<td style="text-align:center"> Main Coordinator</td>
<td style="text-align:center"> Main Organizer</td>
</tr>
<tr>
<td style="text-align:center"> 071-6367200 </td>
<td style="text-align:center"> 071-6286036 </td>
<td style="text-align:center"> 077-1894798 </td>
</tr>
</table>
</div>
</center>
<?php
include "footer.php";
?>