-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.php
More file actions
88 lines (85 loc) · 3.07 KB
/
contact.php
File metadata and controls
88 lines (85 loc) · 3.07 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta charset="utf-8">
<title>::FDC::</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<!-- Le styles -->
<link href="bootstrap/css/bootstrap.css" rel="stylesheet">
<link id="switch_style" href="bootstrap/css/united/bootstrap.css" rel="stylesheet">
<link href="css/main.css" rel="stylesheet">
<link href="css/jquery.rating.css" rel="stylesheet">
</head>
<body>
<div class="container">
<?php require_once('header.php');?>
<div class="row">
<!--SLIDER HERE--><!--SLIDER-->
<div class="span8">
<h4 class="breadcrumb">CONTACT FDC</h4>
<p>
<div class="row">
<div class="span6">
<!-- <form class="form-horizontal" method="post" action="#">-->
<!-- <fieldset>-->
<!-- <p>-->
<!-- If you would like to get back to us for anything, kindly use the form below. Thanks.-->
<!-- </p>-->
<!---->
<!-- <br />-->
<!-- <div class="control-group">-->
<!-- <label for="focusedInput" class="control-label">First Name:</label>-->
<!-- <div class="controls">-->
<!-- <input type="text" placeholder="your first name" id="focusedInput" class="input-xlarge focused span6">-->
<!-- </div>-->
<!-- </div>-->
<!-- <div class="control-group">-->
<!-- <label class="control-label">E-Mail Address:</label>-->
<!-- <div class="controls">-->
<!-- <input type="text" placeholder="your email" class="input-xlarge span6">-->
<!-- </div>-->
<!-- </div>-->
<!-- <div class="control-group">-->
<!-- <label for="textarea" class="control-label">Enquiry:</label>-->
<!-- <div class="controls">-->
<!-- <textarea rows="3" id="textarea" placeholder="What would you like to contact us about?" class="input-xlarge span6"></textarea>-->
<!-- </div>-->
<!-- </div>-->
<!---->
<!-- <div class="span6">-->
<!-- <button class="btn btn-primary pull-right" style="margin-right: 20px;" type="submit">Continue</button>-->
<!-- </div>-->
<!-- </fieldset>-->
<!-- </form>-->
</div>
</div>
<br>
<div class="span7">
<h3>Address:</h3>
<p>Faculty House,</p>
<p> Winners' Road,</p>
<p> Agudama, Yenagoa,</p>
<p>Bayelsa State. </p>
<br>
<h3>Telephone:</h3>
<p>080***********</p>
<br>
<h3>Email:</h3>
<p><a href="mailto:facultyhouse2010@gmail.com">facultyhouse2010@gmail.com</a></p>
</div>
</div>
<div class="span4 pull-right">
<?php require_once 'login_newaccount.php';?>
</div>
</div>
<!--sponsorship partnership
<div class="row-fluid mardiv span12">
<marquee>sponsors link</marquee>
</div>-->
<?php require_once('footer.php');?>
</div>
</body>
</html>