-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.php
More file actions
86 lines (81 loc) · 4.65 KB
/
contact.php
File metadata and controls
86 lines (81 loc) · 4.65 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
<!DOCTYPE html>
<!--
Name: HomeKart
-->
<html>
<head>
<title>HomeKart</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<link href="layout/styles/layout.css" rel="stylesheet" type="text/css" media="all">
</head>
<body id="top">
<!-- ################################################################################################ -->
<!-- ################################################################################################ -->
<!-- ################################################################################################ -->
<div class="wrapper row0">
<div id="topbar" class="hoc clear">
<!-- ################################################################################################ -->
<div class="fl_left">
<ul>
<li><i class="fa fa-phone"></i> +00 (123) 456 7890</li>
<li><i class="fa fa-envelope-o"></i> homekart@home.com</li>
</ul>
</div>
<div class="fl_right">
<ul>
<li><a href="homepage.php"><i class="fa fa-lg fa-home"></i></a></li>
<li><a href="Login/log_sign.php">Login / Register</a></li>
</ul>
</div>
<!-- ################################################################################################ -->
</div>
</div>
<!-- ################################################################################################ -->
<!-- ################################################################################################ -->
<!-- ################################################################################################ -->
<div class="wrapper row1">
<header id="header" class="hoc clear">
<div id="logo">
<!-- ################################################################################################ -->
<h1><a href="homepage.php">HOMEKART</a></h1>
<p>A HOME RENNOVATION COMPANY</p>
<!-- ################################################################################################ -->
</div>
<nav id="mainav" class="clear">
<!-- ################################################################################################ -->
<ul class="clear">
<li class="active"><a href="homepage.php">Home</a></li>
<li><a href="about.php">About us</a></li>
<li><a href="services.php">services</a></li>
<li><a href="#">contact</a></li>
</ul>
<!-- ################################################################################################ -->
</nav>
</header>
</div>
<!-- ################################################################################################ -->
<!-- ################################################################################################ -->
<!-- ################################################################################################ -->
<div class="bgded overlay" style="background-image:url('photo/home.jpg'); background-size: cover;position: absolute; width:100%;height:100%;left: 0px;top:180px;">
<!-- ################################################################################################ -->
<div style="position: relative;top:50px; text-align: center;width: 1000px;height: 300px; left: 150px;">
<article>
<font size="50px" style="position: relative;top:0px; left: 40px;">CONTACT HOMEKART</font>
<div style="position: absolute; top:100px;left:100px;"><img src="photo/a.jpg" style="border-radius:100%; width: 200px;height: 200px;"><br>XYZ ABCh<br>1234567890<br>HOMEKART@HOME.COM</div>
<div style="position: absolute; top:100px;left:450px;"><img src="photo/a.jpg" style="border-radius:100%; width: 200px;height: 200px;"><br>XYZ ABC<br>1234567890<br>HOMEKART@HOME.COM</div>
<div style="position: absolute; top:100px;left:800px;"><img src="photo/a.jpg" style="border-radius:100%; width: 200px;height: 200px;"><br>XYZ ABC<br>1234567890<br>HOMEKART@HOME.COM</div>
</article>
</div>
<!-- ################################################################################################ -->
</div>
</div>
<!-- ################################################################################################ -->
<!-- ################################################################################################ -->
<!-- ################################################################################################ -->
<script src="layout/scripts/jquery.min.js"></script>
<script src="layout/scripts/jquery.backtotop.js"></script>
<script src="layout/scripts/jquery.mobilemenu.js"></script>
<script src="layout/scripts/jquery.flexslider-min.js"></script>
</body>
</html>