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
a8d10d88
Commit
a8d10d88
authored
Jan 02, 2025
by
jhukal9@gmail.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updated the new pages and popup form layout
parent
b31f57e7
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
74 additions
and
14 deletions
+74
-14
style.css
assets/css/style.css
+0
-0
_global.scss
dev/sass/base/_global.scss
+20
-0
_comparison-form.scss
dev/sass/pages/site-comparision/_comparison-form.scss
+0
-11
footer.php
footer.php
+53
-0
comparison-form.php
template-parts/site-comparison/comparison-form.php
+1
-3
No files found.
assets/css/style.css
View file @
a8d10d88
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 @
a8d10d88
...
@@ -50,6 +50,7 @@ button {
...
@@ -50,6 +50,7 @@ button {
.select-field
{
.select-field
{
background
:
rgba
(
0
,
0
,
0
,
0
.05
);
background
:
rgba
(
0
,
0
,
0
,
0
.05
);
position
:
relative
;
position
:
relative
;
max-width
:
fit-content
;
&
:
:
after
{
&
:
:
after
{
content
:
""
;
content
:
""
;
...
@@ -62,6 +63,7 @@ button {
...
@@ -62,6 +63,7 @@ button {
height
:
9px
;
height
:
9px
;
// z-index: -1;
// z-index: -1;
}
}
select
{
select
{
background-color
:
transparent
;
background-color
:
transparent
;
appearance
:
none
;
appearance
:
none
;
...
@@ -73,6 +75,7 @@ button {
...
@@ -73,6 +75,7 @@ button {
.submit-field
{
.submit-field
{
position
:
relative
;
position
:
relative
;
max-width
:
fit-content
;
input
[
type
=
"submit"
]
{
input
[
type
=
"submit"
]
{
padding
:
0
.75rem
1
.625rem
;
padding
:
0
.75rem
1
.625rem
;
...
@@ -97,6 +100,13 @@ button {
...
@@ -97,6 +100,13 @@ button {
}
}
}
}
}
}
svg
{
position
:
absolute
;
top
:
50%
;
transform
:
translateY
(
-50%
);
right
:
40px
;
}
}
}
.btn-outlined
{
.btn-outlined
{
...
@@ -127,6 +137,16 @@ button {
...
@@ -127,6 +137,16 @@ button {
}
}
}
}
}
}
.download-popup
{
position
:
fixed
;
top
:
80px
;
bottom
:
64px
;
left
:
50%
;
transform
:
translateX
(
-50%
);
background-color
:
$white
;
}
@media
(
max-width
:
767px
)
{
@media
(
max-width
:
767px
)
{
.section-title
{
.section-title
{
margin-bottom
:
2rem
;
margin-bottom
:
2rem
;
...
...
dev/sass/pages/site-comparision/_comparison-form.scss
View file @
a8d10d88
...
@@ -2,15 +2,4 @@
...
@@ -2,15 +2,4 @@
.section-title
{
.section-title
{
margin-bottom
:
24px
;
margin-bottom
:
24px
;
}
}
.submit-field
{
position
:
relative
;
max-width
:
fit-content
;
svg
{
position
:
absolute
;
top
:
50%
;
transform
:
translateY
(
-50%
);
right
:
40px
;
}
}
}
}
footer.php
View file @
a8d10d88
...
@@ -246,6 +246,59 @@
...
@@ -246,6 +246,59 @@
</div>
</div>
</div>
</div>
<div
class=
"download-popup"
>
<div
class=
"dp-content-box"
>
<div
class=
"form-content-box"
>
<div
class=
"top-title section-title"
>
<h2>
Get Your Free SEO Audit Delivered to Your Inbox
</h2>
<p>
Fill out the form, and we'll send you a detailed SEO audit directly to your email, helping you improve your
website's performance.
</p>
</div>
<div
class=
"row"
>
<div
class=
"col-sm-6"
>
<div
class=
"input-field"
>
<label>
Full Name
</label>
<input
type=
"text"
placeholder=
"Enter your Full Name "
>
</div>
</div>
<div
class=
"col-sm-6"
>
<div
class=
"input-field"
>
<label>
Phone Number (Optional)
</label>
<input
type=
"text"
placeholder=
"Enter your Phone Number"
>
</div>
</div>
<div
class=
"col-sm-6"
>
<div
class=
"input-field"
>
<label>
Enter your Email Address
</label>
<input
type=
"text"
placeholder=
"Enter your Enter your Email Address "
>
</div>
</div>
<div
class=
"col-sm-6"
>
<div
class=
"input-field"
>
<label>
Company Name
</label>
<input
type=
"text"
placeholder=
"Enter the Name of your Company"
>
</div>
</div>
<div
class=
"col"
>
<div
class=
"input-field"
>
<label>
Message (optional)
</label>
<textarea
rows=
"3"
placeholder=
"Enter the message you want us to send"
></textarea>
</div>
</div>
</div>
<div
class=
"submit-field "
>
<input
type=
"submit"
value=
"Analyze"
>
<svg
width=
"16"
height=
"16"
viewBox=
"0 0 16 16"
fill=
"none"
xmlns=
"http://www.w3.org/2000/svg"
>
<path
fill-rule=
"evenodd"
clip-rule=
"evenodd"
d=
"M-6.11959e-07 9L12.17 9L6.58 14.59L8 16L16 8L8 6.99382e-07L6.59 1.41L12.17 7L-7.86805e-07 7L-6.11959e-07 9Z"
fill=
"white"
/>
</svg>
</div>
</div>
</div>
</div>
<?php
wp_footer
()
?>
<?php
wp_footer
()
?>
</body>
</body>
...
...
template-parts/site-comparison/comparison-form.php
View file @
a8d10d88
...
@@ -18,14 +18,13 @@
...
@@ -18,14 +18,13 @@
</div>
</div>
</div>
</div>
</div>
</div>
<div
class=
"submit-field"
>
<div
class=
"submit-field
"
>
<input
type=
"submit"
value=
"Analyze"
>
<input
type=
"submit"
value=
"Analyze"
>
<svg
width=
"16"
height=
"16"
viewBox=
"0 0 16 16"
fill=
"none"
xmlns=
"http://www.w3.org/2000/svg"
>
<svg
width=
"16"
height=
"16"
viewBox=
"0 0 16 16"
fill=
"none"
xmlns=
"http://www.w3.org/2000/svg"
>
<path
fill-rule=
"evenodd"
clip-rule=
"evenodd"
<path
fill-rule=
"evenodd"
clip-rule=
"evenodd"
d=
"M-6.11959e-07 9L12.17 9L6.58 14.59L8 16L16 8L8 6.99382e-07L6.59 1.41L12.17 7L-7.86805e-07 7L-6.11959e-07 9Z"
d=
"M-6.11959e-07 9L12.17 9L6.58 14.59L8 16L16 8L8 6.99382e-07L6.59 1.41L12.17 7L-7.86805e-07 7L-6.11959e-07 9Z"
fill=
"white"
/>
fill=
"white"
/>
</svg>
</svg>
</div>
</div>
</div>
</div>
</section>
</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