commit
This commit is contained in:
10
about.php
10
about.php
@@ -119,7 +119,15 @@ As a managing director of the companies I am a true leader who inspire my team t
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
<!-- video -->
|
||||
<!-- Video Section -->
|
||||
<section class="video-section">
|
||||
<div class="auto-container">
|
||||
<div class="video-box" style="background-image: url(https://img.youtube.com/vi/j9QchBLrQWg/hqdefault.jpg);">
|
||||
<div class="video-btn"><a href="https://www.youtube.com/watch?v=j9QchBLrQWg" class="overlay-link play-now ripple" data-fancybox="gallery" data-caption=""><span class="fas fa-play"></span> </a></div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<!-- Testimonial Section -->
|
||||
<section class="testimonials-section about">
|
||||
<div class="auto-container">
|
||||
|
||||
@@ -1894,7 +1894,7 @@ a{
|
||||
bottom: 300px;
|
||||
box-shadow: 0px 40px 60px 0px rgba(37, 59, 112, 0.1);
|
||||
border-radius: 30px;
|
||||
padding: 13px 20px;
|
||||
padding: 25px 20px;
|
||||
text-align: center;
|
||||
background: #fff;
|
||||
}
|
||||
@@ -2292,11 +2292,11 @@ a{
|
||||
|
||||
.services-section {
|
||||
position: relative;
|
||||
padding: 150px 0 370px;
|
||||
padding: 120px 0 120px;
|
||||
background-image: -moz-linear-gradient( 90deg, rgba(233,247,242,0.4) 0%, rgb(233,247,242) 100%);
|
||||
background-image: -webkit-linear-gradient( 90deg, rgba(233,247,242,0.4) 0%, rgb(233,247,242) 100%);
|
||||
background-image: -ms-linear-gradient( 90deg, rgba(233,247,242,0.4) 0%, rgb(233,247,242) 100%);
|
||||
margin-bottom: -250px;
|
||||
/* margin-bottom: -250px; */
|
||||
}
|
||||
|
||||
.service-block-one .inner-box {
|
||||
@@ -2305,7 +2305,7 @@ a{
|
||||
margin-bottom: 30px;
|
||||
border-radius: 20px;
|
||||
text-align: center;
|
||||
padding: 50px 30px;
|
||||
/* padding: 50px 30px; */
|
||||
transition: .5s;
|
||||
}
|
||||
|
||||
@@ -4539,6 +4539,18 @@ gap: 8px;
|
||||
text-align: left;
|
||||
/* padding: 265px 0 115px; */
|
||||
}
|
||||
.service-block-one .inner-box img
|
||||
{
|
||||
height: 30vh;
|
||||
width: 100%;
|
||||
height: 30vh;
|
||||
width: 100%;
|
||||
object-fit: contain;
|
||||
background-color: #fff;
|
||||
padding: 15px;
|
||||
border-radius: 6px;
|
||||
transition: all 400ms;
|
||||
}
|
||||
|
||||
/* Gallery Section */
|
||||
.gallery-section {
|
||||
@@ -4547,7 +4559,7 @@ gap: 8px;
|
||||
}
|
||||
.video-section {
|
||||
position: relative;
|
||||
padding: 120px 0 120px;
|
||||
padding: 120px 0 0px;
|
||||
}
|
||||
|
||||
.gallery-section .filters {
|
||||
@@ -4818,7 +4830,7 @@ gap: 8px;
|
||||
}
|
||||
.contact-info-section-two.home{
|
||||
position: relative;
|
||||
padding: 0px 0 120px;
|
||||
padding: 120px 0 120px;
|
||||
}
|
||||
|
||||
|
||||
@@ -5221,7 +5233,10 @@ gap: 8px;
|
||||
font-family: 'Abril Fatface', cursive;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
.contact-info-section-two.home.popup{
|
||||
position: relative;
|
||||
padding-bottom: 0px !important;
|
||||
}
|
||||
|
||||
/* Pagination */
|
||||
.page-pagination {
|
||||
|
||||
BIN
assets/images/resource/venture1.png
Normal file
BIN
assets/images/resource/venture1.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 96 KiB |
BIN
assets/images/resource/venture2.png
Normal file
BIN
assets/images/resource/venture2.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 14 KiB |
BIN
assets/images/resource/venture3.png
Normal file
BIN
assets/images/resource/venture3.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 13 KiB |
BIN
assets/images/resource/venture4.png
Normal file
BIN
assets/images/resource/venture4.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 39 KiB |
@@ -54,11 +54,11 @@
|
||||
<div class="info-wrapper">
|
||||
<div class="info-block">
|
||||
<h4>Phone</h4>
|
||||
<div class="text">+977-9841*****</div>
|
||||
<div class="text">+977-9802360413</div>
|
||||
</div>
|
||||
<div class="info-block">
|
||||
<h4>Email</h4>
|
||||
<div class="email"><a href="mailto:example@pestico.com">example@pestico.com</a></div>
|
||||
<div class="email"><a href="mailto:mail@paudelprabin.com">mail@paudelprabin.com</a></div>
|
||||
</div>
|
||||
<div class="info-block">
|
||||
<h4>Social contact</h4>
|
||||
|
||||
@@ -80,7 +80,7 @@
|
||||
<div class="modal-body">
|
||||
|
||||
<!-- Contact Info section two -->
|
||||
<section class="contact-info-section-two home" id="contact">
|
||||
<section class="contact-info-section-two home popup" id="contact">
|
||||
<div class="auto-container">
|
||||
<div class="row">
|
||||
|
||||
@@ -137,13 +137,13 @@
|
||||
<div class="info-wrapper">
|
||||
<div class="info-block">
|
||||
<h4>Phone</h4>
|
||||
<div class="text">+977-9841*****</div>
|
||||
<div class="text">+977-9802360413</div>
|
||||
</div>
|
||||
|
||||
<div class="info-block">
|
||||
<h4>Email</h4>
|
||||
<div class="email">
|
||||
<a href="mailto:example@pestico.com">example@pestico.com</a>
|
||||
<a href="mailto:mail@paudelprabin.com">mail@paudelprabin.com</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -20,8 +20,8 @@
|
||||
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet">
|
||||
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js"></script>
|
||||
|
||||
<link rel="shortcut icon" href="assets/images/favicon.png" type="image/x-icon">
|
||||
<link rel="icon" href="assets/images/image11.png" type="image/x-icon">
|
||||
<link rel="shortcut icon" href="#" type="image/x-icon">
|
||||
<link rel="icon" href="#" type="image/x-icon">
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css">
|
||||
<!-- fancybox cdn -->
|
||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@fancyapps/ui/dist/fancybox.css" />
|
||||
@@ -74,7 +74,7 @@
|
||||
<div class="inner-container">
|
||||
<!--Logo-->
|
||||
<div class="logo-box">
|
||||
<div class="logo"><a href="index.html"><img src="assets/images/image11.png" alt=""></a></div>
|
||||
<div class="logo"><a href="./index.php"><img src="assets/images/image11.png" alt=""></a></div>
|
||||
</div>
|
||||
<!--Nav Box-->
|
||||
<div class="nav-outer">
|
||||
@@ -92,7 +92,7 @@
|
||||
<li><a href="./article-list.php">Article</a></li>
|
||||
<li><a href="./blog-list.php">Blog</a></li>
|
||||
|
||||
<li class="dropdown"><a href="services.html">Gallery</a>
|
||||
<li class="dropdown"><a href="#">Gallery</a>
|
||||
<ul>
|
||||
<li><a href="image.php">Images</a></li>
|
||||
<li><a href="video.php">video</a></li>
|
||||
|
||||
@@ -28,7 +28,7 @@
|
||||
</div>
|
||||
<div class="contact-number" data-parallax='{"x": 60}'>
|
||||
<h5>Call</h5>
|
||||
<div class="number"><a href="tel:(254)2648215">98*******</a></div>
|
||||
<div class="number"><a href="tel:(254)2648215">9802360413</a></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
41
home-parts/venture.php
Normal file
41
home-parts/venture.php
Normal file
@@ -0,0 +1,41 @@
|
||||
|
||||
<!-- services Section -->
|
||||
<section class="services-section">
|
||||
<div class="auto-container">
|
||||
<div class="sec-title text-center">
|
||||
<div class="sub-title">Business ventures</div>
|
||||
<h2>Here are my some business ventures.</h2>
|
||||
</div>
|
||||
<div class="wrapper-box">
|
||||
|
||||
<div class="row">
|
||||
<div class="col-lg-3 col-md-6 service-block-one">
|
||||
<div class="inner-box wow fadeInDown" data-wow-duration="1500ms">
|
||||
<img src="assets/images/resource/venture1.png" alt="">
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-lg-3 col-md-6 service-block-one">
|
||||
<div class="inner-box wow fadeInDown" data-wow-duration="1500ms">
|
||||
<img src="assets/images/resource/venture2.png" alt="">
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-lg-3 col-md-6 service-block-one">
|
||||
<div class="inner-box wow fadeInDown" data-wow-duration="1500ms">
|
||||
<img src="assets/images/resource/venture3.png" alt="">
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-lg-3 col-md-6 service-block-one">
|
||||
<div class="inner-box wow fadeInDown" data-wow-duration="1500ms">
|
||||
<img src="assets/images/resource/venture4.png" alt="">
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
Reference in New Issue
Block a user