-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.php
83 lines (76 loc) · 3.41 KB
/
contact.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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title><?php include("includes/title.php");?></title>
<link rel="stylesheet" type="text/css" href="xres/css/style.css" />
<link rel="icon" type="image/png" href="xres/images/favicon.png" />
<link type="text/css" href="css/styles.css" rel="stylesheet" media="all" />
<link type="text/css" href="css/font-awesome.min.css" rel="stylesheet" />
</head>
<body>
<div id="wrapper">
<div id="header">
<h1><a href="index.php"><img src="xres/images/logo.png" class="logo" /></a></h1>
<ul id="mainnav">
<li><a href="index.php">Home</a></li>
<li><a href="gallery.php">Gallery</a></li>
<li><a href="history.php">History</a></li>
<li><a href="routes.php">Routes</a></li>
<li><a href="location.php">location</a></li>
<li class="current"><a href="contact.php">Contact Us</a></li>
</ul>
</div>
<div id="content"><p>
<div id="gallerycontainer" style="text-align:center">
<div class="portfolio-area" style="margin:0 auto; padding:140px 20px 20px 20px; width:820px;">
<h2 style="color:#000; font-weight:bold; background-color:#FFC000; text-align:center">Contact Us</h2><br>
<div id="contactleft" style="color:#000">
<b>HEAD OFFICE</b><br>
21 Pan Drive, Kanuri Industrial Area,
<br> Kaduna State.
<br><br>
<b>OUR PARK</b>
<br> - Television Garage
<br> - Kaduna Line Angwan Sarki
<br> - Mando Motor Park
<br><br>
<b>Contact Numbers:</b><br>
<i class="fa fa-envelope"></i> kadunaline@kdsg.gov.ng
<br>
<i class="fa fa-phone"></i> +234 8036048203<br/> <i class="fa fa-phone"></i> +234 8061544979<br>
</div><br>
<!-- <div id="contactright">
<h3>Message Form</h3>
<form class="validate" action="messageexec.php" method="POST">
<p>
<label for="name" class="required label">Name:</label><br>
<input id="name" class="contactform" type="text" name="name" />
</p>
<p>
<label for="email" class="required label">Email:</label><br>
<input id="email" class="contactform" placeholder="Example: john@doe.com" type="text" name="email" />
</p>
<p>
<label for="subject" class="required label">Subject:</label><br>
<input id="subject" class="contactform" type="text" name="subject" />
</p>
<p>
<label id="message-label" for="message" class="required label">Message:</label><br>
<textarea id="message" class="contactform" name="message" cols="28" rows="5"></textarea>
</p>
<p>
<label></label>
<input class="contactform" id="submit-button" type="submit" name="Submit" value="Submit" style="height: 35px;" />
</p>
</form>
</div> -->
<div class="column-clear"></div>
</div>
<div class="clearfix"></div>
</div>
</div>
<?php include("includes/footer.php");?>
</div>
</body>
</html>