Skip to content

Commit

Permalink
feat: update content
Browse files Browse the repository at this point in the history
  • Loading branch information
ratheesk committed Aug 1, 2024
1 parent 9194109 commit c597669
Show file tree
Hide file tree
Showing 21 changed files with 238 additions and 31 deletions.
20 changes: 19 additions & 1 deletion bungalow.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,25 @@
?>
<?php include 'components/layout/header.php'; ?>
<?php include 'components/layout/navbar.php'; ?>
<section class="padding">

<section>
<div class="sub-header sub-header-1 sub-header-our-services fake-position">
<div class="sub-header-content">
<h2 class="text-cap white-text">Bungalow</h2>
<ol class="breadcrumb breadcrumb-arc text-cap">
<li>
<a href="index.php">Home</a>
</li>
<li>
<a href="projects.php">Our Projects</a>
</li>
<li class="active">Bungalow</li>
</ol>
</div>
</div>
</section>

<section>
<div class="container">
<div class="row">
<div class="title-block">
Expand Down
6 changes: 5 additions & 1 deletion cleaning.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
sanitizing surfaces and fixtures. Our team meticulously handles all cleaning tasks to create a
fresh, inviting environment that highlights your home’s best features. We use high-quality
products and techniques to achieve a spotless finish. The result is a beautifully clean space
that enhances your home’s appeal and prepares it for potential buyers
that enhances your home’s appeal and prepares it for potential buyers.
</p>

</div>
Expand All @@ -50,5 +50,9 @@
</div>
</div>
</section>
<div class="box-question-sidebar text-center">
<p>Have questions about our services?</p>
<a href="contact.php" class="ot-btn btn-main-color text-cap">Contact Us</a>
</div>
<!-- footer -->
<?php include 'components/layout/footer.php'; ?>
2 changes: 1 addition & 1 deletion components/about/intro.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<section class="padding padding-bottom-0">
<div class="container">
<div class="container" style="margin-top: 6rem;">
<div class="row">
<div class="block-img-full-width">
<div class="block-img-left ">
Expand Down
2 changes: 1 addition & 1 deletion components/home/services.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ class="img-responsive" alt="Image"></a>
<h4 class="text-cap"><mark>Decluttering</mark></h4>
</a>
<p>
; Create a spacious, organized environment with our decluttering services. We help
Create a spacious, organized environment with our decluttering services. We help
homeowners streamline belongings, making homes feel larger and more inviting.
</p>
<a class="text-cap view-more" href="decluttering.php">View service</a>
Expand Down
3 changes: 3 additions & 0 deletions components/layout/header.php
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,9 @@
================================================== -->
<link rel="stylesheet" href="css/jquery.mCustomScrollbar.css" />

<!-- Spinner -->
<link rel="preload" href="css/spinner.css" />

<!-- Main Style -->
<link rel="stylesheet" href="style.css">

Expand Down
6 changes: 3 additions & 3 deletions components/layout/navbar.php
Original file line number Diff line number Diff line change
Expand Up @@ -85,12 +85,12 @@ class="fa fa-linkedin"></i></a></li>
</div>
<div class="left-header">
<ul class="navi-level-1">
<li><a href="index.php" class="logo"><img src="./images/Header/isd-logo.png" class="img-responsive"
alt="Image"></a></li>
<li><a href="index.php"><img src="./images/Header/isd-logo.png"
style="width: 12rem; margin-right:5rem;" alt="Image"></a></li>
</ul>
</div><!-- End Left Header -->
<nav>
<ul class="navi-level-1 hover-style-2 main-navi">
<ul class="navi-level-1 hover-style-3 main-navi" style="margin-left:4rem;">
<li class="has-sub"><a href="index.php"><span>Home</span></a>
</li>
Expand Down
5 changes: 1 addition & 4 deletions components/services/sidebar.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,5 @@
echo ' active';
} ?>"><a href="cleaning.php">Cleaning</a></li>
</ul>
<div class="box-question-sidebar text-center">
<p>Have questions about our services?</p>
<a href="contact.php" class="ot-btn btn-main-color text-cap">Contact Us</a>
</div>

