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
c87843db
Commit
c87843db
authored
Jan 02, 2025
by
rajshah
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
done block for quote
parent
6bf35d81
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
16 additions
and
43 deletions
+16
-43
quote.php
blocks/seo/quote.php
+16
-0
audit-quote.php
template-parts/seo-audit/audit-quote.php
+0
-11
audit-tool-box.php
template-parts/seo-audit/audit-tool-box.php
+0
-32
No files found.
blocks/seo/quote.php
View file @
c87843db
<!-- Seo - Quote Block Section -->
<?php
$quote
=
get_field
(
'quote'
)
?:
''
;
if
(
!
empty
(
$quote
))
:
?>
<section
class=
"AUDIT-QUOTE py-80"
>
<div
class=
"container"
>
<div
class=
"quote-content"
>
<img
src=
"
<?php
echo
get_parent_theme_file_uri
()
?>
/assets/img/quote.svg"
alt=
""
>
<h4
class=
"text-center"
>
<?php
echo
$quote
;
?>
</h4>
</div>
</div>
</section>
<?php
endif
;
?>
<!-- Seo - Quote Block Section -->
\ No newline at end of file
template-parts/seo-audit/audit-quote.php
deleted
100644 → 0
View file @
6bf35d81
<section
class=
"AUDIT-QUOTE py-80"
>
<div
class=
"container"
>
<div
class=
"quote-content"
>
<img
src=
"
<?php
echo
get_parent_theme_file_uri
()
?>
/assets/img/quote.svg"
alt=
""
>
<h4
class=
"text-center"
>
We’ve always aimed to do things a little differently at Buffer. Since the early days,
we’ve had a focus on
building one of the most unique and fulfilling workplaces by rethinking a lot of traditional practices.
</h4>
</div>
</div>
</section>
\ No newline at end of file
template-parts/seo-audit/audit-tool-box.php
deleted
100644 → 0
View file @
6bf35d81
<section
class=
"AUDIT-TOOL-BOX SERVICE-LISTING py-80 mt-80"
>
<div
class=
"container"
>
<div
class=
"top-title section-title"
>
<h2>
Services we provide in Content Marketing
</h2>
<p>
Our swift-paced team is capable of handling design projects on anywhere and anytime. We’re ready to deliver
your best product wherever you are!
</p>
</div>
<div
class=
"row"
>
<?php
$services
=
array_fill
(
0
,
6
,
[]);
foreach
(
$services
as
$service
)
{
?>
<div
class=
"col-md-6 col-xl-4"
>
<div
class=
"service-item"
>
<div
class=
"si-icon"
>
<img
src=
"
<?php
echo
get_parent_theme_file_uri
()
?>
/assets/img/service-detail-01.svg"
alt=
""
>
</div>
<div
class=
"si-content"
>
<strong>
Strategy Development
</strong>
<p>
We design a custom content strategy that aligns with your business objectives, target audience, and
industry trends.
</p>
</div>
</div>
</div>
<?php
}
?>
</div>
</div>
</section>
\ No newline at end of file
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