diff --git a/components/04_Templates/_templates.scss b/components/04_Templates/_templates.scss index 97c7eb7..18b0a45 100644 --- a/components/04_Templates/_templates.scss +++ b/components/04_Templates/_templates.scss @@ -1,2 +1,2 @@ @import 'home/home'; -@import 'placeOverview/placeOverview'; \ No newline at end of file +@import 'placeDetail/placeDetail'; \ No newline at end of file diff --git a/components/04_Templates/placeOverview/_placeOverview.scss b/components/04_Templates/placeOverview/_placeOverview.scss deleted file mode 100644 index a2e4536..0000000 --- a/components/04_Templates/placeOverview/_placeOverview.scss +++ /dev/null @@ -1,71 +0,0 @@ -.LP-PlaceOverview{ - .LP-PlaceOverview__Info{ - - .LP-PlaceOveriew__Image{ - width: 700px; - max-height: 500px; - box-shadow: 0 0 10px $-grey; - object-fit: cover; - object-position: 0 0; - - float: right; - margin-left: 35px; - margin-bottom: 35px; - overflow: hidden; - } - .LP-PlaceOverView__Description{ - padding: 0px; - position: relative; - top: -15px; - - .LP-Headline{ - position: relative; - top: 15px; - margin-bottom: 30px; - } - } - } - - .LP-PlaceOverView__ImageList{ - list-style-type: none; - display: grid; - grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); - margin: 0px; - padding: 0px; - - .LP-PlaceOverView__ImageItem{ - margin-top:10px; - - .LP-Link{ - overflow: hidden; - } - - .LP-Image { - box-shadow: 0 0 5px $-grey; - height: 200px; - width: 290px; - object-fit: cover; - } - } - } - -} - -@media (max-width: $-viewport-normal){ - .LP-PlaceOverview{ - .LP-PlaceOverview__Info{ - - .LP-TextSection{ - margin-top: 30px; - } - - .LP-PlaceOveriew__Image{ - float: none; - width: 100%; - height: auto; - margin: 0; - padding: 0; - } - } - } -} \ No newline at end of file diff --git a/components/04_Templates/placeOverview/placeOverview.config.json b/components/04_Templates/placeOverview/placeOverview.config.json deleted file mode 100644 index 4264502..0000000 --- a/components/04_Templates/placeOverview/placeOverview.config.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "context": { - "images": [ - "/images/Bildschirmfoto_von_2020-07-13_11-03-07.png", - "/images/photo_2020-05-02_18-11-21.jpg", - "/images/Bildschirmfoto_von_2020-07-13_20-15-00.png", - "/images/photo_2020-05-02_18-11-21.jpg", - "/images/Bildschirmfoto_von_2020-07-13_11-03-07.png" - ] - } -} \ No newline at end of file diff --git a/components/04_Templates/placeOverview/placeOverview.hbs b/components/04_Templates/placeOverview/placeOverview.hbs deleted file mode 100644 index b90b8be..0000000 --- a/components/04_Templates/placeOverview/placeOverview.hbs +++ /dev/null @@ -1,49 +0,0 @@ -
-
-
- {{> @headline--main headline='Kokerei Wiescherhöfen'}} -
-
- {{> @image source='/images/Bildschirmfoto_von_2020-07-13_20-15-00.png'}} -
-
-
- {{> @paragraph text='Do you see any Teletubbies in here? Do you see a slender plastic tag clipped to my shirt with my name printed on it? Do you see a little Asian child with a blank expression on his face sitting outside on a mechanical helicopter that shakes when you put quarters in it? No? Well, thats what you see at a toy store. And you must think youre in a toy store, because youre here shopping for an infant named Jeb. My moneys in that office, right? If she start giving me some bullshit about it aint there, and we got to go someplace else and get it, Im gonna shoot you in the head then and there. Then Im gonna shoot that bitch in the kneecaps, find out where my goddamn money is. She gonna tell me too. Hey, look at me when Im talking to you, motherfucker. You listen: we go in there, and that nigga Winston or anybody else is in there, you the first motherfucker to get shot. You understand? - - Do you see any Teletubbies in here? Do you see a slender plastic tag clipped to my shirt with my name printed on it? Do you see a little Asian child with a blank expression on his face sitting outside on a mechanical helicopter that shakes when you put quarters in it? No? Well, thats what you see at a toy store. And you must think youre in a toy store, because youre here shopping for an infant named Jeb.Do you see any Teletubbies in here? Do you see a slender plastic tag clipped to my shirt with my name printed on it? Do you see a little Asian child with a blank expression on his face sitting outside on a mechanical helicopter that shakes when you put quarters in it? No? Well, thats what you see at a toy store. And you must think youre in a toy store, because youre here shopping for an infant named Jeb. My moneys in that office, right? If she start giving me some bullshit about it aint there, and we got to go someplace else and get it, Im gonna shoot you in the head then and there. Then Im gonna shoot that bitch in the kneecaps, find out where my goddamn money is. She gonna tell me too. Hey, look at me when Im talking to you, motherfucker. You listen: we go in there, and that nigga Winston or anybody else is in there, you the first motherfucker to get shot. You understand? - - Do you see any Teletubbies in here? Do you see a slender plastic tag clipped to my shirt with my name printed on it? Do you see a little Asian child with a blank expression on his face sitting outside on a mechanical helicopter that shakes when you put quarters in it? No? Well, thats what you see at a toy store. And you must think youre in a toy store, because youre here shopping for an infant named Jeb.'}} -
-
-
-
- {{> @headline headline='Sicherheitsmaßnahmen'}} -
-
- {{> @taglist}} -
-
-
-
- {{> @headline headline='Links'}} -
-
- {{> @linklist}} -
-
-
-
- {{> @headline headline='Bilder'}} -
-
-
    - {{#each images}} -
  • - -
  • - {{/each}} -
-
-
-
-
\ No newline at end of file diff --git a/components/05_Pages/_pages.scss b/components/05_Pages/_pages.scss index c9c9f07..02c0714 100644 --- a/components/05_Pages/_pages.scss +++ b/components/05_Pages/_pages.scss @@ -1 +1 @@ -@import 'placeDetail/placeDetail'; \ No newline at end of file +@import 'place/place'; \ No newline at end of file diff --git a/components/05_Pages/placeDetail/_placeDetail.scss b/components/05_Pages/place/_place.scss similarity index 100% rename from components/05_Pages/placeDetail/_placeDetail.scss rename to components/05_Pages/place/_place.scss diff --git a/components/05_Pages/placeDetail/placeDetail.config.json b/components/05_Pages/place/place.config.json similarity index 100% rename from components/05_Pages/placeDetail/placeDetail.config.json rename to components/05_Pages/place/place.config.json diff --git a/components/05_Pages/placeDetail/placeDetail.hbs b/components/05_Pages/place/place.hbs similarity index 83% rename from components/05_Pages/placeDetail/placeDetail.hbs rename to components/05_Pages/place/place.hbs index 36e86c2..260beaa 100644 --- a/components/05_Pages/placeDetail/placeDetail.hbs +++ b/components/05_Pages/place/place.hbs @@ -4,6 +4,6 @@ {{> @navigation modifier='--sidebar'}}
- {{> @placeoverview}} + {{> @placedetail}}
\ No newline at end of file