opti
This commit is contained in:
parent
6382aa05de
commit
1425e11fea
@ -18,26 +18,36 @@ $breakPointXXL: 1400px
|
|||||||
font-family: 'Mainfont'
|
font-family: 'Mainfont'
|
||||||
src: url('@/assets/fonts/montserrat/Montserrat-Light.otf') format("opentype")
|
src: url('@/assets/fonts/montserrat/Montserrat-Light.otf') format("opentype")
|
||||||
font-weight: normal
|
font-weight: normal
|
||||||
|
font-style: normal
|
||||||
|
font-display: swap
|
||||||
|
|
||||||
@font-face
|
@font-face
|
||||||
font-family: 'Mainfont-Bold'
|
font-family: 'Mainfont-Bold'
|
||||||
src: url('@/assets/fonts/montserrat/Montserrat-Medium.otf') format("opentype")
|
src: url('@/assets/fonts/montserrat/Montserrat-Medium.otf') format("opentype")
|
||||||
font-weight: normal
|
font-weight: normal
|
||||||
|
font-style: normal
|
||||||
|
font-display: swap
|
||||||
|
|
||||||
@font-face
|
@font-face
|
||||||
font-family: 'Comfortaa'
|
font-family: 'Comfortaa'
|
||||||
src: url('@/assets/fonts/Comfortaa-Light.ttf') format("truetype")
|
src: url('@/assets/fonts/Comfortaa-Light.ttf') format("truetype")
|
||||||
font-weight: normal
|
font-weight: normal
|
||||||
|
font-style: normal
|
||||||
|
font-display: swap
|
||||||
|
|
||||||
@font-face
|
@font-face
|
||||||
font-family: 'Comfortaa-bold'
|
font-family: 'Comfortaa-Bold'
|
||||||
src: url('@/assets/fonts/Comfortaa-Bold.ttf') format("truetype")
|
src: url('@/assets/fonts/Comfortaa-Bold.ttf') format("truetype")
|
||||||
font-weight: normal
|
font-weight: normal
|
||||||
|
font-style: normal
|
||||||
|
font-display: swap
|
||||||
|
|
||||||
@font-face
|
@font-face
|
||||||
font-family: 'Typewriter'
|
font-family: 'Typewriter'
|
||||||
src: url('@/assets/fonts/JMH_Typewriter.ttf') format("truetype")
|
src: url('@/assets/fonts/JMH_Typewriter.ttf') format("truetype")
|
||||||
font-weight: normal
|
font-weight: normal
|
||||||
|
font-style: normal
|
||||||
|
font-display: swap
|
||||||
|
|
||||||
$fontSizeRoot: 18px
|
$fontSizeRoot: 18px
|
||||||
$fontSizeLarge: calc(1.2rem + 2vw)
|
$fontSizeLarge: calc(1.2rem + 2vw)
|
||||||
|
|||||||
@ -6,6 +6,7 @@
|
|||||||
xmlns:xlink="http://www.w3.org/1999/xlink"
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||||
viewBox="0 0 500 20"
|
viewBox="0 0 500 20"
|
||||||
class="svgwavetop"
|
class="svgwavetop"
|
||||||
|
aria-hidden="true"
|
||||||
style="
|
style="
|
||||||
transform: scaleY(-1) scaleX(-1) translateY(99%);
|
transform: scaleY(-1) scaleX(-1) translateY(99%);
|
||||||
fill: rgba(38, 38, 38, 0.95);
|
fill: rgba(38, 38, 38, 0.95);
|
||||||
@ -234,7 +235,7 @@ footer
|
|||||||
|
|
||||||
.footerNav
|
.footerNav
|
||||||
h3
|
h3
|
||||||
color: #888
|
color: #b2b2b2
|
||||||
font-size: .8rem
|
font-size: .8rem
|
||||||
text-transform: uppercase
|
text-transform: uppercase
|
||||||
font-weight: 800
|
font-weight: 800
|
||||||
|
|||||||
@ -9,8 +9,6 @@
|
|||||||
sizes="100vw"
|
sizes="100vw"
|
||||||
alt=""
|
alt=""
|
||||||
aria-hidden="true"
|
aria-hidden="true"
|
||||||
loading="eager"
|
|
||||||
preload
|
|
||||||
priority
|
priority
|
||||||
/>
|
/>
|
||||||
<div class="container-10">
|
<div class="container-10">
|
||||||
@ -19,7 +17,7 @@
|
|||||||
<h3>{{ $t('home.heroBox.h3') }}</h3>
|
<h3>{{ $t('home.heroBox.h3') }}</h3>
|
||||||
</div>
|
</div>
|
||||||
<!-- Nach dem Container: Spiegelwelle unten -->
|
<!-- Nach dem Container: Spiegelwelle unten -->
|
||||||
<svg class="sectionWave wave-bottom" style="" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 500 20">
|
<svg class="sectionWave wave-bottom" style="" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 500 20" aria-hidden="true">
|
||||||
<path d="M 0 0 L 500 0 L 500 14 Q 354.4 -2.8 250 11 Q 145.6 24.8 0 14 L 0 0 Z" fill="#FFF"/>
|
<path d="M 0 0 L 500 0 L 500 14 Q 354.4 -2.8 250 11 Q 145.6 24.8 0 14 L 0 0 Z" fill="#FFF"/>
|
||||||
</svg>
|
</svg>
|
||||||
</section>
|
</section>
|
||||||
@ -31,7 +29,8 @@
|
|||||||
src="/uploads/web_wireframe_Strategie_0bae802a68.png"
|
src="/uploads/web_wireframe_Strategie_0bae802a68.png"
|
||||||
alt="Wireframe Web Strategie"
|
alt="Wireframe Web Strategie"
|
||||||
width="300"
|
width="300"
|
||||||
format="webp"
|
:modifiers="{ format: 'webp' }"
|
||||||
|
sizes="300px"
|
||||||
loading="lazy"
|
loading="lazy"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
@ -48,7 +47,7 @@ class="mintBtn"
|
|||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
<section class="targetGroup" aria-labelledby="invitation-title">
|
<section class="targetGroup" aria-labelledby="invitation-title">
|
||||||
<svg class="sectionWave wave-top" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 500 20">
|
<svg class="sectionWave wave-top" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 500 20" aria-hidden="true">
|
||||||
<path d="M 0 0 L 500 0 L 500 14 Q 354.4 -2.8 250 11 Q 145.6 24.8 0 14 L 0 0 Z" fill="#FFF"/>
|
<path d="M 0 0 L 500 0 L 500 14 Q 354.4 -2.8 250 11 Q 145.6 24.8 0 14 L 0 0 Z" fill="#FFF"/>
|
||||||
</svg>
|
</svg>
|
||||||
<div class="container-10">
|
<div class="container-10">
|
||||||
@ -65,7 +64,7 @@ class="pinkBtn" role="button"
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<svg class="sectionWave wave-bottom" style="transform: scale(-1,-1)" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 500 20">
|
<svg class="sectionWave wave-bottom" style="transform: scale(-1,-1)" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 500 20" aria-hidden="true">
|
||||||
<path d="M 0 0 L 500 0 L 500 14 Q 354.4 -2.8 250 11 Q 145.6 24.8 0 14 L 0 0 Z" fill="#FFF"/>
|
<path d="M 0 0 L 500 0 L 500 14 Q 354.4 -2.8 250 11 Q 145.6 24.8 0 14 L 0 0 Z" fill="#FFF"/>
|
||||||
</svg>
|
</svg>
|
||||||
</section>
|
</section>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user