17 changed files with 175 additions and 44 deletions
-
2Makefile
-
1content/blog/01_new_page_de.md
-
BINcontent/images_org/de.jpg
-
BINcontent/images_org/en.jpg
-
0content/pages/about_de.md
-
27content/pages/gallery/index_de.md
-
15content/pages/gallery/index_en.md
-
1content/pages/impressum_de.md
-
3content/pages/index_de.md
-
20content/pages/index_en.md
-
1content/pages/projects/01_3d_printer.md
-
3content/pages/projects/projects.md
-
49pelicanconf.py
-
8plugins/i18n_subsites/i18n_subsites.py
-
43plugins/lightgallery/lightgallery.py
-
33themes/minimal/static/css/lang.css
-
13themes/minimal/templates/base.html
After Width: 34 | Height: 20 | Size: 539 B |
After Width: 34 | Height: 20 | Size: 1.4 KiB |
@ -0,0 +1,27 @@ |
|||||
|
title: Gallery |
||||
|
author: Philipp Schönberger |
||||
|
url: gallery/index.html |
||||
|
save_as: gallery/index.html |
||||
|
lang: en |
||||
|
template: page |
||||
|
|
||||
|
|
||||
|
Here you find latest pictures i am willing to share. Enjoy the views. |
||||
|
|
||||
|
[lightgallery |
||||
|
/images/gallery/IMG_3184.jpg, neighbour cat ; |
||||
|
/images/gallery/IMG_3364.jpg, red-tailed bumblebee at a cornflower ; |
||||
|
/images/gallery/IMG_3386.jpg, garden bumblebee at a cornflower ; |
||||
|
/images/gallery/IMG_3414.jpg, garden bumblebee at a cornflower ; |
||||
|
/images/gallery/IMG_3477.jpg ; |
||||
|
/images/gallery/IMG_3483.jpg, thistle ; |
||||
|
/images/gallery/IMG_3559.jpg, carolina rose ; |
||||
|
/images/gallery/IMG_8722.jpg, hotel in south denmark ; |
||||
|
/images/gallery/IMG_9037.jpg, sailingboat of the fisherman ; |
||||
|
/images/gallery/IMG_9097.jpg, sailingboat ; |
||||
|
/images/gallery/IMG_9136.jpg, sunrise in Denmark ; |
||||
|
/images/gallery/IMG_9137.jpg, sunrise in Denmark ; |
||||
|
/images/gallery/IMG_9393.jpg, harbour of grömitz at night; |
||||
|
lightgalleryend] |
||||
|
|
||||
|
this is some gallery: |
@ -1,6 +1,7 @@ |
|||||
title: Impressum |
title: Impressum |
||||
authors: Philipp Schönberger |
authors: Philipp Schönberger |
||||
url: impressum.html |
url: impressum.html |
||||
|
lang: de |
||||
save_as: impressum.html |
save_as: impressum.html |
||||
|
|
||||
Haftungsausschluss (Disclaimer) |
Haftungsausschluss (Disclaimer) |
@ -1,7 +1,6 @@ |
|||||
title: home |
title: home |
||||
author: Philipp Schönberger |
author: Philipp Schönberger |
||||
url: index.html |
|
||||
save_as: index.html |
|
||||
|
lang: de |
||||
template: page |
template: page |
||||
|
|
||||
Welcome to my webpage. |
Welcome to my webpage. |
@ -0,0 +1,20 @@ |
|||||
|
title: home |
||||
|
author: Philipp Schönberger |
||||
|
lang: en |
||||
|
template: page |
||||
|
|
||||
|
Welcome to my webpage. |
||||
|
|
||||
|
It contains things I work or worked on and lot of other things I had fun with. |
||||
|
|
||||
|
I’m Philipp Schönberger born in in Zeitz(Germany) within the 1988. |
||||
|
In Constance I made my bachelor degree within ‘computer engineering‘. |
||||
|
Afterwards I absolved my master degree within the ‘robotics and intelligent embedded systems‘ in Lübeck. |
||||
|
Currently I am employed as software engineer/architect for a satellite aided router in Germany near the Lake Constance. |
||||
|
|
||||
|
Enjoy your stay. |
||||
|
|
||||
|
## Contact ## |
||||
|
|
||||
|
* Email: mail@phschoen.de |
||||
|
* Address: Check the WHOIS record. |
@ -0,0 +1,33 @@ |
|||||
|
.langmenu > .active { |
||||
|
opacity: 1; |
||||
|
} |
||||
|
|
||||
|
.langmenu > .passive { |
||||
|
opacity: 0.5; |
||||
|
} |
||||
|
|
||||
|
.langmenu > a:hover { |
||||
|
opacity: 1; |
||||
|
} |
||||
|
|
||||
|
.langmenu > a > img { |
||||
|
height:25px; |
||||
|
width: 30px; |
||||
|
} |
||||
|
.langmenu > a { |
||||
|
height:25px; |
||||
|
width: 100px; |
||||
|
} |
||||
|
.langmenu { |
||||
|
width: 120px; |
||||
|
height: 40px; |
||||
|
/* margin-top: 10px; */ |
||||
|
/* text-align: left; */ |
||||
|
/* position: absolute; */ |
||||
|
/* left: 100%; */ |
||||
|
/* top: 0; */ |
||||
|
/* left: 0%; */ |
||||
|
/* margin-left: -10px; */ |
||||
|
/* margin-top: -10px; */ |
||||
|
} |
||||
|
|
Write
Preview
Loading…
Cancel
Save
Reference in new issue