Compare commits
2 Commits
v0.92
..
43e9fbc5aa
| Author | SHA1 | Date | |
|---|---|---|---|
| 43e9fbc5aa | |||
| f7e58040fa |
+1
-2
@@ -1,5 +1,4 @@
|
|||||||
Copyright (c) HTML5 Boilerplate
|
Copyright (c) HTML5 Boilerplate
|
||||||
Copyright (c) 2026 Lars Winter
|
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
||||||
this software and associated documentation files (the "Software"), to deal in
|
this software and associated documentation files (the "Software"), to deal in
|
||||||
@@ -17,4 +16,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|||||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
SOFTWARE.
|
SOFTWARE.
|
||||||
|
|||||||
@@ -2,10 +2,19 @@
|
|||||||
|
|
||||||
This is the portfolio website and blog of Lars Winter.
|
This is the portfolio website and blog of Lars Winter.
|
||||||
|
|
||||||
## License
|
## Table of Contents
|
||||||
|
- [Installation](#installation)
|
||||||
|
- [Usage](#usage)
|
||||||
|
- [Structure](#structure)
|
||||||
|
|
||||||
Code in this repository is licensed under the MIT License. See the `LICENSE` file.
|
## Installation
|
||||||
|
```bash
|
||||||
|
git clone <repo>
|
||||||
|
cd project
|
||||||
|
npm install # if applicable
|
||||||
|
```
|
||||||
|
|
||||||
## Asset notice
|
## Usage
|
||||||
|
Quick start example.
|
||||||
|
|
||||||
All images, screenshots, logos, trademarks, and project visuals in this repository are excluded from the code license unless explicitly stated otherwise. Such materials are the property of their respective copyright owners and may not be reused, redistributed, or modified without permission.
|
## Structure
|
||||||
+229
-50
@@ -65,7 +65,7 @@
|
|||||||
--color-neutral-600: #5B5B5B;
|
--color-neutral-600: #5B5B5B;
|
||||||
--color-neutral-700: #3D3D3D;
|
--color-neutral-700: #3D3D3D;
|
||||||
--color-neutral-800: #292929;
|
--color-neutral-800: #292929;
|
||||||
--color-neutral-900: #121212;
|
--color-neutral-900: #0F0F0F;
|
||||||
|
|
||||||
--color-orange-red-100: #FFE7CC;
|
--color-orange-red-100: #FFE7CC;
|
||||||
--color-orange-red-200: #FFC999;
|
--color-orange-red-200: #FFC999;
|
||||||
@@ -126,8 +126,9 @@
|
|||||||
--radius-xl: 2rem;
|
--radius-xl: 2rem;
|
||||||
--radius-xxl: 2.5rem;
|
--radius-xxl: 2.5rem;
|
||||||
|
|
||||||
--shadow-light: 0px 2px 8px rgba(0, 0, 0, 0.3), 0px 1px 4px rgba(0, 0, 0, 0.2);
|
--shadow-box: 0px 2px 8px rgba(0, 0, 0, 0.4), 0px 1px 4px rgba(0, 0, 0, 0.12);
|
||||||
--shadow-dark: 0px 2px 8px rgba(0, 0, 0, 0.5), 0px 1px 4px rgba(0, 0, 0, 0.2);
|
--shadow-button: inset 0px 1px 2px rgba(0, 0, 0, 0.16), inset 0px -1px 4px rgba(0, 0, 0, 0.28), var(--shadow-box);
|
||||||
|
--shadow-button-active: inset 0px -1px 2px rgba(0, 0, 0, 0.16), inset 0px 1px 4px rgba(0, 0, 0, 0.28), var(--shadow-box);
|
||||||
|
|
||||||
/* Semantic tokens: contextual usage */
|
/* Semantic tokens: contextual usage */
|
||||||
--color-background: light-dark(var(--color-neutral-100), var(--color-neutral-900));
|
--color-background: light-dark(var(--color-neutral-100), var(--color-neutral-900));
|
||||||
@@ -157,11 +158,6 @@
|
|||||||
--color-text-button: var(--color-neutral-900);
|
--color-text-button: var(--color-neutral-900);
|
||||||
--color-text-button-active: var(--color-neutral-100);
|
--color-text-button-active: var(--color-neutral-100);
|
||||||
|
|
||||||
--shadow-box: var(--shadow-light);
|
|
||||||
|
|
||||||
--shadow-button: inset 0px 1px 2px rgba(0, 0, 0, 0.16), inset 0px -1px 4px rgba(0, 0, 0, 0.28), var(--shadow-box);
|
|
||||||
--shadow-button-active: inset 0px -1px 2px rgba(0, 0, 0, 0.16), inset 0px 1px 4px rgba(0, 0, 0, 0.28), var(--shadow-box);
|
|
||||||
|
|
||||||
--border: #d8d8d8;
|
--border: #d8d8d8;
|
||||||
--overlay: rgb(12 12 12 / 0.24);
|
--overlay: rgb(12 12 12 / 0.24);
|
||||||
--panel: rgb(255 255 255 / 0.76);
|
--panel: rgb(255 255 255 / 0.76);
|
||||||
@@ -191,10 +187,6 @@ body {
|
|||||||
font-size: 100%;
|
font-size: 100%;
|
||||||
line-height: var(--line-relaxed);
|
line-height: var(--line-relaxed);
|
||||||
letter-spacing: 0.025em;
|
letter-spacing: 0.025em;
|
||||||
display: flex;
|
|
||||||
flex-direction: column;
|
|
||||||
min-height: 100vh;
|
|
||||||
min-height: 100dvh; /* better on modern mobile browsers */
|
|
||||||
}
|
}
|
||||||
|
|
||||||
h1,
|
h1,
|
||||||
@@ -354,11 +346,12 @@ button, .link-button {
|
|||||||
line-height: var(--line-normal);
|
line-height: var(--line-normal);
|
||||||
letter-spacing: 0.025rem;
|
letter-spacing: 0.025rem;
|
||||||
padding: 0.875rem 1rem;
|
padding: 0.875rem 1rem;
|
||||||
|
min-height: 44px;
|
||||||
background: var(--color-primary-button);
|
background: var(--color-primary-button);
|
||||||
font-size: var(--text-button);
|
font-size: var(--text-button);
|
||||||
color: var(--color-text-button);
|
color: var(--color-text-button);
|
||||||
border: none;
|
border: none;
|
||||||
border-radius: var(--radius-xxl);
|
border-radius: var(--radius-lg);
|
||||||
box-shadow: var(--shadow-button);
|
box-shadow: var(--shadow-button);
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
@@ -383,11 +376,193 @@ button:visited, .link-button:visited {
|
|||||||
margin-right: 0.3em;
|
margin-right: 0.3em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* =======================
|
||||||
|
Menu styles
|
||||||
|
======================= */
|
||||||
|
|
||||||
|
.site-header {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: space-between;
|
||||||
|
gap: 1rem;
|
||||||
|
padding: 1rem 1.25rem;
|
||||||
|
border-bottom: 1px solid var(--border);
|
||||||
|
position: sticky;
|
||||||
|
top: 0;
|
||||||
|
background: rgb(255 255 255 / 0.88);
|
||||||
|
backdrop-filter: blur(10px);
|
||||||
|
-webkit-backdrop-filter: blur(10px);
|
||||||
|
z-index: 100;
|
||||||
|
}
|
||||||
|
|
||||||
|
.logo {
|
||||||
|
color: inherit;
|
||||||
|
text-decoration: none;
|
||||||
|
font-weight: 700;
|
||||||
|
}
|
||||||
|
|
||||||
|
.desktop-nav ul,
|
||||||
|
.mobile-menu ul {
|
||||||
|
list-style: none;
|
||||||
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.desktop-nav ul {
|
||||||
|
display: flex;
|
||||||
|
gap: 1.25rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.desktop-nav a,
|
||||||
|
.mobile-menu a {
|
||||||
|
color: inherit;
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.menu-toggle,
|
||||||
|
.menu-close {
|
||||||
|
width: 44px;
|
||||||
|
height: 44px;
|
||||||
|
border: 1px solid var(--border);
|
||||||
|
border-radius: 0.75rem;
|
||||||
|
background: #fff;
|
||||||
|
color: inherit;
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
|
||||||
|
.menu-toggle {
|
||||||
|
display: none;
|
||||||
|
position: relative;
|
||||||
|
}
|
||||||
|
|
||||||
|
.menu-toggle span {
|
||||||
|
position: absolute;
|
||||||
|
left: 50%;
|
||||||
|
width: 20px;
|
||||||
|
height: 2px;
|
||||||
|
background: currentColor;
|
||||||
|
border-radius: 999px;
|
||||||
|
transform-origin: center;
|
||||||
|
transition: transform 0.25s ease, opacity 0.25s ease;
|
||||||
|
}
|
||||||
|
|
||||||
|
.menu-toggle span:nth-child(1) {
|
||||||
|
top: 14px;
|
||||||
|
transform: translateX(-50%);
|
||||||
|
}
|
||||||
|
|
||||||
|
.menu-toggle span:nth-child(2) {
|
||||||
|
top: 21px;
|
||||||
|
transform: translateX(-50%);
|
||||||
|
}
|
||||||
|
|
||||||
|
.menu-toggle span:nth-child(3) {
|
||||||
|
top: 28px;
|
||||||
|
transform: translateX(-50%);
|
||||||
|
}
|
||||||
|
|
||||||
|
.menu-toggle.is-open span:nth-child(1) {
|
||||||
|
top: 21px;
|
||||||
|
transform: translateX(-50%) rotate(45deg);
|
||||||
|
}
|
||||||
|
|
||||||
|
.menu-toggle.is-open span:nth-child(2) {
|
||||||
|
opacity: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.menu-toggle.is-open span:nth-child(3) {
|
||||||
|
top: 21px;
|
||||||
|
transform: translateX(-50%) rotate(-45deg);
|
||||||
|
}
|
||||||
|
|
||||||
|
.menu-overlay {
|
||||||
|
position: fixed;
|
||||||
|
inset: 0;
|
||||||
|
background: var(--overlay);
|
||||||
|
backdrop-filter: blur(10px);
|
||||||
|
-webkit-backdrop-filter: blur(10px);
|
||||||
|
opacity: 0;
|
||||||
|
pointer-events: none;
|
||||||
|
transition: opacity 0.25s ease;
|
||||||
|
z-index: 200;
|
||||||
|
}
|
||||||
|
|
||||||
|
.mobile-menu {
|
||||||
|
position: fixed;
|
||||||
|
inset: auto 1rem 1rem 1rem;
|
||||||
|
width: auto;
|
||||||
|
max-width: 24rem;
|
||||||
|
margin-inline: auto;
|
||||||
|
background: var(--panel);
|
||||||
|
backdrop-filter: blur(16px);
|
||||||
|
-webkit-backdrop-filter: blur(16px);
|
||||||
|
border: 1px solid rgb(255 255 255 / 0.45);
|
||||||
|
border-radius: 1rem;
|
||||||
|
box-shadow: 0 20px 50px rgb(0 0 0 / 0.16);
|
||||||
|
padding: 1rem;
|
||||||
|
opacity: 0;
|
||||||
|
transform: translateY(1rem) scale(0.98);
|
||||||
|
pointer-events: none;
|
||||||
|
transition: opacity 0.25s ease, transform 0.25s ease;
|
||||||
|
z-index: 300;
|
||||||
|
}
|
||||||
|
|
||||||
|
.mobile-menu__header {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: space-between;
|
||||||
|
margin-bottom: 1rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.mobile-menu ul {
|
||||||
|
display: grid;
|
||||||
|
gap: 0.5rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.mobile-menu a {
|
||||||
|
display: block;
|
||||||
|
padding: 0.95rem 1rem;
|
||||||
|
border-radius: 0.75rem;
|
||||||
|
background: rgb(255 255 255 / 0.56);
|
||||||
|
}
|
||||||
|
|
||||||
|
.page-content {
|
||||||
|
padding: 3rem 1.25rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.menu-open .menu-overlay {
|
||||||
|
opacity: 1;
|
||||||
|
pointer-events: auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
.menu-open .mobile-menu {
|
||||||
|
opacity: 1;
|
||||||
|
transform: translateY(0) scale(1);
|
||||||
|
pointer-events: auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media (max-width: 767px) {
|
||||||
|
.desktop-nav {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.menu-toggle {
|
||||||
|
display: inline-block;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@media (min-width: 768px) {
|
||||||
|
.menu-overlay,
|
||||||
|
.mobile-menu {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
/* =======================
|
/* =======================
|
||||||
Layout styles
|
Layout styles
|
||||||
======================= */
|
======================= */
|
||||||
|
|
||||||
main, footer {
|
main {
|
||||||
max-width: 900px;
|
max-width: 900px;
|
||||||
border: none;
|
border: none;
|
||||||
margin-left:auto;
|
margin-left:auto;
|
||||||
@@ -400,36 +575,8 @@ main, footer {
|
|||||||
justify-items: stretch;
|
justify-items: stretch;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
row-gap: var(--spacing-4);
|
row-gap: var(--spacing-4);
|
||||||
}
|
min-height: 100vh;
|
||||||
|
min-height: 100dvh; /* better on modern mobile browsers */
|
||||||
main {
|
|
||||||
flex: 1;
|
|
||||||
}
|
|
||||||
|
|
||||||
footer {
|
|
||||||
margin-top: var(--spacing-3);
|
|
||||||
padding-top: var(--spacing-4);
|
|
||||||
padding-bottom: var(--spacing-7);
|
|
||||||
padding-left: var(--spacing-5);
|
|
||||||
padding-right: var(--spacing-5);
|
|
||||||
font-family: "MD IO", monospace;
|
|
||||||
font-style: normal;
|
|
||||||
font-weight: 400;
|
|
||||||
font-size: var(--text-small);
|
|
||||||
line-height: var(--line-relaxed);
|
|
||||||
color: var(--color-text-secondary);
|
|
||||||
}
|
|
||||||
|
|
||||||
footer a {
|
|
||||||
color: var(--color-secondary);
|
|
||||||
}
|
|
||||||
|
|
||||||
footer a:hover {
|
|
||||||
color: var(--color-secondary-hover);
|
|
||||||
}
|
|
||||||
|
|
||||||
footer a:visited {
|
|
||||||
color: var(--color-secondary);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.align-left {
|
.align-left {
|
||||||
@@ -532,6 +679,44 @@ footer a:visited {
|
|||||||
color: var(--color-neutral-900);
|
color: var(--color-neutral-900);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
footer {
|
||||||
|
margin-top: var(--spacing-3);
|
||||||
|
padding: var(--spacing-4) var(--spacing-5);
|
||||||
|
/* background: var(--color-neutral-800);
|
||||||
|
border: color-mix(in srgb, var(--color-neutral-600) 25%, transparent) solid;
|
||||||
|
border-width: var(--border-width-sm);
|
||||||
|
border-radius: var(--radius-md); */
|
||||||
|
box-sizing: border-box;
|
||||||
|
/* box-shadow: 0px 2px 12px 0px #00000080, 0px 1px 4px 0px #00000066; */
|
||||||
|
font-family: "MD IO", monospace;
|
||||||
|
font-style: normal;
|
||||||
|
font-weight: 400;
|
||||||
|
font-size: var(--text-small);
|
||||||
|
line-height: var(--line-relaxed);
|
||||||
|
color: var(--color-text-secondary);
|
||||||
|
z-index: 20;
|
||||||
|
}
|
||||||
|
|
||||||
|
footer a {
|
||||||
|
color: var(--color-secondary);
|
||||||
|
}
|
||||||
|
|
||||||
|
footer a:hover {
|
||||||
|
color: var(--color-secondary-hover);
|
||||||
|
}
|
||||||
|
|
||||||
|
footer a:visited {
|
||||||
|
color: var(--color-secondary);
|
||||||
|
}
|
||||||
|
|
||||||
|
/* .footer-fixed {
|
||||||
|
position: fixed;
|
||||||
|
left: auto;
|
||||||
|
right: auto;
|
||||||
|
bottom: 32px;
|
||||||
|
z-index: 20;
|
||||||
|
} */
|
||||||
|
|
||||||
.footer-content {
|
.footer-content {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
@@ -654,12 +839,6 @@ footer a:visited {
|
|||||||
/* =======================
|
/* =======================
|
||||||
Media Queries for Responsive Design.
|
Media Queries for Responsive Design.
|
||||||
======================= */
|
======================= */
|
||||||
|
|
||||||
@media (prefers-color-scheme: dark) {
|
|
||||||
:root {
|
|
||||||
--shadow-box: var(--shadow-dark);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
@media screen and (max-width:768px) {
|
@media screen and (max-width:768px) {
|
||||||
main {
|
main {
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 21 KiB After Width: | Height: | Size: 20 KiB |
BIN
Binary file not shown.
|
Before Width: | Height: | Size: 9.6 KiB After Width: | Height: | Size: 9.1 KiB |
+77
-27
@@ -25,21 +25,73 @@
|
|||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
<main>
|
<header class="site-header">
|
||||||
|
<a class="logo" href="/">Logo</a>
|
||||||
|
|
||||||
|
<nav class="desktop-nav" aria-label="Primary navigation">
|
||||||
|
<ul>
|
||||||
|
<li><a href="#">Home</a></li>
|
||||||
|
<li><a href="#">Work</a></li>
|
||||||
|
<li><a href="#">About</a></li>
|
||||||
|
<li><a href="#">Contact</a></li>
|
||||||
|
</ul>
|
||||||
|
</nav>
|
||||||
|
|
||||||
|
<button
|
||||||
|
class="menu-toggle"
|
||||||
|
id="menuToggle"
|
||||||
|
type="button"
|
||||||
|
aria-expanded="false"
|
||||||
|
aria-controls="mobileMenu"
|
||||||
|
aria-haspopup="true"
|
||||||
|
aria-label="Open menu"
|
||||||
|
>
|
||||||
|
<span></span>
|
||||||
|
<span></span>
|
||||||
|
<span></span>
|
||||||
|
</button>
|
||||||
|
</header>
|
||||||
|
|
||||||
|
<div class="menu-overlay" id="menuOverlay" hidden></div>
|
||||||
|
|
||||||
|
<aside
|
||||||
|
class="mobile-menu"
|
||||||
|
id="mobileMenu"
|
||||||
|
aria-label="Mobile navigation"
|
||||||
|
aria-hidden="true"
|
||||||
|
>
|
||||||
|
<div class="mobile-menu__header">
|
||||||
|
<strong>Menu</strong>
|
||||||
|
<button class="menu-close" id="menuClose" type="button" aria-label="Close menu">
|
||||||
|
✕
|
||||||
|
</button>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<nav aria-label="Mobile navigation">
|
||||||
|
<ul>
|
||||||
|
<li><a href="#">Home</a></li>
|
||||||
|
<li><a href="#">Work</a></li>
|
||||||
|
<li><a href="#">About</a></li>
|
||||||
|
<li><a href="#">Contact</a></li>
|
||||||
|
</ul>
|
||||||
|
</nav>
|
||||||
|
</aside>
|
||||||
|
|
||||||
|
<main id="siteContent" class="page-content">
|
||||||
|
|
||||||
<!-- target="_blank" rel="noopener noreferrer" -->
|
<!-- target="_blank" rel="noopener noreferrer" -->
|
||||||
|
|
||||||
<header class="content-box content-intro">
|
<section class="content-box content-intro">
|
||||||
<h1 class="headline size-h2">
|
<h1 class="headline size-h2">
|
||||||
Hey, I am Lars Winter, a graphic designer from Hamburg. I conceptualize and design projects with a focus on corporate design, design systems, icon design, web design, and editorial design.
|
Hey, I am Lars Winter, a graphic designer from Hamburg. I conceptualize and design projects with a focus on corporate design, design systems, icon design, web design, and editorial design.
|
||||||
</h1>
|
</h1>
|
||||||
</header>
|
</section>
|
||||||
|
|
||||||
<section class="content-box content-text">
|
<div class="content-box content-text">
|
||||||
<p class="text">
|
<p class="text">
|
||||||
As usual, my portfolio is a work in progress and currently only available on request. Please feel free to contact me <a href="mailto:contact@larswinter.me">via email</a> for work collaborations and other requests. You can also find me on one of those fancy social networks, like <a rel="me" href="https://mastodon.social/@larswinter">Mastodon</a>, <a href="https://www.linkedin.com/in/larswinter">LinkedIn</a> (if really necessary), <del>Instagram</del>, and <del>Twitter</del>.
|
As usual, my portfolio is a work in progress and currently only available on request. Please feel free to contact me <a href="mailto:contact@larswinter.me">via email</a> for work collaborations and other requests. You can also find me on one of those fancy social networks, like <a rel="me" href="https://mastodon.social/@larswinter">Mastodon</a>, <a href="https://www.linkedin.com/in/larswinter">LinkedIn</a> (if really necessary), <del>Instagram</del>, and <del>Twitter</del>.
|
||||||
</p>
|
</p>
|
||||||
</section>
|
</div>
|
||||||
|
|
||||||
<div class="content-box placeholder">
|
<div class="content-box placeholder">
|
||||||
|
|
||||||
@@ -47,31 +99,29 @@
|
|||||||
|
|
||||||
<!-- <div class="footer-fade"></div> -->
|
<!-- <div class="footer-fade"></div> -->
|
||||||
|
|
||||||
</main>
|
<footer>
|
||||||
|
<div class="footer-content">
|
||||||
<footer>
|
<span>© 2018–<span id="year"></span> Lars Winter</span>
|
||||||
<div class="footer-content">
|
<div class="footer-links">
|
||||||
<span>© 2018–<span id="year"></span> Lars Winter</span>
|
<div>
|
||||||
<div class="footer-links">
|
<a href="/legal-notice.html">Legal notice</a>
|
||||||
<div>
|
</div>
|
||||||
<a href="/legal-notice.html">Legal notice</a>
|
<div>
|
||||||
</div>
|
<a href="/privacy.html">Privacy</a>
|
||||||
<div>
|
</div>
|
||||||
<a href="/privacy.html">Privacy</a>
|
<div>
|
||||||
</div>
|
<a href="/archive">Archived Portfolio</a>
|
||||||
<div>
|
</div>
|
||||||
<a href="/archive">Archived Portfolio</a>
|
|
||||||
</div>
|
</div>
|
||||||
|
<script>
|
||||||
|
document.getElementById('year').textContent = new Date().getFullYear();
|
||||||
|
</script>
|
||||||
</div>
|
</div>
|
||||||
<script>
|
</footer>
|
||||||
document.getElementById('year').textContent = new Date().getFullYear();
|
|
||||||
</script>
|
|
||||||
</div>
|
|
||||||
</footer>
|
|
||||||
|
|
||||||
|
</main>
|
||||||
<!-- Add your site or application content here -->
|
<!-- Add your site or application content here -->
|
||||||
<!-- <script src="js/app.js"></script> -->
|
<script src="js/app.js"></script>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
|
|||||||
+4
-5
@@ -26,7 +26,7 @@
|
|||||||
<body>
|
<body>
|
||||||
<main>
|
<main>
|
||||||
|
|
||||||
<section class="align-left">
|
<div class="align-left">
|
||||||
|
|
||||||
<a class="link-button" href="/"><span>←</span>Home</a>
|
<a class="link-button" href="/"><span>←</span>Home</a>
|
||||||
|
|
||||||
@@ -85,9 +85,7 @@
|
|||||||
<p>Wir sind nicht bereit oder verpflichtet, an Streitbeilegungsverfahren vor einer Verbraucherschlichtungsstelle teilzunehmen.</p>
|
<p>Wir sind nicht bereit oder verpflichtet, an Streitbeilegungsverfahren vor einer Verbraucherschlichtungsstelle teilzunehmen.</p>
|
||||||
|
|
||||||
<p>Quelle: <a href="https://www.e-recht24.de">https://www.e-recht24.de</a></p>
|
<p>Quelle: <a href="https://www.e-recht24.de">https://www.e-recht24.de</a></p>
|
||||||
</section>
|
</div>
|
||||||
|
|
||||||
</main>
|
|
||||||
|
|
||||||
<footer>
|
<footer>
|
||||||
<div class="footer-content">
|
<div class="footer-content">
|
||||||
@@ -109,8 +107,9 @@
|
|||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
|
</main>
|
||||||
<!-- Add your site or application content here -->
|
<!-- Add your site or application content here -->
|
||||||
<!-- <script src="js/app.js"></script> -->
|
<script src="js/app.js"></script>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
|
|||||||
+13
-15
@@ -26,7 +26,7 @@
|
|||||||
<body>
|
<body>
|
||||||
<main>
|
<main>
|
||||||
|
|
||||||
<section class="align-left">
|
<div class="align-left">
|
||||||
|
|
||||||
<a class="link-button" href="/"><span>←</span>Home</a>
|
<a class="link-button" href="/"><span>←</span>Home</a>
|
||||||
|
|
||||||
@@ -118,33 +118,31 @@
|
|||||||
<h3>Anfrage per E-Mail, Telefon oder Telefax</h3> <p>Wenn Sie uns per E-Mail, Telefon oder Telefax kontaktieren, wird Ihre Anfrage inklusive aller daraus hervorgehenden personenbezogenen Daten (Name, Anfrage) zum Zwecke der Bearbeitung Ihres Anliegens bei uns gespeichert und verarbeitet. Diese Daten geben wir nicht ohne Ihre Einwilligung weiter.</p> <p>Die Verarbeitung dieser Daten erfolgt auf Grundlage von Art. 6 Abs. 1 lit. b DSGVO, sofern Ihre Anfrage mit der Erfüllung eines Vertrags zusammenhängt oder zur Durchführung vorvertraglicher Maßnahmen erforderlich ist. In allen übrigen Fällen beruht die Verarbeitung auf unserem berechtigten Interesse an der effektiven Bearbeitung der an uns gerichteten Anfragen (Art. 6 Abs. 1 lit. f DSGVO) oder auf Ihrer Einwilligung (Art. 6 Abs. 1 lit. a DSGVO) sofern diese abgefragt wurde; die Einwilligung ist jederzeit widerrufbar.</p> <p>Die von Ihnen an uns per Kontaktanfragen übersandten Daten verbleiben bei uns, bis Sie uns zur Löschung auffordern, Ihre Einwilligung zur Speicherung widerrufen oder der Zweck für die Datenspeicherung entfällt (z. B. nach abgeschlossener Bearbeitung Ihres Anliegens). Zwingende gesetzliche Bestimmungen – insbesondere gesetzliche Aufbewahrungsfristen – bleiben unberührt.</p>
|
<h3>Anfrage per E-Mail, Telefon oder Telefax</h3> <p>Wenn Sie uns per E-Mail, Telefon oder Telefax kontaktieren, wird Ihre Anfrage inklusive aller daraus hervorgehenden personenbezogenen Daten (Name, Anfrage) zum Zwecke der Bearbeitung Ihres Anliegens bei uns gespeichert und verarbeitet. Diese Daten geben wir nicht ohne Ihre Einwilligung weiter.</p> <p>Die Verarbeitung dieser Daten erfolgt auf Grundlage von Art. 6 Abs. 1 lit. b DSGVO, sofern Ihre Anfrage mit der Erfüllung eines Vertrags zusammenhängt oder zur Durchführung vorvertraglicher Maßnahmen erforderlich ist. In allen übrigen Fällen beruht die Verarbeitung auf unserem berechtigten Interesse an der effektiven Bearbeitung der an uns gerichteten Anfragen (Art. 6 Abs. 1 lit. f DSGVO) oder auf Ihrer Einwilligung (Art. 6 Abs. 1 lit. a DSGVO) sofern diese abgefragt wurde; die Einwilligung ist jederzeit widerrufbar.</p> <p>Die von Ihnen an uns per Kontaktanfragen übersandten Daten verbleiben bei uns, bis Sie uns zur Löschung auffordern, Ihre Einwilligung zur Speicherung widerrufen oder der Zweck für die Datenspeicherung entfällt (z. B. nach abgeschlossener Bearbeitung Ihres Anliegens). Zwingende gesetzliche Bestimmungen – insbesondere gesetzliche Aufbewahrungsfristen – bleiben unberührt.</p>
|
||||||
<p>Quelle: <a href="https://www.e-recht24.de">https://www.e-recht24.de</a></p>
|
<p>Quelle: <a href="https://www.e-recht24.de">https://www.e-recht24.de</a></p>
|
||||||
|
|
||||||
</section>
|
</div>
|
||||||
|
|
||||||
</main>
|
|
||||||
|
|
||||||
<footer>
|
<footer>
|
||||||
<div class="footer-content">
|
<div class="footer-content">
|
||||||
<span>© 2018–<span id="year"></span> Lars Winter</span>
|
<span>© 2018–<span id="year"></span> Lars Winter</span>
|
||||||
<div class="footer-links">
|
<div class="footer-links">
|
||||||
<div>
|
<div>
|
||||||
<a href="/legal-notice.html">Legal notice</a>
|
<a href="/legal-notice.html">Legal notice</a>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<a href="/privacy.html">Privacy</a>
|
<a href="/privacy.html">Privacy</a>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<a href="/archive">Archived Portfolio</a>
|
<a href="/archive">Archived Portfolio</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<script>
|
<script>
|
||||||
document.getElementById('year').textContent = new Date().getFullYear();
|
document.getElementById('year').textContent = new Date().getFullYear();
|
||||||
</script>
|
</script>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
|
</main>
|
||||||
<!-- Add your site or application content here -->
|
<!-- Add your site or application content here -->
|
||||||
<!-- <script src="js/app.js"></script> -->
|
<script src="js/app.js"></script>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user