diff --git a/public/frontend/css/style.css b/public/frontend/css/style.css index f0ec3fc..49fa798 100644 --- a/public/frontend/css/style.css +++ b/public/frontend/css/style.css @@ -304,7 +304,8 @@ Responsive Codes } .slider-content a::after, .services-content a::after, -.why-us-desc a::after{ +.why-us-desc a::after, +.sydney-desc a::after{ content: '\f101'; font-weight: 900; font-family: "Font Awesome 5 Free"; @@ -315,7 +316,8 @@ Responsive Codes transition: 0.5s; } .slider-content a:hover, -.services-content a:hover{ +.services-content a:hover, +.sydney-desc a:hover{ background: #326CBF; padding-right: 2rem; padding-left: 1rem; @@ -327,7 +329,8 @@ Responsive Codes } .slider-content a:hover::after, .services-content a:hover::after, -.why-us-desc a:hover::after{ +.why-us-desc a:hover::after, +.sydney-desc a:hover::after{ opacity: 1; right: 10px; } @@ -428,7 +431,8 @@ Responsive Codes .why-et, .blog-detail-section, .faq-section, -.student-visa-section{ +.student-visa-section, +.services-page-section{ padding: 3rem 6rem; } .services-section .row, @@ -441,7 +445,7 @@ Responsive Codes align-items: center; } .services-content{ - margin-right: 6rem; + margin-right: 2rem; } .services-content h1{ font-weight: 600; @@ -498,15 +502,23 @@ Responsive Codes box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.25); border-radius: 16px; } -.service-card a{ +.service-page-content{ + color: #000000; + text-align: center; + padding: 20px; +} +.service-card a, +.service-page-content span{ text-decoration: none; font-weight: 700; font-size: 16px; line-height: 24px; text-align: center; - color: #1E1C1C; } +.service-card a:hover{ + color: #E22899; +} .service-icon{ margin-bottom: 20px; } @@ -524,9 +536,10 @@ Responsive Codes top: -22%; } .why-us-lists{ - display: flex; + display: -webkit-inline-box; gap: 2rem; margin-bottom: 1rem; + padding-right: 6rem; } .why-us-desc h1, .testimonials-desc h1, @@ -549,11 +562,11 @@ Responsive Codes color: #1E1C1C; } .lists-icons{ - padding: 10px; width: 50px; height: 50px; display: flex; align-items: center; + justify-content: center; border-radius: 50%; background: #296AC7; } @@ -650,13 +663,18 @@ Responsive Codes line-height: 1.6rem; margin-bottom: 2rem; } -.blog-card{ +.blog-card, +.service-page-card{ background: #FFFFFF; box-shadow: 0px 4px 18px rgba(121, 121, 121, 0.05); border-radius: 12px; transition: .4s; } -.blog-card:hover{ +.service-page-card{ + min-height: 28pc; +} +.blog-card:hover, +.service-page-card:hover{ transform: scale(1.03); } .blog-desc{ @@ -677,7 +695,9 @@ Responsive Codes transition: color 1.5s; } .blog-card:hover h2, -.blog-card:hover p{ +.blog-card:hover p, +.service-page-card:hover h2, +.service-page-card:hover p{ color: #E22899; } .blog-desc p{ @@ -747,6 +767,10 @@ Responsive Codes text-decoration: none; color: #FFFFFF; padding: 10px 20px; + display: inline-block; + align-items: center; + position: relative; + transition: 0.5s; } /* study abroad css ends */ @@ -1149,7 +1173,7 @@ Responsive Codes .values-lists a{ text-decoration: none; cursor: pointer; - padding: 20px 20px 20px 0; + padding: 17px 17px 17px 0; line-height: 33px; border-bottom: 1px solid #A0A0A0; } @@ -1327,7 +1351,7 @@ Responsive Codes } /* blog detail css */ .blog-detail-img{ - margin-bottom: 15px; + margin: 15px 0; } .recent-card{ background: #DFEBFA; @@ -1374,6 +1398,7 @@ Responsive Codes .blog-socials{ display: flex; align-items: center; + margin: 1rem 0; justify-content: space-between; } .faq-section .accordion-button:focus{ @@ -1389,6 +1414,21 @@ Responsive Codes background-color: unset; border-bottom: 1.5px solid #E0DEDE; } +/* service page css */ +.service-page-header h2{ + font-weight: 700; + font-size: 30px; + text-align: center; + color: #326CBF; +} +.service-page-header h1{ + font-weight: 700; + font-size: 34px; + line-height: 37px; + text-align: center; + color: #111111; +} + /* Footer Css */ .footer{ background: #296AC7; @@ -1456,6 +1496,44 @@ Responsive Codes display: flex; gap: 30px; } +.blog-info span{ + width: 6px; + height: 6px; + border-radius: 50%; + background: #676676; +} +.blog-info{ + display: flex; + align-items: center; + gap: 10px; +} +.blog-info h6{ + margin-bottom: 0; +} +.socials-icon{ + background: #EEEEEE; + border-radius: 50%; + width: 40px; + height: 40px; + text-decoration: none; + display: flex; + align-items: center; + justify-content: center; + transition: .4s; +} +.socials-icon .fa-facebook-f{ + color: #3B5998; +} +.socials-icon .fa-twitter{ + color: #1DA1F2; +} +.socials-icon .fa-linkedin-in{ + color: #0072B1; +} +.socials-icon:hover{ + background: #E22899; + transform: scale(1.03); +} .policy a{ color: #DD6227; text-decoration: none; @@ -1608,7 +1686,9 @@ Responsive Codes .slider-content h2, .slider-content h1, .blog-banner-content h2, - .contact-offices h2{ + .contact-offices h2, + .service-page-header h2, + .service-page-header h1{ font-size: 22px; line-height: 2rem; } @@ -1675,7 +1755,8 @@ Responsive Codes .our-values-section, .lets-chat-section, .blog-banner, - .overseas-section{ + .overseas-section, + .services-page-section{ padding: 2rem; } .contact-form-section, @@ -1755,12 +1836,23 @@ Responsive Codes .why-us-lists{ gap: 1rem; } - .lists-icons{ - width: 80px; - } .et-cards{ grid-template-columns: 1fr 1fr; } + .blog-socials{ + display: flex; + flex-direction: column; + align-items: flex-start; + gap: 10px; + margin: 10px 0; + } + .services-page-section .row{ + --bs-gutter-y: 1rem; + --bs-gutter-x: 1rem; + } + .service-page-card{ + min-height: 20pc; + } } /* mobile view css end */ /* ipad, tablets screen css */ @@ -1832,7 +1924,8 @@ Responsive Codes .lets-chat-section, .our-values-section, .blog-banner, - .overseas-section{ + .overseas-section, + .services-page-section{ padding: 3rem; } .services-content h1, @@ -1923,7 +2016,8 @@ Responsive Codes .footer-top, .lets-chat-section, .our-values-section, - .overseas-section{ + .overseas-section, + .services-page-section{ padding: 3rem; } .why-us-section::before, @@ -2003,6 +2097,10 @@ Responsive Codes .review-card{ min-height: 37pc; } + +.values-lists a{ + padding: 15px 15px 15px 0; +} } @media only screen and (min-width: 1440px) and (max-width: 1560px) { .review-card{ diff --git a/public/frontend/icons/coin.svg b/public/frontend/icons/coin.svg new file mode 100644 index 0000000..dcccfbf --- /dev/null +++ b/public/frontend/icons/coin.svg @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + diff --git a/public/frontend/icons/exclusive.svg b/public/frontend/icons/exclusive.svg new file mode 100644 index 0000000..0cea398 --- /dev/null +++ b/public/frontend/icons/exclusive.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/public/frontend/images/close-up-students-indoors.png b/public/frontend/images/close-up-students-indoors.png new file mode 100644 index 0000000..9a19b56 Binary files /dev/null and b/public/frontend/images/close-up-students-indoors.png differ diff --git a/resources/views/about.blade.php b/resources/views/about.blade.php index d46ba7c..e44c533 100644 --- a/resources/views/about.blade.php +++ b/resources/views/about.blade.php @@ -82,22 +82,22 @@
-

Committed

+

Transparency

-

Develop relationship & Deliver Results

+

Commitment

-

Committed

+

Professionalism

-

Develop relationship & Deliver Results

+

Reliability

-

Committed

+

Integrity

-

Develop relationship & Deliver Results

+

Trustworthy

diff --git a/resources/views/blog-detail.blade.php b/resources/views/blog-detail.blade.php index bda0181..00fc014 100644 --- a/resources/views/blog-detail.blade.php +++ b/resources/views/blog-detail.blade.php @@ -13,29 +13,33 @@
+

{{$blog->title}}

@php $date = Carbon\Carbon::createFromFormat('Y-m-d', $blog->publish_date);@endphp
-
{{$date->format('j M, Y')}}
+
+
{{$date->format('j M, Y')}}
+ +
5 min read
+
-

{{$blog->title}}

{!!$blog->description!!}