From ce550c58dad80e5b83f21b3494429e0ac27c2868 Mon Sep 17 00:00:00 2001 From: tribikram Date: Wed, 7 Dec 2022 10:55:56 +0545 Subject: [PATCH] [add] about us slicing --- public/frontend/css/style.css | 47 +++++++++++- public/frontend/icons/christmas-stars.svg | 9 +++ resources/views/about.blade.php | 92 +++++++++++++++++++++++ resources/views/layout/app.blade.php | 2 +- resources/views/welcome.blade.php | 2 +- 5 files changed, 149 insertions(+), 3 deletions(-) create mode 100644 public/frontend/icons/christmas-stars.svg create mode 100644 resources/views/about.blade.php diff --git a/public/frontend/css/style.css b/public/frontend/css/style.css index 978ca25..f599670 100644 --- a/public/frontend/css/style.css +++ b/public/frontend/css/style.css @@ -9,7 +9,7 @@ body { } p{ font-weight: 500; - font-size: 17px; + font-size: 16px; line-height: 1.8rem; letter-spacing: 0.001em; color: #221415; @@ -738,3 +738,48 @@ Responsive Codes text-decoration: none; color: #53676E; } +/* about us page css */ +.about-banner-section{ + padding: 3rem 6rem; + background: #0A2849; +} +.who-we-section{ + padding: 3rem 6rem; + background: #F8F8F8; +} +.who-we-desc hr, .obj-header hr{ + width: 38px; + height: 0px; + opacity: 1; + border: 1px solid #F54C5F; +} +.who-we-desc h5, .obj-header h5{ + font-weight: 500; + font-size: 16px; + line-height: 24px; + color: #F54C5F; + display: flex; + align-items: center; + gap: 10px; +} +.who-we-desc h3, .obj-header h3{ + font-weight: 700; + font-size: 38px; + line-height: 57px; + color: #082548; +} +.objectives-section{ + padding: 3rem 6rem; +} +.obj-card{ + display: flex; + gap: 20px; +} +.about-banner-section .breadcrumb{ + float: right; + margin-top: 15px; +} +.about-banner-section .breadcrumb a{ + text-decoration: none; + color: #FFFFFF; +} \ No newline at end of file diff --git a/public/frontend/icons/christmas-stars.svg b/public/frontend/icons/christmas-stars.svg new file mode 100644 index 0000000..3f370ea --- /dev/null +++ b/public/frontend/icons/christmas-stars.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/resources/views/about.blade.php b/resources/views/about.blade.php new file mode 100644 index 0000000..ef57ccc --- /dev/null +++ b/resources/views/about.blade.php @@ -0,0 +1,92 @@ +@extends('layout.app') +@section('title') + About Us +@endsection +@section('content') +
+ +
+
+
+
+
+
About us
+

Who are we?

+

APLUS AGENCY is a team of registered migration agents with over 60 years of collective experience managing migration applications for both employers and individuals. + Our background is specialised industry migration services in Hospitality. In the ten years, we have been processing these applications we have worked with many other industries and visa categories. It was a natural step to broaden Edupi’s industry base to assist the many clients with their wide and varied visa needs. +

+ With the migration landscape changing in Australia due to Covid-19, it’s hard for both individuals and employers to know where they stand – having up to date advice and vigorous representation is essential for a successful visa application. + Our expertise and streamlined migration process mean that employers and individuals will be informed and up-to-date on the status of their application. We’ll ensure, your application, from the initial consultation, has the best chance of approval, and throughout the process, support you every step of the way. +

+
+
+
+
+ +
+
+
+
+
+
+
Objectives
+

Our Objectives

+

Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.

+
+
+
+
+
+ +
+

Work closely with members having many years of experience will help you have a chance to develop yourself.

+
+
+
+
+
+ +
+

Work closely with members having many years of experience will help you have a chance to develop yourself.

+
+
+
+
+
+ +
+

Work closely with members having many years of experience will help you have a chance to develop yourself.

+
+
+
+
+
+ +
+

Work closely with members having many years of experience will help you have a chance to develop yourself.

+
+
+
+
+
+ +
+

Work closely with members having many years of experience will help you have a chance to develop yourself.

+
+
+
+
+
+ +
+

Work closely with members having many years of experience will help you have a chance to develop yourself.

+
+
+
+
+@endsection \ No newline at end of file diff --git a/resources/views/layout/app.blade.php b/resources/views/layout/app.blade.php index d84b031..b8f0f29 100644 --- a/resources/views/layout/app.blade.php +++ b/resources/views/layout/app.blade.php @@ -32,7 +32,7 @@
- +