-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
120 lines (105 loc) · 3.08 KB
/
contact.html
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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
<!DOCTYPE HTML>
<!--
ASPA By BraveHearts
-->
<html>
<head>
<title>Contact Us</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="description" content="" />
<meta name="keywords" content="" />
<!--[if lte IE 8]><script src="css/ie/html5shiv.js"></script><![endif]-->
<script src="js/jquery.min.js"></script>
<script src="js/jquery.dropotron.min.js"></script>
<script src="js/skel.min.js"></script>
<script src="js/skel-layers.min.js"></script>
<script src="js/init.js"></script>
<noscript>
<link rel="stylesheet" href="css/skel.css" />
<link rel="stylesheet" href="css/style.css" />
</noscript>
<!--[if lte IE 8]><link rel="stylesheet" href="css/ie/v8.css" /><![endif]-->
</head>
<body>
<!-- Header Wrapper -->
<div class="wrapper style1">
<!-- Header -->
<div id="header">
<div class="container">
<!-- Logo -->
<h1><a href="#" id="logo"></a></h1>
<!-- Nav -->
<nav id="nav">
<ul>
<li class="active"><a href="index.html">Home</a></li>
<li><a href="about.html">About</a>
<li><a href="gallery.html">Gallery</a></li>
<li><a href="projects.html">Projects</a></li>
<li><a href="contact.html">Contact Us</a></li>
</ul>
</nav>
</div>
</div>
</div>
</div>
</div>
<!-- Main -->
<div id="main" class="wrapper style4">
<!-- Content -->
<div id="content" class="container">
<section>
<header class="major">
<h2>Contact Us</h2>
<!-- <span class="byline"></span> -->
</header>
<p><B>H.O.:10/862,Kottappuram,<br />
Alangadu P.O.,Aluva-683 511,<br />
Ernakulam Dist., Kerala, India,<br />
</B></p>
</section>
</div>
</div>
<!-- Team -->
<div class="wrapper style5">
<section id="team" class="container">
<header class="major">
<h2>Contact </h2>
<span class="byline"></span>
</header>
<div class="row">
<div class="3u">
<a href="#" class="image"><img src="images/saj.jpg" alt=""></a>
<h3>MR. K.R SAJAN</h3>
<p>Managing Director <br />
9142069147<br />
sajanaluva22@gmail.com<br /></p>
</div>
<div class="3u">
<a href="#" class="image"><img src="images/sa.jpg" alt=""></a>
<h3>MR. A.B SATYANARAYANAN</h3>
<p>Director<br />
9745614730<br />
satyadevus@yahoo.com<br /></p>
</div>
<!-- <div class="3u">
<a href="#" class="image"><img src="images/cnr.jpg" alt=""></a>
<h3> Justice C. N. RAMACHANDRAN NAIR</h3>
<p>Member, Advisory Committee<br />
</p>
</div> -->
<!-- <div class="3u">
<a href="#" class="image"><img src="images/placeholder.png" alt=""></a>
<h3>Unknown</h3>
<p>Unknown</p>
</div> -->
</div>
</section>
</div>
<!-- Footer -->
<!-- Copyright -->
<div id="copyright">
Copyright © 2016 <a href="">BRAVEHEARTS,All Rights Reserved</a>
</div>
</div>
</body>
</html>