Merge pull request 'chore: Update branch' (#2) from Maradona/Backend:main into main

Reviewed-on: #2
pull/1/head
Piotr Jakubiak 2024-11-04 17:50:33 +01:00
commit 77bab18f04
5 changed files with 12 additions and 12 deletions

View File

@ -12,7 +12,7 @@
href="https://fonts.googleapis.com/css2?family=Barlow:wght@400;700&display=swap"
rel="stylesheet"
/>
<link rel="stylesheet" href="/style.css" />
<link rel="stylesheet" href="/header.css" />
<link rel="stylesheet" href="/footer.css" />
<link rel="stylesheet" href="style/core/style.css" />
<link rel="stylesheet" href="style/core/header.css" />
<link rel="stylesheet" href="style/core/footer.css" />
</th:block>

View File

@ -1,11 +1,11 @@
<!DOCTYPE html>
<html xmlns:th="http://www.thymeleaf.org">
<head>
<div th:replace="~{_metadata :: metadata}"></div>
<div th:replace="~{/core/_metadata :: metadata}"></div>
<title>Impressum</title>
</head>
<body>
<div th:replace="~{_header :: header(activePage=${home})}"></div>
<div th:replace="~{/core/_header :: header(activePage=${home})}"></div>
<div>
<h1>Datenschutzerklärung</h1>
@ -100,6 +100,6 @@
[E-Mail-Adresse für Datenschutzanfragen]
</p>
</div>
<div th:replace="~{_footer :: footer}"></div>
<div th:replace="~{/core/_footer :: footer}"></div>
</body>
</html>

View File

@ -1,11 +1,11 @@
<!DOCTYPE html>
<html xmlns:th="http://www.thymeleaf.org">
<head>
<div th:replace="~{_metadata :: metadata}"></div>
<div th:replace="~{/core/_metadata :: metadata}"></div>
<title>Impressum</title>
</head>
<body>
<div th:replace="~{_header :: header(activePage=${home})}"></div>
<div th:replace="~{/core/_header :: header(activePage=${home})}"></div>
<div>
<h1>Impressum</h1>
<h2>Angaben gemäß § 5 TMG</h2>
@ -76,6 +76,6 @@
jeweiligen Autors bzw. Erstellers.
</p>
</div>
<div th:replace="~{_footer :: footer}"></div>
<div th:replace="~{/core/_footer :: footer}"></div>
</body>
</html>

View File

@ -3,11 +3,11 @@
<head>
<div th:replace="~{_metadata :: metadata}"></div>
<title>My Skill Management System</title>
<link rel="stylesheet" href="/notes.css" />
<link rel="stylesheet" href="style/notes/notes.css" />
</head>
<body>
<div class="wrapper">
<div th:replace="~{_header :: header(activePage=${home})}"></div>
<div th:replace="~{_header :: header(activePage=${})}"></div>
<div class="content container mt-4"></div>
<div th:replace="~{_footer :: footer}"></div>
</div>

View File

@ -3,7 +3,7 @@
<head>
<div th:replace="~{/core/_metadata :: metadata}"></div>
<title>My Skill Management System</title>
<link rel="stylesheet" href="/skills.css" />
<link rel="stylesheet" href="style/skills/skills.css" />
</head>
<body>
<div class="wrapper">