Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
bc09c9d
Moved copilot instructions to correct folder
JCTRoth Dec 20, 2025
19d14f5
Add contact, legal, resume, and skills data files
JCTRoth Dec 20, 2025
010140e
Added ADoc/AsciiDoc Support
JCTRoth Dec 22, 2025
d253879
Update favicon references, add scripts for generating preview placeho…
JCTRoth Dec 22, 2025
0331c7e
Remove outdated contact, legal, resume, and skills data files
JCTRoth Dec 22, 2025
a2bc598
Enhance .gitignore, update routing in App component, and improve Asci…
JCTRoth Dec 22, 2025
f89507f
Fixed light switcher in mobile view
JCTRoth Dec 22, 2025
24e1e96
LOCs code optimized
JCTRoth Dec 22, 2025
07a591f
Add conditional styling for company logo based on image type
JCTRoth Dec 22, 2025
5d43b4e
HeroHeader hight 420 -> 400
JCTRoth Dec 22, 2025
99d142e
Use AsciiDoctor to Gen Code
JCTRoth Dec 22, 2025
cc889c6
packages updates
JCTRoth Dec 22, 2025
bd9376e
Removed some emojis
JCTRoth Dec 24, 2025
c099ef9
Update .gitignore, package.json, and package-lock.json; enhance HeroH…
JCTRoth Dec 24, 2025
98393e3
Disable section links in AsciiDoc conversion options
JCTRoth Dec 24, 2025
e18b9a5
HeroHeader to use a separate noiseSvg variable for background image
JCTRoth Dec 24, 2025
e4ed7b3
Add missing declare module statement for asciidoctor
JCTRoth Dec 24, 2025
ff1e1b6
npm audit fix
JCTRoth Dec 24, 2025
e364292
* Fixed scroll down hero header
JCTRoth Dec 26, 2025
6ab324b
- Added new Tag #YEARS_OF_EXPERIENCE# can be used in about_me doc cou…
JCTRoth Dec 27, 2025
5409b82
Enhance mobile responsiveness for markdown content and images
JCTRoth Dec 29, 2025
e37a962
Skill buttons now have diffent skill icons and for evry skill another…
JCTRoth Dec 29, 2025
0341140
Add distinct color palette for various skills using Tailwind CSS
JCTRoth Dec 29, 2025
fab5e69
Add skill color toggle functionality to sidebar
JCTRoth Dec 29, 2025
e969edd
Add size prop to IconButton and update sidebar to remove skill color …
JCTRoth Dec 30, 2025
5c1c0d6
- Remove redundant skills section from Resume component
JCTRoth Dec 30, 2025
db48aaa
Update skill icons and add new skills to palette
JCTRoth Jan 2, 2026
963e7ee
Update skill names in color palette for consistency
JCTRoth Jan 2, 2026
dee1638
Remove skill icon testing script
JCTRoth Jan 2, 2026
382c874
added image viewer component with keyboard, mouse, and touch controls
JCTRoth Jan 20, 2026
4aad12a
Fix years of experience calculation and update related comment for cl…
JCTRoth Jan 21, 2026
1cc9abd
Added more skil icons
JCTRoth Jan 21, 2026
c00b5ae
Update skill icon colors for improved visibility and consistency
JCTRoth Jan 21, 2026
82d0c5e
Add 'servicenow' and 'sql' skill icons; update imports accordingly
JCTRoth Jan 23, 2026
e5c098a
Merge branch 'import-4317193'
JCTRoth May 26, 2026
29713bc
Add ignoreDeprecations option to TypeScript configuration
JCTRoth May 26, 2026
1bd802c
Merge Daniel branch\n\n- merge reusable AsciiDoc loader and renderer …
JCTRoth May 26, 2026
a7e186d
Remove 'Resume' link from Header and MobileNav components
JCTRoth Jul 26, 2026
676ad10
Add settings for VSCode and update package dependencies
JCTRoth Jul 26, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
File renamed without changes.
301 changes: 0 additions & 301 deletions .github/instructions/erp-demo-docs.instructions.md

This file was deleted.

14 changes: 13 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

# your stuff is in here
/public/data/
/src/data/
public/favicon.png

# Node modules
node_modules/
Expand Down Expand Up @@ -101,3 +101,15 @@ temp/

# Ensure lockfiles remain tracked
# (do NOT ignore package-lock.json, yarn.lock, pnpm-lock.yaml)

# Ignore all git projects in a specific folder
git_projects/

# Resume is after npm run dist there
data/

# Archives
*.zip
*.tar
*.tar.7z
*.tar.gz
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"search.useIgnoreFiles": false
}
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2025 Daniel Roth
Copyright (c) 2025 Daniel Roth and Jonas Roth

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
Loading