Skip to content

Commit c6900ae

Browse files
remove: koffie project
1 parent 2e54495 commit c6900ae

File tree

20 files changed

+2
-52
lines changed

20 files changed

+2
-52
lines changed

components/parallax-images.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ const images = [
2424
className: "mx-auto w-2/3",
2525
},
2626
{
27-
src: "/images/parallax/coffe.webp",
28-
alt: "Small image of Koffie project",
27+
src: "/images/parallax/xbox.webp",
28+
alt: "Small image of Catalog project",
2929
start: -200,
3030
end: 200,
3131
className: "ml-auto w-1/3",

data/projects/index.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
11
import catalog from "./catalog";
22
import adidas from "./adidas";
33
import upwrite from "./upwrite";
4-
import koffie from "./koffie";
54
import solartoy from "./solartoy";
65
import darkbulls from "./darkbulls";
76

87
const myProjects = {
98
catalog,
109
adidas,
1110
upwrite,
12-
koffie,
1311
solartoy,
1412
darkbulls,
1513
// future projects...

data/projects/koffie.ts

Lines changed: 0 additions & 24 deletions
This file was deleted.

messages/de.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,6 @@
9898
"darkBulls": {
9999
"description": "Lamborghini-Auto-Galerie, die ikonische Modelle zeigt und die wichtigsten Merkmale und Innovationen jedes Fahrzeugs hervorhebt."
100100
},
101-
"koffie": {
102-
"description": "Prototyp einer modernen, responsiven Website zur Darstellung der visuellen Identität eines fiktiven Cafés namens Koffie."
103-
},
104101
"upWrite": {
105102
"description": "Web-Tool zur Erstellung und Organisation von Notizen mit erweiterten Textbearbeitungsfunktionen."
106103
},

messages/en.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,6 @@
9898
"darkBulls": {
9999
"description": "Lamborghini car gallery showcasing iconic models and highlighting each car's key features and innovations."
100100
},
101-
"koffie": {
102-
"description": "Prototype of a modern, responsive website designed to represent the visual identity of a fictional coffee shop named Koffie."
103-
},
104101
"upWrite": {
105102
"description": "Web tool for creating and organizing notes, equipped with advanced text editing features."
106103
},

messages/es.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,6 @@
9898
"darkBulls": {
9999
"description": "Galería de automóviles Lamborghini que muestra modelos icónicos y destaca las principales características e innovaciones de cada coche."
100100
},
101-
"koffie": {
102-
"description": "Prototipo de un sitio web moderno y responsivo diseñado para representar la identidad visual de una cafetería ficticia llamada Koffie."
103-
},
104101
"upWrite": {
105102
"description": "Herramienta web para crear y organizar notas, equipada con funciones avanzadas de edición de texto."
106103
},

messages/fr.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,6 @@
9898
"darkBulls": {
9999
"description": "Galerie automobile Lamborghini présentant des modèles emblématiques et mettant en avant les caractéristiques et innovations de chaque voiture."
100100
},
101-
"koffie": {
102-
"description": "Prototype d’un site web moderne et réactif conçu pour représenter l’identité visuelle d’un café fictif appelé Koffie."
103-
},
104101
"upWrite": {
105102
"description": "Outil web pour la création et l’organisation de notes, doté de fonctionnalités avancées d’édition de texte."
106103
},

messages/pt.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,6 @@
9898
"darkBulls": {
9999
"description": "Galeria de automóveis da Lamborghini, que apresenta modelos icônicos da marca e destaca as principais características e inovações de cada carro."
100100
},
101-
"koffie": {
102-
"description": "Protótipo de um site moderno e responsivo desenvolvido para representar a identidade visual de uma cafeteria fictícia chamada Koffie."
103-
},
104101
"upWrite": {
105102
"description": "Ferramenta web para criação e organização de anotações, equipada com funcionalidades avançadas de edição de texto."
106103
},

public/images/koffie/koffie.webp

-72.6 KB
Binary file not shown.
-84.3 KB
Binary file not shown.

0 commit comments

Comments
 (0)