Mẫu website giáo dục, khóa học

462 2022/01/09 07:56:41

Mẫu website giáo dục, khóa học.

Mẫu website giáo dục, khóa học.
Xem Demo
[code]
<%
cf={
"cl":theme.color(),
"cls":array(),
"lorem":"Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris itae erat conuat",
"img":array(
"https://images.pexels.com/photos/6936406/pexels-photo-6936406.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940",
"https://images.pexels.com/photos/8363102/pexels-photo-8363102.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940",
"https://cdn.pixabay.com/photo/2015/05/31/11/23/mobile-791164_960_720.jpg",
"https://cdn.pixabay.com/photo/2016/03/02/10/32/allrounder-1232059_960_720.jpg",
"https://images.pexels.com/photos/8456138/pexels-photo-8456138.jpeg?auto=compress&cs=tinysrgb&dpr=3&h=750&w=1260",
"https://images.pexels.com/photos/8617813/pexels-photo-8617813.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940",
"https://images.pexels.com/photos/10643478/pexels-photo-10643478.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940",
"https://images.pexels.com/photos/2280551/pexels-photo-2280551.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940"
)

};
set={
"md":{
"people":{
"name":"Peter Packer",
"position":"DESIGNER",
"description":get(cf,"lorem"),
"image":get(cf,"img/7")
},
"reg":{
"tag":"GET 100S OF ONLINE COURSES FOR FREE",
"name":"REGISTER NOW",
"description":"Create your free account now and get immediate access to 100s of online course",
"time_countdown":date("Y/m/") & (date("d")+1)
},
"course":{
"name":"From Zero to Hero with Nodejs",
"image":get(cf,"img/2"),
"teacher_image":get(cf,"img/3"),
"teacher_name":"Keny White",
"course_status":" 250 1",
"html_cart_price":"$ 69"
}
},
"emd":{
"slide":array(
{"images":get(cf,"img/0"),"name":"Education","tag":"Best Education","url_web":"#"},
{"images":get(cf,"img/1"),"name":"Education","tag":"Best Education","url_web":"#"}
),
"award":array(
{"icon":"icon-diamond","name":"Best Industry Leaders"},
{"icon":"icon-earth","name":"Learn Courses Online"},
{"icon":"icon-local_mall","name":"Book Library & Store"}
),
"event":array(
{"name":"Summer School 2019","e_date":"20","e_month":"SEPTEMBER","e_time":"08:00 - 17:00","e_place":"NEWYORK, USA","description":get(cf,"lorem"),"image":get(cf,"img/5")},
{"name":"Summer School 2019","e_date":"20","e_month":"SEPTEMBER","e_time":"08:00 - 17:00","e_place":"NEWYORK, USA","description":get(cf,"lorem"),"image":get(cf,"img/5")},
{"name":"Summer School 2019","e_date":"20","e_month":"SEPTEMBER","e_time":"08:00 - 17:00","e_place":"NEWYORK, USA","description":get(cf,"lorem"),"image":get(cf,"img/5")}
)
},
"form_reg":"









Get It Now



"

};


%>










<%
w={
"islide":{"alias":"slide","view":"tag,name,button","padding_content":0,"wrap":0,"limit":0,"number":2,"e_model_info":get(set,"emd/slide"),"content_model":"","image_model":"dark","box_align":"left,center,50,left"},
"award":{
"alias":"icon_list","number":3,"inline":3,"view":"name,button","icon_font_size":"40px","icon_width":"80px",
"padding_bottom":0,
"model_info":{"url_web":"#","label_button":"View More"},"e_model_info":get(set,"emd/award")
},
"ecourse course_01":{"alias":"box","query":"tag=course","model_info":merge(get(set,"md/course"),{"admin_edit_post":get(set,"md/course")}),
"slide":4,"inline":0,"number":4,"padding":8,"padding_bottom":16,"image_scale":0.63,
"title":{"model_info":{"name":"POPULAR COURSES"}},
"view":"image,teacher_image@image,teacher_name,name,course_status,cart_price"
},
"reg":{
"@box_background_image_fixed":get(cf,"img/4"),"@box_model":"dark",
"alias":"content","view":"tag,name,time_countdown,description","media_view":"form","model_info":get(set,"md/reg"),
"content":{"view":"form","model_info":{"form":get(set,"form_reg")},"padding":0,"sub_width":0.65}
},
"event":{
"title":{"model_info":{"name":"EVENTS","description":"Upcoming Education Events to feed your brain."}},
"alias":"box","number":3,"inline":1,"auto_height":0,
"view":"c_time@group@e_date|e_month,name,c_view@group@description|e_time|e_place,c_img@image@image",
"view_meta":"c_time:e_date,e_month|c_name:name|c_info:description,e_time,e_place|c_image:image",
"model_info":merge(get(set,"emd/event/0"),{"admin_edit_post":get(set,"emd/event/0")})
},
"last_news":{
"title":{"model_info":{"name":"Last News","description":"Education news all over the world."}},
"@box_model":"dark","@box_background_image_fixed":get(cf,"img/6"),
"alias":"box","ob":"post","query":"find_tag=news_course","view":"image,name","image_scale":0.63,
"slide":3,"number":10,
"model_info":{"admin_edit":"ob=post&tag=news_course","image":get(cf,"img/6")}
},
"efeeling":{
"alias":"feeling","feeling_model":"user_round",
"model_info":merge(get(set,"md/people"),{"admin_edit_post":get(set,"md/people")}),
"title":{"model_info":{"name":"What People Says","description":"How real people said about Education This Theme."}}
}
} ;
html=tools.home({"view":w,"content_prefix":"edu_001_"});
%>

<% w(html); %>


[/code]