From 63df10bb0ee599efb99c19c417fb887908abc0d5 Mon Sep 17 00:00:00 2001 From: Kiyan Date: Sat, 3 Jan 2026 02:19:59 +0200 Subject: [PATCH] Update documentation and modify project links for clarity --- documentation.md | 2 - .../Controllers/ProjectController.java | 3 -- .../Controllers/ResumeController.java | 2 +- src/main/resources/templates/project.html | 42 ++++++++++++------- src/main/resources/templates/resume.html | 2 +- 5 files changed, 29 insertions(+), 22 deletions(-) diff --git a/documentation.md b/documentation.md index 819e8a9..3632433 100644 --- a/documentation.md +++ b/documentation.md @@ -1,7 +1,5 @@ # 📖 Documentation -This document provides instructions on how to set up, run, and understand the project structure. - ## Project Structure The project follows a standard Spring Boot application structure: - `src/main/java/com/example/Portfolio`: Root package. diff --git a/src/main/java/com/example/Portfolio/Controllers/ProjectController.java b/src/main/java/com/example/Portfolio/Controllers/ProjectController.java index 84f13db..41e41fb 100644 --- a/src/main/java/com/example/Portfolio/Controllers/ProjectController.java +++ b/src/main/java/com/example/Portfolio/Controllers/ProjectController.java @@ -1,7 +1,6 @@ package com.example.Portfolio.Controllers; import java.util.List; - import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Controller; import org.springframework.ui.Model; @@ -23,8 +22,6 @@ public class ProjectController { //navbar links model.addAttribute("links", List.of( new Link("Overview", "#project-overview"), - new Link("Documentation", "#documentation"), - new Link("Roadmap", "#future-plans"), new Link("Demo-Vid", "#demo-vid") )); diff --git a/src/main/java/com/example/Portfolio/Controllers/ResumeController.java b/src/main/java/com/example/Portfolio/Controllers/ResumeController.java index e42122e..80e59ac 100644 --- a/src/main/java/com/example/Portfolio/Controllers/ResumeController.java +++ b/src/main/java/com/example/Portfolio/Controllers/ResumeController.java @@ -37,7 +37,7 @@ public class ResumeController { """, List.of( new SkillGroup("Languages", "Java, Python, MySQL, HTML & CSS"), - new SkillGroup("Tools", "Spring Boot, HTMX, Kubernetes"), + new SkillGroup("Tools", "Spring Boot, HTMX"), new SkillGroup("Soft Skills", "Communication, Teamwork, Problem-Solving, Adaptability")), List.of( diff --git a/src/main/resources/templates/project.html b/src/main/resources/templates/project.html index f1074d5..8322641 100644 --- a/src/main/resources/templates/project.html +++ b/src/main/resources/templates/project.html @@ -22,12 +22,13 @@ Project Case Study

Project Name

Short description.

- +
- - + + Gitea + + Live Demo
@@ -40,7 +41,9 @@
-
+
+
+
- -
@@ -60,20 +65,24 @@
-
+
@@ -88,12 +97,14 @@
-
+

Technical Documentation

-
+

The Roadmap

@@ -122,4 +133,5 @@
+ \ No newline at end of file diff --git a/src/main/resources/templates/resume.html b/src/main/resources/templates/resume.html index 4eaa0be..25baf22 100644 --- a/src/main/resources/templates/resume.html +++ b/src/main/resources/templates/resume.html @@ -35,7 +35,7 @@
-

DANIEL WILSON

+

Kiyan Mckop

SOFTWARE ENGINEER