forked from UKSOURCE/cms.lams
Refactor Homepage, About, Footer (Controller,Model, View, Data), Update: Dashboard, Delete old file
This commit is contained in:
+79
-78
@@ -1,80 +1,81 @@
|
||||
{
|
||||
"top": {
|
||||
"bgImage": "/assets/img/home-1/footer-bg.jpg",
|
||||
"phone": {
|
||||
"display": "+84 961 83 4040",
|
||||
"href": "tel:+84961834040"
|
||||
},
|
||||
"address": "734 Luy Ban Bich St, Tan Thanh Ward, Tan Phu Dist, HCMC",
|
||||
"logo": {
|
||||
"src": "/assets/img/logo/white-logo.svg",
|
||||
"alt": "logo",
|
||||
"href": "/"
|
||||
},
|
||||
"menuLinks": [
|
||||
{
|
||||
"label": "Home",
|
||||
"href": "/"
|
||||
},
|
||||
{
|
||||
"label": "About Us",
|
||||
"href": "/about"
|
||||
},
|
||||
{
|
||||
"label": "Visa",
|
||||
"href": "/country-details"
|
||||
},
|
||||
{
|
||||
"label": "Pages",
|
||||
"href": "/news-details"
|
||||
},
|
||||
{
|
||||
"label": "Article",
|
||||
"href": "/news"
|
||||
},
|
||||
{
|
||||
"label": "Contact Us",
|
||||
"href": "/contact"
|
||||
}
|
||||
],
|
||||
"socialLinks": [
|
||||
{
|
||||
"icon": "fa-brands fa-twitter",
|
||||
"href": "#"
|
||||
},
|
||||
{
|
||||
"icon": "fa-brands fa-instagram",
|
||||
"href": "#"
|
||||
},
|
||||
{
|
||||
"icon": "fa-brands fa-linkedin",
|
||||
"href": "#"
|
||||
},
|
||||
{
|
||||
"icon": "fa-brands fa-youtube",
|
||||
"href": "#"
|
||||
}
|
||||
]
|
||||
"brand": {
|
||||
"logo": {
|
||||
"image": "/assets/img/logo/logo.jpg",
|
||||
"href": "/"
|
||||
},
|
||||
"bottom": {
|
||||
"copyright": {
|
||||
"text": "Copyright©",
|
||||
"brand": "GRAMENTHEME",
|
||||
"rights": "All Rights Reserved."
|
||||
},
|
||||
"menuLinks": [
|
||||
{
|
||||
"label": "Terms & Conditions",
|
||||
"href": "/contact"
|
||||
},
|
||||
{
|
||||
"label": "Privacy Policy",
|
||||
"href": "/contact"
|
||||
},
|
||||
{
|
||||
"label": "Contact Us",
|
||||
"href": "/contact"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
"description": "Welcome to the LAMS, a premier platform offering courses from top universities and institutions around the world.",
|
||||
"social": [
|
||||
{
|
||||
"icon": "fa-twitter",
|
||||
"href": "#"
|
||||
},
|
||||
{
|
||||
"icon": "fa-linkedin-in",
|
||||
"href": "#"
|
||||
},
|
||||
{
|
||||
"icon": "fa-facebook-f",
|
||||
"href": "#"
|
||||
},
|
||||
{
|
||||
"icon": "fa-instagram",
|
||||
"href": "#"
|
||||
}
|
||||
]
|
||||
},
|
||||
"explore": {
|
||||
"heading": "Explore",
|
||||
"links": [
|
||||
{
|
||||
"label": "Welcome / Overview",
|
||||
"href": "/"
|
||||
},
|
||||
{
|
||||
"label": "Our Milestones",
|
||||
"href": "/history"
|
||||
},
|
||||
{
|
||||
"label": "Accreditations",
|
||||
"href": "/accreditations"
|
||||
},
|
||||
{
|
||||
"label": "Industry Partnerships",
|
||||
"href": "/partnership"
|
||||
},
|
||||
{
|
||||
"label": "University Blog",
|
||||
"href": "/blog"
|
||||
}
|
||||
]
|
||||
},
|
||||
"contact": {
|
||||
"heading": "Contact Us",
|
||||
"address": "207 Regent Street, London, England W1B3HH",
|
||||
"phone": "12345678-EDU-ONLINE",
|
||||
"email": "info@lams.ac"
|
||||
},
|
||||
"newsletter": {
|
||||
"heading": "Stay Updated",
|
||||
"description": "Subscribe to our newsletter for the latest academic news and program updates.",
|
||||
"placeholder": "Email Address",
|
||||
"buttonText": "Subscribe"
|
||||
},
|
||||
"bottom": {
|
||||
"copyright": "2026 London Academy of Management and Sciences. All rights reserved..",
|
||||
"links": [
|
||||
{
|
||||
"label": "Privacy Policy",
|
||||
"href": "/policies"
|
||||
},
|
||||
{
|
||||
"label": "Terms of Service",
|
||||
"href": "/policies"
|
||||
},
|
||||
{
|
||||
"label": "Accessibility Statement",
|
||||
"href": "/policies"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user