Update 2
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
# Easy Setup (Hugo + Netlify + Forestry)
|
||||
Build your website with educenter hugo theme by following this easy steps (No Coding Required)
|
||||
|
||||
<a href="http://bit.ly/meghna-hugo-installation" target="_blank" title="meghna hugo installation" rel="nofollow"><img width="100%" src="https://user-images.githubusercontent.com/37659754/70844354-4028be00-1e6a-11ea-8d84-02e9a25e7db8.png"></a>
|
||||
<a href="http://bit.ly/meghna-hugo-installation" target="_blank" title="meghna hugo installation" rel="nofollow"><img width="100%" src="https://user-media.githubusercontent.com/37659754/70844354-4028be00-1e6a-11ea-8d84-02e9a25e7db8.png"></a>
|
||||
|
||||
In this tutorial we will show you to make your website live without buying any hosting and touching a single line of code. We made this tutorial based on [meghna hugo](https://github.com/themefisher/meghna-hugo) but you can setup everithing like this.
|
||||
|
||||
@ -44,9 +44,9 @@ Here comes the last step . Go to your [netlify](https://bit.ly/netlify-account)
|
||||
|
||||
| About | Course | Notice | Scholarship |
|
||||
|---|---|---|---|
|
||||
|  |  |  | 
|
||||
|  |  |  | 
|
||||
|
||||
**The images are only for demonstration purpose, Please don't use those images.**
|
||||
**The media are only for demonstration purpose, Please don't use those media.**
|
||||
|
||||
[Live Demo](http://demo.themefisher.com/educenter-hugo/).
|
||||
|
||||
|
@ -22,7 +22,7 @@
|
||||
|
||||
|
||||
|
||||
// Background-images
|
||||
// Background-media
|
||||
$('[data-background]').each(function () {
|
||||
$(this).css({
|
||||
'background-image': 'url(' + $(this).data('background') + ')'
|
||||
|
@ -207,8 +207,8 @@ sections:
|
||||
create: all
|
||||
match: "*.toml"
|
||||
new_doc_ext: toml
|
||||
upload_dir: exampleSite/static/images
|
||||
public_path: "/images"
|
||||
upload_dir: exampleSite/static/media
|
||||
public_path: "/media"
|
||||
front_matter_path: ''
|
||||
use_front_matter_path: false
|
||||
file_template: ":filename:"
|
||||
|
@ -120,7 +120,7 @@ URL = "research"
|
||||
|
||||
#################### default parameters ################################
|
||||
[params]
|
||||
logo = "images/logo.png"
|
||||
logo = "media/logo.png"
|
||||
# Meta data
|
||||
description = "This is meta description"
|
||||
author = "Themefisher"
|
||||
@ -138,7 +138,7 @@ top_header = true
|
||||
# Preloader
|
||||
[params.preloader]
|
||||
enable = true
|
||||
preloader = "images/preloader.gif" # use jpg, png, svg or gif format.
|
||||
preloader = "media/preloader.gif" # use jpg, png, svg or gif format.
|
||||
|
||||
# Subscription
|
||||
[params.subscription]
|
||||
@ -153,7 +153,7 @@ enable = true
|
||||
gmap_api = "https://maps.googleapis.com/maps/api/js?key=AIzaSyBu5nZKbeK-WHQ70oqOWo-_4VmwOwKP9YQ"
|
||||
map_latitude = "51.5223477"
|
||||
map_longitude = "-0.1622023"
|
||||
map_marker = "images/marker.png" # marker size 37*55 px
|
||||
map_marker = "media/marker.png" # marker size 37*55 px
|
||||
|
||||
############################# social site ########################
|
||||
[[params.social]]
|
||||
|
@ -2,9 +2,9 @@
|
||||
title: "About Us"
|
||||
draft: false
|
||||
# page title background image
|
||||
bg_image: "images/backgrounds/page-title.png"
|
||||
bg_image: "media/backgrounds/page-title.png"
|
||||
# about image
|
||||
image: "images/about/about-page.jpg"
|
||||
image: "media/about/about-page.jpg"
|
||||
# meta description
|
||||
description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud."
|
||||
---
|
||||
|
@ -1,7 +1,7 @@
|
||||
---
|
||||
title: "John doe"
|
||||
# page title background image
|
||||
bg_image: "images/backgrounds/page-title.png"
|
||||
bg_image: "media/backgrounds/page-title.png"
|
||||
# meta description
|
||||
description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud."
|
||||
email: "email2@example.org"
|
||||
|
@ -1,7 +1,7 @@
|
||||
---
|
||||
title: "Mark Dinn"
|
||||
# page title background image
|
||||
bg_image: "images/backgrounds/page-title.png"
|
||||
bg_image: "media/backgrounds/page-title.png"
|
||||
# meta description
|
||||
description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud."
|
||||
email: "email2@example.org"
|
||||
|
@ -2,7 +2,7 @@
|
||||
title: "Latest News"
|
||||
draft: false
|
||||
# page title background image
|
||||
bg_image: "images/backgrounds/page-title.png"
|
||||
bg_image: "media/backgrounds/page-title.png"
|
||||
# meta description
|
||||
description : "this is meta description"
|
||||
---
|
@ -3,11 +3,11 @@ title: "Elegant Light Box Paper Cut Dioramas"
|
||||
date: 2019-07-06T15:27:17+06:00
|
||||
draft: false
|
||||
# page title background image
|
||||
bg_image: "images/backgrounds/page-title.png"
|
||||
bg_image: "media/backgrounds/page-title.png"
|
||||
# meta description
|
||||
description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud."
|
||||
# post thumbnail
|
||||
image: "images/blog/post-1.jpg"
|
||||
image: "media/blog/post-1.jpg"
|
||||
# post author
|
||||
author: "John Doe"
|
||||
# taxonomy
|
||||
|
@ -3,11 +3,11 @@ title: "Elegant Light Box Paper Cut Dioramas"
|
||||
date: 2019-07-06T15:27:17+06:00
|
||||
draft: false
|
||||
# page title background image
|
||||
bg_image: "images/backgrounds/page-title.png"
|
||||
bg_image: "media/backgrounds/page-title.png"
|
||||
# meta description
|
||||
description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud."
|
||||
# post thumbnail
|
||||
image: "images/blog/post-2.jpg"
|
||||
image: "media/blog/post-2.jpg"
|
||||
# post author
|
||||
author: "John Doe"
|
||||
# taxonomy
|
||||
|
@ -3,11 +3,11 @@ title: "Elegant Light Box Paper Cut Dioramas"
|
||||
date: 2019-07-06T15:27:17+06:00
|
||||
draft: false
|
||||
# page title background image
|
||||
bg_image: "images/backgrounds/page-title.png"
|
||||
bg_image: "media/backgrounds/page-title.png"
|
||||
# meta description
|
||||
description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud."
|
||||
# post thumbnail
|
||||
image: "images/blog/post-3.jpg"
|
||||
image: "media/blog/post-3.jpg"
|
||||
# post author
|
||||
author: "Mark Dinn"
|
||||
# taxonomy
|
||||
|
@ -3,11 +3,11 @@ title: "Elegant Light Box Paper Cut Dioramas"
|
||||
date: 2019-07-06T15:27:17+06:00
|
||||
draft: false
|
||||
# page title background image
|
||||
bg_image: "images/backgrounds/page-title.png"
|
||||
bg_image: "media/backgrounds/page-title.png"
|
||||
# meta description
|
||||
description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud."
|
||||
# post thumbnail
|
||||
image: "images/blog/post-2.jpg"
|
||||
image: "media/blog/post-2.jpg"
|
||||
# post author
|
||||
author: "Mark Dinn"
|
||||
# taxonomy
|
||||
|
@ -3,11 +3,11 @@ title: "Elegant Light Box Paper Cut Dioramas"
|
||||
date: 2019-07-06T15:27:17+06:00
|
||||
draft: false
|
||||
# page title background image
|
||||
bg_image: "images/backgrounds/page-title.png"
|
||||
bg_image: "media/backgrounds/page-title.png"
|
||||
# meta description
|
||||
description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud."
|
||||
# post thumbnail
|
||||
image: "images/blog/post-3.jpg"
|
||||
image: "media/blog/post-3.jpg"
|
||||
# post author
|
||||
author: "John Doe"
|
||||
# taxonomy
|
||||
|
@ -3,11 +3,11 @@ title: "Elegant Light Box Paper Cut Dioramas"
|
||||
date: 2019-07-06T15:27:17+06:00
|
||||
draft: false
|
||||
# page title background image
|
||||
bg_image: "images/backgrounds/page-title.png"
|
||||
bg_image: "media/backgrounds/page-title.png"
|
||||
# meta description
|
||||
description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud."
|
||||
# post thumbnail
|
||||
image: "images/blog/post-1.jpg"
|
||||
image: "media/blog/post-1.jpg"
|
||||
# post author
|
||||
author: "John Doe"
|
||||
# taxonomy
|
||||
|
@ -2,7 +2,7 @@
|
||||
title: "About Us"
|
||||
draft: false
|
||||
# page title background image
|
||||
bg_image: "images/backgrounds/page-title.png"
|
||||
bg_image: "media/backgrounds/page-title.png"
|
||||
# meta description
|
||||
description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud."
|
||||
---
|
||||
|
@ -2,7 +2,7 @@
|
||||
title: "Our Courses"
|
||||
draft: false
|
||||
# page title background image
|
||||
bg_image: "images/backgrounds/page-title.png"
|
||||
bg_image: "media/backgrounds/page-title.png"
|
||||
# meta description
|
||||
description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud."
|
||||
---
|
@ -3,11 +3,11 @@ title: "Photography"
|
||||
date: 2019-07-06T15:27:17+06:00
|
||||
draft: false
|
||||
# page title background image
|
||||
bg_image: "images/backgrounds/page-title.png"
|
||||
bg_image: "media/backgrounds/page-title.png"
|
||||
# meta description
|
||||
description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud."
|
||||
# course thumbnail
|
||||
image: "images/courses/course-1.jpg"
|
||||
image: "media/courses/course-1.jpg"
|
||||
# taxonomy
|
||||
category: "Photography"
|
||||
# teacher
|
||||
|
@ -3,11 +3,11 @@ title: "Mathematics"
|
||||
date: 2019-07-06T15:27:17+06:00
|
||||
draft: false
|
||||
# page title background image
|
||||
bg_image: "images/backgrounds/page-title.png"
|
||||
bg_image: "media/backgrounds/page-title.png"
|
||||
# meta description
|
||||
description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud."
|
||||
# course thumbnail
|
||||
image: "images/courses/course-2.jpg"
|
||||
image: "media/courses/course-2.jpg"
|
||||
# taxonomy
|
||||
category: "Mathematics"
|
||||
# teacher
|
||||
|
@ -3,11 +3,11 @@ title: "Artificial Intelligence"
|
||||
date: 2019-07-06T15:27:17+06:00
|
||||
draft: false
|
||||
# page title background image
|
||||
bg_image: "images/backgrounds/page-title.png"
|
||||
bg_image: "media/backgrounds/page-title.png"
|
||||
# meta description
|
||||
description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud."
|
||||
# course thumbnail
|
||||
image: "images/courses/course-3.jpg"
|
||||
image: "media/courses/course-3.jpg"
|
||||
# taxonomy
|
||||
category: "Artificial Intelligence"
|
||||
# teacher
|
||||
|
@ -3,11 +3,11 @@ title: "JavaScript"
|
||||
date: 2019-07-06T15:27:17+06:00
|
||||
draft: false
|
||||
# page title background image
|
||||
bg_image: "images/backgrounds/page-title.png"
|
||||
bg_image: "media/backgrounds/page-title.png"
|
||||
# meta description
|
||||
description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud."
|
||||
# course thumbnail
|
||||
image: "images/courses/course-4.jpg"
|
||||
image: "media/courses/course-4.jpg"
|
||||
# taxonomy
|
||||
category: "Programming"
|
||||
# teacher
|
||||
|
@ -3,11 +3,11 @@ title: "Algorithm"
|
||||
date: 2019-07-06T15:27:17+06:00
|
||||
draft: false
|
||||
# page title background image
|
||||
bg_image: "images/backgrounds/page-title.png"
|
||||
bg_image: "media/backgrounds/page-title.png"
|
||||
# meta description
|
||||
description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud."
|
||||
# course thumbnail
|
||||
image: "images/courses/course-5.jpg"
|
||||
image: "media/courses/course-5.jpg"
|
||||
# taxonomy
|
||||
category: "Programming"
|
||||
# teacher
|
||||
|
@ -3,11 +3,11 @@ title: "Vlogging"
|
||||
date: 2019-07-06T15:27:17+06:00
|
||||
draft: false
|
||||
# page title background image
|
||||
bg_image: "images/backgrounds/page-title.png"
|
||||
bg_image: "media/backgrounds/page-title.png"
|
||||
# meta description
|
||||
description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud."
|
||||
# course thumbnail
|
||||
image: "images/courses/course-6.jpg"
|
||||
image: "media/courses/course-6.jpg"
|
||||
# taxonomy
|
||||
category: "Photography"
|
||||
# teacher
|
||||
|
@ -2,7 +2,7 @@
|
||||
title: "Our Courses"
|
||||
draft: false
|
||||
# page title background image
|
||||
bg_image: "images/backgrounds/page-title.png"
|
||||
bg_image: "media/backgrounds/page-title.png"
|
||||
# meta description
|
||||
description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud."
|
||||
---
|
@ -7,11 +7,11 @@ date: "2030-03-09T15:27:17+06:00"
|
||||
# post save as draft
|
||||
draft: false
|
||||
# page title background image
|
||||
bg_image: "images/backgrounds/page-title.png"
|
||||
bg_image: "media/backgrounds/page-title.png"
|
||||
# meta description
|
||||
description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud."
|
||||
# Event image
|
||||
image: "images/events/event-2.jpg"
|
||||
image: "media/events/event-2.jpg"
|
||||
# location
|
||||
location: "Dhanmondi, Dhaka"
|
||||
# entry fee
|
||||
@ -22,22 +22,22 @@ apply_url : "#"
|
||||
speaker:
|
||||
# speaker loop
|
||||
- name : "Jack Mastio"
|
||||
image : "images/event-speakers/speaker-1.jpg"
|
||||
image : "media/event-speakers/speaker-1.jpg"
|
||||
designation : "Teacher"
|
||||
|
||||
# speaker loop
|
||||
- name : "John Doe"
|
||||
image : "images/event-speakers/speaker-2.jpg"
|
||||
image : "media/event-speakers/speaker-2.jpg"
|
||||
designation : "Teacher"
|
||||
|
||||
# speaker loop
|
||||
- name : "Randy Luis"
|
||||
image : "images/event-speakers/speaker-3.jpg"
|
||||
image : "media/event-speakers/speaker-3.jpg"
|
||||
designation : "Teacher"
|
||||
|
||||
# speaker loop
|
||||
- name : "Alfred Jin"
|
||||
image : "images/event-speakers/speaker-4.jpg"
|
||||
image : "media/event-speakers/speaker-4.jpg"
|
||||
designation : "Teacher"
|
||||
|
||||
# type
|
||||
|
@ -7,11 +7,11 @@ date: "2030-03-09T15:27:17+06:00"
|
||||
# post save as draft
|
||||
draft: false
|
||||
# page title background image
|
||||
bg_image: "images/backgrounds/page-title.png"
|
||||
bg_image: "media/backgrounds/page-title.png"
|
||||
# meta description
|
||||
description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud."
|
||||
# Event image
|
||||
image: "images/events/event-3.jpg"
|
||||
image: "media/events/event-3.jpg"
|
||||
# location
|
||||
location: "Dhanmondi, Dhaka"
|
||||
# entry fee
|
||||
@ -22,22 +22,22 @@ apply_url : "#"
|
||||
speaker:
|
||||
# speaker loop
|
||||
- name : "Jack Mastio"
|
||||
image : "images/event-speakers/speaker-1.jpg"
|
||||
image : "media/event-speakers/speaker-1.jpg"
|
||||
designation : "Teacher"
|
||||
|
||||
# speaker loop
|
||||
- name : "John Doe"
|
||||
image : "images/event-speakers/speaker-2.jpg"
|
||||
image : "media/event-speakers/speaker-2.jpg"
|
||||
designation : "Teacher"
|
||||
|
||||
# speaker loop
|
||||
- name : "Randy Luis"
|
||||
image : "images/event-speakers/speaker-3.jpg"
|
||||
image : "media/event-speakers/speaker-3.jpg"
|
||||
designation : "Teacher"
|
||||
|
||||
# speaker loop
|
||||
- name : "Alfred Jin"
|
||||
image : "images/event-speakers/speaker-4.jpg"
|
||||
image : "media/event-speakers/speaker-4.jpg"
|
||||
designation : "Teacher"
|
||||
|
||||
# type
|
||||
|
@ -7,11 +7,11 @@ date: "2030-03-09T15:27:17+06:00"
|
||||
# post save as draft
|
||||
draft: false
|
||||
# page title background image
|
||||
bg_image: "images/backgrounds/page-title.png"
|
||||
bg_image: "media/backgrounds/page-title.png"
|
||||
# meta description
|
||||
description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud."
|
||||
# Event image
|
||||
image: "images/events/event-3.jpg"
|
||||
image: "media/events/event-3.jpg"
|
||||
# location
|
||||
location: "Dhanmondi, Dhaka"
|
||||
# entry fee
|
||||
@ -22,22 +22,22 @@ apply_url : "#"
|
||||
speaker:
|
||||
# speaker loop
|
||||
- name : "Jack Mastio"
|
||||
image : "images/event-speakers/speaker-1.jpg"
|
||||
image : "media/event-speakers/speaker-1.jpg"
|
||||
designation : "Teacher"
|
||||
|
||||
# speaker loop
|
||||
- name : "John Doe"
|
||||
image : "images/event-speakers/speaker-2.jpg"
|
||||
image : "media/event-speakers/speaker-2.jpg"
|
||||
designation : "Teacher"
|
||||
|
||||
# speaker loop
|
||||
- name : "Randy Luis"
|
||||
image : "images/event-speakers/speaker-3.jpg"
|
||||
image : "media/event-speakers/speaker-3.jpg"
|
||||
designation : "Teacher"
|
||||
|
||||
# speaker loop
|
||||
- name : "Alfred Jin"
|
||||
image : "images/event-speakers/speaker-4.jpg"
|
||||
image : "media/event-speakers/speaker-4.jpg"
|
||||
designation : "Teacher"
|
||||
|
||||
# type
|
||||
|
@ -7,11 +7,11 @@ date: "2030-03-09T15:27:17+06:00"
|
||||
# post save as draft
|
||||
draft: false
|
||||
# page title background image
|
||||
bg_image: "images/backgrounds/page-title.png"
|
||||
bg_image: "media/backgrounds/page-title.png"
|
||||
# meta description
|
||||
description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud."
|
||||
# Event image
|
||||
image: "images/events/event-1.jpg"
|
||||
image: "media/events/event-1.jpg"
|
||||
# location
|
||||
location: "Dhanmondi, Dhaka"
|
||||
# entry fee
|
||||
@ -22,22 +22,22 @@ apply_url : "#"
|
||||
speaker:
|
||||
# speaker loop
|
||||
- name : "Jack Mastio"
|
||||
image : "images/event-speakers/speaker-1.jpg"
|
||||
image : "media/event-speakers/speaker-1.jpg"
|
||||
designation : "Teacher"
|
||||
|
||||
# speaker loop
|
||||
- name : "John Doe"
|
||||
image : "images/event-speakers/speaker-2.jpg"
|
||||
image : "media/event-speakers/speaker-2.jpg"
|
||||
designation : "Teacher"
|
||||
|
||||
# speaker loop
|
||||
- name : "Randy Luis"
|
||||
image : "images/event-speakers/speaker-3.jpg"
|
||||
image : "media/event-speakers/speaker-3.jpg"
|
||||
designation : "Teacher"
|
||||
|
||||
# speaker loop
|
||||
- name : "Alfred Jin"
|
||||
image : "images/event-speakers/speaker-4.jpg"
|
||||
image : "media/event-speakers/speaker-4.jpg"
|
||||
designation : "Teacher"
|
||||
|
||||
# type
|
||||
|
@ -7,11 +7,11 @@ date: "2030-03-09T15:27:17+06:00"
|
||||
# post save as draft
|
||||
draft: false
|
||||
# page title background image
|
||||
bg_image: "images/backgrounds/page-title.png"
|
||||
bg_image: "media/backgrounds/page-title.png"
|
||||
# meta description
|
||||
description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud."
|
||||
# Event image
|
||||
image: "images/events/event-2.jpg"
|
||||
image: "media/events/event-2.jpg"
|
||||
# location
|
||||
location: "Dhanmondi, Dhaka"
|
||||
# entry fee
|
||||
@ -22,22 +22,22 @@ apply_url : "#"
|
||||
speaker:
|
||||
# speaker loop
|
||||
- name : "Jack Mastio"
|
||||
image : "images/event-speakers/speaker-1.jpg"
|
||||
image : "media/event-speakers/speaker-1.jpg"
|
||||
designation : "Teacher"
|
||||
|
||||
# speaker loop
|
||||
- name : "John Doe"
|
||||
image : "images/event-speakers/speaker-2.jpg"
|
||||
image : "media/event-speakers/speaker-2.jpg"
|
||||
designation : "Teacher"
|
||||
|
||||
# speaker loop
|
||||
- name : "Randy Luis"
|
||||
image : "images/event-speakers/speaker-3.jpg"
|
||||
image : "media/event-speakers/speaker-3.jpg"
|
||||
designation : "Teacher"
|
||||
|
||||
# speaker loop
|
||||
- name : "Alfred Jin"
|
||||
image : "images/event-speakers/speaker-4.jpg"
|
||||
image : "media/event-speakers/speaker-4.jpg"
|
||||
designation : "Teacher"
|
||||
|
||||
# type
|
||||
|
@ -2,7 +2,7 @@
|
||||
title: "Notice"
|
||||
draft: false
|
||||
# page title background image
|
||||
bg_image: "images/backgrounds/page-title.png"
|
||||
bg_image: "media/backgrounds/page-title.png"
|
||||
# meta description
|
||||
description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud."
|
||||
---
|
@ -3,7 +3,7 @@ title: "Teaching Materials and Testing Methods"
|
||||
date: 2019-07-06T15:27:17+06:00
|
||||
draft: false
|
||||
# page title background image
|
||||
bg_image: "images/backgrounds/page-title.png"
|
||||
bg_image: "media/backgrounds/page-title.png"
|
||||
# meta description
|
||||
description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud."
|
||||
# notice download link
|
||||
|
@ -3,7 +3,7 @@ title: "Teaching Materials and Testing Methods"
|
||||
date: 2019-07-06T15:27:17+06:00
|
||||
draft: false
|
||||
# page title background image
|
||||
bg_image: "images/backgrounds/page-title.png"
|
||||
bg_image: "media/backgrounds/page-title.png"
|
||||
# meta description
|
||||
description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud."
|
||||
# notice download link
|
||||
|
@ -3,7 +3,7 @@ title: "Teaching Materials and Testing Methods"
|
||||
date: 2019-07-06T15:27:17+06:00
|
||||
draft: false
|
||||
# page title background image
|
||||
bg_image: "images/backgrounds/page-title.png"
|
||||
bg_image: "media/backgrounds/page-title.png"
|
||||
# meta description
|
||||
description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud."
|
||||
# notice download link
|
||||
|
@ -3,7 +3,7 @@ title: "Teaching Materials and Testing Methods"
|
||||
date: 2019-07-06T15:27:17+06:00
|
||||
draft: false
|
||||
# page title background image
|
||||
bg_image: "images/backgrounds/page-title.png"
|
||||
bg_image: "media/backgrounds/page-title.png"
|
||||
# meta description
|
||||
description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud."
|
||||
# notice download link
|
||||
|
@ -3,7 +3,7 @@ title: "Teaching Materials and Testing Methods"
|
||||
date: 2019-07-06T15:27:17+06:00
|
||||
draft: false
|
||||
# page title background image
|
||||
bg_image: "images/backgrounds/page-title.png"
|
||||
bg_image: "media/backgrounds/page-title.png"
|
||||
# meta description
|
||||
description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud."
|
||||
# notice download link
|
||||
|
@ -3,7 +3,7 @@ title: "Teaching Materials and Testing Methods"
|
||||
date: 2019-07-06T15:27:17+06:00
|
||||
draft: false
|
||||
# page title background image
|
||||
bg_image: "images/backgrounds/page-title.png"
|
||||
bg_image: "media/backgrounds/page-title.png"
|
||||
# meta description
|
||||
description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud."
|
||||
# notice download link
|
||||
|
@ -2,7 +2,7 @@
|
||||
title: "Our Courses"
|
||||
draft: false
|
||||
# page title background image
|
||||
bg_image: "images/backgrounds/page-title.png"
|
||||
bg_image: "media/backgrounds/page-title.png"
|
||||
# meta description
|
||||
description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud."
|
||||
---
|
@ -3,11 +3,11 @@ title: "Geography"
|
||||
date: 2019-07-06T15:27:17+06:00
|
||||
draft: false
|
||||
# page title background image
|
||||
bg_image: "images/backgrounds/page-title.png"
|
||||
bg_image: "media/backgrounds/page-title.png"
|
||||
# meta description
|
||||
description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud."
|
||||
# Research image
|
||||
image: "images/research/research-1.jpg"
|
||||
image: "media/research/research-1.jpg"
|
||||
# type
|
||||
type: "research"
|
||||
---
|
||||
|
@ -3,11 +3,11 @@ title: "Geography"
|
||||
date: 2019-07-06T15:27:17+06:00
|
||||
draft: false
|
||||
# page title background image
|
||||
bg_image: "images/backgrounds/page-title.png"
|
||||
bg_image: "media/backgrounds/page-title.png"
|
||||
# meta description
|
||||
description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud."
|
||||
# Research image
|
||||
image: "images/research/research-2.jpg"
|
||||
image: "media/research/research-2.jpg"
|
||||
# type
|
||||
type: "research"
|
||||
---
|
||||
|
@ -3,11 +3,11 @@ title: "Geography"
|
||||
date: 2019-07-06T15:27:17+06:00
|
||||
draft: false
|
||||
# page title background image
|
||||
bg_image: "images/backgrounds/page-title.png"
|
||||
bg_image: "media/backgrounds/page-title.png"
|
||||
# meta description
|
||||
description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud."
|
||||
# Research image
|
||||
image: "images/research/research-3.jpg"
|
||||
image: "media/research/research-3.jpg"
|
||||
# type
|
||||
type: "research"
|
||||
---
|
||||
|
@ -3,11 +3,11 @@ title: "Geography"
|
||||
date: 2019-07-06T15:27:17+06:00
|
||||
draft: false
|
||||
# page title background image
|
||||
bg_image: "images/backgrounds/page-title.png"
|
||||
bg_image: "media/backgrounds/page-title.png"
|
||||
# meta description
|
||||
description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud."
|
||||
# Research image
|
||||
image: "images/research/research-4.jpg"
|
||||
image: "media/research/research-4.jpg"
|
||||
# type
|
||||
type: "research"
|
||||
---
|
||||
|
@ -3,11 +3,11 @@ title: "Geography"
|
||||
date: 2019-07-06T15:27:17+06:00
|
||||
draft: false
|
||||
# page title background image
|
||||
bg_image: "images/backgrounds/page-title.png"
|
||||
bg_image: "media/backgrounds/page-title.png"
|
||||
# meta description
|
||||
description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud."
|
||||
# Research image
|
||||
image: "images/research/research-5.jpg"
|
||||
image: "media/research/research-5.jpg"
|
||||
# type
|
||||
type: "research"
|
||||
---
|
||||
|
@ -3,11 +3,11 @@ title: "Geography"
|
||||
date: 2019-07-06T15:27:17+06:00
|
||||
draft: false
|
||||
# page title background image
|
||||
bg_image: "images/backgrounds/page-title.png"
|
||||
bg_image: "media/backgrounds/page-title.png"
|
||||
# meta description
|
||||
description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud."
|
||||
# Research image
|
||||
image: "images/research/research-6.jpg"
|
||||
image: "media/research/research-6.jpg"
|
||||
# type
|
||||
type: "research"
|
||||
---
|
||||
|
@ -2,9 +2,9 @@
|
||||
title: "Scholarship"
|
||||
draft: false
|
||||
# page title background image
|
||||
bg_image: "images/backgrounds/page-title.png"
|
||||
bg_image: "media/backgrounds/page-title.png"
|
||||
# image
|
||||
image: "images/about/about-page.jpg"
|
||||
image: "media/about/about-page.jpg"
|
||||
# meta description
|
||||
description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud."
|
||||
---
|
||||
|
@ -2,9 +2,9 @@
|
||||
title: "CHEMICAL ENGINEERING"
|
||||
draft: false
|
||||
# page title background image
|
||||
bg_image: "images/backgrounds/page-title.png"
|
||||
bg_image: "media/backgrounds/page-title.png"
|
||||
# scholarship image
|
||||
image: "images/scholarship/scholarship-item-1.jpg"
|
||||
image: "media/scholarship/scholarship-item-1.jpg"
|
||||
# meta description
|
||||
description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud."
|
||||
---
|
||||
|
@ -2,9 +2,9 @@
|
||||
title: "CHEMICAL ENGINEERING"
|
||||
draft: false
|
||||
# page title background image
|
||||
bg_image: "images/backgrounds/page-title.png"
|
||||
bg_image: "media/backgrounds/page-title.png"
|
||||
# scholarship image
|
||||
image: "images/scholarship/scholarship-item-2.jpg"
|
||||
image: "media/scholarship/scholarship-item-2.jpg"
|
||||
# meta description
|
||||
description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud."
|
||||
---
|
||||
|
@ -2,9 +2,9 @@
|
||||
title: "CHEMICAL ENGINEERING"
|
||||
draft: false
|
||||
# page title background image
|
||||
bg_image: "images/backgrounds/page-title.png"
|
||||
bg_image: "media/backgrounds/page-title.png"
|
||||
# scholarship image
|
||||
image: "images/scholarship/scholarship-item-3.jpg"
|
||||
image: "media/scholarship/scholarship-item-3.jpg"
|
||||
# meta description
|
||||
description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud."
|
||||
---
|
||||
|
@ -2,7 +2,7 @@
|
||||
title: "Our Courses"
|
||||
draft: false
|
||||
# page title background image
|
||||
bg_image: "images/backgrounds/page-title.png"
|
||||
bg_image: "media/backgrounds/page-title.png"
|
||||
# meta description
|
||||
description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud."
|
||||
---
|
@ -2,11 +2,11 @@
|
||||
title: "Alex Rook"
|
||||
draft: false
|
||||
# page title background image
|
||||
bg_image: "images/backgrounds/page-title.png"
|
||||
bg_image: "media/backgrounds/page-title.png"
|
||||
# meta description
|
||||
description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud."
|
||||
# teacher portrait
|
||||
image: "images/teachers/teacher-2.jpg"
|
||||
image: "media/teachers/teacher-2.jpg"
|
||||
# course
|
||||
course: "Vlogging"
|
||||
# biography
|
||||
|
@ -2,11 +2,11 @@
|
||||
title: "Clark Malik"
|
||||
draft: false
|
||||
# page title background image
|
||||
bg_image: "images/backgrounds/page-title.png"
|
||||
bg_image: "media/backgrounds/page-title.png"
|
||||
# meta description
|
||||
description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud."
|
||||
# teacher portrait
|
||||
image: "images/teachers/teacher-1.jpg"
|
||||
image: "media/teachers/teacher-1.jpg"
|
||||
# course
|
||||
course: "Computer Science"
|
||||
# biography
|
||||
|
@ -2,11 +2,11 @@
|
||||
title: "Devid Luis"
|
||||
draft: false
|
||||
# page title background image
|
||||
bg_image: "images/backgrounds/page-title.png"
|
||||
bg_image: "media/backgrounds/page-title.png"
|
||||
# meta description
|
||||
description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud."
|
||||
# teacher portrait
|
||||
image: "images/teachers/teacher-3.jpg"
|
||||
image: "media/teachers/teacher-3.jpg"
|
||||
# course
|
||||
course: "Humanities"
|
||||
# biography
|
||||
|
@ -2,11 +2,11 @@
|
||||
title: "Duis Rio"
|
||||
draft: false
|
||||
# page title background image
|
||||
bg_image: "images/backgrounds/page-title.png"
|
||||
bg_image: "media/backgrounds/page-title.png"
|
||||
# meta description
|
||||
description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud."
|
||||
# teacher portrait
|
||||
image: "images/teachers/teacher-3.jpg"
|
||||
image: "media/teachers/teacher-3.jpg"
|
||||
# course
|
||||
course: "Photography"
|
||||
# biography
|
||||
|
@ -2,11 +2,11 @@
|
||||
title: "Jacke Mastio"
|
||||
draft: false
|
||||
# page title background image
|
||||
bg_image: "images/backgrounds/page-title.png"
|
||||
bg_image: "media/backgrounds/page-title.png"
|
||||
# meta description
|
||||
description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud."
|
||||
# teacher portrait
|
||||
image: "images/teachers/teacher-2.jpg"
|
||||
image: "media/teachers/teacher-2.jpg"
|
||||
# course
|
||||
course: "Computer Science"
|
||||
# biography
|
||||
|
@ -2,11 +2,11 @@
|
||||
title: "Zim Cook"
|
||||
draft: false
|
||||
# page title background image
|
||||
bg_image: "images/backgrounds/page-title.png"
|
||||
bg_image: "media/backgrounds/page-title.png"
|
||||
# meta description
|
||||
description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud."
|
||||
# teacher portrait
|
||||
image: "images/teachers/teacher-1.jpg"
|
||||
image: "media/teachers/teacher-1.jpg"
|
||||
# course
|
||||
course: "Photography"
|
||||
# biography
|
||||
|
@ -2,9 +2,9 @@
|
||||
title: "À propos de nous"
|
||||
draft: false
|
||||
# page title background image
|
||||
bg_image: "images/backgrounds/page-title.png"
|
||||
bg_image: "media/backgrounds/page-title.png"
|
||||
# about image
|
||||
image: "images/about/about-page.jpg"
|
||||
image: "media/about/about-page.jpg"
|
||||
# meta description
|
||||
description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud."
|
||||
---
|
||||
|
@ -1,7 +1,7 @@
|
||||
---
|
||||
title: "John doe"
|
||||
# page title background image
|
||||
bg_image: "images/backgrounds/page-title.png"
|
||||
bg_image: "media/backgrounds/page-title.png"
|
||||
# meta description
|
||||
description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud."
|
||||
email: "email2@example.org"
|
||||
|
@ -1,7 +1,7 @@
|
||||
---
|
||||
title: "Mark Dinn"
|
||||
# page title background image
|
||||
bg_image: "images/backgrounds/page-title.png"
|
||||
bg_image: "media/backgrounds/page-title.png"
|
||||
# meta description
|
||||
description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud."
|
||||
email: "email2@example.org"
|
||||
|
@ -2,7 +2,7 @@
|
||||
title: "Dernières nouvelles"
|
||||
draft: false
|
||||
# page title background image
|
||||
bg_image: "images/backgrounds/page-title.png"
|
||||
bg_image: "media/backgrounds/page-title.png"
|
||||
# meta description
|
||||
description : "ceci est une description meta"
|
||||
---
|
@ -3,11 +3,11 @@ title: "Dioramas de boîtes coupées élégantes"
|
||||
date: 2019-07-06T15:27:17+06:00
|
||||
draft: false
|
||||
# page title background image
|
||||
bg_image: "images/backgrounds/page-title.png"
|
||||
bg_image: "media/backgrounds/page-title.png"
|
||||
# meta description
|
||||
description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud."
|
||||
# post thumbnail
|
||||
image: "images/blog/post-1.jpg"
|
||||
image: "media/blog/post-1.jpg"
|
||||
# post author
|
||||
author: "John Doe"
|
||||
# taxonomy
|
||||
|
@ -3,11 +3,11 @@ title: "Dioramas de boîtes coupées élégantes"
|
||||
date: 2019-07-06T15:27:17+06:00
|
||||
draft: false
|
||||
# page title background image
|
||||
bg_image: "images/backgrounds/page-title.png"
|
||||
bg_image: "media/backgrounds/page-title.png"
|
||||
# meta description
|
||||
description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud."
|
||||
# post thumbnail
|
||||
image: "images/blog/post-2.jpg"
|
||||
image: "media/blog/post-2.jpg"
|
||||
# post author
|
||||
author: "John Doe"
|
||||
# taxonomy
|
||||
|
@ -3,11 +3,11 @@ title: "Dioramas de boîtes coupées élégantes"
|
||||
date: 2019-07-06T15:27:17+06:00
|
||||
draft: false
|
||||
# page title background image
|
||||
bg_image: "images/backgrounds/page-title.png"
|
||||
bg_image: "media/backgrounds/page-title.png"
|
||||
# meta description
|
||||
description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud."
|
||||
# post thumbnail
|
||||
image: "images/blog/post-3.jpg"
|
||||
image: "media/blog/post-3.jpg"
|
||||
# post author
|
||||
author: "Mark Dinn"
|
||||
# taxonomy
|
||||
|
@ -3,11 +3,11 @@ title: "Dioramas de boîtes coupées élégantes"
|
||||
date: 2019-07-06T15:27:17+06:00
|
||||
draft: false
|
||||
# page title background image
|
||||
bg_image: "images/backgrounds/page-title.png"
|
||||
bg_image: "media/backgrounds/page-title.png"
|
||||
# meta description
|
||||
description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud."
|
||||
# post thumbnail
|
||||
image: "images/blog/post-2.jpg"
|
||||
image: "media/blog/post-2.jpg"
|
||||
# post author
|
||||
author: "Mark Dinn"
|
||||
# taxonomy
|
||||
|
@ -3,11 +3,11 @@ title: "Dioramas de boîtes coupées élégantes"
|
||||
date: 2019-07-06T15:27:17+06:00
|
||||
draft: false
|
||||
# page title background image
|
||||
bg_image: "images/backgrounds/page-title.png"
|
||||
bg_image: "media/backgrounds/page-title.png"
|
||||
# meta description
|
||||
description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud."
|
||||
# post thumbnail
|
||||
image: "images/blog/post-3.jpg"
|
||||
image: "media/blog/post-3.jpg"
|
||||
# post author
|
||||
author: "John Doe"
|
||||
# taxonomy
|
||||
|
@ -3,11 +3,11 @@ title: "Dioramas de boîtes coupées élégantes"
|
||||
date: 2019-07-06T15:27:17+06:00
|
||||
draft: false
|
||||
# page title background image
|
||||
bg_image: "images/backgrounds/page-title.png"
|
||||
bg_image: "media/backgrounds/page-title.png"
|
||||
# meta description
|
||||
description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud."
|
||||
# post thumbnail
|
||||
image: "images/blog/post-1.jpg"
|
||||
image: "media/blog/post-1.jpg"
|
||||
# post author
|
||||
author: "John Doe"
|
||||
# taxonomy
|
||||
|
@ -2,7 +2,7 @@
|
||||
title: "À propos de nous"
|
||||
draft: false
|
||||
# page title background image
|
||||
bg_image: "images/backgrounds/page-title.png"
|
||||
bg_image: "media/backgrounds/page-title.png"
|
||||
# meta description
|
||||
description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud."
|
||||
---
|
||||
|
@ -2,7 +2,7 @@
|
||||
title: "Nos cours"
|
||||
draft: false
|
||||
# page title background image
|
||||
bg_image: "images/backgrounds/page-title.png"
|
||||
bg_image: "media/backgrounds/page-title.png"
|
||||
# meta description
|
||||
description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud."
|
||||
---
|
@ -3,11 +3,11 @@ title: "Photographie"
|
||||
date: 2019-07-06T15:27:17+06:00
|
||||
draft: false
|
||||
# page title background image
|
||||
bg_image: "images/backgrounds/page-title.png"
|
||||
bg_image: "media/backgrounds/page-title.png"
|
||||
# meta description
|
||||
description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud."
|
||||
# course thumbnail
|
||||
image: "images/courses/course-1.jpg"
|
||||
image: "media/courses/course-1.jpg"
|
||||
# taxonomy
|
||||
category: "Photography"
|
||||
# teacher
|
||||
|
@ -3,11 +3,11 @@ title: "Mathématiques"
|
||||
date: 2019-07-06T15:27:17+06:00
|
||||
draft: false
|
||||
# page title background image
|
||||
bg_image: "images/backgrounds/page-title.png"
|
||||
bg_image: "media/backgrounds/page-title.png"
|
||||
# meta description
|
||||
description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud."
|
||||
# course thumbnail
|
||||
image: "images/courses/course-2.jpg"
|
||||
image: "media/courses/course-2.jpg"
|
||||
# taxonomy
|
||||
category: "Mathematics"
|
||||
# teacher
|
||||
|
@ -3,11 +3,11 @@ title: "Intelligence artificielle"
|
||||
date: 2019-07-06T15:27:17+06:00
|
||||
draft: false
|
||||
# page title background image
|
||||
bg_image: "images/backgrounds/page-title.png"
|
||||
bg_image: "media/backgrounds/page-title.png"
|
||||
# meta description
|
||||
description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud."
|
||||
# course thumbnail
|
||||
image: "images/courses/course-3.jpg"
|
||||
image: "media/courses/course-3.jpg"
|
||||
# taxonomy
|
||||
category: "Artificial Intelligence"
|
||||
# teacher
|
||||
|
@ -3,11 +3,11 @@ title: "JavaScript"
|
||||
date: 2019-07-06T15:27:17+06:00
|
||||
draft: false
|
||||
# page title background image
|
||||
bg_image: "images/backgrounds/page-title.png"
|
||||
bg_image: "media/backgrounds/page-title.png"
|
||||
# meta description
|
||||
description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud."
|
||||
# course thumbnail
|
||||
image: "images/courses/course-4.jpg"
|
||||
image: "media/courses/course-4.jpg"
|
||||
# taxonomy
|
||||
category: "Programming"
|
||||
# teacher
|
||||
|
@ -3,11 +3,11 @@ title: "Algorithme"
|
||||
date: 2019-07-06T15:27:17+06:00
|
||||
draft: false
|
||||
# page title background image
|
||||
bg_image: "images/backgrounds/page-title.png"
|
||||
bg_image: "media/backgrounds/page-title.png"
|
||||
# meta description
|
||||
description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud."
|
||||
# course thumbnail
|
||||
image: "images/courses/course-5.jpg"
|
||||
image: "media/courses/course-5.jpg"
|
||||
# taxonomy
|
||||
category: "Programming"
|
||||
# teacher
|
||||
|
@ -3,11 +3,11 @@ title: "Vlogging"
|
||||
date: 2019-07-06T15:27:17+06:00
|
||||
draft: false
|
||||
# page title background image
|
||||
bg_image: "images/backgrounds/page-title.png"
|
||||
bg_image: "media/backgrounds/page-title.png"
|
||||
# meta description
|
||||
description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud."
|
||||
# course thumbnail
|
||||
image: "images/courses/course-6.jpg"
|
||||
image: "media/courses/course-6.jpg"
|
||||
# taxonomy
|
||||
category: "Photography"
|
||||
# teacher
|
||||
|
@ -2,7 +2,7 @@
|
||||
title: "Nos cours"
|
||||
draft: false
|
||||
# page title background image
|
||||
bg_image: "images/backgrounds/page-title.png"
|
||||
bg_image: "media/backgrounds/page-title.png"
|
||||
# meta description
|
||||
description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud."
|
||||
---
|
@ -3,11 +3,11 @@ title: "Conférence sur les médias sociaux et l’économie béhaviorale"
|
||||
date: 2019-07-06T15:27:17+06:00
|
||||
draft: false
|
||||
# page title background image
|
||||
bg_image: "images/backgrounds/page-title.png"
|
||||
bg_image: "media/backgrounds/page-title.png"
|
||||
# meta description
|
||||
description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud."
|
||||
# Event image
|
||||
image: "images/events/event-1.jpg"
|
||||
image: "media/events/event-1.jpg"
|
||||
# location
|
||||
location: "Dhanmondi, Dhaka"
|
||||
# entry fee
|
||||
@ -18,22 +18,22 @@ apply_url : "#"
|
||||
speaker:
|
||||
# speaker loop
|
||||
- name : "Jack Mastio"
|
||||
image : "images/event-speakers/speaker-1.jpg"
|
||||
image : "media/event-speakers/speaker-1.jpg"
|
||||
designation : "Enseignant"
|
||||
|
||||
# speaker loop
|
||||
- name : "John Doe"
|
||||
image : "images/event-speakers/speaker-2.jpg"
|
||||
image : "media/event-speakers/speaker-2.jpg"
|
||||
designation : "Enseignant"
|
||||
|
||||
# speaker loop
|
||||
- name : "Randy Luis"
|
||||
image : "images/event-speakers/speaker-3.jpg"
|
||||
image : "media/event-speakers/speaker-3.jpg"
|
||||
designation : "Enseignant"
|
||||
|
||||
# speaker loop
|
||||
- name : "Alfred Jin"
|
||||
image : "images/event-speakers/speaker-4.jpg"
|
||||
image : "media/event-speakers/speaker-4.jpg"
|
||||
designation : "Enseignant"
|
||||
|
||||
# type
|
||||
|
@ -3,11 +3,11 @@ title: "Conférence sur les médias sociaux et l’économie béhaviorale"
|
||||
date: 2019-07-06T15:27:17+06:00
|
||||
draft: false
|
||||
# page title background image
|
||||
bg_image: "images/backgrounds/page-title.png"
|
||||
bg_image: "media/backgrounds/page-title.png"
|
||||
# meta description
|
||||
description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud."
|
||||
# Event image
|
||||
image: "images/events/event-2.jpg"
|
||||
image: "media/events/event-2.jpg"
|
||||
# location
|
||||
location: "Dhanmondi, Dhaka"
|
||||
# entry fee
|
||||
@ -18,22 +18,22 @@ apply_url : "#"
|
||||
speaker:
|
||||
# speaker loop
|
||||
- name : "Jack Mastio"
|
||||
image : "images/event-speakers/speaker-1.jpg"
|
||||
image : "media/event-speakers/speaker-1.jpg"
|
||||
designation : "Enseignant"
|
||||
|
||||
# speaker loop
|
||||
- name : "John Doe"
|
||||
image : "images/event-speakers/speaker-2.jpg"
|
||||
image : "media/event-speakers/speaker-2.jpg"
|
||||
designation : "Enseignant"
|
||||
|
||||
# speaker loop
|
||||
- name : "Randy Luis"
|
||||
image : "images/event-speakers/speaker-3.jpg"
|
||||
image : "media/event-speakers/speaker-3.jpg"
|
||||
designation : "Enseignant"
|
||||
|
||||
# speaker loop
|
||||
- name : "Alfred Jin"
|
||||
image : "images/event-speakers/speaker-4.jpg"
|
||||
image : "media/event-speakers/speaker-4.jpg"
|
||||
designation : "Enseignant"
|
||||
|
||||
# type
|
||||
|
@ -3,11 +3,11 @@ title: "Conférence sur les médias sociaux et l’économie béhaviorale"
|
||||
date: 2019-07-06T15:27:17+06:00
|
||||
draft: false
|
||||
# page title background image
|
||||
bg_image: "images/backgrounds/page-title.png"
|
||||
bg_image: "media/backgrounds/page-title.png"
|
||||
# meta description
|
||||
description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud."
|
||||
# Event image
|
||||
image: "images/events/event-3.jpg"
|
||||
image: "media/events/event-3.jpg"
|
||||
# location
|
||||
location: "Dhanmondi, Dhaka"
|
||||
# entry fee
|
||||
@ -18,22 +18,22 @@ apply_url : "#"
|
||||
speaker:
|
||||
# speaker loop
|
||||
- name : "Jack Mastio"
|
||||
image : "images/event-speakers/speaker-1.jpg"
|
||||
image : "media/event-speakers/speaker-1.jpg"
|
||||
designation : "Enseignant"
|
||||
|
||||
# speaker loop
|
||||
- name : "John Doe"
|
||||
image : "images/event-speakers/speaker-2.jpg"
|
||||
image : "media/event-speakers/speaker-2.jpg"
|
||||
designation : "Enseignant"
|
||||
|
||||
# speaker loop
|
||||
- name : "Randy Luis"
|
||||
image : "images/event-speakers/speaker-3.jpg"
|
||||
image : "media/event-speakers/speaker-3.jpg"
|
||||
designation : "Enseignant"
|
||||
|
||||
# speaker loop
|
||||
- name : "Alfred Jin"
|
||||
image : "images/event-speakers/speaker-4.jpg"
|
||||
image : "media/event-speakers/speaker-4.jpg"
|
||||
designation : "Enseignant"
|
||||
|
||||
# type
|
||||
|
@ -3,11 +3,11 @@ title: "Conférence sur les médias sociaux et l’économie béhaviorale"
|
||||
date: 2019-07-06T15:27:17+06:00
|
||||
draft: false
|
||||
# page title background image
|
||||
bg_image: "images/backgrounds/page-title.png"
|
||||
bg_image: "media/backgrounds/page-title.png"
|
||||
# meta description
|
||||
description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud."
|
||||
# Event image
|
||||
image: "images/events/event-3.jpg"
|
||||
image: "media/events/event-3.jpg"
|
||||
# location
|
||||
location: "Dhanmondi, Dhaka"
|
||||
# entry fee
|
||||
@ -18,22 +18,22 @@ apply_url : "#"
|
||||
speaker:
|
||||
# speaker loop
|
||||
- name : "Jack Mastio"
|
||||
image : "images/event-speakers/speaker-1.jpg"
|
||||
image : "media/event-speakers/speaker-1.jpg"
|
||||
designation : "Enseignant"
|
||||
|
||||
# speaker loop
|
||||
- name : "John Doe"
|
||||
image : "images/event-speakers/speaker-2.jpg"
|
||||
image : "media/event-speakers/speaker-2.jpg"
|
||||
designation : "Enseignant"
|
||||
|
||||
# speaker loop
|
||||
- name : "Randy Luis"
|
||||
image : "images/event-speakers/speaker-3.jpg"
|
||||
image : "media/event-speakers/speaker-3.jpg"
|
||||
designation : "Enseignant"
|
||||
|
||||
# speaker loop
|
||||
- name : "Alfred Jin"
|
||||
image : "images/event-speakers/speaker-4.jpg"
|
||||
image : "media/event-speakers/speaker-4.jpg"
|
||||
designation : "Enseignant"
|
||||
|
||||
# type
|
||||
|
@ -3,11 +3,11 @@ title: "Conférence sur les médias sociaux et l’économie béhaviorale"
|
||||
date: 2019-07-06T15:27:17+06:00
|
||||
draft: false
|
||||
# page title background image
|
||||
bg_image: "images/backgrounds/page-title.png"
|
||||
bg_image: "media/backgrounds/page-title.png"
|
||||
# meta description
|
||||
description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud."
|
||||
# Event image
|
||||
image: "images/events/event-1.jpg"
|
||||
image: "media/events/event-1.jpg"
|
||||
# location
|
||||
location: "Dhanmondi, Dhaka"
|
||||
# entry fee
|
||||
@ -18,22 +18,22 @@ apply_url : "#"
|
||||
speaker:
|
||||
# speaker loop
|
||||
- name : "Jack Mastio"
|
||||
image : "images/event-speakers/speaker-1.jpg"
|
||||
image : "media/event-speakers/speaker-1.jpg"
|
||||
designation : "Enseignant"
|
||||
|
||||
# speaker loop
|
||||
- name : "John Doe"
|
||||
image : "images/event-speakers/speaker-2.jpg"
|
||||
image : "media/event-speakers/speaker-2.jpg"
|
||||
designation : "Enseignant"
|
||||
|
||||
# speaker loop
|
||||
- name : "Randy Luis"
|
||||
image : "images/event-speakers/speaker-3.jpg"
|
||||
image : "media/event-speakers/speaker-3.jpg"
|
||||
designation : "Enseignant"
|
||||
|
||||
# speaker loop
|
||||
- name : "Alfred Jin"
|
||||
image : "images/event-speakers/speaker-4.jpg"
|
||||
image : "media/event-speakers/speaker-4.jpg"
|
||||
designation : "Enseignant"
|
||||
|
||||
# type
|
||||
|
@ -3,11 +3,11 @@ title: "Conférence sur les médias sociaux et l’économie béhaviorale"
|
||||
date: 2019-07-06T15:27:17+06:00
|
||||
draft: false
|
||||
# page title background image
|
||||
bg_image: "images/backgrounds/page-title.png"
|
||||
bg_image: "media/backgrounds/page-title.png"
|
||||
# meta description
|
||||
description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud."
|
||||
# Event image
|
||||
image: "images/events/event-2.jpg"
|
||||
image: "media/events/event-2.jpg"
|
||||
# location
|
||||
location: "Dhanmondi, Dhaka"
|
||||
# entry fee
|
||||
@ -18,22 +18,22 @@ apply_url : "#"
|
||||
speaker:
|
||||
# speaker loop
|
||||
- name : "Jack Mastio"
|
||||
image : "images/event-speakers/speaker-1.jpg"
|
||||
image : "media/event-speakers/speaker-1.jpg"
|
||||
designation : "Enseignant"
|
||||
|
||||
# speaker loop
|
||||
- name : "John Doe"
|
||||
image : "images/event-speakers/speaker-2.jpg"
|
||||
image : "media/event-speakers/speaker-2.jpg"
|
||||
designation : "Enseignant"
|
||||
|
||||
# speaker loop
|
||||
- name : "Randy Luis"
|
||||
image : "images/event-speakers/speaker-3.jpg"
|
||||
image : "media/event-speakers/speaker-3.jpg"
|
||||
designation : "Enseignant"
|
||||
|
||||
# speaker loop
|
||||
- name : "Alfred Jin"
|
||||
image : "images/event-speakers/speaker-4.jpg"
|
||||
image : "media/event-speakers/speaker-4.jpg"
|
||||
designation : "Enseignant"
|
||||
|
||||
# type
|
||||
|
@ -2,7 +2,7 @@
|
||||
title: "Notice"
|
||||
draft: false
|
||||
# page title background image
|
||||
bg_image: "images/backgrounds/page-title.png"
|
||||
bg_image: "media/backgrounds/page-title.png"
|
||||
# meta description
|
||||
description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud."
|
||||
---
|
@ -3,7 +3,7 @@ title: "Matériaux d’enseignement et méthodes de test"
|
||||
date: 2019-07-06T15:27:17+06:00
|
||||
draft: false
|
||||
# page title background image
|
||||
bg_image: "images/backgrounds/page-title.png"
|
||||
bg_image: "media/backgrounds/page-title.png"
|
||||
# meta description
|
||||
description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud."
|
||||
# notice download link
|
||||
|
@ -3,7 +3,7 @@ title: "Matériaux d’enseignement et méthodes de test"
|
||||
date: 2019-07-06T15:27:17+06:00
|
||||
draft: false
|
||||
# page title background image
|
||||
bg_image: "images/backgrounds/page-title.png"
|
||||
bg_image: "media/backgrounds/page-title.png"
|
||||
# meta description
|
||||
description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud."
|
||||
# notice download link
|
||||
|
@ -3,7 +3,7 @@ title: "Matériaux d’enseignement et méthodes de test"
|
||||
date: 2019-07-06T15:27:17+06:00
|
||||
draft: false
|
||||
# page title background image
|
||||
bg_image: "images/backgrounds/page-title.png"
|
||||
bg_image: "media/backgrounds/page-title.png"
|
||||
# meta description
|
||||
description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud."
|
||||
# notice download link
|
||||
|
@ -3,7 +3,7 @@ title: "Matériaux d’enseignement et méthodes de test"
|
||||
date: 2019-07-06T15:27:17+06:00
|
||||
draft: false
|
||||
# page title background image
|
||||
bg_image: "images/backgrounds/page-title.png"
|
||||
bg_image: "media/backgrounds/page-title.png"
|
||||
# meta description
|
||||
description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud."
|
||||
# notice download link
|
||||
|
@ -3,7 +3,7 @@ title: "Matériaux d’enseignement et méthodes de test"
|
||||
date: 2019-07-06T15:27:17+06:00
|
||||
draft: false
|
||||
# page title background image
|
||||
bg_image: "images/backgrounds/page-title.png"
|
||||
bg_image: "media/backgrounds/page-title.png"
|
||||
# meta description
|
||||
description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud."
|
||||
# notice download link
|
||||
|
@ -3,7 +3,7 @@ title: "Matériaux d’enseignement et méthodes de test"
|
||||
date: 2019-07-06T15:27:17+06:00
|
||||
draft: false
|
||||
# page title background image
|
||||
bg_image: "images/backgrounds/page-title.png"
|
||||
bg_image: "media/backgrounds/page-title.png"
|
||||
# meta description
|
||||
description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud."
|
||||
# notice download link
|
||||
|
@ -2,7 +2,7 @@
|
||||
title: "Nos cours"
|
||||
draft: false
|
||||
# page title background image
|
||||
bg_image: "images/backgrounds/page-title.png"
|
||||
bg_image: "media/backgrounds/page-title.png"
|
||||
# meta description
|
||||
description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud."
|
||||
---
|
@ -3,11 +3,11 @@ title: "Geographie"
|
||||
date: 2019-07-06T15:27:17+06:00
|
||||
draft: false
|
||||
# page title background image
|
||||
bg_image: "images/backgrounds/page-title.png"
|
||||
bg_image: "media/backgrounds/page-title.png"
|
||||
# meta description
|
||||
description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud."
|
||||
# Research image
|
||||
image: "images/research/research-1.jpg"
|
||||
image: "media/research/research-1.jpg"
|
||||
# type
|
||||
type: "research"
|
||||
---
|
||||
|
@ -3,11 +3,11 @@ title: "Géographie"
|
||||
date: 2019-07-06T15:27:17+06:00
|
||||
draft: false
|
||||
# page title background image
|
||||
bg_image: "images/backgrounds/page-title.png"
|
||||
bg_image: "media/backgrounds/page-title.png"
|
||||
# meta description
|
||||
description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud."
|
||||
# Research image
|
||||
image: "images/research/research-2.jpg"
|
||||
image: "media/research/research-2.jpg"
|
||||
# type
|
||||
type: "research"
|
||||
---
|
||||
|
@ -3,11 +3,11 @@ title: "Géographie"
|
||||
date: 2019-07-06T15:27:17+06:00
|
||||
draft: false
|
||||
# page title background image
|
||||
bg_image: "images/backgrounds/page-title.png"
|
||||
bg_image: "media/backgrounds/page-title.png"
|
||||
# meta description
|
||||
description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud."
|
||||
# Research image
|
||||
image: "images/research/research-3.jpg"
|
||||
image: "media/research/research-3.jpg"
|
||||
# type
|
||||
type: "research"
|
||||
---
|
||||
|
@ -3,11 +3,11 @@ title: "Géographie"
|
||||
date: 2019-07-06T15:27:17+06:00
|
||||
draft: false
|
||||
# page title background image
|
||||
bg_image: "images/backgrounds/page-title.png"
|
||||
bg_image: "media/backgrounds/page-title.png"
|
||||
# meta description
|
||||
description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud."
|
||||
# Research image
|
||||
image: "images/research/research-4.jpg"
|
||||
image: "media/research/research-4.jpg"
|
||||
# type
|
||||
type: "research"
|
||||
---
|
||||
|
@ -3,11 +3,11 @@ title: "Géographie"
|
||||
date: 2019-07-06T15:27:17+06:00
|
||||
draft: false
|
||||
# page title background image
|
||||
bg_image: "images/backgrounds/page-title.png"
|
||||
bg_image: "media/backgrounds/page-title.png"
|
||||
# meta description
|
||||
description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud."
|
||||
# Research image
|
||||
image: "images/research/research-5.jpg"
|
||||
image: "media/research/research-5.jpg"
|
||||
# type
|
||||
type: "research"
|
||||
---
|
||||
|
@ -3,11 +3,11 @@ title: "Géographie"
|
||||
date: 2019-07-06T15:27:17+06:00
|
||||
draft: false
|
||||
# page title background image
|
||||
bg_image: "images/backgrounds/page-title.png"
|
||||
bg_image: "media/backgrounds/page-title.png"
|
||||
# meta description
|
||||
description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud."
|
||||
# Research image
|
||||
image: "images/research/research-6.jpg"
|
||||
image: "media/research/research-6.jpg"
|
||||
# type
|
||||
type: "research"
|
||||
---
|
||||
|
@ -2,9 +2,9 @@
|
||||
title: "Bourses d’études"
|
||||
draft: false
|
||||
# page title background image
|
||||
bg_image: "images/backgrounds/page-title.png"
|
||||
bg_image: "media/backgrounds/page-title.png"
|
||||
# image
|
||||
image: "images/about/about-page.jpg"
|
||||
image: "media/about/about-page.jpg"
|
||||
# meta description
|
||||
description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud."
|
||||
---
|
||||
|
@ -2,9 +2,9 @@
|
||||
title: "GÉNIE CHIMIQUE"
|
||||
draft: false
|
||||
# page title background image
|
||||
bg_image: "images/backgrounds/page-title.png"
|
||||
bg_image: "media/backgrounds/page-title.png"
|
||||
# scholarship image
|
||||
image: "images/scholarship/scholarship-item-1.jpg"
|
||||
image: "media/scholarship/scholarship-item-1.jpg"
|
||||
# meta description
|
||||
description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud."
|
||||
---
|
||||
|
@ -2,9 +2,9 @@
|
||||
title: "GÉNIE CHIMIQUE"
|
||||
draft: false
|
||||
# page title background image
|
||||
bg_image: "images/backgrounds/page-title.png"
|
||||
bg_image: "media/backgrounds/page-title.png"
|
||||
# scholarship image
|
||||
image: "images/scholarship/scholarship-item-2.jpg"
|
||||
image: "media/scholarship/scholarship-item-2.jpg"
|
||||
# meta description
|
||||
description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud."
|
||||
---
|
||||
|
@ -2,9 +2,9 @@
|
||||
title: "GÉNIE CHIMIQUE"
|
||||
draft: false
|
||||
# page title background image
|
||||
bg_image: "images/backgrounds/page-title.png"
|
||||
bg_image: "media/backgrounds/page-title.png"
|
||||
# scholarship image
|
||||
image: "images/scholarship/scholarship-item-3.jpg"
|
||||
image: "media/scholarship/scholarship-item-3.jpg"
|
||||
# meta description
|
||||
description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud."
|
||||
---
|
||||
|
@ -2,7 +2,7 @@
|
||||
title: "Nos cours"
|
||||
draft: false
|
||||
# page title background image
|
||||
bg_image: "images/backgrounds/page-title.png"
|
||||
bg_image: "media/backgrounds/page-title.png"
|
||||
# meta description
|
||||
description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud."
|
||||
---
|
@ -2,11 +2,11 @@
|
||||
title: "Alex Rook"
|
||||
draft: false
|
||||
# page title background image
|
||||
bg_image: "images/backgrounds/page-title.png"
|
||||
bg_image: "media/backgrounds/page-title.png"
|
||||
# meta description
|
||||
description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud."
|
||||
# teacher portrait
|
||||
image: "images/teachers/teacher-2.jpg"
|
||||
image: "media/teachers/teacher-2.jpg"
|
||||
# course
|
||||
course: "Vlogging"
|
||||
# biography
|
||||
|
@ -2,11 +2,11 @@
|
||||
title: "Clark Malik"
|
||||
draft: false
|
||||
# page title background image
|
||||
bg_image: "images/backgrounds/page-title.png"
|
||||
bg_image: "media/backgrounds/page-title.png"
|
||||
# meta description
|
||||
description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud."
|
||||
# teacher portrait
|
||||
image: "images/teachers/teacher-1.jpg"
|
||||
image: "media/teachers/teacher-1.jpg"
|
||||
# course
|
||||
course: "Computer Science"
|
||||
# biography
|
||||
|
@ -2,11 +2,11 @@
|
||||
title: "Devid Luis"
|
||||
draft: false
|
||||
# page title background image
|
||||
bg_image: "images/backgrounds/page-title.png"
|
||||
bg_image: "media/backgrounds/page-title.png"
|
||||
# meta description
|
||||
description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud."
|
||||
# teacher portrait
|
||||
image: "images/teachers/teacher-3.jpg"
|
||||
image: "media/teachers/teacher-3.jpg"
|
||||
# course
|
||||
course: "Humanities"
|
||||
# biography
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user