diff --git a/public/frontend/css/style.css b/public/frontend/css/style.css index db71a9e..ee45e22 100644 --- a/public/frontend/css/style.css +++ b/public/frontend/css/style.css @@ -523,12 +523,12 @@ Responsive Codes color: #FFFFFF; } .enquiry-form .input-group{ + padding: 0.5rem; border: 1px solid #E0DEDE; background: rgba(255, 255, 255, 0.55); border-radius: 2px; } .enquiry-form .input-group-text{ - padding: 1rem; border: none; border-radius: 0; color: #01070F; @@ -579,4 +579,68 @@ Responsive Codes font-size: 22px; line-height: 2rem; color: #FFFFFF; +} +/* footer css */ +.footer{ + padding: 3rem 6rem 0 6rem; + background: #071C39; +} +.footer-desc p{ + margin-top: 20px; + font-weight: 400; + font-size: 16px; + line-height: 1.8rem; + letter-spacing: 0.001em; + color: #FFFFFF; +} +.visa-services, .recruitment, .quick-links{ + float: right; +} +.visa-services h2, .recruitment h2, .quick-links h2{ + display: inline-block; + color: #FFFFFF; + font-weight: 700; + font-size: 16px; +} +.visa-services h2::after, .recruitment h2::after, .quick-links h2::after{ + content: ''; + border-bottom: 2px solid #F54C5F; + width: 50%; + margin-bottom: 15px; + text-align: center; + display: block; +} +.visa-services ul, .recruitment ul, .quick-links ul{ + list-style: none; + padding-left: 0; +} +.visa-services ul li a, .recruitment ul li a, .quick-links ul li a{ + font-weight: 400; + font-size: 14px; + color: #FFFFFF; + line-height: 2rem; + text-decoration: none; +} +.footer-top::after{ + content: ''; + border-bottom: 1px solid #53676E; + width: 100%; + margin-top: 20px; + margin-bottom: 10px; + text-align: center; + display: block; +} +.footer-bottom{ + display: flex; + justify-content: space-between; +} +.footer-bottom p{ + font-weight: 400; + font-size: 13px; + line-height: 1.8rem; + color: #53676E; +} +.developed-by a{ + text-decoration: none; + color: #53676E; } \ No newline at end of file diff --git a/public/frontend/icons/Chat_plus_light.svg b/public/frontend/icons/Chat_plus_light.svg new file mode 100644 index 0000000..3b19976 --- /dev/null +++ b/public/frontend/icons/Chat_plus_light.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/public/frontend/icons/email-icon.svg b/public/frontend/icons/email-icon.svg new file mode 100644 index 0000000..ef33b10 --- /dev/null +++ b/public/frontend/icons/email-icon.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/public/frontend/icons/layers_light.svg b/public/frontend/icons/layers_light.svg new file mode 100644 index 0000000..ea16d3b --- /dev/null +++ b/public/frontend/icons/layers_light.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/public/frontend/icons/user-icon.svg b/public/frontend/icons/user-icon.svg new file mode 100644 index 0000000..2b9c0ae --- /dev/null +++ b/public/frontend/icons/user-icon.svg @@ -0,0 +1,3 @@ + + + diff --git a/resources/views/layout/app.blade.php b/resources/views/layout/app.blade.php index 2c0cb49..a5c1dec 100644 --- a/resources/views/layout/app.blade.php +++ b/resources/views/layout/app.blade.php @@ -67,7 +67,65 @@ @yield('content') - + diff --git a/resources/views/welcome.blade.php b/resources/views/welcome.blade.php index 0ce871c..32251dd 100644 --- a/resources/views/welcome.blade.php +++ b/resources/views/welcome.blade.php @@ -337,10 +337,12 @@
-
+
- + + +
@@ -349,7 +351,7 @@
- +
@@ -369,7 +371,7 @@