Commit graph

76 commits

Author SHA1 Message Date
407200e2b8 Frontend: Keeping the timeline visible after an index change. 2024-02-07 21:28:23 +01:00
26443d63ea Frontend: Added sliding for all objects. Removed buttons for mobile. Updated project button and added index. 2024-02-07 21:12:29 +01:00
96a8e4d23f Backend: Added title for skills, updated program. Frontend: Updated CSS and Svelte Page. 2024-02-05 19:46:34 +01:00
6bee8c7b53 Backend: fixed unordered education and experience. Frontend: Adapted footer for mobile. 2024-02-05 16:52:33 +01:00
5beaa1d561 Frontend: Added Special tooltips, a json file to add custom messages to pills. 2024-02-05 16:11:27 +01:00
d1059eade6 Frontend: fixed issue with description crashing popup component. Popup does not show description if null, updated time locale depending on language. Popup is now multi-language. 2024-02-05 15:34:29 +01:00
bcc2ee7e7f Backend: Fixing education sql file. Frontend: Fixing json parsing not working on production. 2024-02-05 10:00:45 +01:00
b084131c54 Fontend: Move lang json files. Using adapter node, trying to fix json file not found by node. 2024-02-05 00:34:56 +01:00
2427346949 Frontend: Added language selection button and github button on footer. Resolved overflowing title on slides. Backend: Added url_name for Languages. 2024-02-04 23:28:20 +01:00
bac6fd1da2 Frontend: Added json files for language specific titles. 2024-02-04 22:12:15 +01:00
437f2a8a06 Backend: Rewrote the entire database structure to comply with languages needs. Frontend: Adapted new database parsing. Removed some log. 2024-02-04 21:23:51 +01:00
a8c78bc7b0 Frontend: Updated page route, enabling the compatibilty with multiple languages. 2024-02-04 00:10:57 +01:00
c2c1908c24 Frontend: Added a backward button to the slideshow element. Adapted CSS for both desktop and mobile. 2024-02-03 18:19:35 +01:00
e0c1a92f15 Frontend: Fixing an issue with the pills being loaded before the scrolling bar, which would eventually put the popup in a different place than expected. 2024-02-03 12:04:54 +01:00
b9c39d517b Frontend: Added full code highlight support for markdown. Adjusted Markdown CSS. 2024-02-03 11:46:27 +01:00
06acd72045 Backend: Updated Project with 'short_description'. Frontend: Updated the UI to show the short description then in the popup the full, tweaked markdown css. 2024-02-02 23:46:08 +01:00
fd1269c51c Frontend: Added basic markdown support with custom css. Enlarged by 10% the popup in desktop. 2024-02-02 22:03:10 +01:00
c3fe17407d Frontend: Dependancy issues resolved, Deleted svelte-flagpack and replaced it with flag-icons. Added flag-size in flag.css. 2024-02-02 19:20:52 +01:00
4a344b8aff Frontend: Created sidebar.svelte for better management, created topbar.js to close and open topbar. Sidebar is now working on mobile. 2024-02-01 23:57:37 +01:00
213e179e70 Frontend: Added an hitbox for the tooltip. Upgrading the user experience. 2024-02-01 18:49:15 +01:00
88423c45cb Updated to Vite 5.0.12. Fixed Resizing pill which would move the tooltip. 2024-02-01 18:14:32 +01:00
0ec0999130 Updated to Svelte 4.2.9, Frontend: Optimised pill to not bind mouseover and other functions for unused tooltips. Removed unused function in +page.svelte. 2024-02-01 17:20:32 +01:00
7f9cee5798 Frontend: Fixed sidebar being visible for a second on mobile. Tooltips now can be shown from bottom or top depending on where it can be displayed. 2024-02-01 16:15:10 +01:00
7e61cee8ca Frontend: Fixed left/right out of bound tooltip. 2024-02-01 15:19:07 +01:00
ea8053bf84 Frontend: Adapted popup for mobile devices. 2024-01-31 22:16:04 +01:00
f8ec7e427d Frontend: Fixing popup not showing if the button is not aligned with the popup (calling leavingPopup prematurly). 2024-01-30 23:25:41 +01:00
929158a32d Frontend: Replaced all grab cursor by pointer. 2024-01-30 22:51:38 +01:00
e9563e6a5d Frontend: Fixing major issues with the sidebar when on large screens. Optimised the code to use less scrollY. 2024-01-30 22:48:10 +01:00
06188f1faa Backend: Added 'profile_pic' in info database. Frontend: Changed the way the profile picture is loaded. 2024-01-30 21:46:57 +01:00
cb4cfe26cb Frontend/Backend : now 'picture_name' in db 'project' should be an url rather than a file name. Deleting img for projects. 2024-01-30 21:35:33 +01:00
f8eb04a6cb Backend: Added support for other type of links in each project. Frontend: Linking database and hiding a category if no data found. 2024-01-30 21:01:11 +01:00
5b0db880a0 Backend: Updated project sql. 2024-01-30 07:37:48 +01:00
820c777494 Frontend: Updated Some CSS for tooltips visibility. changed how popup.js works. showPopup now asks for a project id. Pill now can show the popup. 2024-01-28 23:41:30 +01:00
b9e78d7e49 Backend: Added the ability to gather a project title from a software/programming language. Frontend: Tooltip implementation with backend. 2024-01-28 21:28:07 +01:00
1a3297199f Backend: Some tweaks for project ids, ordering the tags. Frontend: Added full support for tags. 2024-01-28 18:34:05 +01:00
7d829cc22f Backend: Added tags for each project. 2024-01-28 17:54:04 +01:00
44d3af1595 Frontend: fixing some scrolling issues 2024-01-28 16:10:41 +01:00
73229a5d06 Frontend: Added style to the popup. Added more content. 2024-01-28 15:51:13 +01:00
957bad3c32 Frontend: Added the ability to close the popup when clicking outside of the frame. 2024-01-27 23:55:46 +01:00
5e9a8399fb Frontend: Added projects-popup component, added showPopup(), added popup writeable, added multiple slide sizes, adjusted z-indexes. 2024-01-27 23:24:43 +01:00
f023dd8e69 Frontend: Adjustements inthe flag section, each slide has now a fixed height. Some tweaks in subsections and footer. 2024-01-25 23:39:15 +01:00
524bb88a4c Frontend: Some tweaks for the containers of the slides, mainly pictures focused. Added formatDateMobile(). 2024-01-25 22:51:18 +01:00
bb42cd9c2b Frontend: Fixing overflow with scrolling, pictures are now well formatted, moving the more button. 2024-01-25 22:11:49 +01:00
aea400db5d Frontend: Adjusted CSS to work with mobile environnement. 2024-01-25 00:01:23 +01:00
d3aceced88 Frontend: Added updateTimeLine() which reset the position of the slidestring array each time a resizing occurs. Updated CSS so that the sidebar is not shown if in mobile mode. 2024-01-15 23:48:03 +01:00
282627ed0d Updated Vite Config. Frontend: Updated base css to hide scrolling bar, fixed margin from footer, sidebar is now fixed when footer is reached. 2024-01-08 20:14:19 +01:00
1aa48a15ac Backend: Updated Axum, Tower-http, Added Axum-Server. Fixed Router which no longer accepts Result<T>. Fixed Database files with info_id default value. 2024-01-08 13:27:49 +01:00
ee72389679 Frontend: Added Flag Component and Footer. 2023-11-19 23:45:01 +01:00
447decd5d8 Frontend: Added color.js, calculating text/icon color depending on the background color. Backend: Skills are now ordered by id. 2023-11-19 20:11:44 +01:00
1a414fe9f0 Frontend: Added Programming Languages section. 2023-11-19 18:57:55 +01:00