Skip to content

Commit

Permalink
comment out dead projects
Browse files Browse the repository at this point in the history
Signed-off-by: Max Schmidt <[email protected]>
  • Loading branch information
mooxl committed Apr 20, 2024
1 parent 1f4b2c6 commit 6dee745
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions components/projects.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ const Projects = (data: { translation: Translation["projects"] }) => (
from="#00ff87"
to="#60efff"
/>
<Project
{/* <Project
link="https://www.zimmerfrei-bonn.de"
domain="zimmerfrei-bonn.de"
type="Webapp"
Expand All @@ -73,7 +73,7 @@ const Projects = (data: { translation: Translation["projects"] }) => (
technologies="Nuxt.js, Strapi, Snipcart"
from="#f6d5f7"
to="#fbe9d7"
/>
/> */}
<Project
link="https://old.mediaatrium.de"
domain="mediaatrium.de"
Expand Down Expand Up @@ -138,14 +138,14 @@ const Projects = (data: { translation: Translation["projects"] }) => (
from="#42047e"
to="#07f49e"
/>
<Project
{/* <Project
link="https://elektrotechnik-studieren.info/"
domain="elektrotechnik-studieren.info"
type="Dynamic Website"
technologies="Astroad"
from="#1dbde6"
to="#f1515e"
/>
/> */}
<Project
link="https://www.silas-schmitt.de"
domain="silas-schmitt.de"
Expand All @@ -154,14 +154,14 @@ const Projects = (data: { translation: Translation["projects"] }) => (
from="#fbd07c"
to="#b5c6e0"
/>
<Project
{/* <Project
link="https://www.sixthreeway.de"
domain="sixthreeway.de"
type="Static Website"
technologies="Next.js, Strapi"
from="#f5e6ad"
to="#f13c77"
/>
/> */}
</div>
</>
);
Expand Down

0 comments on commit 6dee745

Please sign in to comment.