diff --git a/frontend/assets/img/bg_frabig.jpg b/frontend/assets/img/bg_frabig.jpg new file mode 100644 index 0000000..eb8577c Binary files /dev/null and b/frontend/assets/img/bg_frabig.jpg differ diff --git a/frontend/assets/img/bg_holz.jpg b/frontend/assets/img/bg_holz.jpg new file mode 100644 index 0000000..bde7f8e Binary files /dev/null and b/frontend/assets/img/bg_holz.jpg differ diff --git a/frontend/assets/img/bg_holz_bunt_senkrecht.jpg b/frontend/assets/img/bg_holz_bunt_senkrecht.jpg new file mode 100644 index 0000000..2b9d73e Binary files /dev/null and b/frontend/assets/img/bg_holz_bunt_senkrecht.jpg differ diff --git a/frontend/assets/img/bg_kc_holz.jpg b/frontend/assets/img/bg_kc_holz.jpg new file mode 100644 index 0000000..6a0fb65 Binary files /dev/null and b/frontend/assets/img/bg_kc_holz.jpg differ diff --git a/frontend/assets/img/favicon.ico b/frontend/assets/img/favicon.ico index 9910c61..0985691 100644 Binary files a/frontend/assets/img/favicon.ico and b/frontend/assets/img/favicon.ico differ diff --git a/frontend/assets/img/favicon.png b/frontend/assets/img/favicon.png new file mode 100644 index 0000000..3a36ba6 Binary files /dev/null and b/frontend/assets/img/favicon.png differ diff --git a/frontend/assets/img/header-bg.jpg b/frontend/assets/img/header-bg.jpg index 3dfb423..0d95672 120000 --- a/frontend/assets/img/header-bg.jpg +++ b/frontend/assets/img/header-bg.jpg @@ -1 +1 @@ -ring_am_strand.jpg \ No newline at end of file +bg_kc_holz.jpg \ No newline at end of file diff --git a/frontend/assets/img/holz_strucktur.jpg b/frontend/assets/img/holz_strucktur.jpg new file mode 100644 index 0000000..c283b35 Binary files /dev/null and b/frontend/assets/img/holz_strucktur.jpg differ diff --git a/frontend/assets/img/kc.svg b/frontend/assets/img/kc.svg index e4da58b..cfba5fd 100644 --- a/frontend/assets/img/kc.svg +++ b/frontend/assets/img/kc.svg @@ -7,41 +7,41 @@ xmlns="http://www.w3.org/2000/svg" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - inkscape:export-ydpi="300" - inkscape:export-xdpi="300" - inkscape:export-filename="/home/titzi/hochzeit/KC_font/KC_bw.png" - sodipodi:docname="kc.svg" - inkscape:version="1.0 (4035a4fb49, 2020-05-01)" - id="svg24622" - version="1.1" - viewBox="0 0 44.045376 48.926971" + width="44.045376mm" height="48.926971mm" - width="44.045376mm"> + viewBox="0 0 44.045376 48.926971" + version="1.1" + id="svg24622" + inkscape:version="1.0 (4035a4fb49, 2020-05-01)" + sodipodi:docname="kc.svg" + inkscape:export-filename="/home/titzi/hochzeit/KC_font/KC_bw.png" + inkscape:export-xdpi="300" + inkscape:export-ydpi="300"> + inkscape:window-x="0" + inkscape:window-height="1041" + inkscape:window-width="1918" + showgrid="false" + inkscape:document-rotation="0" + inkscape:current-layer="layer1" + inkscape:document-units="mm" + inkscape:cy="76.883738" + inkscape:cx="118.68372" + inkscape:zoom="2.4280109" + inkscape:pageshadow="2" + inkscape:pageopacity="0.0" + borderopacity="1.0" + bordercolor="#666666" + pagecolor="#ffffff" + id="base" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> @@ -55,28 +55,23 @@ - - - - + inkscape:label="Layer 1" + transform="translate(-0.12986281,-0.0640909)"> + + diff --git a/frontend/css/styles.css b/frontend/css/styles.css index 1e8335d..c7bc695 100644 --- a/frontend/css/styles.css +++ b/frontend/css/styles.css @@ -64,7 +64,8 @@ body { font-size: 1rem; font-weight: 400; line-height: 1.5; - color: #212529; + /* color: #212529; */ + color: #3e0006 ; text-align: left; background-color: #fff; } @@ -159,12 +160,15 @@ sup { } a { - color: #fed136; + /* color: #fed136; */ + /* color: #f7ae70; */ + color: #6c757d; text-decoration: none; background-color: transparent; } a:hover { - color: #e6b301; + /* color: #e6b301; */ + color: #f7bd73; text-decoration: underline; } @@ -360,8 +364,8 @@ template { h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { margin-bottom: 0.5rem; - font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; - font-weight: 700; + font-family: "Pacifico", cursive; + font-weight: 600; line-height: 1.2; } @@ -2475,18 +2479,22 @@ fieldset:disabled a.btn { .btn-primary { color: #fff; - background-color: #fed136; - border-color: #fed136; + /* background-color: #fed136; */ + /* border-color: #fed136; */ + background-color: #f7bd73ff; + border-color: #f7bd73ff; + font-family: 'Pacifico', cursive; + color: #3e0006ff } .btn-primary:hover { - color: #fff; - background-color: #fec810; - border-color: #fec503; + color: #6c757d; + background-color: #f7ae70ff; + border-color: #f7ae70ff; } .btn-primary:focus, .btn-primary.focus { color: #fff; - background-color: #fec810; - border-color: #fec503; + background-color: #f7ae70ff; + border-color: #f7ae70ff; box-shadow: 0 0 0 0.2rem rgba(254, 216, 84, 0.5); } .btn-primary.disabled, .btn-primary:disabled { @@ -6159,7 +6167,11 @@ button.bg-danger:focus { } .bg-light { - background-color: #f8f9fa !important; + background-color: #f8f9fa !important; +} + +.bg-light-transparent { + background-color: #f8f9fa80 !important; } a.bg-light:hover, a.bg-light:focus, @@ -6169,7 +6181,7 @@ button.bg-light:focus { } .bg-dark { - background-color: #343a40 !important; + background-color: #3e0006 !important; } a.bg-dark:hover, a.bg-dark:focus, @@ -9801,11 +9813,11 @@ button.bg-dark:focus { } .text-primary { - color: #fed136 !important; + color: #f7bd73ff !important; } a.text-primary:hover, a.text-primary:focus { - color: #e6b301 !important; + color: #f7ae70ff !important; } .text-secondary { @@ -10014,7 +10026,7 @@ p { padding: 6rem 0; } .page-section h2.section-heading { - font-size: 2.5rem; + font-size: 3.5rem; margin-top: 0; margin-bottom: 1rem; } @@ -10055,9 +10067,9 @@ img::-moz-selection { .btn-xl { padding: 1.25rem 2.5rem; - font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; - font-size: 1.125rem; - font-weight: 700; + font-family: "Pacifico", cursive; + font-size: 1.75rem; + font-weight: 300; } .btn-social { @@ -10123,7 +10135,7 @@ img::-moz-selection { #mainNav.navbar-shrink { padding-top: 1rem; padding-bottom: 1rem; - background-color: #212529; + background-color: #3e0006; } #mainNav.navbar-shrink .navbar-brand { font-size: 1.25em; @@ -10152,10 +10164,11 @@ header.masthead { } header.masthead .masthead-subheading { font-size: 1.5rem; - font-style: italic; + /* font-style: italic; */ line-height: 1.5rem; margin-bottom: 25px; - font-family: "Droid Serif", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; + /* font-family: "Droid Serif", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; */ + font-family: 'Pacifico', cursive; } header.masthead .masthead-heading { font-size: 3.25rem; @@ -10163,6 +10176,7 @@ header.masthead .masthead-heading { line-height: 3.25rem; margin-bottom: 2rem; font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; + /* font-family: "Pacifico", cursive; */ } @media (min-width: 768px) { @@ -10171,8 +10185,8 @@ header.masthead .masthead-heading { padding-bottom: 12.5rem; } header.masthead .masthead-subheading { - font-size: 2.25rem; - font-style: italic; + font-size: 3.5rem; + /* font-style: italic; */ line-height: 2.25rem; margin-bottom: 2rem; } @@ -10217,9 +10231,9 @@ header.masthead .masthead-heading { background-color: #fff; } #portfolio .portfolio-item .portfolio-caption .portfolio-caption-heading { - font-size: 1.5rem; - font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; - font-weight: 700; + font-size: 1.75rem; + font-family: "Pacifico", cursive; + font-weight: 300; margin-bottom: 0; } #portfolio .portfolio-item .portfolio-caption .portfolio-caption-subheading { @@ -10515,3 +10529,19 @@ div.hline { background: #fed136; background: radial-gradient(#fed136 40%, rgba(254, 209, 54, 0) 80%); } + +.bg-wood { + background-image: url("../assets/img/holz_strucktur.jpg"); + background-repeat: no-repeat; + background-attachment: scroll; + background-position: center center; + background-size: cover; +} + +.bg-wood-color { + background-image: url("../assets/img/bg_holz_bunt_senkrecht.jpg"); + background-repeat: no-repeat; + background-attachment: scroll; + background-position: center center; + background-size: cover; +} diff --git a/frontend/index.html b/frontend/index.html index 3137b56..c93c5f2 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -13,6 +13,7 @@ + @@ -50,10 +51,10 @@ -
+
-

CK laden Dich/Euch ein

+

CKris laden Euch ein

Um diesen wunderbaren Anlass zu feiern, laden wir Dich/Euch herzlich am 10.10.2020 ein @@ -86,7 +87,7 @@

@@ -95,8 +96,8 @@
-

Rückmelde Formular

-

+

Rückmelde Formular

+

Bitte gebt uns bescheid, ob ihr kommen könnt oder verhindert seid.
Außerdem helft ihr uns bei der Planung, wenn ihr uns noch ein paar Zusatzinformationen gebt.

@@ -171,7 +172,7 @@
- + @@ -182,7 +183,7 @@ - + @@ -213,7 +214,7 @@ - +
@@ -274,7 +275,7 @@
- +
@@ -287,7 +288,7 @@
-

Ablauf

+

Ablauf

So planen wir mit euch zu feiern.

    @@ -364,10 +365,10 @@
-
+
-

Schreibt uns!

+

Schreibt uns!

Ihr habt noch Fragen oder wollt uns einfach noch was sagen?

@@ -385,9 +386,9 @@

Krisi & Chris

Brautpaar

- - - + + +
@@ -410,7 +411,7 @@
-

weitere Informationen

+

weitere Informationen

Alles was ihr vor unserer Hochzeit noch wissen solltet.

@@ -516,14 +517,14 @@