Added bakery project
This commit is contained in:
BIN
src/assets/projects/bakeryPreview.png
Normal file
BIN
src/assets/projects/bakeryPreview.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.5 MiB |
@@ -7,6 +7,7 @@ import studybuddyPreview from '../../assets/projects/studybuddyPreview.png';
|
|||||||
import mockupPreview from '../../assets/projects/mockupPreview.png';
|
import mockupPreview from '../../assets/projects/mockupPreview.png';
|
||||||
import vkmutePreview from '../../assets/projects/vkmutePreview.png';
|
import vkmutePreview from '../../assets/projects/vkmutePreview.png';
|
||||||
import musanthropePreview from '../../assets/projects/musanthropePreview.png';
|
import musanthropePreview from '../../assets/projects/musanthropePreview.png';
|
||||||
|
import bakeryPreview from '../../assets/projects/bakeryPreview.png';
|
||||||
import RecursivePreview from './RecursivePreview';
|
import RecursivePreview from './RecursivePreview';
|
||||||
|
|
||||||
import {
|
import {
|
||||||
@@ -54,6 +55,13 @@ export default [
|
|||||||
descriptionSlug: 'worktime_desc',
|
descriptionSlug: 'worktime_desc',
|
||||||
icons: [ pwa, github ]
|
icons: [ pwa, github ]
|
||||||
}),
|
}),
|
||||||
|
new Project({
|
||||||
|
name: 'Bakery',
|
||||||
|
preview: bakeryPreview,
|
||||||
|
link: 'https://bakery.kopyl.dev',
|
||||||
|
repo: 'https://github.com/anatolykopyl/bakery',
|
||||||
|
descriptionSlug: 'bakery_desc',
|
||||||
|
}),
|
||||||
new Project({
|
new Project({
|
||||||
name: 'This website',
|
name: 'This website',
|
||||||
preview: RecursivePreview,
|
preview: RecursivePreview,
|
||||||
|
|||||||
@@ -11,6 +11,7 @@
|
|||||||
"mockup_desc": "A npm component leveraging three.js to make interactive 3D phone mockups.",
|
"mockup_desc": "A npm component leveraging three.js to make interactive 3D phone mockups.",
|
||||||
"vkmute_desc": "A Browser extension that allows you to mute people in group chats on VK.com.",
|
"vkmute_desc": "A Browser extension that allows you to mute people in group chats on VK.com.",
|
||||||
"musanthrope_desc": "A landing page for a music pack mod for PAYDAY 2 made by Musanthrope.",
|
"musanthrope_desc": "A landing page for a music pack mod for PAYDAY 2 made by Musanthrope.",
|
||||||
|
"bakery_desc": "A mock bakery website. Has a map with all locations and a list of all items being sold.",
|
||||||
"name": "Your name",
|
"name": "Your name",
|
||||||
"message": "Ask me to make your next highly custom experience",
|
"message": "Ask me to make your next highly custom experience",
|
||||||
"email": "Your email",
|
"email": "Your email",
|
||||||
|
|||||||
@@ -11,6 +11,7 @@
|
|||||||
"mockup_desc": "Пакет для npm, позволяющий сосздавать интерактивные 3D мокапы телефонов с помощью three.js.",
|
"mockup_desc": "Пакет для npm, позволяющий сосздавать интерактивные 3D мокапы телефонов с помощью three.js.",
|
||||||
"vkmute_desc": "Расширение, позволяющее скрывать сообщения от указанных пользователей в беседах.",
|
"vkmute_desc": "Расширение, позволяющее скрывать сообщения от указанных пользователей в беседах.",
|
||||||
"musanthrope_desc": "Лэндинг мода с музыкой для PAYDAY 2 от Musanthrope.",
|
"musanthrope_desc": "Лэндинг мода с музыкой для PAYDAY 2 от Musanthrope.",
|
||||||
|
"bakery_desc": "Сайт выдуманной булочной с картой всех мест и полным списком товаров.",
|
||||||
"name": "Ваше имя",
|
"name": "Ваше имя",
|
||||||
"message": "Напишите о чем угодно",
|
"message": "Напишите о чем угодно",
|
||||||
"email": "Ваш email",
|
"email": "Ваш email",
|
||||||
|
|||||||
Reference in New Issue
Block a user