Ja...
This commit is contained in:
14
components/03_Organisms/placeGrid/_placeGrid.scss
Normal file
14
components/03_Organisms/placeGrid/_placeGrid.scss
Normal file
@@ -0,0 +1,14 @@
|
||||
.LP-Place__Grid{
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
list-style-type: none;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
flex-wrap: wrap;
|
||||
|
||||
.LP-Place__Item{
|
||||
margin: 0 15px;
|
||||
|
||||
margin-bottom: 50px;
|
||||
}
|
||||
}
|
1
components/03_Organisms/placeGrid/placeGrid.config.json
Normal file
1
components/03_Organisms/placeGrid/placeGrid.config.json
Normal file
@@ -0,0 +1 @@
|
||||
{}
|
35
components/03_Organisms/placeGrid/placeGrid.hbs
Normal file
35
components/03_Organisms/placeGrid/placeGrid.hbs
Normal file
@@ -0,0 +1,35 @@
|
||||
<div class="LP-Content">
|
||||
{{> @headline headline='Explorere the latest locations'}}
|
||||
<ul class="LP-Place__Grid">
|
||||
<li class="LP-Place__Item">
|
||||
{{> @place image='/images/photo_2020-04-09_18-27-13.jpg' title='Haus Maikotten' location='Münster (westfalen)' }}
|
||||
</li>
|
||||
<li class="LP-Place__Item">
|
||||
{{> @place image='/images/Bildschirmfoto_von_2020-07-13_11-03-07.png' title='Kokerei in Hamm' location='Hamm (westfalen)' }}
|
||||
</li>
|
||||
<li class="LP-Place__Item">
|
||||
{{> @place image='/images/Bildschirmfoto_von_2020-07-13_20-15-00.png' title='Noch ein Zementwerk' location='Beckum (Westfalen)' }}
|
||||
</li>
|
||||
<li class="LP-Place__Item">
|
||||
{{> @place image='/images/photo_2020-05-02_18-11-21.jpg' title='Zementwerk Mersmann' location='Beckum (Westfalen)' }}
|
||||
</li>
|
||||
<li class="LP-Place__Item">
|
||||
{{> @place image='/images/Bildschirmfoto_von_2020-07-13_20-15-00.png' title='Noch ein Zementwerk' location='Beckum (Westfalen)' }}
|
||||
</li>
|
||||
<li class="LP-Place__Item">
|
||||
{{> @place image='/images/photo_2020-04-09_18-27-13.jpg' title='Haus Maikotten' location='Münster (westfalen)' }}
|
||||
</li>
|
||||
<li class="LP-Place__Item">
|
||||
{{> @place image='/images/Bildschirmfoto_von_2020-07-13_20-15-00.png' title='Noch ein Zementwerk' location='Beckum (Westfalen)' }}
|
||||
</li>
|
||||
<li class="LP-Place__Item">
|
||||
{{> @place image='/images/photo_2020-05-02_18-11-21.jpg' title='Zementwerk Mersmann' location='Beckum (Westfalen)' }}
|
||||
</li>
|
||||
<li class="LP-Place__Item">
|
||||
{{> @place image='/images/Bildschirmfoto_von_2020-07-13_20-15-00.png' title='Noch ein Zementwerk' location='Beckum (Westfalen)' }}
|
||||
</li>
|
||||
<li class="LP-Place__Item">
|
||||
{{> @place image='/images/Bildschirmfoto_von_2020-07-13_11-03-07.png' title='Kokerei in Hamm' location='Hamm (westfalen)' }}
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
Reference in New Issue
Block a user