Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
makura-2025
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Raj Shah
makura-2025
Commits
36ddaa18
Commit
36ddaa18
authored
Feb 07, 2025
by
rajshah
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dev' of gitlab.makuracreations.xyz:rajshah/makura-2025 into dev
parents
52cb9fad
b941d99b
Show whitespace changes
Inline
Side-by-side
Showing
19 changed files
with
311 additions
and
78 deletions
+311
-78
style.css
assets/css/style.css
+0
-0
script.js
assets/js/script.js
+54
-9
our-team.php
blocks/about-us/our-team.php
+2
-2
new-service-content-list-section.php
blocks/new-service-content-list-section.php
+1
-1
service-content-list-section.php
blocks/service-content-list-section.php
+1
-1
service-work-process-section.php
blocks/service-work-process-section.php
+1
-1
_base.scss
dev/sass/base/_base.scss
+62
-12
_custom_base.scss
dev/sass/base/_custom_base.scss
+37
-3
_footer.scss
dev/sass/base/_footer.scss
+3
-0
_makura-new.scss
dev/sass/base/_makura-new.scss
+41
-27
_about.scss
dev/sass/pages/_about.scss
+9
-1
_blog.scss
dev/sass/pages/_blog.scss
+1
-0
_index.scss
dev/sass/pages/_index.scss
+27
-2
_portfolio.scss
dev/sass/pages/_portfolio.scss
+6
-0
_responsive.scss
dev/sass/pages/_responsive.scss
+29
-4
_block-gallery.scss
dev/sass/pages/master-portfolio/_block-gallery.scss
+6
-0
_sticky-tab.scss
dev/sass/pages/master-portfolio/_sticky-tab.scss
+2
-0
general.php
general.php
+4
-3
header.php
header.php
+25
-12
No files found.
assets/css/style.css
View file @
36ddaa18
This source diff could not be displayed because it is too large. You can
view the blob
instead.
assets/js/script.js
View file @
36ddaa18
...
@@ -78,11 +78,55 @@
...
@@ -78,11 +78,55 @@
});
});
/** MAKURA LATEST FAQ EXPAND COLLAPSE ENDS HERE */
/** MAKURA LATEST FAQ EXPAND COLLAPSE ENDS HERE */
/**
STICKY TAB AT MASTER PORTFOLIO
START HERE */
/**
MOBILE OFFCANVAS TOC
START HERE */
$
(
function
()
{
$
(
function
()
{
$
(
".sticky-tab"
);
$
(
".blog-side-bar h6"
).
on
(
"click"
,
function
()
{
$
(
this
).
addClass
(
"remove"
);
$
(
".category-list"
).
addClass
(
"active"
);
});
});
/** STICKY TAB AT MASTER PORTFOLIO ENDS HERE */
$
(
".category-list a"
).
on
(
"click"
,
function
()
{
$
(
".blog-side-bar h6"
).
removeClass
(
"remove"
);
$
(
".category-list"
).
removeClass
(
"active"
);
});
$
(
document
).
on
(
"click"
,
function
(
e
)
{
if
(
!
$
(
e
.
target
).
closest
(
".blog-side-bar"
).
length
)
{
$
(
".blog-side-bar h6"
).
removeClass
(
"remove"
);
$
(
".category-list"
).
removeClass
(
"active"
);
}
});
$
(
window
).
on
(
"scroll"
,
function
()
{
$
(
".blog-side-bar h6"
).
removeClass
(
"remove"
);
$
(
".category-list"
).
removeClass
(
"active"
);
});
const
tocObserver
=
new
IntersectionObserver
(
function
(
entries
)
{
entries
.
forEach
((
entry
)
=>
{
if
(
entry
.
isIntersecting
)
{
$
(
".blog-side-bar h6"
).
show
();
}
else
{
$
(
".blog-side-bar h6"
).
hide
();
}
});
},
{
threshold
:
0.1
,
},
);
const
sections
=
[
document
.
querySelector
(
".BLOGDETAIL-LIST-ITEM-SECTION"
),
document
.
querySelector
(
".BLOGLISTING-LIST-ITEM-SECTION"
),
];
sections
.
length
&&
sections
.
forEach
((
section
)
=>
{
if
(
section
)
tocObserver
.
observe
(
section
);
});
});
/** MOBILE OFFCANVAS TOC ENDS HERE */
/** GALLERY LIGHT BOX AND DYNAMIC SLIDER START HERE */
/** GALLERY LIGHT BOX AND DYNAMIC SLIDER START HERE */
$
(
function
()
{
$
(
function
()
{
...
@@ -97,13 +141,14 @@
...
@@ -97,13 +141,14 @@
slideBy
:
2
,
slideBy
:
2
,
autoplay
:
true
,
autoplay
:
true
,
autoplayHoverPause
:
true
,
autoplayHoverPause
:
true
,
stagePadding
:
50
,
responsive
:
{
responsive
:
{
0
:
{
items
:
1
.2
,
slideBy
:
1
},
0
:
{
items
:
1
,
slideBy
:
1
},
575
:
{
items
:
2
.1
,
slideBy
:
2
},
575
:
{
items
:
2
,
slideBy
:
2
},
767
:
{
items
:
3
.2
},
767
:
{
items
:
3
},
991
:
{
items
:
4
.2
},
991
:
{
items
:
4
},
1199
:
{
items
:
5
.2
},
1199
:
{
items
:
5
},
1399
:
{
items
:
6
.2
},
1399
:
{
items
:
6
},
},
},
});
});
...
...
blocks/about-us/our-team.php
View file @
36ddaa18
<?php
if
(
get_field
(
'enable_section'
))
:?>
<?php
if
(
get_field
(
'enable_section'
))
:?>
<
section
class
="
container
-
fluid
py
-
80
ABOUT
MEET
-
OUR
-
TEAM
-
SECTION
">
<
section
class
="
container
-
fluid
py
-
80
ABOUT
MEET
-
OUR
-
TEAM
-
SECTION
">
<div class="
container
">
<div class="
container
">
<div class="
row
">
<div class="
row
">
<div class="
col
-
lg
-
5
col
-
md
-
5
text
-
center
col
-
12
m
-
auto
pb
-
80
title
-
wrapper
">
<div class="
col
-
xl
-
7
col
-
lg
-
6
col
-
md
-
8
text
-
center
col
-
12
m
-
auto
pb
-
80
title
-
wrapper
">
<h2><?php the_field('title');?></h2>
<h2><?php the_field('title');?></h2>
<?php the_field('description');?>
<?php the_field('description');?>
</div>
</div>
...
...
blocks/new-service-content-list-section.php
View file @
36ddaa18
...
@@ -17,7 +17,7 @@
...
@@ -17,7 +17,7 @@
<div class="
technology
-
used
">
<div class="
technology
-
used
">
<h3><?php the_sub_field('technology_title');?></h3>
<h3><?php the_sub_field('technology_title');?></h3>
<?php if(
$images
= get_sub_field('technology_images')):?>
<?php if(
$images
= get_sub_field('technology_images')):?>
<ul class="
d
-
flex
list
-
unstyled
">
<ul class="
d
-
flex
list
-
unstyled
flex
-
wrap
">
<?php foreach(
$images
as
$image_id
): ?>
<?php foreach(
$images
as
$image_id
): ?>
<li>
<li>
<?php echo wp_get_attachment_image(
$image_id
, 'full' ); ?>
<?php echo wp_get_attachment_image(
$image_id
, 'full' ); ?>
...
...
blocks/service-content-list-section.php
View file @
36ddaa18
...
@@ -17,7 +17,7 @@
...
@@ -17,7 +17,7 @@
<div class="
technology
-
used
">
<div class="
technology
-
used
">
<h3><?php the_sub_field('technology_title');?></h3>
<h3><?php the_sub_field('technology_title');?></h3>
<?php if(
$images
= get_sub_field('technology_images')):?>
<?php if(
$images
= get_sub_field('technology_images')):?>
<ul class="
d
-
flex
list
-
unstyled
">
<ul class="
d
-
flex
list
-
unstyled
flex
-
wrap
">
<?php foreach(
$images
as
$image_id
): ?>
<?php foreach(
$images
as
$image_id
): ?>
<li>
<li>
<?php echo wp_get_attachment_image(
$image_id
, 'full' ); ?>
<?php echo wp_get_attachment_image(
$image_id
, 'full' ); ?>
...
...
blocks/service-work-process-section.php
View file @
36ddaa18
...
@@ -12,7 +12,7 @@
...
@@ -12,7 +12,7 @@
<div class="
inner
-
list
-
wrapper
">
<div class="
inner
-
list
-
wrapper
">
<div class="
row
">
<div class="
row
">
<?php while(have_rows('steps')): the_row();?>
<?php while(have_rows('steps')): the_row();?>
<div class="
text
-
center
mx
-
auto
col
-
lg
-
2
col
-
6
mb
-
2
">
<div class="
text
-
center
mx
-
auto
col
-
lg
-
2
col
-
sm
-
6
mb
-
2
">
<div class="
m
-
auto
icon
-
wrapper
">
<div class="
m
-
auto
icon
-
wrapper
">
<?php if(
$image
= get_sub_field('image')): echo wp_get_attachment_image(
$image
,'full'); endif;?>
<?php if(
$image
= get_sub_field('image')): echo wp_get_attachment_image(
$image
,'full'); endif;?>
</div>
</div>
...
...
dev/sass/base/_base.scss
View file @
36ddaa18
...
@@ -1025,6 +1025,7 @@ ul {
...
@@ -1025,6 +1025,7 @@ ul {
.blog-side-bar
{
.blog-side-bar
{
display
:
block
;
display
:
block
;
z-index
:
2
;
&
.show
{
&
.show
{
transform
:
unset
;
transform
:
unset
;
...
@@ -1039,19 +1040,67 @@ ul {
...
@@ -1039,19 +1040,67 @@ ul {
}
}
@media
(
max-width
:
1023
.98px
)
{
@media
(
max-width
:
1023
.98px
)
{
// position: fixed;
// // display: none;
// top: 0;
// width: 100%;
// left: 0;
// padding: 2.875rem;
// overflow-y: scroll;
// background-color: #fff;
// height: 100vh;
// z-index: 1111;
// -webkit-transition: all 0.3s ease;
// transition: all 0.5s ease;
// transform: translateY(100%);
h6
,
.category-list
{
position
:
fixed
;
position
:
fixed
;
display
:
none
;
top
:
50vh
;
top
:
0
;
width
:
100%
;
left
:
0
;
left
:
0
;
padding
:
2
.875rem
;
z-index
:
2
;
overflow-y
:
scroll
;
}
background-color
:
#fff
;
h6
{
height
:
100vh
;
box-shadow
:
0
-2px
2px
rgba
(
0
,
0
,
0
,
0
.1
);
z-index
:
1111
;
border-radius
:
4px
4px
0
0
;
-webkit-transition
:
all
0
.3s
ease
;
padding
:
8px
16px
;
transition
:
all
0
.5s
ease
;
transform
:
rotate
(
90deg
);
transform
:
translateY
(
100%
);
transform-origin
:
left
bottom
;
background-color
:
$primary
;
color
:
$white
!
important
;
font-size
:
1rem
!
important
;
word-spacing
:
4px
;
&
.remove
{
opacity
:
0
;
visibility
:
hidden
;
transform
:
translateX
(
-100%
);
}
}
.category-list
{
border-radius
:
8px
;
padding
:
16px
;
box-shadow
:
0
4px
4px
rgba
(
0
,
0
,
0
,
0
.1
);
opacity
:
0
;
visibility
:
hidden
;
transform
:
translateX
(
-100%
);
max-height
:
240px
;
overflow
:
auto
!
important
;
background-color
:
$white
;
max-width
:
75%
;
ul
{
overflow
:
visible
!
important
;
}
&
.active
{
opacity
:
1
;
visibility
:
visible
;
transform
:
translateX
(
0
);
}
}
.blog-filter-bar-close
{
.blog-filter-bar-close
{
display
:
block
;
display
:
block
;
...
@@ -1068,7 +1117,8 @@ ul {
...
@@ -1068,7 +1117,8 @@ ul {
transform
:
scale
(
1
.1
);
transform
:
scale
(
1
.1
);
}
}
h3
{
h3
,
h6
{
color
:
$primary
;
color
:
$primary
;
}
}
}
}
...
...
dev/sass/base/_custom_base.scss
View file @
36ddaa18
...
@@ -277,6 +277,19 @@
...
@@ -277,6 +277,19 @@
}
}
}
}
}
}
.breadcrumb-background-dark
{
+
section
{
margin-top
:
-2px
;
}
}
.general-breadcrumb
{
.breadcrumb-item
{
&
:
:
before
{
content
:
""
;
background-image
:
url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.79425 5.64963L9.44083 5.00205L9.43891 5.00012L8.78656 4.34481L6.9873 2.53739L4.72042 0.258301L2.44199 2.54899L0.640807 4.3564L0.00192476 5.00012L0 5.00205L0.64658 5.64963L2.44584 7.45898L4.72042 9.74193L6.99307 7.45898L8.79425 5.64963Z' fill='%23121526'/%3E%3C/svg%3E%0A")
;
}
}
}
// 1.9: Form Group
// 1.9: Form Group
.form-group
{
.form-group
{
...
@@ -495,6 +508,10 @@
...
@@ -495,6 +508,10 @@
.recent-card-wrapper
{
.recent-card-wrapper
{
margin-bottom
:
4rem
!
important
;
margin-bottom
:
4rem
!
important
;
// display: none;
// display: none;
svg
{
transition
:
all
0
.3s
ease-in-out
;
}
}
}
.load-more-content
{
.load-more-content
{
&
.hide
{
&
.hide
{
...
@@ -521,7 +538,8 @@
...
@@ -521,7 +538,8 @@
font-weight
:
600
;
font-weight
:
600
;
line-height
:
24px
;
line-height
:
24px
;
letter-spacing
:
-0
.4px
;
letter-spacing
:
-0
.4px
;
&
.active
{
&
.active
,
&
:hover
{
color
:
#005aff
!
important
;
color
:
#005aff
!
important
;
}
}
}
}
...
@@ -589,16 +607,27 @@
...
@@ -589,16 +607,27 @@
}
}
}
}
.recent-card-wrapper
{
.recent-card-wrapper
{
// transition: all 0.3s ease-in-out;
// border-radius: 0 0 8px 8px;
&
:hover
{
&
:hover
{
// box-shadow: 1px 4px 4px rgba(0, 0, 0, 0.1);
.bottom-text
{
.bottom-text
{
h1
,
h1
,
h2
,
h2
,
h3
,
h3
,
h4
,
h4
,
h5
,
h5
,
h6
{
h6
,
p
{
color
:
$primary
;
color
:
$primary
;
}
}
svg
{
transform
:
translate
(
2px
,
-2px
);
path
{
stroke
:
$primary
;
}
}
}
}
}
}
img
{
img
{
...
@@ -806,7 +835,7 @@
...
@@ -806,7 +835,7 @@
padding
:
1
.125rem
1rem
;
padding
:
1
.125rem
1rem
;
color
:
#000
;
color
:
#000
;
font-family
:
$body-font
;
font-family
:
$body-font
;
font-size
:
0
.875rem
;
font-size
:
16px
;
font-weight
:
400
;
font-weight
:
400
;
letter-spacing
:
-0
.3px
;
letter-spacing
:
-0
.3px
;
resize
:
none
;
resize
:
none
;
...
@@ -1082,6 +1111,11 @@
...
@@ -1082,6 +1111,11 @@
}
}
}
}
}
}
.sent-quote-btn-wrapper {
.action-button {
margin-right: 1rem !important;
}
}
}
}
// error message contact form 7
// error message contact form 7
...
...
dev/sass/base/_footer.scss
View file @
36ddaa18
...
@@ -208,6 +208,9 @@
...
@@ -208,6 +208,9 @@
font-weight
:
400
;
font-weight
:
400
;
line-height
:
180%
;
line-height
:
180%
;
letter-spacing
:
-0
.4px
;
letter-spacing
:
-0
.4px
;
&
:hover
{
text-decoration
:
underline
;
}
}
}
}
}
}
}
...
...
dev/sass/base/_makura-new.scss
View file @
36ddaa18
html
{
&
:has
(
body
.modal-open
)
{
overflow
:
hidden
;
max-height
:
100vh
;
}
body
.modal-open
{
max-height
:
100vh
;
overflow
:
hidden
;
}
}
footer
{
footer
{
position
:
relative
;
position
:
relative
;
z-index
:
1
;
z-index
:
1
;
}
}
.btn-primary
,
.btn-start-project-white
{
position
:
relative
;
z-index
:
1
;
overflow
:
hidden
;
&
:
:
before
{
content
:
""
;
position
:
absolute
;
inset
:
0
;
transform
:
translateX
(
-150%
);
opacity
:
0
;
visibility
:
hidden
;
background-color
:
$background-dark
;
transition
:
all
0
.25s
ease-in-out
;
z-index
:
-1
;
}
&
:hover
{
transform
:
translateY
(
0
);
border-color
:
$background-dark
;
&
:
:
before
{
transform
:
translateX
(
0
);
opacity
:
1
;
visibility
:
visible
;
}
}
}
.makura-new
{
.makura-new
{
h6
{
h6
{
font-size
:
18px
!
important
;
font-size
:
18px
!
important
;
...
@@ -42,33 +83,6 @@ footer {
...
@@ -42,33 +83,6 @@ footer {
text-underline-offset
:
2px
;
text-underline-offset
:
2px
;
}
}
.btn-primary
{
position
:
relative
;
z-index
:
1
;
overflow
:
hidden
;
&
:
:
before
{
content
:
""
;
position
:
absolute
;
inset
:
0
;
transform
:
translateX
(
-150%
);
opacity
:
0
;
visibility
:
hidden
;
background-color
:
$background-dark
;
transition
:
all
0
.25s
ease-in-out
;
z-index
:
-1
;
}
&
:hover
{
transform
:
translateY
(
0
);
&
:
:
before
{
transform
:
translateX
(
0
);
opacity
:
1
;
visibility
:
visible
;
}
}
}
.sm-text
{
.sm-text
{
font-size
:
1
.125rem
!
important
;
font-size
:
1
.125rem
!
important
;
line-height
:
22px
;
line-height
:
22px
;
...
...
dev/sass/pages/_about.scss
View file @
36ddaa18
...
@@ -3,9 +3,17 @@
...
@@ -3,9 +3,17 @@
&
.background-dark
{
&
.background-dark
{
background
:
#005aff
!
important
;
background
:
#005aff
!
important
;
}
}
.btn-start-project
,
.btn-start-project
{
.btn-start-project
{
background-color
:
#121526
;
background-color
:
#121526
;
&
:hover
{
color
:
$primary
!
important
;
border-color
:
$white
;
&
:
:
before
{
background-color
:
$white
;
}
}
}
}
.left-text-wrapper
{
.left-text-wrapper
{
&
:
:
before
{
&
:
:
before
{
...
...
dev/sass/pages/_blog.scss
View file @
36ddaa18
...
@@ -80,6 +80,7 @@
...
@@ -80,6 +80,7 @@
font-size
:
1
.125rem
;
font-size
:
1
.125rem
;
display
:
flex
;
display
:
flex
;
position
:
relative
;
position
:
relative
;
z-index
:
1
;
flex-direction
:
column
;
flex-direction
:
column
;
padding-left
:
18px
;
padding-left
:
18px
;
margin-bottom
:
1
.25rem
;
margin-bottom
:
1
.25rem
;
...
...
dev/sass/pages/_index.scss
View file @
36ddaa18
...
@@ -19,11 +19,18 @@
...
@@ -19,11 +19,18 @@
.whats-app-icon-wrapper
{
.whats-app-icon-wrapper
{
position
:
fixed
;
position
:
fixed
;
bottom
:
80px
;
bottom
:
80px
;
right
:
20px
;
right
:
2%
;
padding
:
10px
;
max-width
:
51px
;
// padding: 10px;
border-radius
:
5px
;
border-radius
:
5px
;
text-decoration
:
none
;
text-decoration
:
none
;
z-index
:
10
;
z-index
:
10
;
a
{
display
:
block
;
svg
{
max-width
:
100%
;
}
}
}
}
.whats-app-icon-wrapper
:hover
.tooltip-wrapper
{
.whats-app-icon-wrapper
:hover
.tooltip-wrapper
{
...
@@ -285,6 +292,14 @@ input[type="number"] {
...
@@ -285,6 +292,14 @@ input[type="number"] {
width
:
fit-content
;
width
:
fit-content
;
background
:
white
;
background
:
white
;
color
:
#000
!
important
;
color
:
#000
!
important
;
&
:hover
{
color
:
$white
!
important
;
// &::before {
// background-color: $primary;
// }
}
}
}
}
}
}
}
...
@@ -428,6 +443,15 @@ input[type="number"] {
...
@@ -428,6 +443,15 @@ input[type="number"] {
.row
{
.row
{
margin-bottom
:
6rem
;
margin-bottom
:
6rem
;
&
:has
(
.title-wrapper
)
{
margin-bottom
:
0
;
}
.title-wrapper
{
margin-bottom
:
3rem
;
}
&
:last-child
{
&
:last-child
{
margin-bottom
:
0
;
margin-bottom
:
0
;
}
}
...
@@ -488,6 +512,7 @@ input[type="number"] {
...
@@ -488,6 +512,7 @@ input[type="number"] {
margin-bottom
:
1rem
;
margin-bottom
:
1rem
;
}
}
ul
{
ul
{
row-gap
:
12px
;
li
{
li
{
margin-right
:
1
.25rem
;
margin-right
:
1
.25rem
;
img
{
img
{
...
...
dev/sass/pages/_portfolio.scss
View file @
36ddaa18
...
@@ -48,6 +48,7 @@
...
@@ -48,6 +48,7 @@
line-height
:
32px
;
line-height
:
32px
;
font-weight
:
600
;
font-weight
:
600
;
letter-spacing
:
-0
.5px
;
letter-spacing
:
-0
.5px
;
color
:
$white
;
svg
{
svg
{
max-width
:
16px
;
max-width
:
16px
;
...
@@ -348,6 +349,11 @@
...
@@ -348,6 +349,11 @@
width
:
100%
;
width
:
100%
;
object-fit
:
contain
;
object-fit
:
contain
;
}
}
.item
{
width
:
48px
;
height
:
48px
;
}
}
}
//TECHNOLOGY-USED-SECTION
//TECHNOLOGY-USED-SECTION
...
...
dev/sass/pages/_responsive.scss
View file @
36ddaa18
...
@@ -10,6 +10,12 @@
...
@@ -10,6 +10,12 @@
}
}
}
}
}
}
.WORKS-ON-WORK-SECTION
{
.row
{
--bs-gutter-y
:
20px
;
}
}
}
}
@media
(
max-width
:
767
.98px
)
{
@media
(
max-width
:
767
.98px
)
{
...
@@ -98,18 +104,37 @@
...
@@ -98,18 +104,37 @@
.HOME.TOP-BANNER-SECTION
img
{
.HOME.TOP-BANNER-SECTION
img
{
height
:
auto
;
height
:
auto
;
width
:
20rem
;
//
width: 20rem;
object-fit
:
contain
;
object-fit
:
contain
;
display
:
flex
;
display
:
flex
;
margin
:
auto
;
margin
:
auto
;
}
}
.modal-steps-wrapper
{
.step-text
{
h1
,
h2
,
h3
,
h4
,
h5
,
h6
{
line-height
:
25px
!
important
;
}
}
}
.TOP-BANNER-SECTION
{
.TOP-BANNER-SECTION
{
padding
:
0
0
1rem
0
!
important
;
padding
:
0
0
1rem
0
!
important
;
.nav-pills
{
.nav-pills
{
padding
:
1
.5rem
1
.5rem
0
1
.5rem
;
padding
:
1
.5rem
1
.5rem
0
1
.5rem
;
flex-wrap
:
nowrap
;
overflow
:
auto
;
li
{
li
{
margin-bottom
:
1rem
;
margin-bottom
:
1rem
;
a
,
button
{
text-wrap
:
nowrap
;
}
}
}
}
}
&
.py-80
{
&
.py-80
{
...
@@ -620,7 +645,7 @@
...
@@ -620,7 +645,7 @@
.customer-feedback
.feedback-wrapper
p
{
.customer-feedback
.feedback-wrapper
p
{
max-height
:
unset
;
max-height
:
unset
;
overflow
:
unset
;
//
overflow: unset;
line-height
:
unset
;
line-height
:
unset
;
}
}
}
}
...
@@ -768,8 +793,8 @@
...
@@ -768,8 +793,8 @@
.CONTACT
{
.CONTACT
{
&
.TOP-BANNER-SECTION
{
&
.TOP-BANNER-SECTION
{
.image-wrapper
img
{
.image-wrapper
img
{
height
:
1
0
rem
;
height
:
1
8
rem
;
width
:
10rem
;
width
:
75%
;
margin-bottom
:
2rem
;
margin-bottom
:
2rem
;
}
}
.left-text-wrapper
{
.left-text-wrapper
{
...
...
dev/sass/pages/master-portfolio/_block-gallery.scss
View file @
36ddaa18
.block-gallery
{
.block-gallery
{
.section-title
{
.section-title
{
&
:has
(
.title
)
{
display
:
flex
;
display
:
flex
;
align-items
:
center
;
align-items
:
center
;
justify-content
:
space-between
;
justify-content
:
space-between
;
}
.slider-controller
{
.slider-controller
{
gap
:
12px
;
gap
:
12px
;
...
@@ -28,4 +30,8 @@
...
@@ -28,4 +30,8 @@
}
}
}
}
}
}
.owl-stage
{
padding-left
:
0
!
important
;
}
}
}
dev/sass/pages/master-portfolio/_sticky-tab.scss
View file @
36ddaa18
...
@@ -5,11 +5,13 @@
...
@@ -5,11 +5,13 @@
z-index
:
9
;
z-index
:
9
;
.st-content
{
.st-content
{
overflow
:
auto
;
ul
{
ul
{
li
{
li
{
a
{
a
{
display
:
inline-block
;
display
:
inline-block
;
padding
:
8px
16px
;
padding
:
8px
16px
;
text-wrap
:
nowrap
;
}
}
&
:hover
,
&
:hover
,
...
...
general.php
View file @
36ddaa18
...
@@ -4,10 +4,10 @@ get_header();
...
@@ -4,10 +4,10 @@ get_header();
?>
?>
<!-- BREADCRUMB -->
<!-- BREADCRUMB -->
<div
class=
"container-fluid py-40"
>
<div
class=
"container-fluid py-40
general-breadcrumb
"
>
<div
class=
"container"
>
<div
class=
"container"
>
<div
class=
"row"
>
<div
class=
"row"
>
<nav
aria-label=
"breadcrumb
"
>
<nav
aria-label=
"breadcrumb
"
>
<ol
class=
"breadcrumb"
>
<ol
class=
"breadcrumb"
>
<li
class=
"breadcrumb-item"
><a
href=
"
<?php
echo
get_home_url
(
'/'
);
?>
"
>
Home
</a></li>
<li
class=
"breadcrumb-item"
><a
href=
"
<?php
echo
get_home_url
(
'/'
);
?>
"
>
Home
</a></li>
<li
class=
"breadcrumb-item active"
aria-current=
"page"
><a
href=
"#"
>
<?php
echo
the_title
();
?>
</a>
<li
class=
"breadcrumb-item active"
aria-current=
"page"
><a
href=
"#"
>
<?php
echo
the_title
();
?>
</a>
...
@@ -29,7 +29,8 @@ get_header();
...
@@ -29,7 +29,8 @@ get_header();
if
(
have_rows
(
'general_sidebar_links'
)
)
:
if
(
have_rows
(
'general_sidebar_links'
)
)
:
while
(
have_rows
(
'general_sidebar_links'
)
)
:
the_row
();
while
(
have_rows
(
'general_sidebar_links'
)
)
:
the_row
();
?>
?>
<li
class=
"active"
><a
href=
"
<?php
echo
esc_attr
(
get_sub_field
(
'links'
)
);
?>
"
>
<?php
echo
get_sub_field
(
'title'
);
?>
</a></li>
<li
class=
"active"
><a
href=
"
<?php
echo
esc_attr
(
get_sub_field
(
'links'
)
);
?>
"
>
<?php
echo
get_sub_field
(
'title'
);
?>
</a></li>
<?php
<?php
endwhile
;
endwhile
;
endif
;
endif
;
...
...
header.php
View file @
36ddaa18
...
@@ -10,18 +10,29 @@
...
@@ -10,18 +10,29 @@
<?php
wp_head
();
?>
<?php
wp_head
();
?>
<meta
name=
"google-site-verification"
content=
"DPEItwBusmmpY1RLo_YnoM9jRctsvqfM0AJNpkGiKwc"
/>
<meta
name=
"google-site-verification"
content=
"DPEItwBusmmpY1RLo_YnoM9jRctsvqfM0AJNpkGiKwc"
/>
<!-- Google Tag Manager -->
<!-- Google Tag Manager -->
<script>
(
function
(
w
,
d
,
s
,
l
,
i
){
w
[
l
]
=
w
[
l
]
||
[];
w
[
l
].
push
({
'gtm.start'
:
<script>
new
Date
().
getTime
(),
event
:
'gtm.js'
});
var
f
=
d
.
getElementsByTagName
(
s
)[
0
],
(
function
(
w
,
d
,
s
,
l
,
i
)
{
j
=
d
.
createElement
(
s
),
dl
=
l
!=
'dataLayer'
?
'&l='
+
l
:
''
;
j
.
async
=
true
;
j
.
src
=
w
[
l
]
=
w
[
l
]
||
[];
'https://www.googletagmanager.com/gtm.js?id='
+
i
+
dl
;
f
.
parentNode
.
insertBefore
(
j
,
f
);
w
[
l
].
push
({
})(
window
,
document
,
'script'
,
'dataLayer'
,
'GTM-T7SF2XRJ'
);
</script>
'gtm.start'
:
new
Date
().
getTime
(),
event
:
'gtm.js'
});
var
f
=
d
.
getElementsByTagName
(
s
)[
0
],
j
=
d
.
createElement
(
s
),
dl
=
l
!=
'dataLayer'
?
'&l='
+
l
:
''
;
j
.
async
=
true
;
j
.
src
=
'https://www.googletagmanager.com/gtm.js?id='
+
i
+
dl
;
f
.
parentNode
.
insertBefore
(
j
,
f
);
})(
window
,
document
,
'script'
,
'dataLayer'
,
'GTM-T7SF2XRJ'
);
</script>
<!-- End Google Tag Manager -->
<!-- End Google Tag Manager -->
</head>
</head>
<body>
<body>
<!-- Google Tag Manager (noscript) -->
<!-- Google Tag Manager (noscript) -->
<noscript><iframe
src=
"https://www.googletagmanager.com/ns.html?id=GTM-T7SF2XRJ
"
<noscript><iframe
src=
"https://www.googletagmanager.com/ns.html?id=GTM-T7SF2XRJ"
height=
"0"
width=
"0
"
height=
"0"
width=
"0"
style=
"display:none;visibility:hidden"
></iframe></noscript>
style=
"display:none;visibility:hidden"
></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<!-- End Google Tag Manager (noscript) -->
<nav
class=
"navbar navbar-expand-lg navbar-light top-nav p-0"
id=
"myTopnav"
>
<nav
class=
"navbar navbar-expand-lg navbar-light top-nav p-0"
id=
"myTopnav"
>
<div
class=
"container"
>
<div
class=
"container"
>
...
@@ -48,11 +59,9 @@
...
@@ -48,11 +59,9 @@
<a
href=
"#"
data-bs-toggle=
"modal"
data-bs-target=
"#exampleModal"
<a
href=
"#"
data-bs-toggle=
"modal"
data-bs-target=
"#exampleModal"
class=
"btn btn-primary btn-padding hover-up btn-start-project font-14 fw-500 btn-padding btn-submit"
>
Start
class=
"btn btn-primary btn-padding hover-up btn-start-project font-14 fw-500 btn-padding btn-submit"
>
Start
your project
your project
<svg
width=
"24"
height=
"24"
viewBox=
"0 0 24 24"
fill=
"none"
<svg
width=
"24"
height=
"24"
viewBox=
"0 0 24 24"
fill=
"none"
xmlns=
"http://www.w3.org/2000/svg"
>
xmlns=
"http://www.w3.org/2000/svg"
>
<path
fill-rule=
"evenodd"
clip-rule=
"evenodd"
<path
fill-rule=
"evenodd"
clip-rule=
"evenodd"
d=
"M4 13L16.17 13L10.58 18.59L12 20L20 12L12 4L10.59 5.41L16.17 11L4 11L4 13Z"
d=
"M4 13L16.17 13L10.58 18.59L12 20L20 12L12 4L10.59 5.41L16.17 11L4 11L4 13Z"
fill=
"white"
></path>
fill=
"white"
></path>
</svg>
</svg>
<span
class=
"bg-hover"
style=
"left: 108px; top: 62.1562px;"
></span>
<span
class=
"bg-hover"
style=
"left: 108px; top: 62.1562px;"
></span>
</a>
</a>
...
@@ -60,7 +69,11 @@
...
@@ -60,7 +69,11 @@
</div>
</div>
<div
class=
"col-1 menu-toggler"
>
<div
class=
"col-1 menu-toggler"
>
<div
class=
"toggler-icon"
>
<div
class=
"toggler-icon"
>
<svg
stroke=
"currentColor"
fill=
"currentColor"
stroke-width=
"0"
viewBox=
"0 0 24 24"
height=
"32"
width=
"32"
xmlns=
"http://www.w3.org/2000/svg"
><path
fill=
"none"
d=
"M0 0h24v24H0z"
></path><path
d=
"M3 18h18v-2H3v2zm0-5h18v-2H3v2zm0-7v2h18V6H3z"
></path></svg>
<svg
stroke=
"currentColor"
fill=
"currentColor"
stroke-width=
"0"
viewBox=
"0 0 24 24"
height=
"32"
width=
"32"
xmlns=
"http://www.w3.org/2000/svg"
>
<path
fill=
"none"
d=
"M0 0h24v24H0z"
></path>
<path
d=
"M3 18h18v-2H3v2zm0-5h18v-2H3v2zm0-7v2h18V6H3z"
></path>
</svg>
</div>
</div>
</div>
</div>
</div>
</div>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment