{
"id": "layout",
"providers": [
{
"window": [
"abp", "devNAS"
]
}
],
"context": {
"loggedInMenuActions": [
{
"id": "MenuItem_Chat",
"link": {
"className": "white-to-black-hover",
"href": "/Chat",
"target": "_self",
"ariaLabel": "محادثة",
"title": "محادثة"
},
"icon": "fas fa-comments"
},
{
"id": "MenuItem_UserDropdown",
"title": "${abp.currentUser.name}${if(abp.currentUser.surName, ' ' + abp.currentUser.surName, '')}",
"icon": "fal fa-user-circle",
"dropdown": true,
"items": [
{
"id": "MenuItem_Logout",
"title": "تسجيل الخروج",
"link": {
"href": "/Account/Logout",
"target": "_self"
},
"icon": "fal fa-sign-out-alt"
},
{
"id": "MenuItem_Dashboard",
"title": "لوحة الدراسة",
"link": {
"href": "/Dashboard",
"target": "_self"
},
"icon": "fal fa-book"
}
]
}
],
"loggedOutMenuActions": [
{
"id": "MenuItem_Login",
"title": "دخول",
"link": {
"className": "has-hero-banner",
"href": "/Account/Login",
"target": "_self"
},
"icon": "fal fa-user"
},
{
"id": "MenuItem_Register",
"title": "إنشاء حساب",
"link": {
"className": "has-hero-banner",
"href": "/Account/Register",
"target": "_self"
},
"icon": "fa fa-user-plus"
}
],
"mainMenuLoggedOut": [
{
"id": "MenuItem_Home",
"title": "الرئيسية",
"link": {
"className": "has-hero-banner",
"href": "/"
}
},
{
"id": "MenuItem_CoursesDropdown",
"title": "الدورات",
"dropdown": true,
"items": [
{
"id": "Recorded-Courses",
"title": "الدورات المسجلة",
"link": {
"href": "/Courses",
"target": "_self"
}
},
{
"id": "Live-Courses",
"title": "الدورات المباشرة",
"link": {
"href": "/LiveCourses",
"target": "_self"
}
}
]
},
{
"id": "MenuItem_Menu:Libraries",
"title": "المكتبة",
"link": {
"className": "has-hero-banner",
"href": "/Libraries"
}
},
{
"id": "MenuItem_Menu:POS",
"title": "نقاط البيع",
"link": {
"className": "has-hero-banner",
"href": "/PointsOfSales"
}
},
{
"id": "MenuItem_Menu:About",
"title": "من نحن",
"link": {
"className": "has-hero-banner",
"href": "/AboutUs"
}
},
{
"id": "MenuItem_Menu:Contact",
"title": "تواصل معنا",
"link": {
"className": "has-hero-banner",
"href": "/ContactUs"
}
}
],
"mainMenuLoggedIn": [
{
"id": "MenuItem_Home",
"title": "الرئيسية",
"link": {
"className": "has-hero-banner",
"href": "/"
}
},
{
"id": "MenuItem_CoursesDropdown",
"title": "الدورات",
"dropdown": true,
"items": [
{
"id": "Recorded-Courses",
"title": "الدورات المسجلة",
"link": {
"href": "/Courses",
"target": "_self"
}
},
{
"id": "Live-Courses",
"title": "الدورات المباشرة",
"link": {
"href": "/LiveCourses",
"target": "_self"
}
}
]
},
{
"id": "MenuItem_Menu:Libraries",
"title": "المكتبة",
"link": {
"className": "has-hero-banner",
"href": "/Libraries"
}
},
{
"id": "MenuItem_Menu:POS",
"title": "نقاط البيع",
"link": {
"className": "has-hero-banner",
"href": "/PointsOfSales"
}
},
{
"id": "MenuItem_Menu:About",
"title": "من نحن",
"link": {
"className": "has-hero-banner",
"href": "/AboutUs"
}
},
{
"id": "MenuItem_Menu:Contact",
"title": "تواصل معنا",
"link": {
"className": "has-hero-banner",
"href": "/ContactUs"
}
},
{
"id": "MenuItem_Menu:MyCourses",
"title": "دوراتي",
"link": {
"className": "has-hero-banner",
"href": "/MyCourses",
"target": "_self"
},
"isActive": true
}
]
},
"components": [
{
"id": "101",
"type": "HeaderWidget",
"version": "1.0",
"props": {
"design": {
"backgroundColor": "var(--color-bg)",
"borderRadius": "0px",
"backgroundSize": "cover",
"backgroundPosition": "center"
},
"behavior": {},
"content": {
"logo": {
"image": {
"src": "/Nadjeh/img/Logo.png",
"alt": "Brand Logo"
},
"link": {
"href": "/Index",
"target": "_self",
"title": "Home"
}
},
"menus": {
"main": "${if(abp.currentUser.isAuthenticated, context.mainMenuLoggedIn, context.mainMenuLoggedOut)}",
"actions": "${if(abp.currentUser.isAuthenticated, context.loggedInMenuActions, context.loggedOutMenuActions)}"
}
}
}
},
{
"type": "{
"id": "error",
"providers": [ ],
"context": { },
"components": [
{
"id": "error-widget",
"type": "ErrorWidget",
"version": "1.0",
"props": {
"design": {},
"behavior": {},
"content": {
"sourceType": "static",
"static": {
"defaultErrorMessage": "Look like you're lost",
"homeUrl": "/Index",
"imageUrl": "/Nadjeh/img/404.svg"
}
}
}
}
]
}"
},
{
"id": "footer",
"type": "FooterWidget",
"version": "1.0",
"props": {
"design": {
"backgroundColor": "var(--color-bg-alt)",
"textColor": "var(--color-text)"
},
"behavior": {},
"content": {
"logo": {
"image": {
"src": "/Nadjeh/img/Logo.png",
"alt": "Nadjeh Logo"
},
"link": {
"href": "/Index",
"target": "_self",
"title": "Link"
}
},
"sections": [
{
"header": "تابعنا على",
"items": [
{
"title": "فيسبوك",
"icon": "fab fa-facebook",
"link": {
"href": "https://www.facebook.com/share/14KwiyUpaGH/",
"target": "_blank",
"title": "Link"
}
},
{
"title": "انستجرام",
"icon": "fab fa-instagram",
"link": {
"href": "https://www.instagram.com/nadjeh.education",
"target": "_blank",
"title": "Link"
}
},
{
"title": "تيكتوك",
"icon": "fab fa-tiktok",
"link": {
"href": "https://www.tiktok.com/@nadjeh.education",
"target": "_blank",
"title": "Link"
}
},
{
"title": "يوتيوب",
"icon": "fab fa-youtube",
"link": {
"href": "https://m.youtube.com/@nadjeh.education",
"target": "_blank",
"title": "Link"
}
}
]
},
{
"header": "للتواصل",
"items": [
{
"title": "لينكد ان",
"icon": "fab fa-linkedin",
"link": {
"href": "https://www.linkedin.com/company/nadjeh-education-%D9%85%D9%86%D8%B5%D8%A9-%D9%86%D8%A7%D8%AC%D8%AD-%D8%A7%D9%84%D8%AA%D8%B9%D9%84%D9%8A%D9%85%D9%8A%D8%A9/",
"target": "_blank",
"title": "Link"
}
},
{
"title": "البريد الإلكتروني",
"icon": "far fa-envelope",
"link": {
"href": "mailto:[email protected]",
"target": "_blank",
"title": "Link"
}
},
{
"title": "واتساب",
"icon": "fab fa-whatsapp",
"link": {
"href": "https://wa.me/213559614409",
"target": "_blank",
"title": "Link"
}
},
{
"title": "0559604021",
"icon": "fa fa-phone",
"link": {
"href": "tel://0559604021",
"target": "_blank",
"title": "Link"
}
}
]
},
{
"header": "روابط مهمة",
"items": [
{
"title": "الدورات",
"link": {
"href": "/Courses/Index",
"target": "_self",
"title": "link"
}
},
{
"title": "تعرف علينا",
"link": {
"href": "/AboutUs",
"target": "_self",
"title": "link"
}
},
{
"title": "للتواصل",
"link": {
"href": "/ContactUs",
"target": "_self",
"title": "link"
}
}
]
}
]
}
}
},
{
"id": "whatsapp-floating-widget",
"type": "RawHtmlWidget",
"version": "1.0",
"props": {
"design": {
"wrapperTag": "div",
"style": {
"position": "fixed",
"bottom": "20px",
"right": "20px",
"zIndex": "9999"
}
},
"behavior": {
"sanitize": false
},
"content": {
"static": {
"html": ""
}
}
}
}
]
}