Emil Gulamov
d96adb00d8
Merge pull request #34 from mearashadowfax/dependabot/npm_and_yarn/astrojs/vercel-7.5.0
...
Bump @astrojs/vercel from 7.4.0 to 7.5.0
2024-04-02 01:38:21 +04:00
Emil Gulamov
7d75c588ae
Merge pull request #37 from mearashadowfax/dependabot/npm_and_yarn/astrojs/sitemap-3.1.2
...
Bump @astrojs/sitemap from 3.1.1 to 3.1.2
2024-04-02 01:38:02 +04:00
dependabot[bot]
9754196642
Bump @astrojs/vercel from 7.4.0 to 7.5.0
...
Bumps [@astrojs/vercel](https://github.com/withastro/astro/tree/HEAD/packages/integrations/vercel ) from 7.4.0 to 7.5.0.
- [Release notes](https://github.com/withastro/astro/releases )
- [Changelog](https://github.com/withastro/astro/blob/main/packages/integrations/vercel/CHANGELOG.md )
- [Commits](https://github.com/withastro/astro/commits/@astrojs/vercel@7.5.0/packages/integrations/vercel )
---
updated-dependencies:
- dependency-name: "@astrojs/vercel"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-04-01 20:31:27 +00:00
Emil Gulamov
6238d0b993
Merge pull request #38 from mearashadowfax/dependabot/npm_and_yarn/astro-4.5.12
...
Bump astro from 4.5.9 to 4.5.12
2024-04-02 00:05:49 +04:00
dependabot[bot]
6d692f8a5c
Bump astro from 4.5.9 to 4.5.12
...
Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro ) from 4.5.9 to 4.5.12.
- [Release notes](https://github.com/withastro/astro/releases )
- [Changelog](https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md )
- [Commits](https://github.com/withastro/astro/commits/astro@4.5.12/packages/astro )
---
updated-dependencies:
- dependency-name: astro
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-04-01 17:39:39 +00:00
dependabot[bot]
ff9b382c33
Bump @astrojs/sitemap from 3.1.1 to 3.1.2
...
Bumps [@astrojs/sitemap](https://github.com/withastro/astro/tree/HEAD/packages/integrations/sitemap ) from 3.1.1 to 3.1.2.
- [Release notes](https://github.com/withastro/astro/releases )
- [Changelog](https://github.com/withastro/astro/blob/main/packages/integrations/sitemap/CHANGELOG.md )
- [Commits](https://github.com/withastro/astro/commits/@astrojs/sitemap@3.1.2/packages/integrations/sitemap )
---
updated-dependencies:
- dependency-name: "@astrojs/sitemap"
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-04-01 17:39:25 +00:00
dependabot[bot]
2617b237fd
Bump prettier-plugin-tailwindcss from 0.5.12 to 0.5.13
...
Bumps [prettier-plugin-tailwindcss](https://github.com/tailwindlabs/prettier-plugin-tailwindcss ) from 0.5.12 to 0.5.13.
- [Release notes](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/releases )
- [Changelog](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/blob/main/CHANGELOG.md )
- [Commits](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/compare/v0.5.12...v0.5.13 )
---
updated-dependencies:
- dependency-name: prettier-plugin-tailwindcss
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-04-01 17:39:11 +00:00
Emil Gulamov
559569cf1c
Add titles to social icons and update URLs
...
Added titles to the social icons for better accessibility and updated the URLs for each social platform in the navigation component. Also added an aria-label to the LanguagePicker component and included the icon title in the Icon.astro file.
2024-03-31 00:48:41 +04:00
Emil Gulamov
007e23dd23
Merge remote-tracking branch 'origin/main'
2024-03-30 14:52:00 +04:00
Emil Gulamov
87c23ca26e
Rename product subtitles and adjust schema in collections
...
Redesigned the product markdown files and schema to divide product title and subtitle into separate 'title' and 'description' fields to provide better data representation. Adjusted CardWide and CardSmall components to accommodate these changes, ensuring consistent and appropriate depiction of product descriptions across all pages.
2024-03-30 14:51:44 +04:00
Emil Gulamov
841f8b9948
Update README.md
2024-03-30 10:25:09 +00:00
Emil Gulamov
4b3877db03
Merge pull request #32 from rotary-dev-fellowship/chore/vscode-collection-images
...
Add VSCode settings for pasting/dropping images into content collection pages
2024-03-30 14:07:28 +04:00
Ricardo Tribaldos
f2c2aa7b8d
chore: add vscode settings to allow pasting/dropping images directly into content collections
2024-03-30 01:57:30 -05:00
Emil Gulamov
9566b4403f
Merge pull request #29 from rotary-dev-fellowship/refactor/brandlogo-props
...
Refactor: Simplify BrandLogo Component Props Handling
2024-03-30 03:45:40 +04:00
Emil Gulamov
084fb32ab5
Merge remote-tracking branch 'origin/main'
2024-03-30 03:34:51 +04:00
Emil Gulamov
f56f433fac
Improve metadata with alternate language support
...
Updated metadata component to add support for alternate languages and a canonical link.
2024-03-30 03:34:10 +04:00
Ricardo Tribaldos
02ca410e84
Update BrandLogo usage in FooterSection and Navbar
2024-03-29 18:00:48 -05:00
Ricardo Tribaldos
e19f34fb87
Refactor BrandLogo component to use spread operator for props
2024-03-29 18:00:26 -05:00
Emil Gulamov
7accf5ac2e
Update README.md
2024-03-29 21:35:00 +00:00
Emil Gulamov
9bd4ff79ac
Add BrandLogo and LanguagePicker components
...
Introduced two new components (BrandLogo and LanguagePicker) to the Navbar component. This refactor improves readability and maintainability of the code. Additionally, SVG icons are extracted into reusable components
2024-03-30 01:18:02 +04:00
Emil Gulamov
d3212bc62d
Update UI styles and improve navigation and SEO features
...
This commit introduces several UI behavior improvements, particularly enhancing the hover states of buttons in dark mode, and tweaking language-specific navigation. It also includes significant enhancements to the project's SEO configuration by revising the README documentation and transitioning the management of SEO-related data to a centralized `constants.ts` file for more structured and manageable SEO settings.
2024-03-29 00:47:11 +04:00
Emil Gulamov
d82473b35c
Add pricing.json and integrate into PricingSection component
...
The pricing details, previously hardcoded in the PricingSection component, have been extracted to a separate JSON file in both English and French. They are now dynamically loaded into the PricingSection, enhancing maintainability and content management capabilities.
2024-03-29 00:46:57 +04:00
Emil Gulamov
1e4d5a63a7
Merge pull request #28 from rotary-dev-fellowship/feat-siteConstants
...
Enhance theme customization: refactor constants and optimize social images
2024-03-28 21:54:36 +04:00
Emil Gulamov
acff1208ed
Merge branch 'main' into feat-siteConstants
2024-03-28 21:53:33 +04:00
Emil Gulamov
74c986e405
Update manifest ID and reduce favicon sizes
...
The favicon size options have been reduced to only 16px and 32px, abandoning larger, less commonly used sizes.
2024-03-28 18:08:43 +04:00
Emil Gulamov
f1df8825b8
Merge pull request #27 from rotary-dev-fellowship/feat-faviconGen
...
Dynamic manifest and favicon generation
2024-03-28 17:49:58 +04:00
Ricardo Tribaldos
18e31d3121
Replace hardcoded constants with variables from constants file
2024-03-27 17:25:34 -05:00
Ricardo Tribaldos
3431077897
Move social image to /src/images to allow Astro auto optimization
2024-03-27 17:03:27 -05:00
Ricardo Tribaldos
827086c49d
Extract contants from Meta component
2024-03-27 16:57:42 -05:00
Ricardo Tribaldos
34768af685
Generate dynamic favicon ico file
2024-03-26 12:39:49 -05:00
Ricardo Tribaldos
59c53bf14f
Add new dependencies to generate ICO files
2024-03-26 12:36:57 -05:00
Ricardo Tribaldos
3a4662a5b0
Remove console.log statements left in manifest.json.ts
2024-03-26 12:22:13 -05:00
Ricardo Tribaldos
c1bccf25d5
Generate dynamic favicons
2024-03-26 12:19:13 -05:00
Ricardo Tribaldos
4de42dc850
Generate dynamic manifest file and icons
...
This update also moves the main icon images from the public folder to the src folder and remove the ones that are going to be generated and optimized by Astro.
2024-03-26 12:06:02 -05:00
Emil Gulamov
9caf68d975
Enhance site with bilingual support
...
Added conditions for changing form labels, navigation items according to the current locale. The README file was also updated accordingly to reflect these changes.
2024-03-26 09:11:14 +04:00
Emil Gulamov
7700a60c9e
Add French translation for various site components, data files, and navigation settings
...
This commit adds French translations to various components of the website. Specifically, a French Contact Us section has been created, as well as French versions of FAQs and feature data files. Additionally, French settings for the site navigation have been defined. This provides French-speaking users with a more convenient and accessible experience when using the site.
2024-03-26 01:13:31 +04:00
Emil Gulamov
27583d8191
Improve site's multi-language support by adding French translation
...
This update vastly improves the website's support for multiple languages by adding French translations to several new pages, including 404, contact, products index, home, and services pages. This update also introduces a new ContactSection_fr.astro component for a French version of the Contact Us section. Site configuration has been modified to appropriately handle these new additions.
2024-03-26 01:13:16 +04:00
Emil Gulamov
8f7a07e291
Update README.md
2024-03-25 18:55:13 +00:00
Emil Gulamov
df8e7b5dfa
Merge pull request #21 from mearashadowfax/dependabot/npm_and_yarn/astrojs/check-0.5.10
...
Bump @astrojs/check from 0.5.9 to 0.5.10
2024-03-25 22:48:54 +04:00
Emil Gulamov
2a48e4bf6b
Merge pull request #22 from mearashadowfax/dependabot/npm_and_yarn/astro-4.5.9
...
Bump astro from 4.5.6 to 4.5.9
2024-03-25 22:48:32 +04:00
dependabot[bot]
9d8eb60b37
Bump @astrojs/check from 0.5.9 to 0.5.10
...
Bumps [@astrojs/check](https://github.com/withastro/language-tools/tree/HEAD/packages/astro-check ) from 0.5.9 to 0.5.10.
- [Release notes](https://github.com/withastro/language-tools/releases )
- [Changelog](https://github.com/withastro/language-tools/blob/main/packages/astro-check/CHANGELOG.md )
- [Commits](https://github.com/withastro/language-tools/commits/@astrojs/check@0.5.10/packages/astro-check )
---
updated-dependencies:
- dependency-name: "@astrojs/check"
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-03-25 18:48:20 +00:00
dependabot[bot]
2cbb9b994c
Bump astro from 4.5.6 to 4.5.9
...
Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro ) from 4.5.6 to 4.5.9.
- [Release notes](https://github.com/withastro/astro/releases )
- [Changelog](https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md )
- [Commits](https://github.com/withastro/astro/commits/astro@4.5.9/packages/astro )
---
updated-dependencies:
- dependency-name: astro
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-03-25 18:47:59 +00:00
Emil Gulamov
1cb10c3a14
Merge pull request #23 from mearashadowfax/dependabot/npm_and_yarn/typescript-5.4.3
...
Bump typescript from 5.4.2 to 5.4.3
2024-03-25 22:47:45 +04:00
Emil Gulamov
b5f3bd09c2
Merge pull request #24 from mearashadowfax/dependabot/npm_and_yarn/astrojs/vercel-7.4.0
...
Bump @astrojs/vercel from 7.3.6 to 7.4.0
2024-03-25 22:47:23 +04:00
Emil Gulamov
8500ed47f1
Merge pull request #25 from mearashadowfax/dependabot/npm_and_yarn/astrojs/starlight-0.21.2
...
Bump @astrojs/starlight from 0.21.1 to 0.21.2
2024-03-25 22:46:57 +04:00
Emil Gulamov
8bdb3b5822
Merge pull request #26 from mearashadowfax/add-i18n
...
Add internationalization (i18n) features and refactor codebase
2024-03-25 22:46:17 +04:00
Emil Gulamov
82916cce1b
Add French translations of new pages and update site configuration
...
Introduced French translations of new pages including 404, contact, products index, home, and services. Also updated site configuration to handle French translations and added a new ContactSection_fr.astro component for the French version of the Contact Us section.
2024-03-25 22:40:55 +04:00
Emil Gulamov
a7abaee69f
Add new ContactSection_fr component and update related Icons
...
Introduced a new ContactSection_fr.astro component to handle the Contact Us section of the application and expanded the Icon component to encompass new icons used in the ContactSection.
2024-03-25 22:40:28 +04:00
Emil Gulamov
5a7150cc05
Update tsconfig and import paths for project-wide consistency
...
Modified tsconfig.json to add compilerOptions for @/* base directory paths and updated all relative file import paths in the project to use this configuration. This change provides a cleaner, more consistent, and efficient way to handle file imports.
2024-03-25 22:39:36 +04:00
dependabot[bot]
09c756853a
Bump @astrojs/starlight from 0.21.1 to 0.21.2
...
Bumps [@astrojs/starlight](https://github.com/withastro/starlight/tree/HEAD/packages/starlight ) from 0.21.1 to 0.21.2.
- [Release notes](https://github.com/withastro/starlight/releases )
- [Changelog](https://github.com/withastro/starlight/blob/main/packages/starlight/CHANGELOG.md )
- [Commits](https://github.com/withastro/starlight/commits/@astrojs/starlight@0.21.2/packages/starlight )
---
updated-dependencies:
- dependency-name: "@astrojs/starlight"
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-03-25 17:10:19 +00:00