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
fe201b51
Commit
fe201b51
authored
Jun 12, 2025
by
Arjun Jhukal
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updated the minor changes
parent
8f72fbfc
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
74 additions
and
28 deletions
+74
-28
style.css
assets/css/style.css
+0
-0
_global.scss
dev/sass/base/_global.scss
+38
-1
_header.scss
dev/sass/base/_header.scss
+0
-26
_case-study-general.scss
dev/sass/pages/case-study/_case-study-general.scss
+14
-0
case-study-detail.php
page-templates/case-study-detail.php
+22
-1
No files found.
assets/css/style.css
View file @
fe201b51
This source diff could not be displayed because it is too large. You can
view the blob
instead.
dev/sass/base/_global.scss
View file @
fe201b51
...
...
@@ -2,8 +2,38 @@ a,
button
{
transition
:
all
0
.3s
ease-in-out
;
}
.new
{
position
:
relative
;
&
:
:
after
{
content
:
"New"
;
position
:
absolute
;
right
:
-10px
;
top
:
-15px
;
background-color
:
rgb
(
17
,
170
,
55
);
border-radius
:
4px
;
font-size
:
10px
;
line-height
:
12px
;
padding
:
2px
6px
;
color
:
$white
;
animation
:
glow
1
.5s
ease-in-out
infinite
alternate
;
}
@keyframes
glow
{
0
%
{
box-shadow
:
0
0
4px
rgba
(
17
,
170
,
55
,
0
.5
);
}
100
%
{
box-shadow
:
0
0
12px
rgba
(
17
,
170
,
55
,
1
);
}
}
}
.section-title
{
margin-bottom
:
3
.75rem
;
p
{
margin-bottom
:
0
;
}
...
...
@@ -11,6 +41,7 @@ button {
.input-field
{
margin-bottom
:
32px
;
label
{
color
:
$black
;
font-size
:
16px
;
...
...
@@ -19,6 +50,7 @@ button {
display
:
block
;
margin-bottom
:
8px
;
}
input
,
select
,
textarea
{
...
...
@@ -45,6 +77,7 @@ button {
opacity
:
0
.4
;
}
}
textarea
{
resize
:
none
;
}
...
...
@@ -110,7 +143,7 @@ button {
}
}
>
svg
{
>
svg
{
position
:
absolute
;
top
:
50%
;
transform
:
translateY
(
-50%
);
...
...
@@ -231,6 +264,7 @@ button {
font-size
:
2rem
!
important
;
}
}
.input-field
{
margin-bottom
:
24px
;
}
...
...
@@ -273,8 +307,10 @@ button {
}
}
}
@media
(
max-width
:
1023px
)
{
.toc
{
h6
,
.category-list
{
position
:
fixed
;
...
...
@@ -282,6 +318,7 @@ button {
left
:
0
;
z-index
:
2
;
}
h6
{
box-shadow
:
0
-2px
2px
rgba
(
0
,
0
,
0
,
0
.1
);
border-radius
:
4px
4px
0
0
;
...
...
dev/sass/base/_header.scss
View file @
fe201b51
...
...
@@ -191,33 +191,7 @@
}
}
&
.new
{
position
:
relative
;
&
:
:
after
{
content
:
"New"
;
position
:
absolute
;
right
:
-10px
;
top
:
-15px
;
background-color
:
rgb
(
17
,
170
,
55
);
border-radius
:
4px
;
font-size
:
10px
;
line-height
:
12px
;
padding
:
2px
6px
;
color
:
$white
;
animation
:
glow
1
.5s
ease-in-out
infinite
alternate
;
}
@keyframes
glow
{
0
%
{
box-shadow
:
0
0
4px
rgba
(
17
,
170
,
55
,
0
.5
);
}
100
%
{
box-shadow
:
0
0
12px
rgba
(
17
,
170
,
55
,
1
);
}
}
}
&
:last-of-type
{
margin-right
:
0
;
...
...
dev/sass/pages/case-study/_case-study-general.scss
View file @
fe201b51
...
...
@@ -103,11 +103,25 @@
transform
:
rotate
(
45deg
);
}
}
ol
{
li
{
&
:
:
after
{
display
:
none
;
}
}
}
}
ol
{
padding-left
:
24px
;
ul
{
li
{
list-style-type
:
none
;
}
}
li
{
list-style-type
:
decimal
;
}
...
...
page-templates/case-study-detail.php
View file @
fe201b51
...
...
@@ -43,7 +43,18 @@ the_content();
<p>
Lambda Payments provides end-to-end Fintech products and solutions to enterprises, banks, and
financial institutions.
</p>
<ol>
<li>
Improved Keyword Rankings
<li>
Improved Keyword Rankings
<ol>
<li>
Improved Keyword Rankings
</li>
<li>
Improved Keyword Rankings
</li>
<li>
Improved Keyword Rankings
</li>
</ol>
<ul>
<li>
Improved Keyword Rankings
</li>
<li>
Improved Keyword Rankings
</li>
<li>
Improved Keyword Rankings
</li>
</ul>
</li>
<li>
Increased Traffic
</li>
<li>
Enhanced User Engagement
</li>
...
...
@@ -87,6 +98,16 @@ the_content();
<p>
In addition to keyword improvements, organic traffic has steadily grown:
</p>
<ul>
<li>
Organic Traffic: Traffic grew by 78%, from 1,730 visitors to 3,075 in January 2024
</li>
<ol>
<li>
Improved Keyword Rankings
</li>
<li>
Improved Keyword Rankings
</li>
<li>
Improved Keyword Rankings
</li>
</ol>
<ul>
<li>
Improved Keyword Rankings
</li>
<li>
Improved Keyword Rankings
</li>
<li>
Improved Keyword Rankings
</li>
</ul>
</ul>
</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