Useless home text change.

This commit is contained in:
Marcus Scholz 2020-09-04 21:57:29 +02:00
parent a3abe842b3
commit 8a79068ba6
5 changed files with 21 additions and 18 deletions

View File

@ -3,6 +3,8 @@
{{> @headline headline=headline}}
</header>
<div class="LP-TextSection__Text">
{{> @paragraph text=text}}
{{#each paragraphs}}
{{> @paragraph text=this}}
{{/each}}
</div>
</article>

View File

@ -1,7 +1,7 @@
.LP-TextSection{
margin-right: 25%;
.LP-Link{
font-family: $-primary-serif-font;
margin: 0 3px;
padding: 4px 4px;
}

View File

@ -1,5 +1,8 @@
{
"context":{
"paragraphs": [
"Welcome to our Urban Exploration community catalogue, explorer", "We strictly follow our UrBex codex and expect you to do so, too.", "You can create, view and share your favorite lost places with other members of this site. You can upload photos, place links to your web galleries and contribute your knowledge by tagging other places or commenting on them. You will find detailed information on where these locations are, how to get there and what to expect from them. This might even include detailed information on the surroundings or the history of a lost place.", "Since vandalism is a growing problem these days, no sensitive information is available to the public. You have to sign up with a voucher code as an invitation to join this community. Only admins can create these codes. Usually you are given a code when we know you in real life in person. A request from an unknown person will most probably be denied."
],
"places": [
{
"image": "/images/photo_2020-04-09_18-27-13.jpg",

View File

@ -1,5 +1,3 @@
{{> @textsection headline='At vero eos et accusam et justo duo dolores' text='Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.'}}
{{> @textsection headline='Start'}}
{{> @placegrid places=places}}
Icons made by <a class="LP-Link" href="https://www.flaticon.com/authors/freepik" title="Freepik">Freepik</a> from <a href="https://www.flaticon.com/" title="Flaticon"> www.flaticon.com</a>

View File

@ -1493,19 +1493,19 @@ body {
padding: 0;
margin-bottom: 25px; } }
.LP-TextSection {
margin-right: 25%; }
.LP-TextSection .LP-Link {
margin: 0 3px;
padding: 4px 4px; }
.LP-TextSection .LP-UnorderedList {
font-family: "Crimson Text", Times, serif;
font-size: 1.4rem; }
.LP-TextSection .LP-UnorderedList li {
margin-bottom: 0.75em;
list-style-type: square;
margin-left: 2em;
padding-left: 1em; }
.LP-TextSection .LP-Link {
font-family: "Crimson Text", Times, serif;
margin: 0 3px;
padding: 4px 4px; }
.LP-TextSection .LP-UnorderedList {
font-family: "Crimson Text", Times, serif;
font-size: 1.4rem; }
.LP-TextSection .LP-UnorderedList li {
margin-bottom: 0.75em;
list-style-type: square;
margin-left: 2em;
padding-left: 1em; }
.tagify {
display: flex;