Commit 5331776d authored by mohd  zamin's avatar mohd zamin

Merge branch 'zamin_new_branch' into developer

parents 065cefd3 09922348
Pipeline #384 failed with stage
in 44 seconds
......@@ -29,26 +29,27 @@ nav ul li a{
font-size: 14px;
}
#front_text{
font-size: 55px;
font-size: 40px;
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 50px;
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 50px;
padding: 20px 0px 0px 0px;
}
#right-div{
height: 100%;
......@@ -207,7 +209,7 @@ form input{
background-color: aliceblue;
}
#footer h2{
margin-left: 35px ;
margin-left:0px ;
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 */
......
......@@ -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: 500px;">
<img src='{{ asset("images/$data->image") }}' style="width:100%; height: 200px;">
@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)
......
......@@ -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">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment