-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathphoto_gallery.html
More file actions
58 lines (50 loc) · 2.17 KB
/
photo_gallery.html
File metadata and controls
58 lines (50 loc) · 2.17 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
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
<html>
<body bgcolor='#4A6984'>
<center>
<font size="6" color="#3399FF" align ='center'>PHOTO GALLERY</font></span></h2>
</center><hr>
<p> </p>
<table border="0" width="100%">
<tr>
<td width="25%" align="center">
<p align="center">
<a href="gallery_agriculture.html">
<img border="0" src="photo%20gallery/agrinew.gif" width="140" height="97"></a><br>
<font size="2">Agriculture<b><u> </u></b>Department</font></td>
<td width="25%" align="center">
<a href="gallery_buildings.html">
<img border="0" src="photo%20gallery/generalnew.gif" width="140" height="97"></a><br>
<font size="2"> Buildings</font></td>
<td width="25%" align="center">
<a href="gallery_civil.html">
<img border="0" src="photo%20gallery/civilnew.gif" width="140" height="97"></a><br>
<font size="2">Civil<b><u> </u></b>Department</font></td>
<td width="25%" align="center">
<a href="gallery_computer%20n%20electronics.html">
<img border="0" src="photo%20gallery/compnew.gif" width="140" height="97"></a><br>
<font size="2">Comp<u><b> </b></u>&<u><b> </b></u>Elec<b><u> </u></b>Department</font></td>
</tr>
<tr>
<td width="25%" align="center">
<a href="gallery_electrical.html">
<img border="0" src="photo%20gallery/elecnew.gif" width="140" height="97"></a><br>
<font size="2"> Electrical<u><b> </b></u>Department </font>
</td>
<td width="25%" align="center">
<a href="gallery_mechanical.html">
<img border="0" src="photo%20gallery/mechanical%20department.psd.gif" width="140" height="97"></a><br>
<font size="2">Mechanical<u><b> </b></u>Department </font></td>
<td width="25%" align="center">
<a href="gallery_ref.html">
<img border="0" src="photo%20gallery/Refrigration%20department%20copy.psd.gif" width="140" height="97"></a><br>
<font size="2">Ref<u><b> </b></u>&<b><u> </u></b>Ac<u><b> </b></u>
Department</font></td>
<td width="25%" align="center">
<a href="gallery_adminis.html">
<img border="0" src="photo%20gallery/administrative%20building%204%20copy.psd.gif" width="140" height="97"></a><br>
<font size="2">Administrative<u><b> </b></u>Building</font></td>
</tr>
</table>
<p> </p>
</body>
</html>