Skip to content

Commit

Permalink
feature(update-text-magic): Reorder images
Browse files Browse the repository at this point in the history
  • Loading branch information
Z-100 committed Apr 6, 2024
1 parent d6938b2 commit bb802e3
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
name="description"
content="Z-100's CV website :)"
/>
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo171.png" />
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logos/elmo-logo.png" />
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
<title>Vayan - Z-100</title>
</head>
Expand Down
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
14 changes: 7 additions & 7 deletions src/domain/mock-db/projects-data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,35 +13,35 @@ export const featuredProjectsData: Project[] = [
shortDesc: 'Literal weather app...',
desc: 'Camunda-, kTor- & React-Microservices running in AKS',
url: 'https://github.com/Z-100/soemi-weather',
img: '/aks-logo.png'
img: '/logos/aks-logo.png'
},
{
name: 'GeoPal',
shortDesc: 'Geo Reminder App',
desc: 'Basically a location based reminder app, where I also focused on the UI. I\'m definitely a backend dev',
url: 'https://github.com/ZE-100/GeoPal',
img: '/android-logo.png'
img: '/logos/android-logo.png'
},
{
name: 'BackFusion',
shortDesc: 'Kotlin and Spring Boot',
desc: 'The backend to a gym-tracking app written in Kotlin. More of an experiment.',
url: 'https://github.com/FitFusion/BackFusion',
img: '/fitfusion-logo.jpg'
img: '/logos/fitfusion-logo.jpg'
},
{
name: 'DayCounter',
shortDesc: 'Cute day counter app',
desc: 'One of my first Android apps! It counts down days in a cute way',
url: 'https://github.com/ZE-100/DayCounter',
img: '/android-logo.png'
img: '/logos/android-logo.png'
},
{
name: 'More projects',
shortDesc: 'Wanna see more?',
desc: 'There are lots of other projects on my GitHub!',
url: 'https://github.com/Z-100?tab=repositories',
img: '/github-logo.png'
img: '/logos/github-logo.png'
},
]

Expand All @@ -51,13 +51,13 @@ export const plannedProjectsData: Project[] = [
shortDesc: "Document Management Zystem",
desc: "I wanna create my own DMS-System to manage... documents 🥁",
url: "https://github.com/Z-100/DMZ",
img: "/logo171.png"
img: "/logos/elmo-logo.png"
},
{
name: "k8s",
shortDesc: "Soon to be self hosted Kubernetes Cluster",
desc: "All of my projects should run here eventually. That's the end goal.",
url: "https://github.com/Z-100/k8s",
img: "/kubernetes-logo.png"
img: "/logos/kubernetes-logo.png"
},
]

0 comments on commit bb802e3

Please sign in to comment.