-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.php
61 lines (59 loc) · 2.89 KB
/
about.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>E-TOKK | About</title>
<?php include('php/header.php'); ?>
==============================content================================-->
<section id="content">
<div class="container_12">
<div class="grid_4 bot-1">
<h2 class="top-6">Contact Us</h2>
<div class="map">
<iframe src="http://maps.google.com/maps?f=q&source=s_q&hl=en&geocode=&q=Brooklyn,+New+York,+NY,+United+States&aq=0&sll=37.0625,-95.677068&sspn=61.282355,146.513672&ie=UTF8&hq=&hnear=Brooklyn,+Kings,+New+York&ll=40.649974,-73.950005&spn=0.01628,0.025663&z=14&iwloc=A&output=embed"></iframe>
</div>
<dl>
<dt>8901 Katubedda Road, <br>
Moratuwa.</dt>
<dd><span>Telephone: </span>+94 0774685411</dd>
<dd><span>E-mail: </span><a href="#" class="link">[email protected]</a></dd>
</dl>
</div>
<div class="grid_8">
<div class="block-1 top-5">
<div class="block-1-shadow">
<h2 class="clr-6 p6">A Few Words About Us</h2>
<p class="clr-6"><strong>History</strong></p>
<p class="clr-6">E-TOKK College of Technology is the oldest technical college in Sri Lanka. Formally known as the Ceylon Technical College which was an institution of higher education for Technical and Scientific fields in Ceylon and a government department.</p>
<div class="pad-3"> <img src="images/page2.jpg" height="200px" width="200px" alt="" class="img-border img-indent">
<div class="extra-wrap clr-6">
<p><strong>Standard</strong></p>
<p>We provide best education for all students. We provide best cauching for all students by well trained lecturers and training assistants.</p>
</div>
</div>
<h2 class="clr-6 p6">What We Offer</h2>
<p class="clr-6"><strong>Best sources</strong></p>
<p class="clr-6">We provide a best surrounding for the students to learn:</p>
<div class="lists">
<ul class="list-2">
<li><a href="#">Well trained lecturers</a></li>
<li><a href="#">Library</a></li>
<li><a href="#">Playground</a></li>
<li><a href="#">Lecture halls</a></li>
</ul>
<ul class="list-2 last">
<li><a href="#">Gym</a></li>
<li><a href="#">Proper labs</a></li>
<li><a href="#">Peaceful surrounding</a></li>
<li><a href="#">Studying equipments</a></li>
</ul>
</div>
<div class="pad-2"> <a href="#" class="link-2">Read More</a> </div>
</div>
</div>
</div>
<div class="clear"></div>
</div>
</section>
</div>
</body>
</html>