From b0b1b98da728792ffe7b81ba5460458c38e68c04 Mon Sep 17 00:00:00 2001 From: tribikram Date: Fri, 27 Jan 2023 10:43:18 +0545 Subject: [PATCH] [add] lets chat section --- public/frontend/css/style.css | 41 ++++++++++++++++++++++++++++ resources/views/about.blade.php | 47 +++++++++++++++++++++++++++++++++ 2 files changed, 88 insertions(+) diff --git a/public/frontend/css/style.css b/public/frontend/css/style.css index a9e2043..e7b1d1d 100644 --- a/public/frontend/css/style.css +++ b/public/frontend/css/style.css @@ -892,6 +892,47 @@ Responsive Codes padding: 0 20%; color: #000000; } +.et-cards{ + display: grid; + grid-template-columns: 1fr 1fr 1fr 1fr; +} +.et-card{ + display: flex; + flex-direction: column; + align-items: center; +} +.et-card-img{ + height: 100px; +} +.et-card-detail h2{ + text-align: center; +} +.et-card-detail p{ + text-align: center; +} +.et-card-img img{ + border-radius: 50%; +} +.lets-chat-section{ + background: #E8F2FF; + padding: 3rem 6rem; +} +.lets-chat-section h1{ + text-align: center; +} +.lets-chat-section p{ + text-align: center; + margin-bottom: 35px; +} +.lets-chat-section a{ + background: #E8F2FF; + color: #000000; + border: 1px solid #E22899; + text-decoration: none; + text-align: center; + border-radius: 6px; + padding: 10px 40px; +} /* about us css ends */ .visa-table ul{ diff --git a/resources/views/about.blade.php b/resources/views/about.blade.php index c31eb72..d81ed2e 100644 --- a/resources/views/about.blade.php +++ b/resources/views/about.blade.php @@ -37,5 +37,52 @@ global education partners.

+
+
+
+ +
+
+

15+

+

Registered Migration Agents

+
+
+
+
+ +
+
+

15+

+

Registered Migration Agents

+
+
+
+
+ +
+
+

15+

+

Registered Migration Agents

+
+
+
+
+ +
+
+

15+

+

Registered Migration Agents

+
+
+
+ +
+

Let's Chat

+

Thinking about starting a team? Need to augment your existing team? + We’re here to help. We work with US based companies to help them grow! +

+
@endsection \ No newline at end of file