Commit Graph

189 Commits

Author SHA1 Message Date
f622dd5500 Add smooth scroll 2025-04-01 12:31:21 +02:00
c4218161f6 Add ProseImg 2025-04-01 12:31:13 +02:00
f908dace86 Remove tests 2025-03-19 11:31:44 +01:00
cc086c6182 Testing 6 2025-03-19 11:28:40 +01:00
86709d24b6 Testing 5 2025-03-19 11:28:21 +01:00
2a84a592e6 Testing 4 2025-03-19 11:24:20 +01:00
48be5b64bd Testing 3 2025-03-19 11:21:03 +01:00
24f4109319 Testing 2 2025-03-19 11:12:29 +01:00
f29a3ed9ab Testing 2025-03-19 11:00:32 +01:00
a20c41c2d4 Testing 2025-03-19 10:58:12 +01:00
114adf18bc Testing 2025-03-19 10:53:37 +01:00
adfdbbfce5 Testing 2025-03-19 10:51:09 +01:00
32b3ee048c Testing 2025-03-19 10:45:02 +01:00
47557155d1 Testing 2025-03-19 10:41:52 +01:00
20fdf7b64e Test and fix last build 2025-03-19 10:20:50 +01:00
c0c4ee0227 Test and fix last build 2025-03-19 10:17:25 +01:00
ccab273066 Test 2025-03-19 10:15:00 +01:00
cc11bfd456 Add verification 2025-03-19 10:10:28 +01:00
0042e30baf Add verification 2025-03-19 10:10:08 +01:00
cfa84e50a9 Add verification 2025-03-19 10:06:42 +01:00
5a3ab98f69 Add verification 2025-03-18 20:49:57 +01:00
c82d81de80 Add verification 2025-03-18 20:18:00 +01:00
d2b5030ade change upopover activation mode 2025-02-17 22:17:50 +01:00
303d901e70 Clean space 2025-02-15 16:28:51 +01:00
63a6fe8bb6 Add Status page 2025-02-15 16:28:41 +01:00
a1964ef814 Test 2025-02-12 19:37:40 +01:00
458da2cddd Enhance activity selection logic 2025-02-07 19:46:24 +01:00
4462f07471 Working on activity 2025-02-07 19:14:38 +01:00
9c9d7b7222 Add italic state 2025-02-06 18:44:30 +01:00
1b8ee92148 Remove tag 2025-02-06 18:20:08 +01:00
9bed873cec Fix new seo tags 2025-02-06 18:19:57 +01:00
f634090a7b Fix missing href key 2025-02-06 18:00:37 +01:00
3ea794b887 Fix tooltips 2025-02-06 17:21:21 +01:00
3bb7911c77 Fix old resume, add contact popover, filter tags and more 2025-02-06 16:59:45 +01:00
b37cbd11cf Fix popover position 2025-02-06 16:16:15 +01:00
e84ac93890 Add Toc 2025-02-06 16:14:17 +01:00
0f0c68be82 Working on website 2025-02-06 15:06:32 +01:00
f7efe2b7b8 Adjust Globe visualization parameters for improved appearance
Increased mapBrightness and modified baseColor and glowColor to achieve better contrast and a more visually appealing design. These changes refine the overall look of the globe component on the home page.
2025-02-03 15:57:20 +01:00
d70592b0c1 Merge remote-tracking branch 'origin/master'
# Conflicts:
#	content/portfolio/bikes-glm.md
2025-02-02 22:17:55 +01:00
f855328096 Add portfolio page for GLM bike prediction project
Introduced a new portfolio entry showcasing a bike prediction project using Generalized Linear Models. Includes a detailed description, relevant tags, a PDF report, and a link to the source code.
2025-02-02 22:17:30 +01:00
9ace5f716b Normalize code style and logging levels throughout project
Fixed minor inconsistencies in syntax, formatting, and logging levels across various files. Updated newline handling, adjusted console log types, and improved code organization for better readability and maintainability.
2025-02-02 19:53:17 +01:00
afbb94ff11 Import and simplify usePrecision in Stats.vue
Updated the usePrecision function by removing unnecessary options for math rounding. Also cleaned up imports to enhance clarity and maintain concise coding practices.
2025-02-02 19:22:26 +01:00
affeb347e5 Refactor Stats.vue to optimize computed values
Extracted reusable computed values for time, date, and hours to improve code clarity and maintainability. This change reduces duplication and ensures consistency across template usages.
2025-02-02 19:17:53 +01:00
9e52314f40 Remove debug console logs from location plugin
Eliminated unnecessary console.log statements that were used for debugging purposes. This cleanup improves code readability and reduces noise in the server logs.
2025-02-02 19:10:18 +01:00
6ab4ffc092 Refactor WebSocket handling and remove nuxt-visitors module
Replaced nuxt-visitors module with a custom WebSocket implementation for location tracking. Removed redundant code and comments in `useVisitors` composable and introduced the `location.server` plugin to manage user location. Updated dependencies and configurations to reflect these changes, streamlining the approach.
2025-02-02 19:03:49 +01:00
523a4a0582 Merge branch 'Cobe_implementation'
# Conflicts:
#	package.json
#	pnpm-lock.yaml
2025-02-02 18:30:52 +01:00
3f5b0829c7 Add Nuxt UI v3 2025-02-02 18:30:15 +01:00
bb20f593f8 Test visitors 2025-02-02 13:50:06 +01:00
c29a51941b Test visitors 2025-02-02 13:00:48 +01:00
9d4ca6476b Replace Mapbox integration with custom Globe component
Switched from Mapbox to a custom globe visualization using 'cobe' library. Removed all Mapbox-related code, dependencies, and environmental variables. Introduced a WebSocket-based system to display live visitor data on the globe.
2025-01-29 12:43:03 +01:00