diff --git a/public/0f4247703ff4b103988e24e44c85d480.png b/public/0f4247703ff4b103988e24e44c85d480.png deleted file mode 100644 index e08baec..0000000 Binary files a/public/0f4247703ff4b103988e24e44c85d480.png and /dev/null differ diff --git a/public/30a732a08c6dc9216fff30a50d88ced1.jpg b/public/30a732a08c6dc9216fff30a50d88ced1.jpg new file mode 100644 index 0000000..55b74df Binary files /dev/null and b/public/30a732a08c6dc9216fff30a50d88ced1.jpg differ diff --git a/public/23c14121365d73326cac867b383ff5ca.png b/public/32bdf53ff6fb74f9f0281dca72148679.png similarity index 100% rename from public/23c14121365d73326cac867b383ff5ca.png rename to public/32bdf53ff6fb74f9f0281dca72148679.png diff --git a/public/7ac0b60cb566e5c9b6d6fb20999ca967.png b/public/66585abb06791217e1b88ae85417004b.png similarity index 100% rename from public/7ac0b60cb566e5c9b6d6fb20999ca967.png rename to public/66585abb06791217e1b88ae85417004b.png diff --git a/public/a3b1cd88df18c6961bedd6566eeb3b2e.png b/public/a3b1cd88df18c6961bedd6566eeb3b2e.png new file mode 100644 index 0000000..7cb3b6e Binary files /dev/null and b/public/a3b1cd88df18c6961bedd6566eeb3b2e.png differ diff --git a/public/e4b194be57f9f8535ef5e9458c78224b.jpg b/public/e4b194be57f9f8535ef5e9458c78224b.jpg new file mode 100644 index 0000000..6218b4d Binary files /dev/null and b/public/e4b194be57f9f8535ef5e9458c78224b.jpg differ diff --git a/public/frontend/css/style.css b/public/frontend/css/style.css index b506786..5179348 100644 --- a/public/frontend/css/style.css +++ b/public/frontend/css/style.css @@ -45,7 +45,7 @@ h2{ justify-content: center; align-items: center; text-align: center; - gap: 2rem; + gap: 1.2rem; text-decoration: none; padding: 0 0.8rem !important; list-style: none; @@ -64,10 +64,14 @@ h2{ padding: 10px 1rem; border-radius: 20px; box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15); - font-weight: 500; - font-size: 17px; + font-weight: 600; + font-size: 16px; line-height: 22px; } +.header .appontment-btn:hover{ + background: #E32394; + transition: all 250ms ease-in-out; +} .nav-link:hover, .nav-link:active { color: #326CBF !important; @@ -727,17 +731,20 @@ Responsive Codes .blog-img img{ border-radius: 12px 12px 0 0; } -.blog-date{ +.blog-date { position: absolute; - right: 20px; - bottom: -35px; + right: 15px; + bottom: -30px; display: inline-flex; background: #326CBF; border-radius: 50%; - padding: 20px 10px; + padding: 5px 5px; color: #FFF1FC; border: 3px solid #7AA9EC; -} + width: 56px; + height: 56px; + align-items: center; + } .blog-date h5{ font-weight: 700; font-size: 15px; @@ -746,6 +753,13 @@ Responsive Codes color: #FFFFFF; margin-bottom: 0; } +.mr-3 { + margin-right: 30px; + } + + .dinline { + display: inline-block; + } /* blog ection css end */ /* study abroad css starts */ @@ -1249,7 +1263,7 @@ Responsive Codes /* blogs page css */ .article-card{ display: flex; - align-items: center; + /* align-items: center; */ gap: 20px; width: 100%; } @@ -1401,7 +1415,12 @@ Responsive Codes font-size: 14px; line-height: 18px; color: #000000; + display: inline; } +.recent-post-desc h5:nth-of-type(2){ + margin-left:10px; +} + .recent-post-desc h2{ font-weight: 700; font-size: 18px; @@ -1467,17 +1486,56 @@ Responsive Codes gap: 20px; text-decoration: none; color: #000000; - padding: 10px 20px; - border-radius: 20px; + padding: 10px 15px; + border-radius: 12px; width: 360px; } .appointment-card-img{ - width: 50px; + width: 40px; + padding:5px; +} +.appointment-card h3{ + font-weight: bold; + font-size:24px; } -.claender-top{ +.appointment-section form input:focus, .btn-close:focus, .appointment-section form textarea:focus{ + box-shadow: none; +} +.appointment-section .modal-header{ + background:#296AC7; + color:#fff; +} +.appointment-section .modal-footer button{ + font-weight: 600; +} +.appointment-section .btn-primary{ + background: #296AC7; + font-weight: 600; +} +.appointment-section .btn-secondary{ + background: #5d5d5d; +} +.appointment-section .btn-primary:hover{ + background: #0A4EB0; + border:1px solid #0b4aa5; + font-weight: 600; +} +.appointment-section .btn-secondary:hover{ + background: #e62194; + border:1px solid #e62194; + font-weight: 600; +} +.appointment-section .btn-close{ + background:url(../images/corss-white.svg) 0 0 no-repeat; +} +.calendar-top{ display: flex; gap: 10px; } +.calendar-top h5{ + font-weight: bold; + font-size: 18px; +} .zabuto-calendar{ margin-top: 20px !important; } @@ -1503,14 +1561,32 @@ table.lightgrey-weekends tbody td:nth-child(n+6) { cursor: not-allowed; } .available-dates{ - background: #f0f0f0; + /* background: #f0f0f0; */ display: inline-block; text-align: center; justify-content: center; color: #272626; - padding: 10px; margin-top: 1rem; } +.available-dates button{ + display: inline-block; + background: #e5f0ff; + border: 1px solid #e0ecfb; + color:#1a60c5; + padding: 10px 12px; + margin-left: 15px; +} +.available-dates button:nth-of-type(1){ + margin-left:0; +} +.available-dates button, .appointment-section .modal-footer button{ + transition: all 250ms ease-in-out; +} +.available-dates button:hover{ + background: #296ac7; + border:1px solid #2464c0; + color:#fff; +} .available-dates h5{ margin-bottom: 0; } @@ -1595,8 +1671,8 @@ table.lightgrey-weekends tbody td:nth-child(n+6) { gap: 10px; } .blog-info h6, -.claender-top p, -.claender-top h5{ +.calendar-top p, +.calendar-top h5{ margin-bottom: 0; } .socials-icon{ diff --git a/public/frontend/icons/business-visa.png b/public/frontend/icons/business-visa.png new file mode 100644 index 0000000..ada2379 Binary files /dev/null and b/public/frontend/icons/business-visa.png differ diff --git a/public/frontend/icons/student-visa-icon.png b/public/frontend/icons/student-visa-icon.png new file mode 100644 index 0000000..d3a09e0 Binary files /dev/null and b/public/frontend/icons/student-visa-icon.png differ diff --git a/public/frontend/images/corss-white.svg b/public/frontend/images/corss-white.svg new file mode 100644 index 0000000..d045852 --- /dev/null +++ b/public/frontend/images/corss-white.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/public/images/media/1674659654211_1675317628.jpeg b/public/images/media/1674659654211_1675317628.jpeg deleted file mode 100644 index c9f9b96..0000000 Binary files a/public/images/media/1674659654211_1675317628.jpeg and /dev/null differ diff --git a/public/images/media/smiling-girls_1675317552.png b/public/images/media/smiling-girls_1675317552.png deleted file mode 100644 index f2ee82f..0000000 Binary files a/public/images/media/smiling-girls_1675317552.png and /dev/null differ diff --git a/public/images/media/smiling-girls_1675320663.png b/public/images/media/smiling-girls_1675320663.png deleted file mode 100644 index f2ee82f..0000000 Binary files a/public/images/media/smiling-girls_1675320663.png and /dev/null differ diff --git a/public/images/news_and_update/2023/01/31/cf96e89432529e97306608d4584773d9.png b/public/images/news_and_update/2023/01/31/cf96e89432529e97306608d4584773d9.png deleted file mode 100644 index a3a107a..0000000 Binary files a/public/images/news_and_update/2023/01/31/cf96e89432529e97306608d4584773d9.png and /dev/null differ diff --git a/public/images/news_and_update/2023/02/02/13077aec220e4818c3beb064ad406b54.png b/public/images/news_and_update/2023/02/02/13077aec220e4818c3beb064ad406b54.png deleted file mode 100644 index e08baec..0000000 Binary files a/public/images/news_and_update/2023/02/02/13077aec220e4818c3beb064ad406b54.png and /dev/null differ diff --git a/public/images/news_and_update/2023/02/02/2ce5d9d94acea4e17e6bb6e5bbe45a64.jpeg b/public/images/news_and_update/2023/02/02/2ce5d9d94acea4e17e6bb6e5bbe45a64.jpeg deleted file mode 100644 index a5a4ea2..0000000 Binary files a/public/images/news_and_update/2023/02/02/2ce5d9d94acea4e17e6bb6e5bbe45a64.jpeg and /dev/null differ diff --git a/public/images/news_and_update/2023/02/02/4181cd37c804e421d09d62c4061c9217.png b/public/images/news_and_update/2023/02/02/4181cd37c804e421d09d62c4061c9217.png deleted file mode 100644 index 2b50135..0000000 Binary files a/public/images/news_and_update/2023/02/02/4181cd37c804e421d09d62c4061c9217.png and /dev/null differ diff --git a/public/images/news_and_update/2023/02/02/630a12c884ad69f4dc3954d222143dd6.png b/public/images/news_and_update/2023/02/02/630a12c884ad69f4dc3954d222143dd6.png deleted file mode 100644 index 2b50135..0000000 Binary files a/public/images/news_and_update/2023/02/02/630a12c884ad69f4dc3954d222143dd6.png and /dev/null differ diff --git a/public/images/news_and_update/2023/02/03/ea07a1691feb62f4b748c239944c0b80.jpg b/public/images/news_and_update/2023/02/03/ea07a1691feb62f4b748c239944c0b80.jpg new file mode 100644 index 0000000..f40dd8c Binary files /dev/null and b/public/images/news_and_update/2023/02/03/ea07a1691feb62f4b748c239944c0b80.jpg differ diff --git a/public/images/news_and_update/2023/02/07/006863bc9ebb28447f1efd0fc29944eb.jpg b/public/images/news_and_update/2023/02/07/006863bc9ebb28447f1efd0fc29944eb.jpg new file mode 100644 index 0000000..4ed2c57 Binary files /dev/null and b/public/images/news_and_update/2023/02/07/006863bc9ebb28447f1efd0fc29944eb.jpg differ diff --git a/public/images/news_and_update/2023/02/07/055c9db004249eba9bc38a54122f4a85.jpg b/public/images/news_and_update/2023/02/07/055c9db004249eba9bc38a54122f4a85.jpg new file mode 100644 index 0000000..08965e7 Binary files /dev/null and b/public/images/news_and_update/2023/02/07/055c9db004249eba9bc38a54122f4a85.jpg differ diff --git a/public/images/news_and_update/2023/02/07/05e7c93aafbd4870a1521427426e3f26.jpg b/public/images/news_and_update/2023/02/07/05e7c93aafbd4870a1521427426e3f26.jpg new file mode 100644 index 0000000..112b05d Binary files /dev/null and b/public/images/news_and_update/2023/02/07/05e7c93aafbd4870a1521427426e3f26.jpg differ diff --git a/public/images/news_and_update/2023/02/07/6ef5dd4481d1121c99ec3820d550383f.jpg b/public/images/news_and_update/2023/02/07/6ef5dd4481d1121c99ec3820d550383f.jpg new file mode 100644 index 0000000..8ef24db Binary files /dev/null and b/public/images/news_and_update/2023/02/07/6ef5dd4481d1121c99ec3820d550383f.jpg differ diff --git a/public/images/news_and_update/2023/02/07/754f341b4a942f7d57cb768df482f37f.jpg b/public/images/news_and_update/2023/02/07/754f341b4a942f7d57cb768df482f37f.jpg new file mode 100644 index 0000000..f2a75c6 Binary files /dev/null and b/public/images/news_and_update/2023/02/07/754f341b4a942f7d57cb768df482f37f.jpg differ diff --git a/public/images/news_and_update/2023/02/07/a5dc4b32c4d35cd79d54afa7c9924e31.jpg b/public/images/news_and_update/2023/02/07/a5dc4b32c4d35cd79d54afa7c9924e31.jpg new file mode 100644 index 0000000..043c1fe Binary files /dev/null and b/public/images/news_and_update/2023/02/07/a5dc4b32c4d35cd79d54afa7c9924e31.jpg differ diff --git a/public/images/news_and_update/2023/02/07/e01bbc8286faa94100708ace82c80e88.jpg b/public/images/news_and_update/2023/02/07/e01bbc8286faa94100708ace82c80e88.jpg new file mode 100644 index 0000000..1ab25d3 Binary files /dev/null and b/public/images/news_and_update/2023/02/07/e01bbc8286faa94100708ace82c80e88.jpg differ diff --git a/public/images/news_and_update/2023/02/07/f79184b3c413abc4c1d7ef1b802dafae.jpg b/public/images/news_and_update/2023/02/07/f79184b3c413abc4c1d7ef1b802dafae.jpg new file mode 100644 index 0000000..760176e Binary files /dev/null and b/public/images/news_and_update/2023/02/07/f79184b3c413abc4c1d7ef1b802dafae.jpg differ diff --git a/public/images/service/2023/02/02/01ec146faed1c7a783ea4bacd9edb4d6.png b/public/images/service/2023/02/02/01ec146faed1c7a783ea4bacd9edb4d6.png new file mode 100644 index 0000000..61ff912 Binary files /dev/null and b/public/images/service/2023/02/02/01ec146faed1c7a783ea4bacd9edb4d6.png differ diff --git a/public/images/service/2023/01/23/3f48d57f2b867596704071e96e5852ac.png b/public/images/service/2023/02/02/0484f31ed87f27b9b565e15739f2bf60.png similarity index 100% rename from public/images/service/2023/01/23/3f48d57f2b867596704071e96e5852ac.png rename to public/images/service/2023/02/02/0484f31ed87f27b9b565e15739f2bf60.png diff --git a/public/images/service/2023/01/27/3e7580411c5d71dde9a771aecf741758.png b/public/images/service/2023/02/02/26bfb22317d8bda9b16f02445093d260.png similarity index 100% rename from public/images/service/2023/01/27/3e7580411c5d71dde9a771aecf741758.png rename to public/images/service/2023/02/02/26bfb22317d8bda9b16f02445093d260.png diff --git a/public/images/service/2023/02/02/541ee4a0aea308db6c5a4a587fedd9dd.png b/public/images/service/2023/02/02/541ee4a0aea308db6c5a4a587fedd9dd.png new file mode 100644 index 0000000..61ff912 Binary files /dev/null and b/public/images/service/2023/02/02/541ee4a0aea308db6c5a4a587fedd9dd.png differ diff --git a/public/images/service/2023/02/02/cadd8d9d8cc8873c607b0a8739fe3196.png b/public/images/service/2023/02/02/cadd8d9d8cc8873c607b0a8739fe3196.png new file mode 100644 index 0000000..ddb0505 Binary files /dev/null and b/public/images/service/2023/02/02/cadd8d9d8cc8873c607b0a8739fe3196.png differ diff --git a/public/images/service/2023/02/02/e104eac53ebdfdbfdeb093294ac09d15.png b/public/images/service/2023/02/02/e104eac53ebdfdbfdeb093294ac09d15.png new file mode 100644 index 0000000..61ff912 Binary files /dev/null and b/public/images/service/2023/02/02/e104eac53ebdfdbfdeb093294ac09d15.png differ diff --git a/public/images/service/2023/02/02/eb689cbd1fd11e416b3732424a62a60f.png b/public/images/service/2023/02/02/eb689cbd1fd11e416b3732424a62a60f.png new file mode 100644 index 0000000..ddb0505 Binary files /dev/null and b/public/images/service/2023/02/02/eb689cbd1fd11e416b3732424a62a60f.png differ diff --git a/public/images/service/2023/02/02/ef8c02684d1e477927322179129d1f99.png b/public/images/service/2023/02/02/ef8c02684d1e477927322179129d1f99.png new file mode 100644 index 0000000..ddb0505 Binary files /dev/null and b/public/images/service/2023/02/02/ef8c02684d1e477927322179129d1f99.png differ diff --git a/public/images/service/2023/02/02/fbbd7c1df29fe5dfeeffaafa18c429a5.png b/public/images/service/2023/02/02/fbbd7c1df29fe5dfeeffaafa18c429a5.png new file mode 100644 index 0000000..ddb0505 Binary files /dev/null and b/public/images/service/2023/02/02/fbbd7c1df29fe5dfeeffaafa18c429a5.png differ diff --git a/public/images/service/2023/02/03/04af20a124600ffbf5446e0a5e3625a4.jpg b/public/images/service/2023/02/03/04af20a124600ffbf5446e0a5e3625a4.jpg new file mode 100644 index 0000000..1371571 Binary files /dev/null and b/public/images/service/2023/02/03/04af20a124600ffbf5446e0a5e3625a4.jpg differ diff --git a/public/images/service/2023/02/03/0d18275607a66918a94430f18a533670.jpg b/public/images/service/2023/02/03/0d18275607a66918a94430f18a533670.jpg new file mode 100644 index 0000000..f2e234d Binary files /dev/null and b/public/images/service/2023/02/03/0d18275607a66918a94430f18a533670.jpg differ diff --git a/public/images/service/2023/02/03/3da662c062ff0a2a5d2bbbec19b8f040.jpg b/public/images/service/2023/02/03/3da662c062ff0a2a5d2bbbec19b8f040.jpg new file mode 100644 index 0000000..258a70c Binary files /dev/null and b/public/images/service/2023/02/03/3da662c062ff0a2a5d2bbbec19b8f040.jpg differ diff --git a/public/images/service/2023/02/03/53c597800859eecbd02152173ef7e5ea.png b/public/images/service/2023/02/03/53c597800859eecbd02152173ef7e5ea.png deleted file mode 100644 index dc211ed..0000000 Binary files a/public/images/service/2023/02/03/53c597800859eecbd02152173ef7e5ea.png and /dev/null differ diff --git a/public/images/service/2023/02/03/67aa102369514db8c797367a7cd2761b.png b/public/images/service/2023/02/03/67aa102369514db8c797367a7cd2761b.png new file mode 100644 index 0000000..db88630 Binary files /dev/null and b/public/images/service/2023/02/03/67aa102369514db8c797367a7cd2761b.png differ diff --git a/public/images/service/2023/02/03/6f2ddda56faa0fa6672f11738e059b63.jpg b/public/images/service/2023/02/03/6f2ddda56faa0fa6672f11738e059b63.jpg new file mode 100644 index 0000000..1e345c3 Binary files /dev/null and b/public/images/service/2023/02/03/6f2ddda56faa0fa6672f11738e059b63.jpg differ diff --git a/public/e497bb5460bd22aca71646ce179918ec.png b/public/images/service/2023/02/03/6f8ebdc026631fc10ea3ec9ef4c067d4.png similarity index 100% rename from public/e497bb5460bd22aca71646ce179918ec.png rename to public/images/service/2023/02/03/6f8ebdc026631fc10ea3ec9ef4c067d4.png diff --git a/public/images/service/2023/02/03/7096bcfd68d3efc8ad1d4fe2ad368dfa.png b/public/images/service/2023/02/03/7096bcfd68d3efc8ad1d4fe2ad368dfa.png new file mode 100644 index 0000000..cacb270 Binary files /dev/null and b/public/images/service/2023/02/03/7096bcfd68d3efc8ad1d4fe2ad368dfa.png differ diff --git a/public/images/service/2023/02/03/82ca792750b14492115b56c2e840ddaa.png b/public/images/service/2023/02/03/82ca792750b14492115b56c2e840ddaa.png new file mode 100644 index 0000000..f00e736 Binary files /dev/null and b/public/images/service/2023/02/03/82ca792750b14492115b56c2e840ddaa.png differ diff --git a/public/images/service/2023/02/03/886bd93d0d2cf50a71e8199b0850b91a.jpg b/public/images/service/2023/02/03/886bd93d0d2cf50a71e8199b0850b91a.jpg new file mode 100644 index 0000000..9ac647f Binary files /dev/null and b/public/images/service/2023/02/03/886bd93d0d2cf50a71e8199b0850b91a.jpg differ diff --git a/public/images/service/2023/02/03/8c16a496cc63310feabed2f322bb37d4.png b/public/images/service/2023/02/03/8c16a496cc63310feabed2f322bb37d4.png deleted file mode 100644 index 2b50135..0000000 Binary files a/public/images/service/2023/02/03/8c16a496cc63310feabed2f322bb37d4.png and /dev/null differ diff --git a/public/images/service/2023/02/03/8f73e3d409f73c909efbbed65cb95346.png b/public/images/service/2023/02/03/8f73e3d409f73c909efbbed65cb95346.png deleted file mode 100644 index 2b50135..0000000 Binary files a/public/images/service/2023/02/03/8f73e3d409f73c909efbbed65cb95346.png and /dev/null differ diff --git a/public/images/service/2023/02/03/7828e9cb9849dde1b7bb0bf28800a922.jpg b/public/images/service/2023/02/03/a29878bc1997b3daecad530b94b18b07.jpg similarity index 99% rename from public/images/service/2023/02/03/7828e9cb9849dde1b7bb0bf28800a922.jpg rename to public/images/service/2023/02/03/a29878bc1997b3daecad530b94b18b07.jpg index 739154d..3d40a3a 100644 Binary files a/public/images/service/2023/02/03/7828e9cb9849dde1b7bb0bf28800a922.jpg and b/public/images/service/2023/02/03/a29878bc1997b3daecad530b94b18b07.jpg differ diff --git a/public/images/service/2023/02/03/ad949c4c73e8f5d7eac4ca69b2f47d0b.jpg b/public/images/service/2023/02/03/ad949c4c73e8f5d7eac4ca69b2f47d0b.jpg new file mode 100644 index 0000000..7628300 Binary files /dev/null and b/public/images/service/2023/02/03/ad949c4c73e8f5d7eac4ca69b2f47d0b.jpg differ diff --git a/public/images/service/2023/02/03/b09e9b4652c43cc61c41b6f409f6c845.jpg b/public/images/service/2023/02/03/b09e9b4652c43cc61c41b6f409f6c845.jpg new file mode 100644 index 0000000..c3e4bb4 Binary files /dev/null and b/public/images/service/2023/02/03/b09e9b4652c43cc61c41b6f409f6c845.jpg differ diff --git a/public/images/service/2023/02/03/d93a341002e7fba2be18147c85359f9b.jpg b/public/images/service/2023/02/03/d93a341002e7fba2be18147c85359f9b.jpg deleted file mode 100644 index 5b89b15..0000000 Binary files a/public/images/service/2023/02/03/d93a341002e7fba2be18147c85359f9b.jpg and /dev/null differ diff --git a/public/images/service/2023/02/03/dc4ad15dc660da968d7976fab78938f4.png b/public/images/service/2023/02/03/dc4ad15dc660da968d7976fab78938f4.png new file mode 100644 index 0000000..cacb270 Binary files /dev/null and b/public/images/service/2023/02/03/dc4ad15dc660da968d7976fab78938f4.png differ diff --git a/public/images/service/2023/02/03/df9d9b57c82f9264123ca7361dd2d95c.png b/public/images/service/2023/02/03/df9d9b57c82f9264123ca7361dd2d95c.png new file mode 100644 index 0000000..db88630 Binary files /dev/null and b/public/images/service/2023/02/03/df9d9b57c82f9264123ca7361dd2d95c.png differ diff --git a/public/images/service/2023/02/03/dfe21745f9d84df5d82a40c27c1a776b.png b/public/images/service/2023/02/03/dfe21745f9d84df5d82a40c27c1a776b.png new file mode 100644 index 0000000..f255faf Binary files /dev/null and b/public/images/service/2023/02/03/dfe21745f9d84df5d82a40c27c1a776b.png differ diff --git a/public/images/service/2023/02/06/c091ae56e148dcc3939254ba4e07af95.png b/public/images/service/2023/02/06/c091ae56e148dcc3939254ba4e07af95.png new file mode 100644 index 0000000..ddb0505 Binary files /dev/null and b/public/images/service/2023/02/06/c091ae56e148dcc3939254ba4e07af95.png differ diff --git a/public/images/slider/2023/02/03/7b24330e0f0fb135474ef25164d4cd43.jpg b/public/images/slider/2023/02/03/7b24330e0f0fb135474ef25164d4cd43.jpg new file mode 100644 index 0000000..347dc41 Binary files /dev/null and b/public/images/slider/2023/02/03/7b24330e0f0fb135474ef25164d4cd43.jpg differ diff --git a/public/images/slider/2023/02/03/b6125cb9e231f2a1a57306e0856cf940.jpg b/public/images/slider/2023/02/03/b6125cb9e231f2a1a57306e0856cf940.jpg new file mode 100644 index 0000000..437170a Binary files /dev/null and b/public/images/slider/2023/02/03/b6125cb9e231f2a1a57306e0856cf940.jpg differ diff --git a/public/images/testimonial/2023/02/03/457edb35c6afe5d6da432e000316b563.png b/public/images/testimonial/2023/02/03/457edb35c6afe5d6da432e000316b563.png new file mode 100644 index 0000000..0d96b59 Binary files /dev/null and b/public/images/testimonial/2023/02/03/457edb35c6afe5d6da432e000316b563.png differ diff --git a/public/images/testimonial/2023/02/06/5f2934789de021142b22893485f5956a.png b/public/images/testimonial/2023/02/06/5f2934789de021142b22893485f5956a.png new file mode 100644 index 0000000..81d1020 Binary files /dev/null and b/public/images/testimonial/2023/02/06/5f2934789de021142b22893485f5956a.png differ diff --git a/public/images/testimonial/2023/02/06/7b3a10516ed8ff301ef21b99fa81df82.png b/public/images/testimonial/2023/02/06/7b3a10516ed8ff301ef21b99fa81df82.png new file mode 100644 index 0000000..c070b85 Binary files /dev/null and b/public/images/testimonial/2023/02/06/7b3a10516ed8ff301ef21b99fa81df82.png differ diff --git a/public/images/testimonial/2023/02/06/831ab97022e9cb9467ddc43cd2613362.png b/public/images/testimonial/2023/02/06/831ab97022e9cb9467ddc43cd2613362.png new file mode 100644 index 0000000..f531af7 Binary files /dev/null and b/public/images/testimonial/2023/02/06/831ab97022e9cb9467ddc43cd2613362.png differ diff --git a/public/images/testimonial/2023/02/06/8c8f6b49a14e17f58b235f8519cf2072.png b/public/images/testimonial/2023/02/06/8c8f6b49a14e17f58b235f8519cf2072.png new file mode 100644 index 0000000..35d817f Binary files /dev/null and b/public/images/testimonial/2023/02/06/8c8f6b49a14e17f58b235f8519cf2072.png differ diff --git a/public/images/testimonial/2023/02/06/9efcab44a6053398861da1ccae3bfef7.png b/public/images/testimonial/2023/02/06/9efcab44a6053398861da1ccae3bfef7.png new file mode 100644 index 0000000..2ddc8fb Binary files /dev/null and b/public/images/testimonial/2023/02/06/9efcab44a6053398861da1ccae3bfef7.png differ diff --git a/public/images/testimonial/2023/02/06/aa5d738460e1512e90a8c72f23e983aa.png b/public/images/testimonial/2023/02/06/aa5d738460e1512e90a8c72f23e983aa.png new file mode 100644 index 0000000..ce9ca7b Binary files /dev/null and b/public/images/testimonial/2023/02/06/aa5d738460e1512e90a8c72f23e983aa.png differ diff --git a/public/images/testimonial/2023/02/06/ae9648b42a6cdb847e67d8d211daf75c.png b/public/images/testimonial/2023/02/06/ae9648b42a6cdb847e67d8d211daf75c.png new file mode 100644 index 0000000..c64d6e9 Binary files /dev/null and b/public/images/testimonial/2023/02/06/ae9648b42a6cdb847e67d8d211daf75c.png differ diff --git a/public/images/testimonial/2023/02/06/e5cd5516e2263354756a07805e1275b2.png b/public/images/testimonial/2023/02/06/e5cd5516e2263354756a07805e1275b2.png new file mode 100644 index 0000000..1471b36 Binary files /dev/null and b/public/images/testimonial/2023/02/06/e5cd5516e2263354756a07805e1275b2.png differ diff --git a/public/images/testimonial/2023/02/06/fb75f552ae48686482ea2267401642b0.png b/public/images/testimonial/2023/02/06/fb75f552ae48686482ea2267401642b0.png new file mode 100644 index 0000000..35d817f Binary files /dev/null and b/public/images/testimonial/2023/02/06/fb75f552ae48686482ea2267401642b0.png differ diff --git a/public/images/visa_service/2023/01/27/57b106a7c6f774313201376345dcba0d.svg b/public/images/visa_service/2023/01/27/57b106a7c6f774313201376345dcba0d.svg deleted file mode 100644 index 70c9bd9..0000000 --- a/public/images/visa_service/2023/01/27/57b106a7c6f774313201376345dcba0d.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/public/images/visa_service/2023/01/27/883104c5142e46c0cb872806936a0228.svg b/public/images/visa_service/2023/01/27/883104c5142e46c0cb872806936a0228.svg deleted file mode 100644 index 70c9bd9..0000000 --- a/public/images/visa_service/2023/01/27/883104c5142e46c0cb872806936a0228.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/public/images/visa_service/2023/02/03/0bbd4b7780498276bc346219c358205b.jpg b/public/images/visa_service/2023/02/03/0bbd4b7780498276bc346219c358205b.jpg new file mode 100644 index 0000000..93798b8 Binary files /dev/null and b/public/images/visa_service/2023/02/03/0bbd4b7780498276bc346219c358205b.jpg differ diff --git a/public/images/visa_service/2023/02/01/18fcf4077cefa53bc1ec28c8fed463cc.png b/public/images/visa_service/2023/02/03/21d650377e7b011a994a7df028ce1a3f.png similarity index 100% rename from public/images/visa_service/2023/02/01/18fcf4077cefa53bc1ec28c8fed463cc.png rename to public/images/visa_service/2023/02/03/21d650377e7b011a994a7df028ce1a3f.png diff --git a/public/images/visa_service/2023/02/03/23a21998d73ff44e8c70d3db4dcf1e68.jpg b/public/images/visa_service/2023/02/03/23a21998d73ff44e8c70d3db4dcf1e68.jpg new file mode 100644 index 0000000..347dc41 Binary files /dev/null and b/public/images/visa_service/2023/02/03/23a21998d73ff44e8c70d3db4dcf1e68.jpg differ diff --git a/public/images/visa_service/2023/02/03/2f5bf4cd82ccd43628593357f2e0568d.jpg b/public/images/visa_service/2023/02/03/2f5bf4cd82ccd43628593357f2e0568d.jpg new file mode 100644 index 0000000..1e345c3 Binary files /dev/null and b/public/images/visa_service/2023/02/03/2f5bf4cd82ccd43628593357f2e0568d.jpg differ diff --git a/public/images/visa_service/2023/02/03/3cb2b335aae9b5f2f372bac82e44e7a9.png b/public/images/visa_service/2023/02/03/3cb2b335aae9b5f2f372bac82e44e7a9.png new file mode 100644 index 0000000..33412d7 Binary files /dev/null and b/public/images/visa_service/2023/02/03/3cb2b335aae9b5f2f372bac82e44e7a9.png differ diff --git a/public/images/visa_service/2023/02/03/b0cda651315a8f8a9ee6f657693bc33d.jpg b/public/images/visa_service/2023/02/03/b0cda651315a8f8a9ee6f657693bc33d.jpg new file mode 100644 index 0000000..437170a Binary files /dev/null and b/public/images/visa_service/2023/02/03/b0cda651315a8f8a9ee6f657693bc33d.jpg differ diff --git a/resources/views/appointment.blade.php b/resources/views/appointment.blade.php index 8df1652..a23570f 100644 --- a/resources/views/appointment.blade.php +++ b/resources/views/appointment.blade.php @@ -34,19 +34,60 @@
-
-

Time Zone:

-
Australia / Sydney
+
+
Time Zone:
+
Australia | Sydney

Select available date

Education services | 30 mins

-
-
+
+
+ + + + @@ -167,7 +208,7 @@ for (var i = 0; i < appointments.length; i++) { var appointment = appointments[i]; var isAm = appointment.start_time < '12:00:00'; - timeSlots += '
'; + timeSlots += ''; } $('#available-dates').html(timeSlots); diff --git a/resources/views/blogs.blade.php b/resources/views/blogs.blade.php index ea8bebc..334e889 100644 --- a/resources/views/blogs.blade.php +++ b/resources/views/blogs.blade.php @@ -33,9 +33,9 @@
-

Study in Australia

+

Study in Australia

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

{{$blog->title}}

{!!(\Illuminate\Support\Str::limit($blog->description, 200, $end='...'))!!}

Read More @@ -50,8 +50,8 @@
-

Study in Australia

-
{{$blog->publish_date}}
+

Study in Australia

+
{{$blog->publish_date}}

{{$blog->title}}

{!!(\Illuminate\Support\Str::limit($blog->description, 200, $end='...'))!!}

Read More