</div>
19 changes: 18 additions & 1 deletion condo.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,24 @@
?>
<?php include 'components/layout/header.php'; ?>
<?php include 'components/layout/navbar.php'; ?>
<section class="padding">
<section>
<div class="sub-header sub-header-1 sub-header-our-services fake-position">
<div class="sub-header-content">
<h2 class="text-cap white-text">Condo</h2>
<ol class="breadcrumb breadcrumb-arc text-cap">
<li>
<a href="index.php">Home</a>
</li>
<li>
<a href="projects.php">Our Projects</a>
</li>
<li class="active">Condo</li>
</ol>
</div>
</div>
</section>
<!-- End Section Sub Header -->
<section>
<div class="container">
<div class="row">
<div class="title-block">
Expand Down
5 changes: 4 additions & 1 deletion consultation-and-planning.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ functionality and visual appeal. Following the consultation, you'll receive a de
</div>
</section>
<!-- End Section How This Would Help You -->

<div class="box-question-sidebar text-center">
<p>Have questions about our services?</p>
<a href="contact.php" class="ot-btn btn-main-color text-cap">Contact Us</a>
</div>
<!-- footer -->
<?php include 'components/layout/footer.php'; ?>
36 changes: 36 additions & 0 deletions css/spinner.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
/*** Spinner ***/
#spinner {
opacity: 0;
visibility: hidden;
transition: opacity 0.5s ease-out, visibility 0s linear 0.5s;
z-index: 99999;
display: flex;
align-items: center;
justify-content: center;
background-color: white;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

#spinner.show {
transition: opacity 0.5s ease-out, visibility 0s linear 0s;
visibility: visible;
opacity: 1;
}

#spinner .spinner-border {
width: 6rem;
height: 6rem;
}

#spinner img {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
/* width: 8rem; */
height: 8rem;
}
4 changes: 4 additions & 0 deletions decluttering.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,9 @@
</div>
</div>
</section>
<div class="box-question-sidebar text-center">
<p>Have questions about our services?</p>
<a href="contact.php" class="ot-btn btn-main-color text-cap">Contact Us</a>
</div>
<!-- footer -->
<?php include 'components/layout/footer.php'; ?>
18 changes: 17 additions & 1 deletion detached.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,23 @@
?>
<?php include 'components/layout/header.php'; ?>
<?php include 'components/layout/navbar.php'; ?>
<section class="padding">
<section>
<div class="sub-header sub-header-1 sub-header-our-services fake-position">
<div class="sub-header-content">
<h2 class="text-cap white-text">Detached</h2>
<ol class="breadcrumb breadcrumb-arc text-cap">
<li>
<a href="index.php">Home</a>
</li>
<li>
<a href="projects.php">Our Projects</a>
</li>
<li class="active">Detached</li>
</ol>
</div>
</div>
</section>
<section>
<div class="container">
<div class="row">
<div class="title-block">
Expand Down
31 changes: 17 additions & 14 deletions layout-design.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,23 +30,26 @@
<div class="container">
<div class="row">
<?php include 'components/services/sidebar.php'; ?>
</div>
<div class="main-services main-services-right">
<div class="col-md-6">
<p>our layout design services transform your home into an inviting and functional space. We begin
with a comprehensive assessment, understanding your goals and preferences to craft a customized
layout plan. Our experts focus on optimal furniture arrangement and decor placement to maximize
space and highlight your home's best features. We coordinate every detail, ensuring your home is
visually appealing and ready to impress potential buyers.
</p>
</div>
<div class="col-md-6">
<img src="images/Services/2.jpg" class="img-responsive" alt="Image">

<div class="main-services main-services-right">
<div class="col-md-6">
<p>Our layout design services transform your home into an inviting and functional space. We begin
with a comprehensive assessment, understanding your goals and preferences to craft a customized
layout plan. Our experts focus on optimal furniture arrangement and decor placement to maximize
space and highlight your home's best features. We coordinate every detail, ensuring your home is
visually appealing and ready to impress potential buyers.
</p>
</div>
<div class="col-md-6">
<img src="images/Services/2.jpg" class="img-responsive" alt="Image">
</div>
</div>
</div>
</div>
</div>
</section>

