fix: Demo
parent
5fb0b97fdd
commit
6c38f9d4bd
Binary file not shown.
3
pom.xml
3
pom.xml
|
@ -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>
|
||||||
|
|
|
@ -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>
|
||||||
|
|
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue