Commit Graph

301 Commits

Author SHA1 Message Date
becarta
1d80c4156c Remove blog components and configurations to streamline the project
- Deleted multiple blog-related components including Grid, GridItem, Headline, List, ListItem, Pagination, RelatedPosts, SinglePost, and Tags to simplify the codebase.
- Removed associated configurations from src/config.yaml, eliminating unused blog settings.
- Cleaned up email templates and layouts related to blog functionality to enhance maintainability.
- Updated styles in tailwind.css for consistency following the removal of blog components.
2025-06-12 22:39:23 +02:00
becarta
afe9d45b5e Update UptimeStatusIsland and UpdateTimer components for improved refresh intervals and styling
- Increased the refresh interval in UpdateTimer from 300 seconds to 1800 seconds for less frequent updates.
- Refactored UptimeStatusIsland to utilize a 30-minute window for data caching and fetching, enhancing performance.
- Updated styles in UptimeStatusIsland for better visual consistency, including backdrop blur effects and improved layout for mobile responsiveness.
2025-06-11 23:37:13 +02:00
2e8a55307d Update privacy and terms pages to enhance clarity and organization
- Added a new section for SessionStorage usage in the privacy policy, detailing its purpose and data handling.
- Updated headings to include scroll margin for better navigation.
- Revised language in the privacy policy to clarify data handling practices, including contact form submissions and cookie usage.
- Enhanced the terms page with a link to the privacy policy for more comprehensive user information.
- Updated contact information in both documents to include company details.
2025-06-11 22:32:56 +02:00
db4bde54e6 Refactor UptimeStatus component to improve data fetching and user experience
- Removed UpdateTimer component and integrated countdown functionality directly into UptimeStatusIsland.
- Implemented sessionStorage caching for system status data to enhance performance and user experience.
- Added visual countdown display for the next update, improving user awareness of data refresh timing.
- Updated privacy policy to clarify the use of sessionStorage for caching non-personal data.
2025-06-11 21:48:11 +02:00
c067466894 Update package-lock.json and enhance UptimeStatusIsland component for time formatting
- Updated package-lock.json to reflect new versions of dependencies, including luxon for date handling.
- Modified UptimeStatusIsland component to improve local time formatting, ensuring UTC display and handling of invalid dates.
2025-06-11 20:44:32 +02:00
becarta
cdc09fc4a5 Add Uptime link to footer and update translations
- Introduced a new Uptime link in the footer for system status monitoring.
- Updated translations to include the Uptime label in the footer.
- Simplified page title for improved clarity and focus on IT systems and automation.
2025-06-08 02:59:58 +02:00
becarta
a084480695 Update dependencies and enhance UptimeStatusIsland component with timezone and locale handling
- Added luxon library for improved date handling.
- Updated UptimeStatusIsland component to format and display local time for heartbeats.
- Enhanced state management to track user timezone and locale.
- Ensured UTC formatting for timestamps in API responses.
2025-06-08 02:43:05 +02:00
becarta
b43b8c3ed7 Add prerendering and static paths for Uptime page to support multilingual routing
- Enabled prerendering for the Uptime page to improve performance.
- Implemented getStaticPaths function to generate paths for supported languages, enhancing SEO and accessibility for multilingual users.
2025-06-08 01:18:45 +02:00
becarta
46fa503dda Enhance ToggleTheme component and add Uptime link in Footer with translations
- Updated ToggleTheme component styles for better visibility in dark mode.
- Added a new Uptime link in the Footer for system status monitoring.
- Introduced translations for Uptime in English, Dutch, German, and French to support multilingual users.
2025-06-08 01:13:56 +02:00
7f06a0d546 Update privacy and terms pages with new modification dates for accuracy
- Changed the dateModified to June 7, 2025, for both privacy and terms pages.
- Updated the "Last updated" subtitle to reflect the new modification date.
2025-06-07 19:41:03 +02:00
2015de705f Remove privacy and terms markdown files and update related Astro components for improved clarity and compliance
- Deleted outdated privacy and terms markdown files.
- Updated privacy and terms Astro components to reflect changes in legal compliance, including GDPR and Dutch law.
- Enhanced clarity in user rights and data usage sections.
- Added contact information for privacy and legal inquiries.
2025-06-07 19:35:20 +02:00
94046e85e6 Update privacy and terms pages to reflect new company details and improve clarity
- Updated the "Last updated" date to March 6, 2025.
- Changed company references from AstroWind LLC to 365DevNet.
- Revised country references from California, United States to The Netherlands.
- Enhanced language for consistency and clarity throughout the documents.
- Added details on data collection practices and user preferences for improved transparency.
2025-06-07 19:13:53 +02:00
3decfb7ded Update configuration and content for improved SEO and user experience
- Enhanced sitemap configuration to limit entries and ensure a single sitemap generation.
- Updated robots.txt to reflect the new sitemap URL.
- Revised metadata descriptions and titles across multiple pages for better SEO alignment.
- Obfuscated email address in the footer for improved privacy.
- Adjusted content in various pages to better reflect services offered and enhance clarity.
2025-06-07 18:40:47 +02:00
d1591d1970 Remove deprecated image files and update image imports in antifp and eap pages for improved maintainability and consistency. 2025-06-07 17:16:52 +02:00
5e44722960 Remove unused Image components from antifp and eap pages to streamline code and improve maintainability. 2025-06-07 17:02:51 +02:00
a4c02a712c Update LanguageSelector and development page components for improved client behavior
- Changed LanguageSelectorComponent to use client:visible for better loading performance.
- Updated CollapsibleIntro and ContributionCalendar components to utilize client:visible, enhancing user experience by ensuring they load only when in view.
2025-06-07 16:58:32 +02:00
73ec3b5120 Refactor Footer component for enhanced styling and layout consistency
- Improved icon alignment and sizes for a more cohesive appearance.
- Adjusted padding and spacing to ensure better visual consistency with the overall theme.
2025-06-07 16:55:24 +02:00
9b2fe7607f Comment out CallToAction widget in index.astro for future reference 2025-06-07 15:36:07 +02:00
27fae7fd5b Enhance ImageModal and CompactSteps components for improved layout and responsiveness
- Updated ImageModal styles to center the modal and adjust image container dimensions for better visual presentation.
- Refactored CompactSteps to include an icon component for better visual consistency and adjusted layout for improved readability.
- Removed outdated WorkExperience item rendering to streamline the component structure.
- Updated aboutme page to conditionally set icons based on title content for better context.
2025-06-07 15:30:14 +02:00
deab297955 Update development translations and page title for consistency
- Changed the menu label from 'Dev Dashboard' to 'Development' in multiple languages for clarity.
- Updated the title in the development page to use 'Development Overview' for better alignment with content.
- Adjusted the heading in development.astro to reflect the new title for improved user experience.
2025-06-07 13:52:04 +02:00
a268031b34 Update translations and development page for consistency and clarity
- Changed the title in translations.ts to '365DevNet Ecosystem: Development Overview' for better alignment with the page content.
- Updated the heading style in development.astro for improved responsiveness and visual hierarchy.
- Adjusted padding and layout in mobile commit info area for enhanced user experience.
2025-06-07 13:25:33 +02:00
ec0dacc5e2 Update development page and translations for improved clarity and consistency
- Changed the title and description in development.astro to reflect the 365DevNet ecosystem.
- Updated translation files to include new page title and description for multiple languages.
- Renamed '365DevNet' to 'Dev Dashboard' in navigation for better user understanding.
2025-06-07 13:16:30 +02:00
7ce6c1390f Enhance ContributionCalendar component for mobile responsiveness and user experience
- Added mobile detection and state management to handle screen size changes.
- Implemented a scroll indicator for mobile users to enhance navigation.
- Introduced a toggle button for expanding the calendar view to show the full year.
- Adjusted the rendering logic to display a limited number of weeks based on the mobile state.
2025-06-07 12:26:56 +02:00
9fd25138e4 Refactor commit fetching in development.astro to implement caching for improved performance
- Introduce a caching mechanism for Gitea commits to reduce API calls across language builds.
- Update the commit fetching logic to handle errors more gracefully and ensure consistent data retrieval.
2025-06-06 23:57:17 +02:00
5763c43389 Add prerender support to development.astro for improved performance 2025-06-06 23:42:15 +02:00
33dd9c9d8d Update translations and enhance development.astro with static path support
- Revise introductory text in translations for clarity and consistency across multiple languages.
- Add static paths for language support in development.astro to improve routing for internationalization.
2025-06-06 23:40:44 +02:00
aa37cb23cf Enhance ContributionCalendar and development.astro for dark mode support and improved commit display
- Refactor ContributionCalendar to support light and dark color schemes based on user preference.
- Implement dark mode detection using a MutationObserver to dynamically adjust styles.
- Update development.astro to include a new CollapsibleIntro component for better user experience.
- Improve commit display logic to format messages with bullet points and enhance layout for clarity.
2025-06-06 23:36:00 +02:00
bbbcb96905 Refactor development page and enhance translations for improved clarity
- Consolidate the "Web Development" link in the navigation for better structure.
- Add an introductory text to the development section in translations for clearer context.
- Update various translation entries for consistency and clarity across multiple languages.
- Remove the development.astro page as its functionality is now integrated elsewhere.
2025-06-06 23:21:01 +02:00
0c3e3d1a01 Add Web Development section to navigation and update development.astro metadata
- Introduce a new "Web Development" section in the navigation with a link to 365devnet.
- Update the import statement in development.astro to use PageLayout.
- Add metadata for improved SEO, including title and description for the development page.
2025-06-06 22:28:59 +02:00
673d1b7c29 Enhance ContributionCalendar component and update development.astro for better contribution visualization
- Modify getCalendarDays function to start the week on Monday and improve date calculations.
- Add getMonthLabels function to generate month labels for the contribution calendar.
- Update styling and structure of the ContributionCalendar for improved layout and responsiveness.
- Integrate ContributionCalendar into development.astro to visually represent code contributions over the past year, enhancing project transparency.
2025-06-06 22:14:49 +02:00
f01ac6f675 Enhance commit fetching in development.astro with improved API integration
- Update GITEA_COMMITS_URL to include additional query parameters for better data retrieval.
- Implement authorization header for secure API access if a token is present.
- Refactor commit display logic to handle potential missing data gracefully.
2025-06-06 21:51:11 +02:00
2da6ae3078 Update .gitignore and development.astro for improved configuration and API integration
- Specify .env file handling in .gitignore to prevent accidental exposure of sensitive data.
- Change Git API URL to Gitea for fetching commits, ensuring compatibility with the new repository structure.
2025-06-06 21:40:28 +02:00
becarta
069c9b1e70 Enhance layout and styling for Anti-Fingerprinting Shield Plus and Enterprise App Protection pages
- Updated the layout to include a backdrop blur effect and rounded corners for improved aesthetics.
- Adjusted text color for better visibility in dark mode across various list items.
2025-05-14 01:13:20 +02:00
becarta
0d396209f9 Enhance homepage layout and content structure
- Updated the homepage to utilize a new layout with multiple widgets including Hero, Features, Content, CallToAction, and Contact.
- Implemented dynamic translations for the homepage content to improve accessibility and user experience.
- Set prerendering to true for better performance and SEO optimization.
2025-05-14 00:54:57 +02:00
becarta
b5fbfec352 Refactor translations and update blog and Anti-Fingerprinting Shield Plus pages
- Removed unused translation sections for blog and Anti-Fingerprinting Shield Plus to streamline the codebase.
- Updated blog page to utilize dynamic translations based on the selected language.
- Enhanced Anti-Fingerprinting Shield Plus page to fetch translations correctly, improving maintainability and user experience.
2025-05-14 00:38:25 +02:00
becarta
8a54efb68d Add Enterprise App Protection (EAP) section to navigation and translations
- Introduced a new navigation link for "Enterprise App Protection" with corresponding translations in English, French, Dutch, and German.
- Added detailed descriptions, features, and troubleshooting information for the EAP feature to enhance user understanding and accessibility.
2025-05-10 04:10:30 +02:00
becarta
1386493d91 Add prerendering support for Anti-Fingerprinting Shield Plus page
Some checks failed
GitHub Actions / build (18) (push) Has been cancelled
GitHub Actions / build (20) (push) Has been cancelled
GitHub Actions / build (22) (push) Has been cancelled
GitHub Actions / check (push) Has been cancelled
2025-05-10 01:32:19 +02:00
becarta
5496f3c9e5 Add screenshot and caption for Anti-Fingerprinting Shield Plus settings
Some checks failed
GitHub Actions / build (18) (push) Has been cancelled
GitHub Actions / build (20) (push) Has been cancelled
GitHub Actions / build (22) (push) Has been cancelled
GitHub Actions / check (push) Has been cancelled
2025-05-10 01:24:58 +02:00
becarta
cdbaff3385 Add Anti-Fingerprinting Shield Plus section to navigation and translations
Some checks failed
GitHub Actions / build (18) (push) Has been cancelled
GitHub Actions / build (20) (push) Has been cancelled
GitHub Actions / build (22) (push) Has been cancelled
GitHub Actions / check (push) Has been cancelled
- Introduced a new navigation link for "Anti-FP Shield+".
- Added comprehensive translations for the Anti-Fingerprinting Shield Plus feature in English, French, Dutch, and German, including title, description, installation steps, features, and notes.
2025-05-10 01:10:12 +02:00
becarta
ba2fb9f248 Made English the default site so that people dont see a redirect page first
Some checks failed
GitHub Actions / build (18) (push) Has been cancelled
GitHub Actions / build (20) (push) Has been cancelled
GitHub Actions / build (22) (push) Has been cancelled
GitHub Actions / check (push) Has been cancelled
2025-05-01 21:38:11 +02:00
becarta
93a8763e04 Added a new development page where it shows the status of the site
Some checks failed
GitHub Actions / check (push) Has been cancelled
GitHub Actions / build (18) (push) Has been cancelled
GitHub Actions / build (20) (push) Has been cancelled
GitHub Actions / build (22) (push) Has been cancelled
2025-05-01 20:37:33 +02:00
becarta
890d7b8670 Updated site completely
Some checks failed
GitHub Actions / build (18) (push) Has been cancelled
GitHub Actions / build (20) (push) Has been cancelled
GitHub Actions / build (22) (push) Has been cancelled
GitHub Actions / check (push) Has been cancelled
2025-03-29 22:32:31 +01:00
becarta
e0f172d66d added kvk and btw number back, updated text colour text-muted 2025-03-14 23:05:05 +01:00
becarta
cfee5b8e47 updated homepage image 2025-03-12 22:45:08 +01:00
becarta
ed166bfa97 removed contact details 2025-03-12 22:25:06 +01:00
becarta
a2ecf840a8 updated our commitment image and text 2025-03-12 04:41:49 +01:00
becarta
f0c71110be Added crucial converstations certificate 2025-03-12 03:02:21 +01:00
becarta
9e47f30fc1 removed parallax, added flags to footer 2025-03-07 00:13:44 +01:00
becarta
6f3594261c corrected number of days that cookies are stored 2025-03-06 23:32:14 +01:00
becarta
f62c3458a5 added cookie notice, added terms and privacy notice, added return to top button 2025-03-06 23:27:26 +01:00