diff --git a/app/assets/images/hero/bbsz_hero.png b/app/assets/images/hero/bbsz_hero.png index 5c6de86..4d6b856 100644 Binary files a/app/assets/images/hero/bbsz_hero.png and b/app/assets/images/hero/bbsz_hero.png differ diff --git a/app/assets/images/hero/biph_hero.png b/app/assets/images/hero/biph_hero.png index c1d3f91..52c27af 100644 Binary files a/app/assets/images/hero/biph_hero.png and b/app/assets/images/hero/biph_hero.png differ diff --git a/app/assets/images/hero/bisz_hero.png b/app/assets/images/hero/bisz_hero.png index 16d7c90..c7b8043 100644 Binary files a/app/assets/images/hero/bisz_hero.png and b/app/assets/images/hero/bisz_hero.png differ diff --git a/app/assets/images/hero/ncpa_hero.png b/app/assets/images/hero/ncpa_hero.png index b03476f..c1c6db0 100644 Binary files a/app/assets/images/hero/ncpa_hero.png and b/app/assets/images/hero/ncpa_hero.png differ diff --git a/app/assets/images/hero/qifu_hero.png b/app/assets/images/hero/qifu_hero.png new file mode 100644 index 0000000..54e2ad5 Binary files /dev/null and b/app/assets/images/hero/qifu_hero.png differ diff --git a/app/assets/images/hero/scie_hero.png b/app/assets/images/hero/scie_hero.png index 023b354..7b6d76d 100644 Binary files a/app/assets/images/hero/scie_hero.png and b/app/assets/images/hero/scie_hero.png differ diff --git a/app/assets/images/hero/tsing_hero.png b/app/assets/images/hero/tsing_hero.png index e9a9dc5..a9785dc 100644 Binary files a/app/assets/images/hero/tsing_hero.png and b/app/assets/images/hero/tsing_hero.png differ diff --git a/app/assets/images/hero/ulc_hero.png b/app/assets/images/hero/ulc_hero.png index 554de57..829325b 100644 Binary files a/app/assets/images/hero/ulc_hero.png and b/app/assets/images/hero/ulc_hero.png differ diff --git a/app/assets/images/hero/vanke_hero.png b/app/assets/images/hero/vanke_hero.png index 21dcd50..cef9b22 100644 Binary files a/app/assets/images/hero/vanke_hero.png and b/app/assets/images/hero/vanke_hero.png differ diff --git a/app/pages/index.vue b/app/pages/index.vue index 15f221f..a9215f9 100644 --- a/app/pages/index.vue +++ b/app/pages/index.vue @@ -20,6 +20,16 @@ import img10 from "~/assets/images/caro/img10.jpg" import img11 from "~/assets/images/caro/img11.jpg" import img12 from "~/assets/images/caro/img12.jpg" import img13 from "~/assets/images/caro/img13.jpg" + +import school1 from "~/assets/images/hero/biph_hero.png" +import school2 from "~/assets/images/hero/scie_hero.png" +import school3 from "~/assets/images/hero/vanke_hero.png" +import school4 from "~/assets/images/hero/ncpa_hero.png" +import school5 from "~/assets/images/hero/bbsz_hero.png" +import school6 from "~/assets/images/hero/ulc_hero.png" +import school7 from "~/assets/images/hero/bisz_hero.png" +import school8 from "~/assets/images/hero/tsing_hero.png" +import school9 from "~/assets/images/hero/qifu_hero.png" import LandingSection from "~/layouts/LandingSection.vue"; const carouselRef = ref() @@ -39,6 +49,74 @@ const items = [ img13 ] +const landingItems = [ + { + title: 'BASIS International School Park Lane Harbor (Huizhou)', + desc: 'BASIS International School Park Lane Harbour is a prestigious international boarding school located in a ' + + 'picturesque coastal setting in Huizhou, China, about an hour\'s drive northeast of Shenzhen. Established in ' + + '2018, the school offers a rigorous, world-class curriculum for students in grades 5-12.', + img: school1 + }, + { + title: 'Shenzhen College of International Education (SZ)', + desc: 'Shenzhen College of International Education (SCIE) is a leading international high school located in the ' + + 'Futian District of Shenzhen, China. Established in 2003, SCIE was the first institution in Shenzhen to ' + + 'offer an international curriculum, providing students aged 14-18 with a rigorous education based on the ' + + 'Cambridge Assessment International Education (CAIE) system, including IGCSE and A-Level courses.', + img: school2 + }, + { + title: 'Vanke Meisha Academy (Shenzhen)', + desc: 'Vanke Meisha Academy (VMA) is a distinguished private international bilingual boarding high school ' + + 'located in the scenic Dameisha area of Shenzhen, China. Established with a mission to cultivate respectful ' + + 'and responsible leaders, VMA offers a comprehensive educational experience that emphasizes academic ' + + 'excellence, emotional growth, and community engagement.', + img: school3 + }, + { + title: 'Nanshan College Preparatory Academy (Guangzhou)', + desc: 'Nansha College Preparatory Academy (NCPA) is a premier American-style international high school located ' + + 'in the Nansha District of Guangzhou, China. Founded in 2012, NCPA offers a unique educational experience ' + + 'designed to prepare Chinese students for success in Western universities through an immersive English ' + + 'language environment.', + img: school4 + }, + { + title: 'BASIS Bilingual School Shenzhen (Futian)', + desc: 'BASIS Bilingual School Shenzhen, located in the Futian District, is the first bilingual school ' + + 'established by BASIS in China, opening its doors in September 2020. The school caters to students from ' + + 'Pre-Kindergarten through Grade 12, offering a unique blend of the BASIS Curriculum alongside traditional ' + + 'Chinese language, history, culture, and values.', + img: school5 + }, + { + title: 'ULink College (Guangzhou)', + desc: 'ULink College Guangzhou is a prominent private, weekly-boarding international school located in the ' + + 'Nansha District of Guangzhou, China. Founded in 2004 in collaboration with South China Normal University, ' + + 'the school caters to students in grades 9 to 12 and currently enrolls approximately 560 students.', + img: school6 + }, + { + title: 'BASIS International School Shenzhen (Shekou)', + desc: 'BASIS International School Shenzhen, located in the vibrant Shekou area, is a premier international ' + + 'school that opened in 2015 as the first BASIS Curriculum school outside the United States. The school ' + + 'provides a rigorous academic program for students from Pre-Kindergarten to Grade 12, emphasizing critical ' + + 'thinking, creativity, and a passion for learning.', + img: school7 + }, + { + title: 'Tsinglan School (Dongguan)', + desc: 'Tsinglan School is a private bilingual international school located in Dongguan, China, strategically ' + + 'positioned between Guangzhou and Shenzhen in the Greater Bay Area. ', + img: school8 + }, + { + title: 'Clifford School', + desc: 'Clifford School is a private international school located in Guangzhou, China.', + img: school9 + } +] + onMounted(() => { setInterval(() => { if (!carouselRef.value) return @@ -83,62 +161,18 @@ onMounted(() => {
Member Schools
-
Since September 2023, SHUL has hosted more than 36 hours of competition.
- +
Since September 2023, SHUL has hosted more than 72 games.
+
- + - - - - - - - - - - - - - - - - - - - - - - - +
+
More to come.