Add sleepy.care

This commit is contained in:
2023-08-13 13:14:27 +03:00
parent c2d7fb4082
commit c8aff9a4dc
6 changed files with 12 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 MiB

View File

@@ -54,6 +54,7 @@
.description { .description {
font: var(--font-sm); font: var(--font-sm);
white-space: pre-line;
} }
.techIcons { .techIcons {

View File

@@ -32,7 +32,7 @@ export default () => {
<For each={projects}>{(project: ProjectType, i) => <For each={projects}>{(project: ProjectType, i) =>
<Project <Project
project={project} project={project}
odd={i() % 2 === 0} odd={i() % 2 === 1}
/> />
}</For> }</For>

View File

@@ -8,6 +8,7 @@ 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 bakeryPreview from '../../assets/projects/bakeryPreview.png';
import sleepycarePreview from '../../assets/projects/sleepycarePreview.png';
import RecursivePreview from './RecursivePreview'; import RecursivePreview from './RecursivePreview';
import { import {
@@ -49,6 +50,12 @@ export default [
// link: 'https://warframe.center', // link: 'https://warframe.center',
// descriptionSlug: 'warframe_desc' // descriptionSlug: 'warframe_desc'
// }), // }),
new Project({
name: 'Sleepy Care',
preview: sleepycarePreview,
link: 'https://sleepy.care',
descriptionSlug: 'sleepycare_desc',
}),
new Project({ new Project({
name: 'Bakery', name: 'Bakery',
preview: bakeryPreview, preview: bakeryPreview,

View File

@@ -12,6 +12,7 @@
"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.", "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", "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",

View File

@@ -12,6 +12,8 @@
"vkmute_desc": "Расширение, позволяющее скрывать сообщения от указанных пользователей в беседах.", "vkmute_desc": "Расширение, позволяющее скрывать сообщения от указанных пользователей в беседах.",
"musanthrope_desc": "Лэндинг мода с музыкой для PAYDAY 2 от Musanthrope.", "musanthrope_desc": "Лэндинг мода с музыкой для PAYDAY 2 от Musanthrope.",
"bakery_desc": "Сайт выдуманной булочной с картой всех мест и полным списком товаров.", "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": "Ваше имя", "name": "Ваше имя",
"message": "Напишите о чем угодно", "message": "Напишите о чем угодно",
"email": "Ваш email", "email": "Ваш email",