-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathportfolio.php
More file actions
123 lines (94 loc) · 4.9 KB
/
portfolio.php
File metadata and controls
123 lines (94 loc) · 4.9 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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
<!DOCTYPE html>
<html lang="en">
<head>
<!-- META -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="keywords" content="" />
<meta name="author" content="" />
<meta name="robots" content="" />
<meta name="description" content="" />
<!-- PAGE TITLE HERE -->
<title>Shirke’s Platino Series | Portfolio</title>
<!-- MOBILE SPECIFIC -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<?php include('inc/headcss.php'); ?>
</head>
<body>
<div class="page-wraper">
<!-- HEADER START -->
<?php include('inc/header.php'); ?>
<!-- HEADER END -->
<!-- CONTENT START -->
<div class="page-content">
<!-- INNER PAGE BANNER -->
<div class="sx-bnr-inr overlay-wraper bg-parallax bg-top-center" data-stellar-background-ratio="0.5" style="background-image:url(images/banner/5.jpg);">
<div class="overlay-main bg-black opacity-07"></div>
<div class="container">
<div class="sx-bnr-inr-entry">
<div class="banner-title-outer">
<div class="banner-title-name">
<h2 class="m-tb0">Portfolio</h2>
<!-- <p>The essence of interior design will always be about people and how they live. It is about the realities of what makes for an attractive, civilized.</p> -->
</div>
</div>
<!-- BREADCRUMB ROW -->
<div>
<ul class="sx-breadcrumb breadcrumb-style-2">
<li><a href="index.php">Home</a></li>
<li>Portfolio</li>
</ul>
</div>
<!-- BREADCRUMB ROW END -->
</div>
</div>
</div>
<!-- INNER PAGE BANNER END -->
<!-- PORTFOLIO START -->
<div class="section-full mobile-page-padding p-t80 p-b50 bg-gray">
<div class="container">
<div class="large-title-block text-center">
<!-- TITLE START -->
<div class="section-head">
<div class="sx-separator-outer separator-center">
<div class="sx-separator bg-white bg-moving bg-repeat-x" style="background-image:url(images/background/cross-line2.png)">
<h3 class="sep-line-one">Our Portfolio</h3>
</div>
</div>
</div>
<!-- TITLE END -->
</div>
<div class="section-content">
<div class="row">
<div class="col-xl-6 col-lg-6 col-md-12">
<div class="about-home-3 m-b30 bg-white">
<h3 class="m-t0 m-b20 sx-tilte">We Are The Leader In The Interiores</h3>
<p>We are passionate, knowing that people live, work, play and inhabit the spaces and places we imagine and envision for our clients. To those wanting to make an impact with design, HKS is the architect where focused people consistently deliver the extraordinary.</p>
</div>
</div>
<div class="col-xl-6 col-lg-6 col-md-12">
<div class="video-section-full-v2">
<div class="video-section-full bg-no-repeat bg-cover bg-center overlay-wraper m-b30" style="background-image:url(images/custom/portfolio1.jpg)">
<div class="overlay-main "></div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- PORTFOLIO END -->
</div>
<!-- CONTENT END -->
<!-- FOOTER START -->
<?php include('inc/footer.php'); ?>
<!-- FOOTER END -->
</div>
<!-- LOADING AREA START ===== -->
<!-- <?php include('inc/loader.php'); ?> -->
<!-- LOADING AREA END ====== -->
<!-- JAVASCRIPT FILES START -->
<?php include('inc/headjs.php'); ?>
<!-- JAVASCRIPT FILES END -->
</body>
</html>