diff --git a/public/frontend/css/style.css b/public/frontend/css/style.css index c6233f3..21d4459 100644 --- a/public/frontend/css/style.css +++ b/public/frontend/css/style.css @@ -883,6 +883,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 */ /* Footer Css */ 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! +

+
+ Consult with us +
@endsection \ No newline at end of file