Update 2
This commit is contained in:
parent
6b43ab49ff
commit
11f0d07d87
@ -189,7 +189,7 @@ URL = "forms"
|
|||||||
|
|
||||||
#################### default parameters ################################
|
#################### default parameters ################################
|
||||||
[params]
|
[params]
|
||||||
logo = "images/logo.png"
|
logo = "media/logo.png"
|
||||||
# Meta data
|
# Meta data
|
||||||
description = "This is meta description"
|
description = "This is meta description"
|
||||||
author = "Themefisher"
|
author = "Themefisher"
|
||||||
@ -208,7 +208,7 @@ top_header = true
|
|||||||
# Preloader
|
# Preloader
|
||||||
[params.preloader]
|
[params.preloader]
|
||||||
enable = true
|
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
|
# Subscription
|
||||||
##[params.subscription]
|
##[params.subscription]
|
||||||
|
@ -2,9 +2,9 @@
|
|||||||
title: "About Us"
|
title: "About Us"
|
||||||
draft: false
|
draft: false
|
||||||
# page title background image
|
# page title background image
|
||||||
bg_image: "images/backgrounds/page-title.png"
|
bg_image: "media/backgrounds/page-title.png"
|
||||||
# about image
|
# about image
|
||||||
image: "images/about/about-page.jpg"
|
image: "media/about/about-page.jpg"
|
||||||
# meta description
|
# 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."
|
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"
|
title: "John doe"
|
||||||
# page title background image
|
# page title background image
|
||||||
bg_image: "images/backgrounds/page-title.png"
|
bg_image: "media/backgrounds/page-title.png"
|
||||||
# meta description
|
# 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."
|
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"
|
email: "email2@example.org"
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
title: "Mark Dinn"
|
title: "Mark Dinn"
|
||||||
# page title background image
|
# page title background image
|
||||||
bg_image: "images/backgrounds/page-title.png"
|
bg_image: "media/backgrounds/page-title.png"
|
||||||
# meta description
|
# 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."
|
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"
|
email: "email2@example.org"
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
title: "Latest News"
|
title: "Latest News"
|
||||||
draft: false
|
draft: false
|
||||||
# page title background image
|
# page title background image
|
||||||
bg_image: "images/backgrounds/page-title.png"
|
bg_image: "media/backgrounds/page-title.png"
|
||||||
# meta description
|
# meta description
|
||||||
description : "this is 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
|
date: 2019-07-06T15:27:17+06:00
|
||||||
draft: false
|
draft: false
|
||||||
# page title background image
|
# page title background image
|
||||||
bg_image: "images/backgrounds/page-title.png"
|
bg_image: "media/backgrounds/page-title.png"
|
||||||
# meta description
|
# 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."
|
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
|
# post thumbnail
|
||||||
image: "images/blog/post-1.jpg"
|
image: "media/blog/post-1.jpg"
|
||||||
# post author
|
# post author
|
||||||
author: "John Doe"
|
author: "John Doe"
|
||||||
# taxonomy
|
# taxonomy
|
||||||
|
@ -3,11 +3,11 @@ title: "Elegant Light Box Paper Cut Dioramas"
|
|||||||
date: 2019-07-06T15:27:17+06:00
|
date: 2019-07-06T15:27:17+06:00
|
||||||
draft: false
|
draft: false
|
||||||
# page title background image
|
# page title background image
|
||||||
bg_image: "images/backgrounds/page-title.png"
|
bg_image: "media/backgrounds/page-title.png"
|
||||||
# meta description
|
# 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."
|
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
|
# post thumbnail
|
||||||
image: "images/blog/post-2.jpg"
|
image: "media/blog/post-2.jpg"
|
||||||
# post author
|
# post author
|
||||||
author: "John Doe"
|
author: "John Doe"
|
||||||
# taxonomy
|
# taxonomy
|
||||||
|
@ -3,11 +3,11 @@ title: "Elegant Light Box Paper Cut Dioramas"
|
|||||||
date: 2019-07-06T15:27:17+06:00
|
date: 2019-07-06T15:27:17+06:00
|
||||||
draft: false
|
draft: false
|
||||||
# page title background image
|
# page title background image
|
||||||
bg_image: "images/backgrounds/page-title.png"
|
bg_image: "media/backgrounds/page-title.png"
|
||||||
# meta description
|
# 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."
|
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
|
# post thumbnail
|
||||||
image: "images/blog/post-3.jpg"
|
image: "media/blog/post-3.jpg"
|
||||||
# post author
|
# post author
|
||||||
author: "Mark Dinn"
|
author: "Mark Dinn"
|
||||||
# taxonomy
|
# taxonomy
|
||||||
|
@ -3,11 +3,11 @@ title: "Elegant Light Box Paper Cut Dioramas"
|
|||||||
date: 2019-07-06T15:27:17+06:00
|
date: 2019-07-06T15:27:17+06:00
|
||||||
draft: false
|
draft: false
|
||||||
# page title background image
|
# page title background image
|
||||||
bg_image: "images/backgrounds/page-title.png"
|
bg_image: "media/backgrounds/page-title.png"
|
||||||
# meta description
|
# 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."
|
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
|
# post thumbnail
|
||||||
image: "images/blog/post-2.jpg"
|
image: "media/blog/post-2.jpg"
|
||||||
# post author
|
# post author
|
||||||
author: "Mark Dinn"
|
author: "Mark Dinn"
|
||||||
# taxonomy
|
# taxonomy
|
||||||
|
@ -3,11 +3,11 @@ title: "Elegant Light Box Paper Cut Dioramas"
|
|||||||
date: 2019-07-06T15:27:17+06:00
|
date: 2019-07-06T15:27:17+06:00
|
||||||
draft: false
|
draft: false
|
||||||
# page title background image
|
# page title background image
|
||||||
bg_image: "images/backgrounds/page-title.png"
|
bg_image: "media/backgrounds/page-title.png"
|
||||||
# meta description
|
# 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."
|
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
|
# post thumbnail
|
||||||
image: "images/blog/post-3.jpg"
|
image: "media/blog/post-3.jpg"
|
||||||
# post author
|
# post author
|
||||||
author: "John Doe"
|
author: "John Doe"
|
||||||
# taxonomy
|
# taxonomy
|
||||||
|
@ -3,11 +3,11 @@ title: "Elegant Light Box Paper Cut Dioramas"
|
|||||||
date: 2019-07-06T15:27:17+06:00
|
date: 2019-07-06T15:27:17+06:00
|
||||||
draft: false
|
draft: false
|
||||||
# page title background image
|
# page title background image
|
||||||
bg_image: "images/backgrounds/page-title.png"
|
bg_image: "media/backgrounds/page-title.png"
|
||||||
# meta description
|
# 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."
|
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
|
# post thumbnail
|
||||||
image: "images/blog/post-1.jpg"
|
image: "media/blog/post-1.jpg"
|
||||||
# post author
|
# post author
|
||||||
author: "John Doe"
|
author: "John Doe"
|
||||||
# taxonomy
|
# taxonomy
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
title: "About Us"
|
title: "About Us"
|
||||||
draft: false
|
draft: false
|
||||||
# page title background image
|
# page title background image
|
||||||
bg_image: "images/backgrounds/page-title.png"
|
bg_image: "media/backgrounds/page-title.png"
|
||||||
# meta description
|
# 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."
|
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"
|
title: "Our Courses"
|
||||||
draft: false
|
draft: false
|
||||||
# page title background image
|
# page title background image
|
||||||
bg_image: "images/backgrounds/page-title.png"
|
bg_image: "media/backgrounds/page-title.png"
|
||||||
# meta description
|
# 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."
|
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
|
date: 2019-07-06T15:27:17+06:00
|
||||||
draft: false
|
draft: false
|
||||||
# page title background image
|
# page title background image
|
||||||
bg_image: "images/backgrounds/page-title.png"
|
bg_image: "media/backgrounds/page-title.png"
|
||||||
# meta description
|
# 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."
|
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
|
# course thumbnail
|
||||||
image: "images/courses/course-1.jpg"
|
image: "media/courses/course-1.jpg"
|
||||||
# taxonomy
|
# taxonomy
|
||||||
category: "Photography"
|
category: "Photography"
|
||||||
# teacher
|
# teacher
|
||||||
|
@ -3,11 +3,11 @@ title: "Mathematics"
|
|||||||
date: 2019-07-06T15:27:17+06:00
|
date: 2019-07-06T15:27:17+06:00
|
||||||
draft: false
|
draft: false
|
||||||
# page title background image
|
# page title background image
|
||||||
bg_image: "images/backgrounds/page-title.png"
|
bg_image: "media/backgrounds/page-title.png"
|
||||||
# meta description
|
# 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."
|
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
|
# course thumbnail
|
||||||
image: "images/courses/course-2.jpg"
|
image: "media/courses/course-2.jpg"
|
||||||
# taxonomy
|
# taxonomy
|
||||||
category: "Mathematics"
|
category: "Mathematics"
|
||||||
# teacher
|
# teacher
|
||||||
|
@ -3,11 +3,11 @@ title: "Artificial Intelligence"
|
|||||||
date: 2019-07-06T15:27:17+06:00
|
date: 2019-07-06T15:27:17+06:00
|
||||||
draft: false
|
draft: false
|
||||||
# page title background image
|
# page title background image
|
||||||
bg_image: "images/backgrounds/page-title.png"
|
bg_image: "media/backgrounds/page-title.png"
|
||||||
# meta description
|
# 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."
|
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
|
# course thumbnail
|
||||||
image: "images/courses/course-3.jpg"
|
image: "media/courses/course-3.jpg"
|
||||||
# taxonomy
|
# taxonomy
|
||||||
category: "Artificial Intelligence"
|
category: "Artificial Intelligence"
|
||||||
# teacher
|
# teacher
|
||||||
|
@ -3,11 +3,11 @@ title: "JavaScript"
|
|||||||
date: 2019-07-06T15:27:17+06:00
|
date: 2019-07-06T15:27:17+06:00
|
||||||
draft: false
|
draft: false
|
||||||
# page title background image
|
# page title background image
|
||||||
bg_image: "images/backgrounds/page-title.png"
|
bg_image: "media/backgrounds/page-title.png"
|
||||||
# meta description
|
# 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."
|
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
|
# course thumbnail
|
||||||
image: "images/courses/course-4.jpg"
|
image: "media/courses/course-4.jpg"
|
||||||
# taxonomy
|
# taxonomy
|
||||||
category: "Programming"
|
category: "Programming"
|
||||||
# teacher
|
# teacher
|
||||||
|
@ -3,11 +3,11 @@ title: "Algorithm"
|
|||||||
date: 2019-07-06T15:27:17+06:00
|
date: 2019-07-06T15:27:17+06:00
|
||||||
draft: false
|
draft: false
|
||||||
# page title background image
|
# page title background image
|
||||||
bg_image: "images/backgrounds/page-title.png"
|
bg_image: "media/backgrounds/page-title.png"
|
||||||
# meta description
|
# 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."
|
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
|
# course thumbnail
|
||||||
image: "images/courses/course-5.jpg"
|
image: "media/courses/course-5.jpg"
|
||||||
# taxonomy
|
# taxonomy
|
||||||
category: "Programming"
|
category: "Programming"
|
||||||
# teacher
|
# teacher
|
||||||
|
@ -3,11 +3,11 @@ title: "Vlogging"
|
|||||||
date: 2019-07-06T15:27:17+06:00
|
date: 2019-07-06T15:27:17+06:00
|
||||||
draft: false
|
draft: false
|
||||||
# page title background image
|
# page title background image
|
||||||
bg_image: "images/backgrounds/page-title.png"
|
bg_image: "media/backgrounds/page-title.png"
|
||||||
# meta description
|
# 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."
|
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
|
# course thumbnail
|
||||||
image: "images/courses/course-6.jpg"
|
image: "media/courses/course-6.jpg"
|
||||||
# taxonomy
|
# taxonomy
|
||||||
category: "Photography"
|
category: "Photography"
|
||||||
# teacher
|
# teacher
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
title: "Our Courses"
|
title: "Our Courses"
|
||||||
draft: false
|
draft: false
|
||||||
# page title background image
|
# page title background image
|
||||||
bg_image: "images/backgrounds/page-title.png"
|
bg_image: "media/backgrounds/page-title.png"
|
||||||
# meta description
|
# 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."
|
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
|
# post save as draft
|
||||||
draft: false
|
draft: false
|
||||||
# page title background image
|
# page title background image
|
||||||
bg_image: "images/backgrounds/page-title.png"
|
bg_image: "media/backgrounds/page-title.png"
|
||||||
# meta description
|
# 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."
|
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
|
# Event image
|
||||||
image: "images/events/event-1.jpg"
|
image: "media/events/event-1.jpg"
|
||||||
# location
|
# location
|
||||||
location: "Dhanmondi, Dhaka"
|
location: "Dhanmondi, Dhaka"
|
||||||
# entry fee
|
# entry fee
|
||||||
@ -22,22 +22,22 @@ apply_url : "#"
|
|||||||
speaker:
|
speaker:
|
||||||
# speaker loop
|
# speaker loop
|
||||||
- name : "Jack Mastio"
|
- name : "Jack Mastio"
|
||||||
image : "images/event-speakers/speaker-1.jpg"
|
image : "media/event-speakers/speaker-1.jpg"
|
||||||
designation : "Teacher"
|
designation : "Teacher"
|
||||||
|
|
||||||
# speaker loop
|
# speaker loop
|
||||||
- name : "John Doe"
|
- name : "John Doe"
|
||||||
image : "images/event-speakers/speaker-2.jpg"
|
image : "media/event-speakers/speaker-2.jpg"
|
||||||
designation : "Teacher"
|
designation : "Teacher"
|
||||||
|
|
||||||
# speaker loop
|
# speaker loop
|
||||||
- name : "Randy Luis"
|
- name : "Randy Luis"
|
||||||
image : "images/event-speakers/speaker-3.jpg"
|
image : "media/event-speakers/speaker-3.jpg"
|
||||||
designation : "Teacher"
|
designation : "Teacher"
|
||||||
|
|
||||||
# speaker loop
|
# speaker loop
|
||||||
- name : "Alfred Jin"
|
- name : "Alfred Jin"
|
||||||
image : "images/event-speakers/speaker-4.jpg"
|
image : "media/event-speakers/speaker-4.jpg"
|
||||||
designation : "Teacher"
|
designation : "Teacher"
|
||||||
|
|
||||||
# type
|
# type
|
||||||
|
@ -7,11 +7,11 @@ date: "2030-03-09T15:27:17+06:00"
|
|||||||
# post save as draft
|
# post save as draft
|
||||||
draft: false
|
draft: false
|
||||||
# page title background image
|
# page title background image
|
||||||
bg_image: "images/backgrounds/page-title.png"
|
bg_image: "media/backgrounds/page-title.png"
|
||||||
# meta description
|
# 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."
|
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
|
# Event image
|
||||||
image: "images/events/event-2.jpg"
|
image: "media/events/event-2.jpg"
|
||||||
# location
|
# location
|
||||||
location: "Dhanmondi, Dhaka"
|
location: "Dhanmondi, Dhaka"
|
||||||
# entry fee
|
# entry fee
|
||||||
@ -22,22 +22,22 @@ apply_url : "#"
|
|||||||
speaker:
|
speaker:
|
||||||
# speaker loop
|
# speaker loop
|
||||||
- name : "Jack Mastio"
|
- name : "Jack Mastio"
|
||||||
image : "images/event-speakers/speaker-1.jpg"
|
image : "media/event-speakers/speaker-1.jpg"
|
||||||
designation : "Teacher"
|
designation : "Teacher"
|
||||||
|
|
||||||
# speaker loop
|
# speaker loop
|
||||||
- name : "John Doe"
|
- name : "John Doe"
|
||||||
image : "images/event-speakers/speaker-2.jpg"
|
image : "media/event-speakers/speaker-2.jpg"
|
||||||
designation : "Teacher"
|
designation : "Teacher"
|
||||||
|
|
||||||
# speaker loop
|
# speaker loop
|
||||||
- name : "Randy Luis"
|
- name : "Randy Luis"
|
||||||
image : "images/event-speakers/speaker-3.jpg"
|
image : "media/event-speakers/speaker-3.jpg"
|
||||||
designation : "Teacher"
|
designation : "Teacher"
|
||||||
|
|
||||||
# speaker loop
|
# speaker loop
|
||||||
- name : "Alfred Jin"
|
- name : "Alfred Jin"
|
||||||
image : "images/event-speakers/speaker-4.jpg"
|
image : "media/event-speakers/speaker-4.jpg"
|
||||||
designation : "Teacher"
|
designation : "Teacher"
|
||||||
|
|
||||||
# type
|
# type
|
||||||
|
@ -7,11 +7,11 @@ date: "2030-03-09T15:27:17+06:00"
|
|||||||
# post save as draft
|
# post save as draft
|
||||||
draft: false
|
draft: false
|
||||||
# page title background image
|
# page title background image
|
||||||
bg_image: "images/backgrounds/page-title.png"
|
bg_image: "media/backgrounds/page-title.png"
|
||||||
# meta description
|
# 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."
|
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
|
# Event image
|
||||||
image: "images/events/event-3.jpg"
|
image: "media/events/event-3.jpg"
|
||||||
# location
|
# location
|
||||||
location: "Dhanmondi, Dhaka"
|
location: "Dhanmondi, Dhaka"
|
||||||
# entry fee
|
# entry fee
|
||||||
@ -22,22 +22,22 @@ apply_url : "#"
|
|||||||
speaker:
|
speaker:
|
||||||
# speaker loop
|
# speaker loop
|
||||||
- name : "Jack Mastio"
|
- name : "Jack Mastio"
|
||||||
image : "images/event-speakers/speaker-1.jpg"
|
image : "media/event-speakers/speaker-1.jpg"
|
||||||
designation : "Teacher"
|
designation : "Teacher"
|
||||||
|
|
||||||
# speaker loop
|
# speaker loop
|
||||||
- name : "John Doe"
|
- name : "John Doe"
|
||||||
image : "images/event-speakers/speaker-2.jpg"
|
image : "media/event-speakers/speaker-2.jpg"
|
||||||
designation : "Teacher"
|
designation : "Teacher"
|
||||||
|
|
||||||
# speaker loop
|
# speaker loop
|
||||||
- name : "Randy Luis"
|
- name : "Randy Luis"
|
||||||
image : "images/event-speakers/speaker-3.jpg"
|
image : "media/event-speakers/speaker-3.jpg"
|
||||||
designation : "Teacher"
|
designation : "Teacher"
|
||||||
|
|
||||||
# speaker loop
|
# speaker loop
|
||||||
- name : "Alfred Jin"
|
- name : "Alfred Jin"
|
||||||
image : "images/event-speakers/speaker-4.jpg"
|
image : "media/event-speakers/speaker-4.jpg"
|
||||||
designation : "Teacher"
|
designation : "Teacher"
|
||||||
|
|
||||||
# type
|
# type
|
||||||
|
@ -7,11 +7,11 @@ date: "2030-03-09T15:27:17+06:00"
|
|||||||
# post save as draft
|
# post save as draft
|
||||||
draft: false
|
draft: false
|
||||||
# page title background image
|
# page title background image
|
||||||
bg_image: "images/backgrounds/page-title.png"
|
bg_image: "media/backgrounds/page-title.png"
|
||||||
# meta description
|
# 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."
|
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
|
# Event image
|
||||||
image: "images/events/event-3.jpg"
|
image: "media/events/event-3.jpg"
|
||||||
# location
|
# location
|
||||||
location: "Dhanmondi, Dhaka"
|
location: "Dhanmondi, Dhaka"
|
||||||
# entry fee
|
# entry fee
|
||||||
@ -22,22 +22,22 @@ apply_url : "#"
|
|||||||
speaker:
|
speaker:
|
||||||
# speaker loop
|
# speaker loop
|
||||||
- name : "Jack Mastio"
|
- name : "Jack Mastio"
|
||||||
image : "images/event-speakers/speaker-1.jpg"
|
image : "media/event-speakers/speaker-1.jpg"
|
||||||
designation : "Teacher"
|
designation : "Teacher"
|
||||||
|
|
||||||
# speaker loop
|
# speaker loop
|
||||||
- name : "John Doe"
|
- name : "John Doe"
|
||||||
image : "images/event-speakers/speaker-2.jpg"
|
image : "media/event-speakers/speaker-2.jpg"
|
||||||
designation : "Teacher"
|
designation : "Teacher"
|
||||||
|
|
||||||
# speaker loop
|
# speaker loop
|
||||||
- name : "Randy Luis"
|
- name : "Randy Luis"
|
||||||
image : "images/event-speakers/speaker-3.jpg"
|
image : "media/event-speakers/speaker-3.jpg"
|
||||||
designation : "Teacher"
|
designation : "Teacher"
|
||||||
|
|
||||||
# speaker loop
|
# speaker loop
|
||||||
- name : "Alfred Jin"
|
- name : "Alfred Jin"
|
||||||
image : "images/event-speakers/speaker-4.jpg"
|
image : "media/event-speakers/speaker-4.jpg"
|
||||||
designation : "Teacher"
|
designation : "Teacher"
|
||||||
|
|
||||||
# type
|
# type
|
||||||
|
@ -7,11 +7,11 @@ date: "2030-03-09T15:27:17+06:00"
|
|||||||
# post save as draft
|
# post save as draft
|
||||||
draft: false
|
draft: false
|
||||||
# page title background image
|
# page title background image
|
||||||
bg_image: "images/backgrounds/page-title.png"
|
bg_image: "media/backgrounds/page-title.png"
|
||||||
# meta description
|
# 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."
|
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
|
# Event image
|
||||||
image: "images/events/event-1.jpg"
|
image: "media/events/event-1.jpg"
|
||||||
# location
|
# location
|
||||||
location: "Dhanmondi, Dhaka"
|
location: "Dhanmondi, Dhaka"
|
||||||
# entry fee
|
# entry fee
|
||||||
@ -22,22 +22,22 @@ apply_url : "#"
|
|||||||
speaker:
|
speaker:
|
||||||
# speaker loop
|
# speaker loop
|
||||||
- name : "Jack Mastio"
|
- name : "Jack Mastio"
|
||||||
image : "images/event-speakers/speaker-1.jpg"
|
image : "media/event-speakers/speaker-1.jpg"
|
||||||
designation : "Teacher"
|
designation : "Teacher"
|
||||||
|
|
||||||
# speaker loop
|
# speaker loop
|
||||||
- name : "John Doe"
|
- name : "John Doe"
|
||||||
image : "images/event-speakers/speaker-2.jpg"
|
image : "media/event-speakers/speaker-2.jpg"
|
||||||
designation : "Teacher"
|
designation : "Teacher"
|
||||||
|
|
||||||
# speaker loop
|
# speaker loop
|
||||||
- name : "Randy Luis"
|
- name : "Randy Luis"
|
||||||
image : "images/event-speakers/speaker-3.jpg"
|
image : "media/event-speakers/speaker-3.jpg"
|
||||||
designation : "Teacher"
|
designation : "Teacher"
|
||||||
|
|
||||||
# speaker loop
|
# speaker loop
|
||||||
- name : "Alfred Jin"
|
- name : "Alfred Jin"
|
||||||
image : "images/event-speakers/speaker-4.jpg"
|
image : "media/event-speakers/speaker-4.jpg"
|
||||||
designation : "Teacher"
|
designation : "Teacher"
|
||||||
|
|
||||||
# type
|
# type
|
||||||
|
@ -7,11 +7,11 @@ date: "2030-03-09T15:27:17+06:00"
|
|||||||
# post save as draft
|
# post save as draft
|
||||||
draft: false
|
draft: false
|
||||||
# page title background image
|
# page title background image
|
||||||
bg_image: "images/backgrounds/page-title.png"
|
bg_image: "media/backgrounds/page-title.png"
|
||||||
# meta description
|
# 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."
|
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
|
# Event image
|
||||||
image: "images/events/event-2.jpg"
|
image: "media/events/event-2.jpg"
|
||||||
# location
|
# location
|
||||||
location: "Dhanmondi, Dhaka"
|
location: "Dhanmondi, Dhaka"
|
||||||
# entry fee
|
# entry fee
|
||||||
@ -22,22 +22,22 @@ apply_url : "#"
|
|||||||
speaker:
|
speaker:
|
||||||
# speaker loop
|
# speaker loop
|
||||||
- name : "Jack Mastio"
|
- name : "Jack Mastio"
|
||||||
image : "images/event-speakers/speaker-1.jpg"
|
image : "media/event-speakers/speaker-1.jpg"
|
||||||
designation : "Teacher"
|
designation : "Teacher"
|
||||||
|
|
||||||
# speaker loop
|
# speaker loop
|
||||||
- name : "John Doe"
|
- name : "John Doe"
|
||||||
image : "images/event-speakers/speaker-2.jpg"
|
image : "media/event-speakers/speaker-2.jpg"
|
||||||
designation : "Teacher"
|
designation : "Teacher"
|
||||||
|
|
||||||
# speaker loop
|
# speaker loop
|
||||||
- name : "Randy Luis"
|
- name : "Randy Luis"
|
||||||
image : "images/event-speakers/speaker-3.jpg"
|
image : "media/event-speakers/speaker-3.jpg"
|
||||||
designation : "Teacher"
|
designation : "Teacher"
|
||||||
|
|
||||||
# speaker loop
|
# speaker loop
|
||||||
- name : "Alfred Jin"
|
- name : "Alfred Jin"
|
||||||
image : "images/event-speakers/speaker-4.jpg"
|
image : "media/event-speakers/speaker-4.jpg"
|
||||||
designation : "Teacher"
|
designation : "Teacher"
|
||||||
|
|
||||||
# type
|
# type
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
title: "Notice"
|
title: "Notice"
|
||||||
draft: false
|
draft: false
|
||||||
# page title background image
|
# page title background image
|
||||||
bg_image: "images/backgrounds/page-title.png"
|
bg_image: "media/backgrounds/page-title.png"
|
||||||
# meta description
|
# 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."
|
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
|
date: 2019-07-06T15:27:17+06:00
|
||||||
draft: false
|
draft: false
|
||||||
# page title background image
|
# page title background image
|
||||||
bg_image: "images/backgrounds/page-title.png"
|
bg_image: "media/backgrounds/page-title.png"
|
||||||
# meta description
|
# 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."
|
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
|
# notice download link
|
||||||
|
@ -3,7 +3,7 @@ title: "Teaching Materials and Testing Methods"
|
|||||||
date: 2019-07-06T15:27:17+06:00
|
date: 2019-07-06T15:27:17+06:00
|
||||||
draft: false
|
draft: false
|
||||||
# page title background image
|
# page title background image
|
||||||
bg_image: "images/backgrounds/page-title.png"
|
bg_image: "media/backgrounds/page-title.png"
|
||||||
# meta description
|
# 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."
|
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
|
# notice download link
|
||||||
|
@ -3,7 +3,7 @@ title: "Teaching Materials and Testing Methods"
|
|||||||
date: 2019-07-06T15:27:17+06:00
|
date: 2019-07-06T15:27:17+06:00
|
||||||
draft: false
|
draft: false
|
||||||
# page title background image
|
# page title background image
|
||||||
bg_image: "images/backgrounds/page-title.png"
|
bg_image: "media/backgrounds/page-title.png"
|
||||||
# meta description
|
# 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."
|
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
|
# notice download link
|
||||||
|
@ -3,7 +3,7 @@ title: "Teaching Materials and Testing Methods"
|
|||||||
date: 2019-07-06T15:27:17+06:00
|
date: 2019-07-06T15:27:17+06:00
|
||||||
draft: false
|
draft: false
|
||||||
# page title background image
|
# page title background image
|
||||||
bg_image: "images/backgrounds/page-title.png"
|
bg_image: "media/backgrounds/page-title.png"
|
||||||
# meta description
|
# 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."
|
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
|
# notice download link
|
||||||
|
@ -3,7 +3,7 @@ title: "Teaching Materials and Testing Methods"
|
|||||||
date: 2019-07-06T15:27:17+06:00
|
date: 2019-07-06T15:27:17+06:00
|
||||||
draft: false
|
draft: false
|
||||||
# page title background image
|
# page title background image
|
||||||
bg_image: "images/backgrounds/page-title.png"
|
bg_image: "media/backgrounds/page-title.png"
|
||||||
# meta description
|
# 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."
|
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
|
# notice download link
|
||||||
|
@ -3,7 +3,7 @@ title: "Teaching Materials and Testing Methods"
|
|||||||
date: 2019-07-06T15:27:17+06:00
|
date: 2019-07-06T15:27:17+06:00
|
||||||
draft: false
|
draft: false
|
||||||
# page title background image
|
# page title background image
|
||||||
bg_image: "images/backgrounds/page-title.png"
|
bg_image: "media/backgrounds/page-title.png"
|
||||||
# meta description
|
# 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."
|
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
|
# notice download link
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
title: "Our Courses"
|
title: "Our Courses"
|
||||||
draft: false
|
draft: false
|
||||||
# page title background image
|
# page title background image
|
||||||
bg_image: "images/backgrounds/page-title.png"
|
bg_image: "media/backgrounds/page-title.png"
|
||||||
# meta description
|
# 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."
|
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
|
date: 2019-07-06T15:27:17+06:00
|
||||||
draft: false
|
draft: false
|
||||||
# page title background image
|
# page title background image
|
||||||
bg_image: "images/backgrounds/page-title.png"
|
bg_image: "media/backgrounds/page-title.png"
|
||||||
# meta description
|
# 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."
|
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
|
# Research image
|
||||||
image: "images/research/research-1.jpg"
|
image: "media/research/research-1.jpg"
|
||||||
# type
|
# type
|
||||||
type: "research"
|
type: "research"
|
||||||
---
|
---
|
||||||
|
@ -3,11 +3,11 @@ title: "Geography"
|
|||||||
date: 2019-07-06T15:27:17+06:00
|
date: 2019-07-06T15:27:17+06:00
|
||||||
draft: false
|
draft: false
|
||||||
# page title background image
|
# page title background image
|
||||||
bg_image: "images/backgrounds/page-title.png"
|
bg_image: "media/backgrounds/page-title.png"
|
||||||
# meta description
|
# 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."
|
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
|
# Research image
|
||||||
image: "images/research/research-2.jpg"
|
image: "media/research/research-2.jpg"
|
||||||
# type
|
# type
|
||||||
type: "research"
|
type: "research"
|
||||||
---
|
---
|
||||||
|
@ -3,11 +3,11 @@ title: "Geography"
|
|||||||
date: 2019-07-06T15:27:17+06:00
|
date: 2019-07-06T15:27:17+06:00
|
||||||
draft: false
|
draft: false
|
||||||
# page title background image
|
# page title background image
|
||||||
bg_image: "images/backgrounds/page-title.png"
|
bg_image: "media/backgrounds/page-title.png"
|
||||||
# meta description
|
# 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."
|
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
|
# Research image
|
||||||
image: "images/research/research-3.jpg"
|
image: "media/research/research-3.jpg"
|
||||||
# type
|
# type
|
||||||
type: "research"
|
type: "research"
|
||||||
---
|
---
|
||||||
|
@ -3,11 +3,11 @@ title: "Geography"
|
|||||||
date: 2019-07-06T15:27:17+06:00
|
date: 2019-07-06T15:27:17+06:00
|
||||||
draft: false
|
draft: false
|
||||||
# page title background image
|
# page title background image
|
||||||
bg_image: "images/backgrounds/page-title.png"
|
bg_image: "media/backgrounds/page-title.png"
|
||||||
# meta description
|
# 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."
|
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
|
# Research image
|
||||||
image: "images/research/research-4.jpg"
|
image: "media/research/research-4.jpg"
|
||||||
# type
|
# type
|
||||||
type: "research"
|
type: "research"
|
||||||
---
|
---
|
||||||
|
@ -3,11 +3,11 @@ title: "Geography"
|
|||||||
date: 2019-07-06T15:27:17+06:00
|
date: 2019-07-06T15:27:17+06:00
|
||||||
draft: false
|
draft: false
|
||||||
# page title background image
|
# page title background image
|
||||||
bg_image: "images/backgrounds/page-title.png"
|
bg_image: "media/backgrounds/page-title.png"
|
||||||
# meta description
|
# 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."
|
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
|
# Research image
|
||||||
image: "images/research/research-5.jpg"
|
image: "media/research/research-5.jpg"
|
||||||
# type
|
# type
|
||||||
type: "research"
|
type: "research"
|
||||||
---
|
---
|
||||||
|
@ -3,11 +3,11 @@ title: "Geography"
|
|||||||
date: 2019-07-06T15:27:17+06:00
|
date: 2019-07-06T15:27:17+06:00
|
||||||
draft: false
|
draft: false
|
||||||
# page title background image
|
# page title background image
|
||||||
bg_image: "images/backgrounds/page-title.png"
|
bg_image: "media/backgrounds/page-title.png"
|
||||||
# meta description
|
# 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."
|
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
|
# Research image
|
||||||
image: "images/research/research-6.jpg"
|
image: "media/research/research-6.jpg"
|
||||||
# type
|
# type
|
||||||
type: "research"
|
type: "research"
|
||||||
---
|
---
|
||||||
|
@ -2,9 +2,9 @@
|
|||||||
title: "Scholarship"
|
title: "Scholarship"
|
||||||
draft: false
|
draft: false
|
||||||
# page title background image
|
# page title background image
|
||||||
bg_image: "images/backgrounds/page-title.png"
|
bg_image: "media/backgrounds/page-title.png"
|
||||||
# image
|
# image
|
||||||
image: "images/about/about-page.jpg"
|
image: "media/about/about-page.jpg"
|
||||||
# meta description
|
# 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."
|
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"
|
title: "CHEMICAL ENGINEERING"
|
||||||
draft: false
|
draft: false
|
||||||
# page title background image
|
# page title background image
|
||||||
bg_image: "images/backgrounds/page-title.png"
|
bg_image: "media/backgrounds/page-title.png"
|
||||||
# scholarship image
|
# scholarship image
|
||||||
image: "images/scholarship/scholarship-item-1.jpg"
|
image: "media/scholarship/scholarship-item-1.jpg"
|
||||||
# meta description
|
# 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."
|
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"
|
title: "CHEMICAL ENGINEERING"
|
||||||
draft: false
|
draft: false
|
||||||
# page title background image
|
# page title background image
|
||||||
bg_image: "images/backgrounds/page-title.png"
|
bg_image: "media/backgrounds/page-title.png"
|
||||||
# scholarship image
|
# scholarship image
|
||||||
image: "images/scholarship/scholarship-item-2.jpg"
|
image: "media/scholarship/scholarship-item-2.jpg"
|
||||||
# meta description
|
# 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."
|
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"
|
title: "CHEMICAL ENGINEERING"
|
||||||
draft: false
|
draft: false
|
||||||
# page title background image
|
# page title background image
|
||||||
bg_image: "images/backgrounds/page-title.png"
|
bg_image: "media/backgrounds/page-title.png"
|
||||||
# scholarship image
|
# scholarship image
|
||||||
image: "images/scholarship/scholarship-item-3.jpg"
|
image: "media/scholarship/scholarship-item-3.jpg"
|
||||||
# meta description
|
# 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."
|
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"
|
title: "Our Courses"
|
||||||
draft: false
|
draft: false
|
||||||
# page title background image
|
# page title background image
|
||||||
bg_image: "images/backgrounds/page-title.png"
|
bg_image: "media/backgrounds/page-title.png"
|
||||||
# meta description
|
# 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."
|
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"
|
title: "Alex Rook"
|
||||||
draft: false
|
draft: false
|
||||||
# page title background image
|
# page title background image
|
||||||
bg_image: "images/backgrounds/page-title.png"
|
bg_image: "media/backgrounds/page-title.png"
|
||||||
# meta description
|
# 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."
|
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
|
# teacher portrait
|
||||||
image: "images/teachers/teacher-2.jpg"
|
image: "media/teachers/teacher-2.jpg"
|
||||||
# course
|
# course
|
||||||
course: "Vlogging"
|
course: "Vlogging"
|
||||||
# biography
|
# biography
|
||||||
|
@ -2,11 +2,11 @@
|
|||||||
title: "Clark Malik"
|
title: "Clark Malik"
|
||||||
draft: false
|
draft: false
|
||||||
# page title background image
|
# page title background image
|
||||||
bg_image: "images/backgrounds/page-title.png"
|
bg_image: "media/backgrounds/page-title.png"
|
||||||
# meta description
|
# 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."
|
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
|
# teacher portrait
|
||||||
image: "images/teachers/teacher-1.jpg"
|
image: "media/teachers/teacher-1.jpg"
|
||||||
# course
|
# course
|
||||||
course: "Computer Science"
|
course: "Computer Science"
|
||||||
# biography
|
# biography
|
||||||
|
@ -2,11 +2,11 @@
|
|||||||
title: "Devid Luis"
|
title: "Devid Luis"
|
||||||
draft: false
|
draft: false
|
||||||
# page title background image
|
# page title background image
|
||||||
bg_image: "images/backgrounds/page-title.png"
|
bg_image: "media/backgrounds/page-title.png"
|
||||||
# meta description
|
# 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."
|
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
|
# teacher portrait
|
||||||
image: "images/teachers/teacher-3.jpg"
|
image: "media/teachers/teacher-3.jpg"
|
||||||
# course
|
# course
|
||||||
course: "Humanities"
|
course: "Humanities"
|
||||||
# biography
|
# biography
|
||||||
|
@ -2,11 +2,11 @@
|
|||||||
title: "Duis Rio"
|
title: "Duis Rio"
|
||||||
draft: false
|
draft: false
|
||||||
# page title background image
|
# page title background image
|
||||||
bg_image: "images/backgrounds/page-title.png"
|
bg_image: "media/backgrounds/page-title.png"
|
||||||
# meta description
|
# 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."
|
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
|
# teacher portrait
|
||||||
image: "images/teachers/teacher-3.jpg"
|
image: "media/teachers/teacher-3.jpg"
|
||||||
# course
|
# course
|
||||||
course: "Photography"
|
course: "Photography"
|
||||||
# biography
|
# biography
|
||||||
|
@ -2,11 +2,11 @@
|
|||||||
title: "Jacke Mastio"
|
title: "Jacke Mastio"
|
||||||
draft: false
|
draft: false
|
||||||
# page title background image
|
# page title background image
|
||||||
bg_image: "images/backgrounds/page-title.png"
|
bg_image: "media/backgrounds/page-title.png"
|
||||||
# meta description
|
# 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."
|
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
|
# teacher portrait
|
||||||
image: "images/teachers/teacher-2.jpg"
|
image: "media/teachers/teacher-2.jpg"
|
||||||
# course
|
# course
|
||||||
course: "Computer Science"
|
course: "Computer Science"
|
||||||
# biography
|
# biography
|
||||||
|
@ -2,11 +2,11 @@
|
|||||||
title: "Zim Cook"
|
title: "Zim Cook"
|
||||||
draft: false
|
draft: false
|
||||||
# page title background image
|
# page title background image
|
||||||
bg_image: "images/backgrounds/page-title.png"
|
bg_image: "media/backgrounds/page-title.png"
|
||||||
# meta description
|
# 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."
|
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
|
# teacher portrait
|
||||||
image: "images/teachers/teacher-1.jpg"
|
image: "media/teachers/teacher-1.jpg"
|
||||||
# course
|
# course
|
||||||
course: "Photography"
|
course: "Photography"
|
||||||
# biography
|
# biography
|
||||||
|
@ -2,9 +2,9 @@
|
|||||||
title: "25 Jahre Georg-Cantor-Gymnasium Halle (Saale)"
|
title: "25 Jahre Georg-Cantor-Gymnasium Halle (Saale)"
|
||||||
draft: false
|
draft: false
|
||||||
# page title background image
|
# page title background image
|
||||||
bg_image: "images/backgrounds/page-title.png"
|
bg_image: "media/backgrounds/page-title.png"
|
||||||
# course thumbnail
|
# course thumbnail
|
||||||
image: "images/image.png"
|
image: "media/image.png"
|
||||||
type: "pages"
|
type: "pages"
|
||||||
layout: "single.html"
|
layout: "single.html"
|
||||||
---
|
---
|
||||||
|
@ -2,9 +2,9 @@
|
|||||||
title: "Bericht 1"
|
title: "Bericht 1"
|
||||||
draft: false
|
draft: false
|
||||||
# page title background image
|
# page title background image
|
||||||
bg_image: "images/backgrounds/page-title.png"
|
bg_image: "media/backgrounds/page-title.png"
|
||||||
# course thumbnail
|
# course thumbnail
|
||||||
image: "images/image.png"
|
image: "media/image.png"
|
||||||
type: "pages"
|
type: "pages"
|
||||||
layout: "single.html"
|
layout: "single.html"
|
||||||
---
|
---
|
||||||
|
@ -2,9 +2,9 @@
|
|||||||
title: "Bericht 2"
|
title: "Bericht 2"
|
||||||
draft: false
|
draft: false
|
||||||
# page title background image
|
# page title background image
|
||||||
bg_image: "images/backgrounds/page-title.png"
|
bg_image: "media/backgrounds/page-title.png"
|
||||||
# course thumbnail
|
# course thumbnail
|
||||||
image: "images/image.png"
|
image: "media/image.png"
|
||||||
type: "pages"
|
type: "pages"
|
||||||
layout: "single.html"
|
layout: "single.html"
|
||||||
---
|
---
|
||||||
|
@ -2,9 +2,9 @@
|
|||||||
title: "25 jähriges Bericht Paula Hähndel"
|
title: "25 jähriges Bericht Paula Hähndel"
|
||||||
draft: false
|
draft: false
|
||||||
# page title background image
|
# page title background image
|
||||||
bg_image: "images/backgrounds/page-title.png"
|
bg_image: "media/backgrounds/page-title.png"
|
||||||
# course thumbnail
|
# course thumbnail
|
||||||
image: "images/image.png"
|
image: "media/image.png"
|
||||||
type: "pages"
|
type: "pages"
|
||||||
layout: "single.html"
|
layout: "single.html"
|
||||||
---
|
---
|
||||||
|
@ -2,9 +2,9 @@
|
|||||||
title: "Bericht 4"
|
title: "Bericht 4"
|
||||||
draft: false
|
draft: false
|
||||||
# page title background image
|
# page title background image
|
||||||
bg_image: "images/backgrounds/page-title.png"
|
bg_image: "media/backgrounds/page-title.png"
|
||||||
# course thumbnail
|
# course thumbnail
|
||||||
image: "images/image.png"
|
image: "media/image.png"
|
||||||
type: "pages"
|
type: "pages"
|
||||||
layout: "single.html"
|
layout: "single.html"
|
||||||
---
|
---
|
||||||
|
@ -2,9 +2,9 @@
|
|||||||
title: " 25-jähriges Festprogramm Freitag"
|
title: " 25-jähriges Festprogramm Freitag"
|
||||||
draft: false
|
draft: false
|
||||||
# page title background image
|
# page title background image
|
||||||
bg_image: "images/backgrounds/page-title.png"
|
bg_image: "media/backgrounds/page-title.png"
|
||||||
# course thumbnail
|
# course thumbnail
|
||||||
image: "images/image.png"
|
image: "media/image.png"
|
||||||
type: "pages"
|
type: "pages"
|
||||||
layout: "single.html"
|
layout: "single.html"
|
||||||
---
|
---
|
||||||
|
@ -2,9 +2,9 @@
|
|||||||
title: "Rede für das Absolvententreffen zum 25 jährigen Schuljubiläum (28.09.2013)"
|
title: "Rede für das Absolvententreffen zum 25 jährigen Schuljubiläum (28.09.2013)"
|
||||||
draft: false
|
draft: false
|
||||||
# page title background image
|
# page title background image
|
||||||
bg_image: "images/backgrounds/page-title.png"
|
bg_image: "media/backgrounds/page-title.png"
|
||||||
# course thumbnail
|
# course thumbnail
|
||||||
image: "images/image.png"
|
image: "media/image.png"
|
||||||
type: "pages"
|
type: "pages"
|
||||||
layout: "single.html"
|
layout: "single.html"
|
||||||
---
|
---
|
||||||
|
@ -2,12 +2,12 @@
|
|||||||
title: "Abiturienten 1992"
|
title: "Abiturienten 1992"
|
||||||
draft: false
|
draft: false
|
||||||
# page title background image
|
# page title background image
|
||||||
bg_image: "images/backgrounds/page-title.png"
|
bg_image: "media/backgrounds/page-title.png"
|
||||||
# course thumbnail
|
# course thumbnail
|
||||||
image: "images/abiturienten/abi-foto 1992.png"
|
image: "media/abiturienten/abi-foto 1992.png"
|
||||||
---
|
---
|
||||||
|
|
||||||
![Abifoto 2](/images/abiturienten/abi-foto_1992_2.jpg)
|
![Abifoto 2](/media/abiturienten/abi-foto_1992_2.jpg)
|
||||||
|
|
||||||
## Klasse 12/1
|
## Klasse 12/1
|
||||||
|
|
||||||
|
@ -2,9 +2,9 @@
|
|||||||
title: "Abiturienten 1993"
|
title: "Abiturienten 1993"
|
||||||
draft: false
|
draft: false
|
||||||
# page title background image
|
# page title background image
|
||||||
bg_image: "images/backgrounds/page-title.png"
|
bg_image: "media/backgrounds/page-title.png"
|
||||||
# course thumbnail
|
# course thumbnail
|
||||||
image: "images/abiturienten/abi-foto 1993.png"
|
image: "media/abiturienten/abi-foto 1993.png"
|
||||||
---
|
---
|
||||||
|
|
||||||
## Klasse 12/1
|
## Klasse 12/1
|
||||||
|
@ -2,9 +2,9 @@
|
|||||||
title: "Abiturienten 1994"
|
title: "Abiturienten 1994"
|
||||||
draft: false
|
draft: false
|
||||||
# page title background image
|
# page title background image
|
||||||
bg_image: "images/backgrounds/page-title.png"
|
bg_image: "media/backgrounds/page-title.png"
|
||||||
# course thumbnail
|
# course thumbnail
|
||||||
image: "images/abiturienten/abi-foto 1994.png"
|
image: "media/abiturienten/abi-foto 1994.png"
|
||||||
---
|
---
|
||||||
|
|
||||||
## Klasse 12/1
|
## Klasse 12/1
|
||||||
|
@ -2,12 +2,12 @@
|
|||||||
title: "Abiturienten 1995"
|
title: "Abiturienten 1995"
|
||||||
draft: false
|
draft: false
|
||||||
# page title background image
|
# page title background image
|
||||||
bg_image: "images/backgrounds/page-title.png"
|
bg_image: "media/backgrounds/page-title.png"
|
||||||
# course thumbnail
|
# course thumbnail
|
||||||
image: "images/abiturienten/abi-foto 1995.png"
|
image: "media/abiturienten/abi-foto 1995.png"
|
||||||
---
|
---
|
||||||
|
|
||||||
![Abifoto 2](/images/abiturienten/abi-foto_1995a.png)
|
![Abifoto 2](/media/abiturienten/abi-foto_1995a.png)
|
||||||
|
|
||||||
## Klasse 12/1
|
## Klasse 12/1
|
||||||
|
|
||||||
|
@ -2,9 +2,9 @@
|
|||||||
title: "Abiturienten 1996"
|
title: "Abiturienten 1996"
|
||||||
draft: false
|
draft: false
|
||||||
# page title background image
|
# page title background image
|
||||||
bg_image: "images/backgrounds/page-title.png"
|
bg_image: "media/backgrounds/page-title.png"
|
||||||
# course thumbnail
|
# course thumbnail
|
||||||
image: "images/abiturienten/abi-foto 1996.png"
|
image: "media/abiturienten/abi-foto 1996.png"
|
||||||
---
|
---
|
||||||
|
|
||||||
## Klasse 12/1
|
## Klasse 12/1
|
||||||
|
@ -2,9 +2,9 @@
|
|||||||
title: "Abiturienten 1997"
|
title: "Abiturienten 1997"
|
||||||
draft: false
|
draft: false
|
||||||
# page title background image
|
# page title background image
|
||||||
bg_image: "images/backgrounds/page-title.png"
|
bg_image: "media/backgrounds/page-title.png"
|
||||||
# course thumbnail
|
# course thumbnail
|
||||||
image: "images/abiturienten/abi-foto 1997.png"
|
image: "media/abiturienten/abi-foto 1997.png"
|
||||||
---
|
---
|
||||||
|
|
||||||
## Klasse 12/1
|
## Klasse 12/1
|
||||||
|
@ -2,9 +2,9 @@
|
|||||||
title: "Abiturienten 1998"
|
title: "Abiturienten 1998"
|
||||||
draft: false
|
draft: false
|
||||||
# page title background image
|
# page title background image
|
||||||
bg_image: "images/backgrounds/page-title.png"
|
bg_image: "media/backgrounds/page-title.png"
|
||||||
# course thumbnail
|
# course thumbnail
|
||||||
image: "images/abiturienten/abi-foto 1998.png"
|
image: "media/abiturienten/abi-foto 1998.png"
|
||||||
---
|
---
|
||||||
|
|
||||||
## Klasse 12/1
|
## Klasse 12/1
|
||||||
|
@ -2,9 +2,9 @@
|
|||||||
title: "Abiturienten 2000"
|
title: "Abiturienten 2000"
|
||||||
draft: false
|
draft: false
|
||||||
# page title background image
|
# page title background image
|
||||||
bg_image: "images/backgrounds/page-title.png"
|
bg_image: "media/backgrounds/page-title.png"
|
||||||
# course thumbnail
|
# course thumbnail
|
||||||
image: "images/abiturienten/abi-foto 2000.png"
|
image: "media/abiturienten/abi-foto 2000.png"
|
||||||
---
|
---
|
||||||
|
|
||||||
## Klasse 12/1
|
## Klasse 12/1
|
||||||
|
@ -2,13 +2,13 @@
|
|||||||
title: "Abiturienten 2002"
|
title: "Abiturienten 2002"
|
||||||
draft: false
|
draft: false
|
||||||
# page title background image
|
# page title background image
|
||||||
bg_image: "images/backgrounds/page-title.png"
|
bg_image: "media/backgrounds/page-title.png"
|
||||||
# course thumbnail
|
# course thumbnail
|
||||||
image: "images/image.png"
|
image: "media/image.png"
|
||||||
few: true
|
few: true
|
||||||
---
|
---
|
||||||
|
|
||||||
{{< gallery dir="/images/abiturienten/2002" />}}{{< load-photoswipe >}}
|
{{< gallery dir="/media/abiturienten/2002" />}}{{< load-photoswipe >}}
|
||||||
|
|
||||||
## Klasse 13/1
|
## Klasse 13/1
|
||||||
|
|
||||||
|
@ -2,9 +2,9 @@
|
|||||||
title: "Abiturienten 2003"
|
title: "Abiturienten 2003"
|
||||||
draft: false
|
draft: false
|
||||||
# page title background image
|
# page title background image
|
||||||
bg_image: "images/backgrounds/page-title.png"
|
bg_image: "media/backgrounds/page-title.png"
|
||||||
# course thumbnail
|
# course thumbnail
|
||||||
image: "images/abiturienten/abi-foto 2003.jpg"
|
image: "media/abiturienten/abi-foto 2003.jpg"
|
||||||
---
|
---
|
||||||
|
|
||||||
## Klasse 13/1
|
## Klasse 13/1
|
||||||
|
@ -2,9 +2,9 @@
|
|||||||
title: "Abiturienten 2004"
|
title: "Abiturienten 2004"
|
||||||
draft: false
|
draft: false
|
||||||
# page title background image
|
# page title background image
|
||||||
bg_image: "images/backgrounds/page-title.png"
|
bg_image: "media/backgrounds/page-title.png"
|
||||||
# course thumbnail
|
# course thumbnail
|
||||||
image: "images/abiturienten/abi-foto 2004.jpg"
|
image: "media/abiturienten/abi-foto 2004.jpg"
|
||||||
---
|
---
|
||||||
|
|
||||||
## Klasse 13/1
|
## Klasse 13/1
|
||||||
|
@ -2,9 +2,9 @@
|
|||||||
title: "Abiturienten 2005"
|
title: "Abiturienten 2005"
|
||||||
draft: false
|
draft: false
|
||||||
# page title background image
|
# page title background image
|
||||||
bg_image: "images/backgrounds/page-title.png"
|
bg_image: "media/backgrounds/page-title.png"
|
||||||
# course thumbnail
|
# course thumbnail
|
||||||
image: "images/abiturienten/abi-foto 2005.jpg"
|
image: "media/abiturienten/abi-foto 2005.jpg"
|
||||||
---
|
---
|
||||||
|
|
||||||
## Klasse 13/1
|
## Klasse 13/1
|
||||||
|
@ -2,9 +2,9 @@
|
|||||||
title: "Abiturienten 2006"
|
title: "Abiturienten 2006"
|
||||||
draft: false
|
draft: false
|
||||||
# page title background image
|
# page title background image
|
||||||
bg_image: "images/backgrounds/page-title.png"
|
bg_image: "media/backgrounds/page-title.png"
|
||||||
# course thumbnail
|
# course thumbnail
|
||||||
image: "images/abiturienten/abi-foto 2006.png"
|
image: "media/abiturienten/abi-foto 2006.png"
|
||||||
---
|
---
|
||||||
|
|
||||||
## Klasse 13/1
|
## Klasse 13/1
|
||||||
|
@ -2,13 +2,13 @@
|
|||||||
title: "Abiturienten 2007"
|
title: "Abiturienten 2007"
|
||||||
draft: false
|
draft: false
|
||||||
# page title background image
|
# page title background image
|
||||||
bg_image: "images/backgrounds/page-title.png"
|
bg_image: "media/backgrounds/page-title.png"
|
||||||
# course thumbnail
|
# course thumbnail
|
||||||
image: "images/image.png"
|
image: "media/image.png"
|
||||||
few: true
|
few: true
|
||||||
---
|
---
|
||||||
|
|
||||||
![Abiturienten 12](/images/abiturienten/abi-foto_2007_12.png)
|
![Abiturienten 12](/media/abiturienten/abi-foto_2007_12.png)
|
||||||
|
|
||||||
## Klasse 12/1
|
## Klasse 12/1
|
||||||
|
|
||||||
@ -132,7 +132,7 @@ Thürer, Maximilian
|
|||||||
|
|
||||||
Weinhold, Philipp
|
Weinhold, Philipp
|
||||||
|
|
||||||
![Abiturienten 13](/images/abiturienten/abi-foto_2007_13.png)
|
![Abiturienten 13](/media/abiturienten/abi-foto_2007_13.png)
|
||||||
|
|
||||||
## Klasse 13/1
|
## Klasse 13/1
|
||||||
|
|
||||||
|
@ -2,9 +2,9 @@
|
|||||||
title: "Abiturienten 2008"
|
title: "Abiturienten 2008"
|
||||||
draft: false
|
draft: false
|
||||||
# page title background image
|
# page title background image
|
||||||
bg_image: "images/backgrounds/page-title.png"
|
bg_image: "media/backgrounds/page-title.png"
|
||||||
# course thumbnail
|
# course thumbnail
|
||||||
image: "images/abiturienten/abi-foto 2008.png"
|
image: "media/abiturienten/abi-foto 2008.png"
|
||||||
---
|
---
|
||||||
|
|
||||||
## Klasse 12/1
|
## Klasse 12/1
|
||||||
|
@ -2,9 +2,9 @@
|
|||||||
title: "Abiturienten 2009"
|
title: "Abiturienten 2009"
|
||||||
draft: false
|
draft: false
|
||||||
# page title background image
|
# page title background image
|
||||||
bg_image: "images/backgrounds/page-title.png"
|
bg_image: "media/backgrounds/page-title.png"
|
||||||
# course thumbnail
|
# course thumbnail
|
||||||
image: "images/abiturienten/abi-foto 2009.png"
|
image: "media/abiturienten/abi-foto 2009.png"
|
||||||
---
|
---
|
||||||
|
|
||||||
## Klasse 12/1
|
## Klasse 12/1
|
||||||
|
@ -2,9 +2,9 @@
|
|||||||
title: "Abiturienten 2010"
|
title: "Abiturienten 2010"
|
||||||
draft: false
|
draft: false
|
||||||
# page title background image
|
# page title background image
|
||||||
bg_image: "images/backgrounds/page-title.png"
|
bg_image: "media/backgrounds/page-title.png"
|
||||||
# course thumbnail
|
# course thumbnail
|
||||||
image: "images/abiturienten/abi-foto 2010.png"
|
image: "media/abiturienten/abi-foto 2010.png"
|
||||||
---
|
---
|
||||||
|
|
||||||
## Klasse 12/1
|
## Klasse 12/1
|
||||||
|
@ -2,9 +2,9 @@
|
|||||||
title: "Abiturienten 2011"
|
title: "Abiturienten 2011"
|
||||||
draft: false
|
draft: false
|
||||||
# page title background image
|
# page title background image
|
||||||
bg_image: "images/backgrounds/page-title.png"
|
bg_image: "media/backgrounds/page-title.png"
|
||||||
# course thumbnail
|
# course thumbnail
|
||||||
image: "images/abiturienten/abi-foto 2011.png"
|
image: "media/abiturienten/abi-foto 2011.png"
|
||||||
---
|
---
|
||||||
|
|
||||||
## Klasse 12/1
|
## Klasse 12/1
|
||||||
|
@ -2,9 +2,9 @@
|
|||||||
title: "Abiturienten 2012"
|
title: "Abiturienten 2012"
|
||||||
draft: false
|
draft: false
|
||||||
# page title background image
|
# page title background image
|
||||||
bg_image: "images/backgrounds/page-title.png"
|
bg_image: "media/backgrounds/page-title.png"
|
||||||
# course thumbnail
|
# course thumbnail
|
||||||
image: "images/abiturienten/abi-foto 2012.png"
|
image: "media/abiturienten/abi-foto 2012.png"
|
||||||
---
|
---
|
||||||
|
|
||||||
## Klasse 12/1
|
## Klasse 12/1
|
||||||
|
@ -2,9 +2,9 @@
|
|||||||
title: "Abiturienten 2013"
|
title: "Abiturienten 2013"
|
||||||
draft: false
|
draft: false
|
||||||
# page title background image
|
# page title background image
|
||||||
bg_image: "images/backgrounds/page-title.png"
|
bg_image: "media/backgrounds/page-title.png"
|
||||||
# course thumbnail
|
# course thumbnail
|
||||||
image: "images/abiturienten/abi-foto 2013.png"
|
image: "media/abiturienten/abi-foto 2013.png"
|
||||||
---
|
---
|
||||||
|
|
||||||
## Klasse 12/1
|
## Klasse 12/1
|
||||||
|
@ -2,9 +2,9 @@
|
|||||||
title: "Abiturienten 2014"
|
title: "Abiturienten 2014"
|
||||||
draft: false
|
draft: false
|
||||||
# page title background image
|
# page title background image
|
||||||
bg_image: "images/backgrounds/page-title.png"
|
bg_image: "media/backgrounds/page-title.png"
|
||||||
# course thumbnail
|
# course thumbnail
|
||||||
image: "images/abiturienten/abi-foto 2014.jpg"
|
image: "media/abiturienten/abi-foto 2014.jpg"
|
||||||
---
|
---
|
||||||
|
|
||||||
## Klasse 12/1
|
## Klasse 12/1
|
||||||
|
@ -2,9 +2,9 @@
|
|||||||
title: "Abiturienten 2016"
|
title: "Abiturienten 2016"
|
||||||
draft: false
|
draft: false
|
||||||
# page title background image
|
# page title background image
|
||||||
bg_image: "images/backgrounds/page-title.png"
|
bg_image: "media/backgrounds/page-title.png"
|
||||||
# course thumbnail
|
# course thumbnail
|
||||||
image: "images/abiturienten/abiturienten 15_16.jpg"
|
image: "media/abiturienten/abiturienten 15_16.jpg"
|
||||||
---
|
---
|
||||||
|
|
||||||
## Klasse 12/1
|
## Klasse 12/1
|
||||||
|
@ -2,9 +2,9 @@
|
|||||||
title: "Abiturienten 2017"
|
title: "Abiturienten 2017"
|
||||||
draft: false
|
draft: false
|
||||||
# page title background image
|
# page title background image
|
||||||
bg_image: "images/backgrounds/page-title.png"
|
bg_image: "media/backgrounds/page-title.png"
|
||||||
# course thumbnail
|
# course thumbnail
|
||||||
image: "images/abiturienten/foto-abi-2017.jpg"
|
image: "media/abiturienten/foto-abi-2017.jpg"
|
||||||
---
|
---
|
||||||
|
|
||||||
## Klasse 12/1
|
## Klasse 12/1
|
||||||
|
@ -2,9 +2,9 @@
|
|||||||
title: "Abiturienten 2018"
|
title: "Abiturienten 2018"
|
||||||
draft: false
|
draft: false
|
||||||
# page title background image
|
# page title background image
|
||||||
bg_image: "images/backgrounds/page-title.png"
|
bg_image: "media/backgrounds/page-title.png"
|
||||||
# course thumbnail
|
# course thumbnail
|
||||||
image: "images/abiturienten/abi-foto-2018.jpg"
|
image: "media/abiturienten/abi-foto-2018.jpg"
|
||||||
---
|
---
|
||||||
|
|
||||||
## Klasse 12/1
|
## Klasse 12/1
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
title: "Abiturienten"
|
title: "Abiturienten"
|
||||||
draft: false
|
draft: false
|
||||||
# page title background image
|
# page title background image
|
||||||
bg_image: "images/backgrounds/page-title.png"
|
bg_image: "media/backgrounds/page-title.png"
|
||||||
# meta description
|
# meta description
|
||||||
description : "In den Jahren 1999 und 2001 gab es keine Abschlussjahrgänge am GCG. 1999 nicht, da sieben Jahre zuvor keine Aufnahme in die siebente Klasse, sondern in die fünfte Klasse erfolgte und 2001 vollzog sich der Übergang zum Abitur nach 13 Schuljahren."
|
description : "In den Jahren 1999 und 2001 gab es keine Abschlussjahrgänge am GCG. 1999 nicht, da sieben Jahre zuvor keine Aufnahme in die siebente Klasse, sondern in die fünfte Klasse erfolgte und 2001 vollzog sich der Übergang zum Abitur nach 13 Schuljahren."
|
||||||
---
|
---
|
||||||
|
@ -2,9 +2,9 @@
|
|||||||
title: "Über die Schule"
|
title: "Über die Schule"
|
||||||
draft: false
|
draft: false
|
||||||
# page title background image
|
# page title background image
|
||||||
bg_image: "images/backgrounds/page-title.png"
|
bg_image: "media/backgrounds/page-title.png"
|
||||||
# about image
|
# about image
|
||||||
image: "images/schule.png"
|
image: "media/schule.png"
|
||||||
# meta description
|
# meta description
|
||||||
description : "Das Georg-Cantor-Gymnasium - ein mathematisch-naturwissenschaftlich-technisches Gymnasium in Halle(Saale)"
|
description : "Das Georg-Cantor-Gymnasium - ein mathematisch-naturwissenschaftlich-technisches Gymnasium in Halle(Saale)"
|
||||||
---
|
---
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
title: "Der Weg zum GCG"
|
title: "Der Weg zum GCG"
|
||||||
draft: false
|
draft: false
|
||||||
# page title background image
|
# page title background image
|
||||||
bg_image: "images/backgrounds/page-title.png"
|
bg_image: "media/backgrounds/page-title.png"
|
||||||
type: "pages"
|
type: "pages"
|
||||||
layout: "single.html"
|
layout: "single.html"
|
||||||
---
|
---
|
||||||
@ -11,6 +11,6 @@ Seit der Gründung der Spezialschule 1988 hat sich die Aufnahmeprozedur für Sch
|
|||||||
|
|
||||||
Dieser Werdegang ist unten dargestellt:
|
Dieser Werdegang ist unten dargestellt:
|
||||||
|
|
||||||
![Wegbild](/images/about/wegbild.png)
|
![Wegbild](/media/about/wegbild.png)
|
||||||
|
|
||||||
{{< youtube IoinnnyrG0M >}}
|
{{< youtube IoinnnyrG0M >}}
|
||||||
|
@ -2,10 +2,10 @@
|
|||||||
title: "Über Georg Cantor"
|
title: "Über Georg Cantor"
|
||||||
draft: false
|
draft: false
|
||||||
# page title background image
|
# page title background image
|
||||||
bg_image: "images/backgrounds/page-title.png"
|
bg_image: "media/backgrounds/page-title.png"
|
||||||
---
|
---
|
||||||
|
|
||||||
![Cantor Kopf](/images/about/cantor-kopf.png)
|
![Cantor Kopf](/media/about/cantor-kopf.png)
|
||||||
|
|
||||||
Georg Cantor (03.03.1845 - 06.01.1918)
|
Georg Cantor (03.03.1845 - 06.01.1918)
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
title: "Chronologie"
|
title: "Chronologie"
|
||||||
draft: false
|
draft: false
|
||||||
# page title background image
|
# page title background image
|
||||||
bg_image: "images/backgrounds/page-title.png"
|
bg_image: "media/backgrounds/page-title.png"
|
||||||
type: "pages"
|
type: "pages"
|
||||||
layout: "single.html"
|
layout: "single.html"
|
||||||
---
|
---
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
title: "Odyssee des GCG - von der „Schimmelschule“ zum „Schmuckstück“"
|
title: "Odyssee des GCG - von der „Schimmelschule“ zum „Schmuckstück“"
|
||||||
draft: false
|
draft: false
|
||||||
# page title background image
|
# page title background image
|
||||||
bg_image: "images/backgrounds/page-title.png"
|
bg_image: "media/backgrounds/page-title.png"
|
||||||
type: "pages"
|
type: "pages"
|
||||||
layout: "single.html"
|
layout: "single.html"
|
||||||
---
|
---
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
title: "Traditionen"
|
title: "Traditionen"
|
||||||
draft: false
|
draft: false
|
||||||
# page title background image
|
# page title background image
|
||||||
bg_image: "images/backgrounds/page-title.png"
|
bg_image: "media/backgrounds/page-title.png"
|
||||||
type: "pages"
|
type: "pages"
|
||||||
layout: "single.html"
|
layout: "single.html"
|
||||||
---
|
---
|
||||||
@ -10,7 +10,7 @@ layout: "single.html"
|
|||||||
## 1. Der Cantorpreis
|
## 1. Der Cantorpreis
|
||||||
Seit 1995, dem Jahr des 150. Geburtstages Georg Cantors, wird jährlich ein herausragender Schüler bzw. eine herausragende Schülerin mit dem Cantorpreis geehrt. Die Preisträger erhalten einen vom Förderverein des Georg-Cantor-Gymnasiums gestifteten Zinnbecher mit Motiven der Stadt Halle und 150€ Preisgeld. Mit diesem Preis werden Schüler für besondere Leistungen und Engagement für unsere Schule ausgezeichnet. In den einzelnen Jahren unser Chronik werden die Cantorpreisträger vorgestellt
|
Seit 1995, dem Jahr des 150. Geburtstages Georg Cantors, wird jährlich ein herausragender Schüler bzw. eine herausragende Schülerin mit dem Cantorpreis geehrt. Die Preisträger erhalten einen vom Förderverein des Georg-Cantor-Gymnasiums gestifteten Zinnbecher mit Motiven der Stadt Halle und 150€ Preisgeld. Mit diesem Preis werden Schüler für besondere Leistungen und Engagement für unsere Schule ausgezeichnet. In den einzelnen Jahren unser Chronik werden die Cantorpreisträger vorgestellt
|
||||||
|
|
||||||
![Cantorpreis](/images/about/cantorpreis.png)
|
![Cantorpreis](/media/about/cantorpreis.png)
|
||||||
|
|
||||||
## 2. Die Kultur- und Wissenschaftswoche
|
## 2. Die Kultur- und Wissenschaftswoche
|
||||||
Im März, dem Geburtsmonat Georg Cantors, findet jährlich unsere Kultur- und Wissenschaftswoche statt. Traditionelle Elemente dieser Festwoche sind die WPA-Zwischenverteidigungen, die Galerie Cantor-Art, der musikalisch-literarische Abend, der Rezitatorenwettstreit sowie Vorträge, Veranstaltungen und Diskussionsrunden unterschiedlicher Art.
|
Im März, dem Geburtsmonat Georg Cantors, findet jährlich unsere Kultur- und Wissenschaftswoche statt. Traditionelle Elemente dieser Festwoche sind die WPA-Zwischenverteidigungen, die Galerie Cantor-Art, der musikalisch-literarische Abend, der Rezitatorenwettstreit sowie Vorträge, Veranstaltungen und Diskussionsrunden unterschiedlicher Art.
|
||||||
@ -26,28 +26,22 @@ wir möchten Euch die Weihnachtsbaumaktion vorstellen, für die jährlich die 10
|
|||||||
|
|
||||||
### Klasse 10/1:
|
### Klasse 10/1:
|
||||||
|
|
||||||
<div class="list-items">
|
{{% content %}}
|
||||||
<ul>
|
- besorgt den Baum
|
||||||
<li>besorgt den Baum</li>
|
- stellt ihn in terminlicher Absprache mit dem Hausmeister und der 10/2 auf
|
||||||
<li>stellt ihn in terminlicher Absprache mit dem Hausmeister und der 10/2 auf</li>
|
{{% /content %}}
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
### Klasse 10/2:
|
### Klasse 10/2:
|
||||||
|
|
||||||
<div class="list-items">
|
{{% content %}}
|
||||||
<ul>
|
- schmückt den Baum in Absprache mit Fr. Reinhardt (sie besitzt den Schmuck)
|
||||||
<li>schmückt den Baum in Absprache mit Fr. Reinhardt (sie besitzt den Schmuck)</li>
|
- zusätzlich zu den schon vorhandenen Materialien könnt Ihr dem Baum natürlich Euren persönlichen kreativen Touch geben
|
||||||
<li>zusätzlich zu den schon vorhandenen Materialien könnt Ihr dem Baum natürlich Euren persönlichen kreativen Touch geben</li>
|
{{% /content %}}
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
### Klasse 10/3:
|
### Klasse 10/3:
|
||||||
|
|
||||||
<div class="list-items">
|
{{% content %}}
|
||||||
<ul>
|
- schmückt den Baum in Absprache mit den Hausmeister (zwecks Entsorgung) am letzten Schultag nach dem Weihnachtssingen ab
|
||||||
<li>schmückt den Baum in Absprache mit den Hausmeister (zwecks Entsorgung) am letzten Schultag nach dem Weihnachtssingen ab</li>
|
{{% /content %}}
|
||||||
</div>
|
|
||||||
|
|
||||||
**Wichtiger Hinweis:** in den letzten Jahren haben es alle Eure Vorgänger geschafft, dass der geschmückte Baum vor dem 1. Advent uns alle erfreut
|
**Wichtiger Hinweis:** in den letzten Jahren haben es alle Eure Vorgänger geschafft, dass der geschmückte Baum vor dem 1. Advent uns alle erfreut
|
||||||
|
|
||||||
@ -60,4 +54,4 @@ Jährlich organisieren die 10. Klassen gemeinsam mit ihren Klassenlehrern das Sc
|
|||||||
|
|
||||||
In der Projektwoche 2011 setzte eine Gruppe von Cantorianern die Idee der Gestaltung eines Schulballs erstmallig um. Der erste Schulball in der Geschichte des GCG sollte im folgenden Herbst seine Premiere feiern.
|
In der Projektwoche 2011 setzte eine Gruppe von Cantorianern die Idee der Gestaltung eines Schulballs erstmallig um. Der erste Schulball in der Geschichte des GCG sollte im folgenden Herbst seine Premiere feiern.
|
||||||
|
|
||||||
![Eintrittskarte](/images/about/schulball.png)
|
![Eintrittskarte](/media/about/schulball.png)
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
title: "Signaturen der Zeit"
|
title: "Signaturen der Zeit"
|
||||||
draft: false
|
draft: false
|
||||||
# page title background image
|
# page title background image
|
||||||
bg_image: "images/backgrounds/page-title.png"
|
bg_image: "media/backgrounds/page-title.png"
|
||||||
type: "pages"
|
type: "pages"
|
||||||
layout: "single.html"
|
layout: "single.html"
|
||||||
---
|
---
|
||||||
@ -20,7 +20,7 @@ In späterer Zeit wurde dieser Wandel auf die populäre Kurzformel „Panta rhei
|
|||||||
|
|
||||||
## „Bedenke das Ende“
|
## „Bedenke das Ende“
|
||||||
|
|
||||||
![Bedenke das Ende](/images/about/bedenke-ende.png)
|
![Bedenke das Ende](/media/about/bedenke-ende.png)
|
||||||
|
|
||||||
Sirach 7, 40 steht:
|
Sirach 7, 40 steht:
|
||||||
Was du thust, (so) bedenke das Ende.
|
Was du thust, (so) bedenke das Ende.
|
||||||
@ -54,26 +54,26 @@ und mach uns zu Himmelserben!
|
|||||||
|
|
||||||
Dies ist der Originaltext eines Kirchenliedes, der in Abwandlung auf dem folgenden Bild zu sehen ist.
|
Dies ist der Originaltext eines Kirchenliedes, der in Abwandlung auf dem folgenden Bild zu sehen ist.
|
||||||
|
|
||||||
![Segenslied](/images/about/nichtlesbar.png)
|
![Segenslied](/media/about/nichtlesbar.png)
|
||||||
|
|
||||||
Deinen Ausgang segne Gott war das letzte, was die Schüler lasen, wenn sie die Schule verließen.
|
Deinen Ausgang segne Gott war das letzte, was die Schüler lasen, wenn sie die Schule verließen.
|
||||||
Dies zeigt den Schülern, dass sie auch auf ihren Wegen außerhalb der Schule unter Gottes Schutz standen.
|
Dies zeigt den Schülern, dass sie auch auf ihren Wegen außerhalb der Schule unter Gottes Schutz standen.
|
||||||
|
|
||||||
## „Erkenne dich selbst“
|
## „Erkenne dich selbst“
|
||||||
|
|
||||||
![Erkenne dich selbst](/images/about/erkenne.png)
|
![Erkenne dich selbst](/media/about/erkenne.png)
|
||||||
|
|
||||||
Am Tempel des Apoll in Delphi war in der Antike deutlich und für alle sichtbar ein kurzer und markanter Spruch zu lesen: "Gnothi Seautón" - "Erkenne dich selbst". Selbsterkenntnis, als tägliche Übung, sollte der Anfang sein, die Basis für jedes sinnvolle Denken über Gott und die Welt.
|
Am Tempel des Apoll in Delphi war in der Antike deutlich und für alle sichtbar ein kurzer und markanter Spruch zu lesen: "Gnothi Seautón" - "Erkenne dich selbst". Selbsterkenntnis, als tägliche Übung, sollte der Anfang sein, die Basis für jedes sinnvolle Denken über Gott und die Welt.
|
||||||
|
|
||||||
|
|
||||||
## „Licht, Liebe, Leben“
|
## „Licht, Liebe, Leben“
|
||||||
|
|
||||||
![Licht, Liebe, Leben](/images/about/licht.png)
|
![Licht, Liebe, Leben](/media/about/licht.png)
|
||||||
|
|
||||||
Unter den Forschern verschiedenster Disziplinen, die sich um die Erfassung Herders mühen, wird viel gestritten werden. Das darf kaum anders sein, so es sich hier um Wissenschaft handelt, die nach dem Motto verfährt: An allem ist zu zweifeln. Ein Grundsatz aber dürfte die mannigfaltigen Thesen und die unterschiedlichen Fächer einen: Herder als Gegenstand der Forschung läßt sich nur in einer gemeinsamen Anstrengung von Historikern und Theologen, Literaturwissenschaftlern und Philosophen erschließen. Dies lohnt sich, weil Herder, wie sein Wahlspruch „Licht, Liebe, Leben“ zusammenfasst, das Licht der theologisch-philosophischen Aufklärung, die Liebe, die aus dem reflektierten Glauben wirkt, und somit das humane Leben, das beides notwendig braucht, als Einheit erkannt hat. Diese Einheit und die klassische Fülle der Aspekte kann und darf aber nicht historistisch auf die Erforschung der Weimarer Klassik und ihres großen Ideengebers beschränkt bleiben. Wie behindert beschränkte Forschung bleibt, lässt sich an der Geschichte dieses Ortes und der Geschichte der früheren Nationalen Forschungs- und Gedenkstätten besonders gut ablesen. Darum halte ich die sich mehrenden Versuche von Universitätsleitungen in Deutschland für hoch gefährlich, die Theologie zu einem Steinbruch für Sparmaßnahmen zu machen, ja sie als Fakultät ganz abzuschaffen. Dies würde heute niemandem für die Fächer Physik und Chemie einfallen, die ähnliche Sorgen um ihre Studienanfänger hatten
|
Unter den Forschern verschiedenster Disziplinen, die sich um die Erfassung Herders mühen, wird viel gestritten werden. Das darf kaum anders sein, so es sich hier um Wissenschaft handelt, die nach dem Motto verfährt: An allem ist zu zweifeln. Ein Grundsatz aber dürfte die mannigfaltigen Thesen und die unterschiedlichen Fächer einen: Herder als Gegenstand der Forschung läßt sich nur in einer gemeinsamen Anstrengung von Historikern und Theologen, Literaturwissenschaftlern und Philosophen erschließen. Dies lohnt sich, weil Herder, wie sein Wahlspruch „Licht, Liebe, Leben“ zusammenfasst, das Licht der theologisch-philosophischen Aufklärung, die Liebe, die aus dem reflektierten Glauben wirkt, und somit das humane Leben, das beides notwendig braucht, als Einheit erkannt hat. Diese Einheit und die klassische Fülle der Aspekte kann und darf aber nicht historistisch auf die Erforschung der Weimarer Klassik und ihres großen Ideengebers beschränkt bleiben. Wie behindert beschränkte Forschung bleibt, lässt sich an der Geschichte dieses Ortes und der Geschichte der früheren Nationalen Forschungs- und Gedenkstätten besonders gut ablesen. Darum halte ich die sich mehrenden Versuche von Universitätsleitungen in Deutschland für hoch gefährlich, die Theologie zu einem Steinbruch für Sparmaßnahmen zu machen, ja sie als Fakultät ganz abzuschaffen. Dies würde heute niemandem für die Fächer Physik und Chemie einfallen, die ähnliche Sorgen um ihre Studienanfänger hatten
|
||||||
|
|
||||||
## „Streben ist Leben“
|
## „Streben ist Leben“
|
||||||
|
|
||||||
![Streben ist Leben](/images/about/streben.png)
|
![Streben ist Leben](/media/about/streben.png)
|
||||||
|
|
||||||
Dieser Spruch hat für Schulalltag die Bedeutung, dass die Schüler nach Wissen streben sollten, damit sie bessere Chancen in ihrem zukünftigen Leben haben. Somit ist das Streben eine Notwendigkeit fürs Leben.
|
Dieser Spruch hat für Schulalltag die Bedeutung, dass die Schüler nach Wissen streben sollten, damit sie bessere Chancen in ihrem zukünftigen Leben haben. Somit ist das Streben eine Notwendigkeit fürs Leben.
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
title: "Die Arbeit des Alumninetzwerkes"
|
title: "Die Arbeit des Alumninetzwerkes"
|
||||||
draft: false
|
draft: false
|
||||||
# page title background image
|
# page title background image
|
||||||
bg_image: "images/backgrounds/page-title.png"
|
bg_image: "media/backgrounds/page-title.png"
|
||||||
type: "pages-nocontent"
|
type: "pages-nocontent"
|
||||||
---
|
---
|
||||||
|
|
||||||
@ -22,14 +22,11 @@ Je nach Thema und Gast/Gästen wird es sich um Einzelvorträge, Diskussionsrunde
|
|||||||
|
|
||||||
Bei wir handelt es sich momentan hauptsächlich um:
|
Bei wir handelt es sich momentan hauptsächlich um:
|
||||||
|
|
||||||
<div class="list-items">
|
{{% content %}}
|
||||||
|
- **Lars Kasper & Stefan Schwarz (Jahrgang 2002)**
|
||||||
<ul>
|
- **Frau K. Schmidt & Herr Dr. A. Koch**
|
||||||
<li><b>Lars Kasper & Stefan Schwarz (Jahrgang 2002)</b></li>
|
- **3 aktuelle Schülervertreter**
|
||||||
<li><b>Frau K. Schmidt & Herr Dr. A. Koch</b></li>
|
{{% /content %}}
|
||||||
<li><b>3 aktuelle Schülervertreter</b></li>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
„Wir“ kann sich aber auch gerne erweitern, heißt also über Hilfe jeglicher Art freuen wir uns natürlich. Die Erörterung der Frage warum wir das eigentlich machen, ersparen wir uns. Kurz: Wir halten es für eine gute Idee ;-).
|
„Wir“ kann sich aber auch gerne erweitern, heißt also über Hilfe jeglicher Art freuen wir uns natürlich. Die Erörterung der Frage warum wir das eigentlich machen, ersparen wir uns. Kurz: Wir halten es für eine gute Idee ;-).
|
||||||
|
|
||||||
|
@ -2,9 +2,9 @@
|
|||||||
title: "Anmeldung"
|
title: "Anmeldung"
|
||||||
draft: false
|
draft: false
|
||||||
# page title background image
|
# page title background image
|
||||||
bg_image: "images/backgrounds/page-title.png"
|
bg_image: "media/backgrounds/page-title.png"
|
||||||
# image
|
# image
|
||||||
image: "images/about/about-page.jpg"
|
image: "media/about/about-page.jpg"
|
||||||
# meta description
|
# meta description
|
||||||
description : "Hier finden Sie die Informationen zur Anmeldung am Georg-Cantor-Gymnasium"
|
description : "Hier finden Sie die Informationen zur Anmeldung am Georg-Cantor-Gymnasium"
|
||||||
---
|
---
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
---
|
---
|
||||||
title: CantorTechnik AG
|
title: CantorTechnik AG
|
||||||
bg_image: /images/slide1.jpg
|
bg_image: /media/slide1.jpg
|
||||||
description: " "
|
description: " "
|
||||||
email: cantortechnik@protonmail.com
|
email: cantortechnik@protonmail.com
|
||||||
image: /images/icon.png
|
image: /media/icon.png
|
||||||
social:
|
social:
|
||||||
- icon: ti-youtube
|
- icon: ti-youtube
|
||||||
link: https://www.youtube.com/channel/UCFCJdxg2D9RXH0qjZ8MMw1g
|
link: https://www.youtube.com/channel/UCFCJdxg2D9RXH0qjZ8MMw1g
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
---
|
---
|
||||||
title: "Denys Konovalov"
|
title: "Denys Konovalov"
|
||||||
# page title background image
|
# page title background image
|
||||||
bg_image: /images/slide1.jpg
|
bg_image: /media/slide1.jpg
|
||||||
# meta description
|
# meta description
|
||||||
description : ""
|
description : ""
|
||||||
email: "denys.konovalov@pm.me"
|
email: "denys.konovalov@pm.me"
|
||||||
# portrait
|
# portrait
|
||||||
image: "images/people/dkonovalov.png"
|
image: "media/people/dkonovalov.png"
|
||||||
social:
|
social:
|
||||||
- icon : "ti-twitter-alt" # themify icon pack : https://themify.me/themify-icons
|
- icon : "ti-twitter-alt" # themify icon pack : https://themify.me/themify-icons
|
||||||
link : "https://twitter.com/LXDB_DE"
|
link : "https://twitter.com/LXDB_DE"
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
title: Aktuelles
|
title: Aktuelles
|
||||||
bg_image: images/backgrounds/page-title.png
|
bg_image: media/backgrounds/page-title.png
|
||||||
description: Hier finden Sie die aktuelen Beiträge aus dem Schulblog.
|
description: Hier finden Sie die aktuelen Beiträge aus dem Schulblog.
|
||||||
---
|
---
|
||||||
|
@ -2,9 +2,9 @@
|
|||||||
title: Entwicklung neuer Website
|
title: Entwicklung neuer Website
|
||||||
date: 2020-07-18T09:08:19.267Z
|
date: 2020-07-18T09:08:19.267Z
|
||||||
draft: false
|
draft: false
|
||||||
bg_image: images/backgrounds/page-title.png
|
bg_image: media/backgrounds/page-title.png
|
||||||
description: Seit mehreren Tagen ist die neue Schulwebsite in Entwicklung.
|
description: Seit mehreren Tagen ist die neue Schulwebsite in Entwicklung.
|
||||||
image: images/image.png
|
image: media/image.png
|
||||||
author: Denys Konovalov
|
author: Denys Konovalov
|
||||||
categories:
|
categories:
|
||||||
- Digitalisierung
|
- Digitalisierung
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
title: "Cantorfora"
|
title: "Cantorfora"
|
||||||
draft: false
|
draft: false
|
||||||
# page title background image
|
# page title background image
|
||||||
bg_image: "images/backgrounds/page-title.png"
|
bg_image: "media/backgrounds/page-title.png"
|
||||||
# meta description
|
# meta description
|
||||||
---
|
---
|
||||||
|
|
||||||
|
@ -3,9 +3,9 @@ title: "1. Cantorforum"
|
|||||||
tenrange: "0"
|
tenrange: "0"
|
||||||
draft: false
|
draft: false
|
||||||
# page title background image
|
# page title background image
|
||||||
bg_image: "images/backgrounds/page-title.png"
|
bg_image: "media/backgrounds/page-title.png"
|
||||||
# course thumbnail
|
# course thumbnail
|
||||||
image: "images/cantorfora/cantorforum_e01.bmp"
|
image: "media/cantorfora/cantorforum_e01.bmp"
|
||||||
description: "''Auf den Spuren von Georg Cantor'' von Dr. Helmut Podhaisky und Dr. Alf Gerisch"
|
description: "''Auf den Spuren von Georg Cantor'' von Dr. Helmut Podhaisky und Dr. Alf Gerisch"
|
||||||
---
|
---
|
||||||
|
|
||||||
@ -19,4 +19,4 @@ Das nächste Forum wird in der Festwoche im März stattfinden, wer eingeladen wi
|
|||||||
|
|
||||||
Thomas Tannert, 2009
|
Thomas Tannert, 2009
|
||||||
|
|
||||||
{{< gallery dir="/images/cantorfora/cantorforum_1" />}}{{< load-photoswipe >}}
|
{{< gallery dir="/media/cantorfora/cantorforum_1" />}}{{< load-photoswipe >}}
|
||||||
|
@ -3,9 +3,9 @@ title: "10. Cantorforum"
|
|||||||
tenrange: "1"
|
tenrange: "1"
|
||||||
draft: false
|
draft: false
|
||||||
# page title background image
|
# page title background image
|
||||||
bg_image: "images/backgrounds/page-title.png"
|
bg_image: "media/backgrounds/page-title.png"
|
||||||
# course thumbnail
|
# course thumbnail
|
||||||
image: "images/cantorfora/cantorforum_e10.bmp"
|
image: "media/cantorfora/cantorforum_e10.bmp"
|
||||||
description: "''Technik und Traditon in Korea'' Paula Hähndel und Dorothee Henke"
|
description: "''Technik und Traditon in Korea'' Paula Hähndel und Dorothee Henke"
|
||||||
---
|
---
|
||||||
|
|
||||||
@ -25,4 +25,4 @@ Zum Schluss sagen wir heute statt „Danke, Anke!“ einfach mal:
|
|||||||
|
|
||||||
Nikolas Weigt, 2012
|
Nikolas Weigt, 2012
|
||||||
|
|
||||||
{{< gallery dir="/images/cantorfora/cantorforum_10" />}}{{< load-photoswipe >}}
|
{{< gallery dir="/media/cantorfora/cantorforum_10" />}}{{< load-photoswipe >}}
|
||||||
|
@ -3,9 +3,9 @@ title: "11. Cantorforum"
|
|||||||
tenrange: "1"
|
tenrange: "1"
|
||||||
draft: false
|
draft: false
|
||||||
# page title background image
|
# page title background image
|
||||||
bg_image: "images/backgrounds/page-title.png"
|
bg_image: "media/backgrounds/page-title.png"
|
||||||
# course thumbnail
|
# course thumbnail
|
||||||
image: "images/cantorfora/cantorforum_e11.png"
|
image: "media/cantorfora/cantorforum_e11.png"
|
||||||
description: "Susann Brosig: In 10 Schritten zum Helden"
|
description: "Susann Brosig: In 10 Schritten zum Helden"
|
||||||
---
|
---
|
||||||
|
|
||||||
@ -25,4 +25,4 @@ Experten sind die meisten leider immer noch nicht: Ich ging mit schlechtem Beisp
|
|||||||
|
|
||||||
Nikolas Weigt 2012
|
Nikolas Weigt 2012
|
||||||
|
|
||||||
{{< gallery dir="/images/cantorfora/cantorforum_11" />}}{{< load-photoswipe >}}
|
{{< gallery dir="/media/cantorfora/cantorforum_11" />}}{{< load-photoswipe >}}
|
||||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user