-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.php
More file actions
97 lines (87 loc) · 4.97 KB
/
about.php
File metadata and controls
97 lines (87 loc) · 4.97 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
89
90
91
92
93
94
95
96
97
<!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.php">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: 800px;height: 300px; left: 250px;">
<article>
<!--<p>Duis lacinia rhoncus volutpat quisque</p>-->
<font size="50px" style="position: relative;top:0px; left: 20px;">WELCOME TO HOMEKART</font>
<p style="text-align: center;">
<div style="postion: relative;top:50px; left:500px;">
Improve your home from the ground up.<br>A to Z Home Rennovation
<br><br><br><br>Looking for home renovation builders? Let Refresh Renovations deliver the renovation of your dreams – on time and within your budget.
<br>As much as we love improving our homes, a major renovation can sometimes feel daunting. This is why we encourage you to take the time to ensure you are choosing the right partner.
<br>You are at the heart of everything we do! It is our honour to be with you every step of the way, on your journey that leads to the creation of a home that is a unique reflection of you. This is why we have developed a tried and true renovation model to reflect what we think you value most!.</p>
</div>
</p>
</article>
</div>
</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>