-
Notifications
You must be signed in to change notification settings - Fork 0
/
home1.php
47 lines (46 loc) · 1.78 KB
/
home1.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
<!DOCTYPE html>
<html>
<head>
<title>Home</title>
<link rel="stylesheet" href="hostel/style.css" type="text/css">
<style type="text/css">
<!--
body {
background-color:#0FC;
}
.style1 {color: #000099}
.style2 {
color: #660033
}
.style3 {color: #660033}
</style></head>
<body>
<div style="background-color:#999" width:100%;>
<h1><img src="images/tumlog.jpg" width="126" height="95" alt="TUMSA" />
<span class="style1">TECHNICAL UNIVERSITY OF MOMBASA ONLINE HOSTEL</span></h1>
</div>
<h1 align="left"><i> <marquee direction="right" behavior="alternate" >COME STAY WITH US!!</marquee></i></h1>
<h2 align="right" class="style2"><marquee direction="left" behavior="alternate" >HOME AWAY FROM HOME!!</marquee></h2>
<p align="center"><img src="images/rtrtry.jpg" width="900" height="300" align="absmiddle" class="style1"></p>
<br>
</h2>
<div align="center" style="background-color:#FFF">
<a href="index1.php">HOME</a> <a href="userlogin.php">STUDENTS</a> NOTICE BOARD
</div>
<br>
<fieldset style="background-color:#6FC">
<h2 align="left">The main entrance<br>to the university</h2>
<p><img src="images/erett.jpg" width="288" height="177">
<img src="images/rtrtry.jpg" width="288" height="177"></p>
<p >THE HOSTEL THAT PROVIDE A CONDUCIVE ENVIRONMENT FOR LEARNING <br>
1. READING ROOM<br>2.CLUBS<br>3.ENTERTAINMENT<br></p>
</fieldset>
<div align="right" width="150" heght="100"> CONTACT US <br>For General Inquiries<br>contact us on<br> Telephone : (254)41-2492222/3, 2490571<br></div>
<div id="footer" style="background-color:#FFA500;clear:both;text-align:center;">
<p>©2014. The Technical university of Mombasa | Design by Sammy Mutisya: C.S project<br>
<br>
</p>
</div>
</body>
</html>