Skip to content

Commit

Permalink
Updated texts
Browse files Browse the repository at this point in the history
  • Loading branch information
Florentin committed Jun 18, 2019
1 parent 33163b4 commit 91fd6d0
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 31 deletions.
14 changes: 3 additions & 11 deletions assets/css/style.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion assets/css/style.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 3 additions & 10 deletions assets/css/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ p {
hyphens: auto;

b {
font-weight: 600;
font-weight: 700;
}
}

Expand Down Expand Up @@ -78,13 +78,9 @@ section#paypal {

section#limited {
background: linear-gradient(90deg, #478CBE, #59E4DA);
position: fixed;
width: 100%;
padding: 0.8rem 1.8rem;
text-align: center;
top: 0;
right: 0;
left: 0;
box-sizing: border-box;

p {
Expand All @@ -98,7 +94,8 @@ section#limited {


section#product {
min-height: 100vh;
margin: 2rem 0;
min-height: 80vh;
display: flex;
align-items: center;
justify-content: center;
Expand All @@ -110,10 +107,6 @@ section#product {
@media only screen and (max-width: 860px) {
flex-direction: column;

section.image {
margin-top: 6rem;
}

section.text {
margin-left: 0 !important;
}
Expand Down
12 changes: 8 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,16 @@
<h1>Das designhub T-Shirt</h1>
</header>
<main>

<p>Danke für über 2 Jahre designhub.</p>
<p>
Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore
</p>
<p>
Dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo.
Als Erinnerung an die geile Zeit haben wir ein eigenes T-
Shirt rausgebracht, das alles einfach
perfekt
zusammenfasst.
</p>
<p>Bei dem Preis von 15€ handelt es sich um eine Einschätzung der anfallenden Kosten. Insofern die
tatsächlichen Kosten niedriger als der aktuelle Preis sind, wird der übrige Betrag via PayPal erstattet.</p>
</main>
<footer>
<a href="paypal.html" class="button">Will ich</a>
Expand Down
7 changes: 2 additions & 5 deletions paypal.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,8 @@
<h1>Weiter geht's zu PayPal...</h1>
</header>
<main>
<p>Schreibe uns im Feld "Mitteilung" deine Adresse sowie Größe des T-Shirts. Dein T-Shirt wird versendet, sobald
der
Vorbestellungszeitraum abgeschlossen ist.</p>
<p>Bei dem Preis von 15€ handelt es sich um eine Einschätzung der anfallenden Kosten. Insofern die tatsächlciehn
Kosten niedriger als der Angebotspreis sind, wird der übrige Betrag via PayPal erstattet.</p>
<p>Schreibe uns im Feld "Mitteilung" deine Adresse sowie Größe des T-Shirts. Dein T-Shirt wird versendet,
sobald der Vorbestellungszeitraum beendet ist.</p>
</main>
<footer>
<a href="https://www.paypal.me/juttawalter/15" class="button">Zu PayPal</a>
Expand Down

0 comments on commit 91fd6d0

Please sign in to comment.