Add sleepy.care
This commit is contained in:
BIN
src/assets/projects/sleepycarePreview.png
Normal file
BIN
src/assets/projects/sleepycarePreview.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.2 MiB |
@@ -54,6 +54,7 @@
|
||||
|
||||
.description {
|
||||
font: var(--font-sm);
|
||||
white-space: pre-line;
|
||||
}
|
||||
|
||||
.techIcons {
|
||||
|
||||
@@ -32,7 +32,7 @@ export default () => {
|
||||
<For each={projects}>{(project: ProjectType, i) =>
|
||||
<Project
|
||||
project={project}
|
||||
odd={i() % 2 === 0}
|
||||
odd={i() % 2 === 1}
|
||||
/>
|
||||
}</For>
|
||||
|
||||
|
||||
@@ -8,6 +8,7 @@ import mockupPreview from '../../assets/projects/mockupPreview.png';
|
||||
import vkmutePreview from '../../assets/projects/vkmutePreview.png';
|
||||
import musanthropePreview from '../../assets/projects/musanthropePreview.png';
|
||||
import bakeryPreview from '../../assets/projects/bakeryPreview.png';
|
||||
import sleepycarePreview from '../../assets/projects/sleepycarePreview.png';
|
||||
import RecursivePreview from './RecursivePreview';
|
||||
|
||||
import {
|
||||
@@ -49,6 +50,12 @@ export default [
|
||||
// link: 'https://warframe.center',
|
||||
// descriptionSlug: 'warframe_desc'
|
||||
// }),
|
||||
new Project({
|
||||
name: 'Sleepy Care',
|
||||
preview: sleepycarePreview,
|
||||
link: 'https://sleepy.care',
|
||||
descriptionSlug: 'sleepycare_desc',
|
||||
}),
|
||||
new Project({
|
||||
name: 'Bakery',
|
||||
preview: bakeryPreview,
|
||||
|
||||
@@ -12,6 +12,7 @@
|
||||
"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.",
|
||||
"bakery_desc": "A mock bakery website. Has a map with all locations and a list of all items being sold.",
|
||||
"sleepycare_desc": "Your sleeping assistant. Helps you sleep better and fall asleep easier.\n\n Sleeping tips, soundscape generation and sharing, dream journal.",
|
||||
"name": "Your name",
|
||||
"message": "Ask me to make your next highly custom experience",
|
||||
"email": "Your email",
|
||||
|
||||
@@ -12,6 +12,8 @@
|
||||
"vkmute_desc": "Расширение, позволяющее скрывать сообщения от указанных пользователей в беседах.",
|
||||
"musanthrope_desc": "Лэндинг мода с музыкой для PAYDAY 2 от Musanthrope.",
|
||||
"bakery_desc": "Сайт выдуманной булочной с картой всех мест и полным списком товаров.",
|
||||
"sleepycare_desc": "Your sleeping assistant. Helps you sleep better and fall asleep easier.\n\n Sleeping tips, soundscape generation and sharing, dream journal.",
|
||||
"sleepycare_desc": "Ваш помощник для сна. Поможет вам лучше спать и легче засыпать.\n\n Факты о сне, генератор фонового шума с возможностью делиться и выбирать звуки от сообщества, журнал снов.",
|
||||
"name": "Ваше имя",
|
||||
"message": "Напишите о чем угодно",
|
||||
"email": "Ваш email",
|
||||
|
||||
Reference in New Issue
Block a user