-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
refactor: integrate foundational design #259
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
✨ (home.md): add new home page content in German 🔧 (pages.yaml): add home page entry to pages collection tree 💄 (layout.antlers.html): add dark mode, smooth scroll, and antialiasing 💄 (layout.antlers.html): add background and text classes to body 💄 (head.antlers.html): add custom styles partial and viewport-fit=cover 💄 (head/_styles.antlers.html): add custom styles for x-cloak attribute ✨ (default.antlers.html): add default template layout and content
JimSeven
changed the title
Refactor/foundational design
refactor: integrate foundational design
Sep 11, 2024
robocopklaus
added a commit
that referenced
this pull request
Nov 29, 2024
* refactor!: revamp collections and their relationships (#225) * chore: add testimonials, clients and teasers to collections (#229) * chore: remove favicon (#230) * docs(readme): improve content (#231) * docs: fix changelog * docs(readme): remove db config * chore(readme): improve about section * docs(readme): make logo light mode only * chore(readme): add additional env variables and conventional commit section (#236) * chore: rename testimonials to representatives (#239) * chore: untrack svg files from lfs (#240) * chore: add client logos (#241) * chore: add project logos and rename folders (#242) * chore: renormalize git lfs files (#243) * chore: change hb fuller logo (#245) * chore: add vscode antlers extension to recommendations (#246) * feat: use digital ocean spaces for assets (#247) * refactor: integrate foundational design (#259) * chore: remove git lfs (#275) * refactor: improve linting (#276) * feat: add first content modules and a base page layout (#288) * refactor: rename and restructure fieldsets and blade components (#297) * refactor: rename and restructure fieldsets and blade components * refactor: clean up fieldsets * refactor: clean up homepage entry * feat: add item list layout module (#298) * feat: add new quote module (#309) * ci: improve semantic release workflow (#319) * chore: switch to js config for semantic release (#320) * refactor: use simple bash script instead of github action (#321) * feat: add cta box (#310) * feat: add logo wall layout module (#329) * feat: add logo wall layout module * fix: fix namespace casing to match psr4 autoloading standard * feat: logo wall view with dummy data * chore: update client informations * feat: logo wall module with backend data * fix: fix kumi svg logo color issue * chore: remove dumy data from logo wall * chore: refactor component initialization and data handling with improved phpstan declaration * fix: phpstan issues * feat: add new testimonial layout module (#330) * feat: add new testimonial layout module * chore: create and extend fieldsets for testimonial layout module * build: add spatie laravel data library * feat: add new testimonial layout module with laravel data ✨ (Testimonials): add TestimonialData and TestimonialsData classes for structured data handling ♻️ (LogoWall): refactor logo retrieval to use get method for consistency ♻️ (Module): update augmentData return type for flexibility ♻️ (Testimonials): integrate TestimonialsData for improved data management 📝 (home.md): update home page content with overline for testimonials ♻️ (testimonials.blade.php): refactor to use TestimonialsData for cleaner view logic * refactor: remove partials (#341) * refactor: adjust typography css variables (#342) * feat: add main and footer navigations with content from backend (#350) * chore: add page entries * feat: add footer and main navigation * feat: add footer and main navigation in frontend with dynamic entires * feat: add case study teaser list as layout module * fix: improve frontend and functionality (#367) * fix: improve adaptive split module due to making section header part of left coloumn * fix: fix line height of hero typo * feat: add svgicondata class and update logowall component to utilize it for logo handling * feat: add template and route fields to services.yaml * fix: update metadata and improve structure in various markdown files * feat: add layout module components and data structures for services teaser * feat: add layout module components and data structures for services teaser * fix: update home page layout and styling, enable section header, and adjust logo wall appearance * chore: add content (#368) * feat: enhance service and case study blueprints with layout modules and cta settings (#370) * fix: footer secondary menu and inline section header (#371) * feat: update section header component to support inline alignment and enhance layout structure * feat: update footer layout by adding new navigation entries and removing outdated links * feat: improve adaptive split (#372) * feat: update home page content and adjust layout module settings * build: composer update * feat: enhance adaptive split layout with conditional headline rendering * chore: update content (#369) * chore: update content (#386) * fix: fix content modules (#385) * fix: add rel and target attributes to logo links for security and accessibility and opening in new tab in logo wall * feat: add services teaser layout module and enhance case study teaser component with compilation logic * fix: case study list and add link in service list (#388) * fix: add case study teaser component and update related views * fix: add spacing before cta in case study teaser list * chore: update opticert case study (#387) * chore: add services (#389) * chore: merge (#391) * build: fix composer lock * build: fix package * build: fix package * chore(deps): update deps * chore: update case studies (#392) * chore: update case studies (#393) --------- Co-authored-by: Stefan Gruna <[email protected]> Co-authored-by: Steffen <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
closes #238