<div class="box-question-sidebar text-center">
<p>Have questions about our services?</p>
<a href="contact.php" class="ot-btn btn-main-color text-cap">Contact Us</a>
</div>
<!-- footer -->
<?php include 'components/layout/footer.php'; ?>
4 changes: 4 additions & 0 deletions painting.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,9 @@
</div>
</div>
</section>
<div class="box-question-sidebar text-center">
<p>Have questions about our services?</p>
<a href="contact.php" class="ot-btn btn-main-color text-cap">Contact Us</a>
</div>
<!-- footer -->
<?php include 'components/layout/footer.php'; ?>
16 changes: 16 additions & 0 deletions projects.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,22 @@
<?php include 'components/layout/header.php'; ?>
<?php include 'components/layout/navbar.php'; ?>

<section>
<div class="sub-header sub-header-1 sub-header-our-services fake-position">
<div class="sub-header-content">
<h2 class="text-cap white-text">Projects</h2>
<ol class="breadcrumb breadcrumb-arc text-cap">
<li>
<a href="index.php">Home</a>
</li>
<li class="active">
Our Projects
</li>
</ol>
</div>
</div>
</section>

<section>
<div class="container">
<div class="row">
Expand Down
4 changes: 4 additions & 0 deletions robots.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
User-agent: *
Disallow:
Disallow: /cgi-bin/
Sitemap: https://idealstaginganddesign.com/sitemap.xml
18 changes: 17 additions & 1 deletion semi-detached.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,23 @@
?>
<?php include 'components/layout/header.php'; ?>
<?php include 'components/layout/navbar.php'; ?>
<section class="padding">
<section>
<div class="sub-header sub-header-1 sub-header-our-services fake-position">
<div class="sub-header-content">
<h2 class="text-cap white-text">Semi Dedutched</h2>
<ol class="breadcrumb breadcrumb-arc text-cap">
<li>
<a href="index.php">Home</a>
</li>
<li>
<a href="projects.php">Our Projects</a>
</li>
<li class="active">Semi Dedutched</li>
</ol>
</div>
</div>
</section>
<section>
<div class="container">
<div class="row">
<div class="title-block">
Expand Down
2 changes: 1 addition & 1 deletion services.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<h2 class="text-cap white-text">Service</h2>
<ol class="breadcrumb breadcrumb-arc text-cap">
<li>
<a href="#">Home</a>
<a href="index.php">Home</a>
</li>
<li class="active">Our Services</li>
</ol>
Expand Down
48 changes: 48 additions & 0 deletions sitemap.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>http://idealstaginganddesign.com/index.php</loc>
</url>
<url>
<loc>http://idealstaginganddesign.com/projects.php</loc>
</url>
<url>
<loc>http://idealstaginganddesign.com/condo.php</loc>
</url>
<url>
<loc>http://idealstaginganddesign.com/townhouse.php</loc>
</url>
<url>
<loc>http://idealstaginganddesign.com/bungalow.php</loc>
</url>
<url>
<loc>http://idealstaginganddesign.com/detached.php</loc>
</url>
<url>
<loc>http://idealstaginganddesign.com/semi-detached.php</loc>
</url>
<url>
<loc>http://idealstaginganddesign.com/services.php</loc>
</url>
<url>
<loc>http://idealstaginganddesign.com/consultation-and-planning.php</loc>
</url>
<url>
<loc>http://idealstaginganddesign.com/layout-design.php</loc>
</url>
<url>
<loc>http://idealstaginganddesign.com/decluttering.php</loc>
</url>
<url>
<loc>http://idealstaginganddesign.com/painting.php</loc>
</url>
<url>
<loc>http://idealstaginganddesign.com/cleaning.php</loc>
</url>
<url>
<loc>http://idealstaginganddesign.com/about.php</loc>
</url>
<url>
<loc>http://idealstaginganddesign.com/contact.php</loc>
</url>
</urlset>
1 change: 1 addition & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -4090,6 +4090,7 @@ span.mini-cart-counter {
display: block;
position: relative;
padding: 0 5px;
font-weight: 600;
}
.navi-level-1.hover-style-3 li a span:before {
display: block;
Expand Down
Loading

0 comments on commit c597669

Please sign in to comment.