Skip to content

Commit

Permalink
feat: link to paperless page
Browse files Browse the repository at this point in the history
  • Loading branch information
pReya committed Feb 24, 2024
1 parent 55c7e42 commit 119273c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/ServicesSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ const ServicesSection: React.FC<Props> = ({ consultingTechItems, developmentTech
<h4 className='px-8 pt-8 uppercase text-lg tracking-[0.1em] text-white/75'>
Wir entwickeln mit
</h4>
<div className='px-8 pt-4 pb-8 inline-grid grid-cols-1 sm:grid-cols-2 gap-x-12 gap-y-5'>
<div className='px-8 pt-4 pb-8 inline-grid grid-cols-1 sm:grid-cols-2 gap-x-10 gap-y-5'>
{developmentTechItems?.map((item, i) => (
<TechStackItem key={i} light title={item.title} link={item.link} image={item.image} />
))}
Expand Down Expand Up @@ -114,7 +114,7 @@ const ServicesSection: React.FC<Props> = ({ consultingTechItems, developmentTech
<h4 className='px-8 pt-8 uppercase text-lg tracking-[0.1em] text-black/75'>
Wir beraten zu
</h4>
<div className='px-8 py-4 inline-grid grid-cols-1 sm:grid-cols-2 gap-x-12 gap-y-5'>
<div className='px-8 py-4 inline-grid grid-cols-1 sm:grid-cols-2 gap-x-10 gap-y-5'>
{consultingTechItems?.map((item, i) => (
<TechStackItem key={i} title={item.title} link={item.link} image={item.image} />
))}
Expand Down
6 changes: 6 additions & 0 deletions src/content/stack_consulting/paperless-ngx.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"title": "Paperless-ngx",
"link": "/leistungen/paperless-ngx",
"order": 8,
"image": "<svg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' fill-rule='evenodd' stroke-miterlimit='10' clip-rule='evenodd' viewBox='0 0 456 547'><path fill='currentColor' fill-rule='nonzero' stroke='#000' stroke-width='.7598' d='M100.495 521.09c-2.66-12.538-7.902-37.687-8.586-37.687-111.766-66.862-98.546-182.58-61.544-248.758 7.902 83.35 155.455 140.867 69.446 242.756-.684 1.291 3.951 17.171 7.902 31.76 17.171-29.101 43.005-64.128 41.637-67.47C43.51 183.737 374.25 163.907 443.012 3.817c31.076 154.771-15.88 394.26-281.733 455.12-1.292.683-48.247 83.35-50.299 84.033 0-1.291-19.83-.684-17.171-7.294 1.443-4.027 4.027-9.27 6.686-14.588Zm-3.267-62.152c33.735-39.054-5.927-105.84-29.784-127.647 40.345 69.37 37.686 109.715 29.784 127.647Z'/></svg>"
}

0 comments on commit 119273c

Please sign in to comment.