fix: Demo

pull/1/head
Lunix-420 2024-11-06 10:31:01 +01:00
parent 5fb0b97fdd
commit 6c38f9d4bd
4 changed files with 6 additions and 3 deletions

Binary file not shown.

View File

@ -90,6 +90,9 @@
<plugin> <plugin>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId> <artifactId>spring-boot-maven-plugin</artifactId>
<configuration>
<classifier>exec</classifier>
</configuration>
</plugin> </plugin>
</plugins> </plugins>
</build> </build>

View File

@ -2,7 +2,7 @@
<html xmlns:th="http://www.thymeleaf.org"> <html xmlns:th="http://www.thymeleaf.org">
<head> <head>
<div th:replace="~{/core/_metadata :: metadata}"></div> <div th:replace="~{/core/_metadata :: metadata}"></div>
<title>My Skill Management System</title> <title>Projects</title>
<link rel="stylesheet" href="/style/projects/projects.css" /> <link rel="stylesheet" href="/style/projects/projects.css" />
</head> </head>
<body> <body>

View File

@ -2,7 +2,7 @@
<html xmlns:th="http://www.thymeleaf.org"> <html xmlns:th="http://www.thymeleaf.org">
<head> <head>
<div th:replace="~{/core/_metadata :: metadata}"></div> <div th:replace="~{/core/_metadata :: metadata}"></div>
<title>My Skill Management System</title> <title>Skills</title>
<link rel="stylesheet" href="/style/skills/skills.css" /> <link rel="stylesheet" href="/style/skills/skills.css" />
<link rel="stylesheet" href="/style/core/style.css" /> <link rel="stylesheet" href="/style/core/style.css" />
</head> </head>
@ -10,7 +10,7 @@
<div class="wrapper"> <div class="wrapper">
<div th:replace="~{/core/_header :: header(activePage=${skills})}"></div> <div th:replace="~{/core/_header :: header(activePage=${skills})}"></div>
<div class="content container mt-4"> <div class="content container mt-4">
<h2 class="mb-4">Profile</h2> <h2 class="mb-4">Profil</h2>
<div class="project-card mb-4"> <div class="project-card mb-4">
<div class="card-body"> <div class="card-body">
<p> <p>