Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
lara_cms
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Package Registry
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jasvir Singh
lara_cms
Commits
5331776d
Commit
5331776d
authored
4 years ago
by
mohd zamin
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'zamin_new_branch' into developer
parents
065cefd3
09922348
Pipeline
#384
failed with stage
in 44 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
42 additions
and
27 deletions
+42
-27
public/assets/css/style.css
public/assets/css/style.css
+25
-10
resources/views/frontend/index.blade.php
resources/views/frontend/index.blade.php
+5
-7
resources/views/frontend_layout/master.blade.php
resources/views/frontend_layout/master.blade.php
+12
-10
No files found.
public/assets/css/style.css
View file @
5331776d
...
...
@@ -29,26 +29,27 @@ nav ul li a{
font-size
:
14px
;
}
#front_text
{
font-size
:
55
px
;
font-size
:
40
px
;
font-weight
:
bolder
;
font-family
:
'Cairo'
,
sans-serif
;
line-height
:
1.2em
;
color
:
#723c70
;
padding
:
20px
40px
10px
50px
;
word-spacing
:
0.5rem
;
padding
:
20px
0px
0px
1px
;
}
.home-text
{
padding-right
:
77px
;
}
#second_text
{
font-size
:
24px
;
color
:
#723c70
;
font-weight
:
thin
;
text-align
:
justify
;
word-spacing
:
0.5rem
;
padding
:
20px
40px
10px
5
0px
;
padding
:
20px
0px
0px
0px
;
font-family
:
'Cairo'
,
sans-serif
;
}
.
link
{
.
btn-outline-secondary
{
color
:
#723c70
;
border
:
solid
3px
#723c70
;
margin-right
:
30px
;
...
...
@@ -56,15 +57,16 @@ nav ul li a{
font-family
:
'Cairo'
,
sans-serif
;
font-weight
:
500
;
text-decoration
:
none
;
margin-bottom
:
20px
;
}
.
link
:hover
{
.
btn-outline-secondary
:hover
{
background-color
:
#723c70
;
text-decoration
:
none
;
color
:
#fff
;
transition
:
0.2s
ease-in
;
}
.links
{
padding
:
20px
40px
10px
5
0px
;
padding
:
20px
0px
0px
0px
;
}
#right-div
{
height
:
100%
;
...
...
@@ -207,7 +209,7 @@ form input{
background-color
:
aliceblue
;
}
#footer
h2
{
margin-left
:
35
px
;
margin-left
:
0
px
;
font-size
:
26px
;
}
#footer
a
{
...
...
@@ -215,6 +217,9 @@ form input{
}
#footer
ul
{
list-style-type
:
none
;
display
:
inline
;
padding
:
0
;
margin
:
-28px
;
}
#footer
ul
li
{
line-height
:
35px
;
...
...
@@ -228,6 +233,16 @@ form input{
font-size
:
1.5rem
;
margin-left
:
10px
;
}
.ads
{
text-align
:
left
;
}
@media
only
screen
and
(
max-width
:
600px
)
{
.ads
{
text-align
:
center
;
}
}
/* Blockquote */
...
...
This diff is collapsed.
Click to expand it.
resources/views/frontend/index.blade.php
View file @
5331776d
...
...
@@ -6,19 +6,18 @@ Home Page | 01Synergy
@
if
(
!
empty
(
$data
))
<
div
class
=
"container-fluid"
>
<
div
class
=
"row"
>
@
if
(
$data
->
type
==
'oneCol'
)
<
div
class
=
"col-
md
-12"
>
@
if
(
$data
->
type
==
'oneCol'
)
<
div
class
=
"col-
lg
-12"
>
<
p
class
=
"text-center"
>
@
if
(
$data
->
image
!=
'noimage.jpg'
)
<
img
src
=
'{{ asset("images/$data->image") }}'
style
=
"width:100%; height:
5
00px;"
>
<
img
src
=
'{{ asset("images/$data->image") }}'
style
=
"width:100%; height:
2
00px;"
>
@
else
<
h1
></
h1
>
@
endif
</
p
>
<
h1
class
=
"text-center"
>
{{
$data
->
name
}}
</
h1
>
<
p
>
{
!!
$data
->
description
!!
}
</
p
>
</
div
>
</
div
>
@
endif
@
if
(
$data
->
type
==
'twoCol'
)
...
...
@@ -35,8 +34,7 @@ Home Page | 01Synergy
<
div
class
=
"col-md-8"
style
=
"padding-left: 50px; padding-top:20px;"
>
<
p
>
{
!!
$data
->
description
!!
}
</
p
>
</
div
>
<
div
class
=
"col-md-4 "
style
=
"padding-top: 40px;"
>
<
div
class
=
"col-md-4"
style
=
"padding-top: 40px;"
>
<
h3
class
=
"text-center"
>
Related
Content
</
h2
>
<
ul
style
=
"list-style-type: none; margin-left: 40px; text-decoration:cornsilk"
>
@
foreach
(
$pages
as
$page
)
...
...
This diff is collapsed.
Click to expand it.
resources/views/frontend_layout/master.blade.php
View file @
5331776d
...
...
@@ -208,15 +208,17 @@
@if (request()->is('/'))
<div
class=
"container-fluid"
>
<div
class=
"row"
id=
"hero"
>
<div
class=
"col-md-8"
>
<p
id=
"front_text"
>
Setting the Standard in Web Development and Mobile Development.
</p>
<p
id=
"second_text"
>
Partner with us for affordable development supported by advanced frameworks, processes, automation, and expertise.
</p>
<div
class=
"links"
>
<a
href=
"{{url('front/services')}}"
class=
"link"
>
Explore Sevices
</a>
<a
href=
"{{url('front/explore')}}"
class=
"link"
>
Success Stories
</a>
<div
class=
"col-xs-12 col-md-7 col-lg-7 home-text"
>
<h3
id=
"front_text"
class=
"pt-5"
>
Setting the Standard in Web Development and Mobile Development.
</h3>
<p
id=
"second_text"
class=
"pt-5"
>
Partner with us for affordable development supported by advanced frameworks, processes, automation, and expertise.
</p>
<div
class=
"col-lg-12 pt-4"
>
<a
href=
"{{url('front/services')}}"
class=
"btn btn-outline-secondary col-lg-4"
>
Explore Sevices
</a>
<a
href=
"{{url('front/explore')}}"
class=
"btn btn-outline-secondary col-lg-4"
>
Success Stories
</a>
</div>
</div>
<div
class=
"col-
md-4
"
id=
"right-div"
style=
"box-shadow: 1px -1px 11px 0px ; background-color:#723c70"
>
<div
class=
"col-
xs-12 col-md-5 col-lg-5
"
id=
"right-div"
style=
"box-shadow: 1px -1px 11px 0px ; background-color:#723c70"
>
@if(session('success'))
<div
class=
"alert alert-warning"
>
{{ session('success')}}
...
...
@@ -366,7 +368,7 @@
@endforeach
</ul>
</div>
<div
class=
"col-md-
2
"
>
<div
class=
"col-md-
3
"
>
<h2>
Support
</h2>
<ul
style=
" list-style-type: none;"
>
@foreach($cat as $c)
...
...
@@ -389,8 +391,8 @@
</ul>
</div>
<div
class=
"col-md-
4
"
>
<h2
class=
"text-center"
>
Address
</h2>
<div
class=
"col-md-
3 ads
"
>
<h2>
Address
</h2>
<ul
id=
"social-media"
class=
"justify-content-center align-items-center text-center"
>
<li>
<a
href=
"https://www.facebook.com/01Synergy/"
target=
"_blank"
>
...
...
This diff is collapsed.
Click to expand it.
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