Files
cms.techvanguard.vn/data/about.json
T

111 lines
5.7 KiB
JSON

{
"hero": {
"badge": "Our Mission",
"title": "Education Without Boundaries.",
"description": "We believe high-quality education should be accessible and affordable for everyone. Our mission is to empower global learners through flexible, innovative online models that fit real lives.",
"studentCount": "50,000+",
"image": "/assets/img/hero.png",
"imageAlt": "Diverse group of university students collaborating online",
"coreValues": ["Radical Affordability", "Absolute Flexibility", "Global Inclusivity"]
},
"leadership": {
"heading": "Guided by Visionaries",
"description": "Our leadership team brings decades of experience from top-tier academic institutions and leading technology companies.",
"members": [
{
"name": "Dr. Sarah Chen",
"role": "President & Founder",
"bio": "Former Dean of Innovation at Stanford, pioneer in scalable ed-tech solutions.",
"avatar": "https://storage.googleapis.com/uxpilot-auth.appspot.com/avatars/avatar-5.jpg",
"social": { "linkedin": "#", "twitter": "#" }
},
{
"name": "Marcus Johnson",
"role": "Chief Academic Officer",
"bio": "20+ years developing curriculum for asynchronous learning environments.",
"avatar": "https://storage.googleapis.com/uxpilot-auth.appspot.com/avatars/avatar-6.jpg",
"social": { "linkedin": "#" }
},
{
"name": "Elena Rodriguez",
"role": "VP of Student Success",
"bio": "Passionate advocate for non-traditional student support systems.",
"avatar": "https://storage.googleapis.com/uxpilot-auth.appspot.com/avatars/avatar-7.jpg",
"social": { "linkedin": "#", "twitter": "#" }
},
{
"name": "David Kim",
"role": "Chief Technology Officer",
"bio": "Former Google engineering lead building our seamless campus portal.",
"avatar": "https://storage.googleapis.com/uxpilot-auth.appspot.com/avatars/avatar-8.jpg",
"social": { "linkedin": "#" }
}
]
},
"learningModel": {
"heading": "Our Flexible Learning Model",
"description": "Choose how you learn. We offer two distinct paths to ensure your education fits your life, not the other way around.",
"async": {
"title": "Asynchronous Learning",
"description": "Learn completely at your own pace. Perfect for working professionals and those with unpredictable schedules.",
"features": [
{ "icon": "fa-play", "title": "Pre-recorded Lectures", "desc": "Watch anytime, anywhere, and pause when you need to." },
{ "icon": "fa-calendar-check", "title": "Flexible Deadlines", "desc": "Complete assignments within broad, manageable windows." },
{ "icon": "fa-comments", "title": "Discussion Boards", "desc": "Engage with peers on your own timeline." }
]
},
"sync": {
"title": "Synchronous Learning",
"description": "Experience the structure of a traditional classroom online. Ideal for those who thrive on real-time interaction.",
"features": [
{ "icon": "fa-video", "title": "Live Virtual Classes", "desc": "Attend scheduled lectures with your professors and peers." },
{ "icon": "fa-hand-sparkles", "title": "Real-time Collaboration", "desc": "Work on group projects in live breakout rooms." },
{ "icon": "fa-clipboard-question", "title": "Immediate Feedback", "desc": "Ask questions and get answers during class time." }
]
}
},
"accreditation": {
"heading": "Recognized Quality. Real Results.",
"description": "We hold the highest standards of academic excellence, ensuring your degree is respected by employers worldwide.",
"badges": [
{ "icon": "fa-award", "title": "Fully Accredited", "desc": "By the Higher Learning Commission (HLC)." },
{ "icon": "fa-briefcase", "title": "Top Employer Network", "desc": "Partnerships with Fortune 500 companies." }
],
"stats": [
{ "value": "89%", "label": "Employed within 6 months" },
{ "value": "$72k", "label": "Average Starting Salary" },
{ "value": "15k+", "label": "Active Alumni Network" },
{ "value": "#1", "label": "For Online ROI (2025)", "isPrimary": true }
]
},
"successStories": {
"heading": "Student Success Stories",
"description": "Hear from our diverse community of learners who transformed their careers through our flexible programs.",
"stories": [
{
"quote": "The asynchronous model allowed me to study coding late at night after my kids went to bed. I transitioned from retail to a Junior Developer role in just 14 months.",
"name": "Maria S.",
"program": "B.S. Computer Science '24",
"avatar": "https://storage.googleapis.com/uxpilot-auth.appspot.com/avatars/avatar-1.jpg"
},
{
"quote": "The pay-per-course option meant I didn't have to take out massive student loans. I earned my MBA debt-free while continuing to work full-time.",
"name": "James T.",
"program": "MBA '25",
"avatar": "https://storage.googleapis.com/uxpilot-auth.appspot.com/avatars/avatar-4.jpg"
},
{
"quote": "I loved the synchronous virtual classes. It felt like a real campus environment. The networking opportunities directly led to my current job in data analytics.",
"name": "Aisha K.",
"program": "Data Analytics Cert '23",
"avatar": "https://storage.googleapis.com/uxpilot-auth.appspot.com/avatars/avatar-2.jpg"
}
]
},
"cta": {
"heading": "Ready to Transform Your Future?",
"description": "Join a global community of learners and take the first step towards a flexible, affordable degree.",
"primaryButton": { "label": "Apply Now", "href": "/admissions" },
"secondaryButton": { "label": "Request Information", "href": "/contact" }
}
}