├── src ├── pages │ ├── 404.astro │ ├── index.astro │ ├── create │ │ ├── page.astro │ │ └── post.astro │ ├── docs.astro │ ├── useit.astro │ ├── signin.astro │ └── signup.astro ├── themes │ └── colorful.css ├── global.css ├── components │ ├── navigation │ │ └── navigationStore.js │ ├── supabase │ │ ├── clientStore.js │ │ └── client.js │ ├── button │ │ └── button.svelte │ └── vendor │ │ └── Toast.svelte ├── icons │ ├── stop2.svg │ ├── play3.svg │ ├── folder.svg │ ├── bookmark.svg │ ├── diamonds.svg │ ├── eject.svg │ ├── arrow-up.svg │ ├── pause2.svg │ ├── arrow-down.svg │ ├── arrow-left.svg │ ├── arrow-right.svg │ ├── checkmark.svg │ ├── next2.svg │ ├── power.svg │ ├── backward2.svg │ ├── forward3.svg │ ├── italic.svg │ ├── menu.svg │ ├── previous2.svg │ ├── npm.svg │ ├── arrow-up-left.svg │ ├── arrow-up-right.svg │ ├── bookmarks.svg │ ├── first.svg │ ├── last.svg │ ├── arrow-down-left.svg │ ├── arrow-down-right.svg │ ├── folder-open.svg │ ├── home3.svg │ ├── delicious.svg │ ├── folder-minus.svg │ ├── loop.svg │ ├── shrink2.svg │ ├── bin2.svg │ ├── enlarge2.svg │ ├── quill.svg │ ├── upload3.svg │ ├── display.svg │ ├── download3.svg │ ├── folder-upload.svg │ ├── font-size.svg │ ├── pilcrow.svg │ ├── road.svg │ ├── upload2.svg │ ├── enter.svg │ ├── exit.svg │ ├── folder-download.svg │ ├── folder-plus.svg │ ├── ltr.svg │ ├── rtl.svg │ ├── stats-bars.svg │ ├── embed.svg │ ├── home.svg │ ├── list.svg │ ├── drive.svg │ ├── facebook.svg │ ├── menu3.svg │ ├── menu4.svg │ ├── paragraph-left.svg │ ├── download2.svg │ ├── paragraph-center.svg │ ├── paragraph-right.svg │ ├── text-width.svg │ ├── crop.svg │ ├── map.svg │ ├── minus.svg │ ├── paragraph-justify.svg │ ├── text-height.svg │ ├── floppy-disk.svg │ ├── text-color.svg │ ├── hackernews.svg │ ├── indent-decrease.svg │ ├── indent-increase.svg │ ├── phone.svg │ ├── redo2.svg │ ├── reply.svg │ ├── undo2.svg │ ├── forward.svg │ ├── pushpin.svg │ ├── home2.svg │ ├── upload.svg │ ├── menu2.svg │ ├── new-tab.svg │ ├── box-add.svg │ ├── checkbox-unchecked.svg │ ├── contrast.svg │ ├── pagebreak.svg │ ├── rocket.svg │ ├── star-full.svg │ ├── terminal.svg │ ├── box-remove.svg │ ├── clock2.svg │ ├── flickr.svg │ ├── download.svg │ ├── film.svg │ ├── location.svg │ ├── pencil2.svg │ ├── twitch.svg │ ├── office.svg │ ├── stop.svg │ ├── tab.svg │ ├── windows8.svg │ ├── copy.svg │ ├── embed2.svg │ ├── map2.svg │ ├── play2.svg │ ├── radio-checked2.svg │ ├── subscript.svg │ ├── superscript.svg │ ├── newspaper.svg │ ├── table.svg │ ├── table2.svg │ ├── user.svg │ ├── library.svg │ ├── man.svg │ ├── page-break.svg │ ├── pause.svg │ ├── css3.svg │ ├── facebook2.svg │ ├── google-drive.svg │ ├── list-numbered.svg │ ├── pencil.svg │ ├── radio-unchecked.svg │ ├── tablet.svg │ ├── aid-kit.svg │ ├── backward.svg │ ├── file-text.svg │ ├── forward2.svg │ ├── share.svg │ ├── laptop.svg │ ├── pie-chart.svg │ ├── checkbox-checked.svg │ ├── checkmark2.svg │ ├── deviantart.svg │ ├── enlarge.svg │ ├── shield.svg │ ├── shrink.svg │ ├── mobile.svg │ ├── plus.svg │ ├── calendar.svg │ ├── heart.svg │ ├── music.svg │ ├── underline.svg │ ├── clock.svg │ ├── stack.svg │ ├── airplane.svg │ ├── mic.svg │ ├── stackoverflow.svg │ ├── undo.svg │ ├── barcode.svg │ ├── flickr2.svg │ ├── mobile2.svg │ ├── next.svg │ ├── printer.svg │ ├── redo.svg │ ├── sort-amount-asc.svg │ ├── user-tie.svg │ ├── previous.svg │ ├── sigma.svg │ ├── sort-amount-desc.svg │ ├── cancel-circle.svg │ ├── clear-formatting.svg │ ├── flickr3.svg │ ├── lock.svg │ ├── star-half.svg │ ├── unlocked.svg │ ├── book.svg │ ├── paint-format.svg │ ├── bubble.svg │ ├── flickr4.svg │ ├── hangouts.svg │ ├── lab.svg │ ├── circle-up.svg │ ├── neutral2.svg │ ├── radio-checked.svg │ ├── user-check.svg │ ├── circle-down.svg │ ├── circle-left.svg │ ├── dropbox.svg │ ├── circle-right.svg │ ├── ctrl.svg │ ├── heart-broken.svg │ ├── credit-card.svg │ ├── insert-template.svg │ ├── tongue2.svg │ ├── trello.svg │ ├── volume-mute.svg │ ├── wondering2.svg │ ├── bold.svg │ ├── html-five.svg │ ├── key.svg │ ├── list2.svg │ ├── omega.svg │ ├── star-empty.svg │ ├── accessibility.svg │ ├── coin-dollar.svg │ ├── pacman.svg │ ├── profile.svg │ ├── spades.svg │ ├── video-camera.svg │ ├── opt.svg │ ├── shuffle.svg │ ├── arrow-up2.svg │ ├── play.svg │ ├── shocked2.svg │ ├── arrow-down2.svg │ ├── arrow-left2.svg │ ├── drawer2.svg │ ├── price-tag.svg │ ├── arrow-right2.svg │ ├── neutral.svg │ ├── envelop.svg │ ├── glass2.svg │ ├── truck.svg │ ├── history.svg │ ├── keyboard.svg │ ├── google.svg │ ├── arrow-up-left2.svg │ ├── arrow-up-right2.svg │ ├── linkedin.svg │ ├── volume-decrease.svg │ ├── arrow-down-right2.svg │ ├── bin.svg │ ├── shift.svg │ ├── yahoo.svg │ ├── arrow-down-left2.svg │ ├── compass.svg │ ├── database.svg │ ├── flag.svg │ ├── hammer.svg │ ├── spinner9.svg │ ├── happy2.svg │ ├── location2.svg │ ├── spell-check.svg │ ├── cloud-check.svg │ ├── linkedin2.svg │ ├── telegram.svg │ ├── user-minus.svg │ ├── volume-increase.svg │ ├── cloud-upload.svg │ ├── loop2.svg │ ├── paste.svg │ ├── stats-bars2.svg │ ├── woman.svg │ ├── info.svg │ ├── magic-wand.svg │ ├── wondering.svg │ ├── camera.svg │ ├── cloud.svg │ ├── stumbleupon.svg │ ├── tongue.svg │ ├── user-plus.svg │ ├── IcoMoon.svg │ ├── briefcase.svg │ ├── rss.svg │ ├── search.svg │ ├── calculator.svg │ ├── mail3.svg │ ├── notification.svg │ ├── address-book.svg │ ├── cart.svg │ ├── font.svg │ ├── sad2.svg │ ├── shocked.svg │ ├── smile2.svg │ ├── compass2.svg │ ├── html-five2.svg │ ├── sort-numberic-desc.svg │ ├── sort-numeric-asc.svg │ ├── zoom-out.svg │ ├── blogger.svg │ ├── clipboard.svg │ ├── google3.svg │ ├── spinner11.svg │ ├── power-cord.svg │ ├── question.svg │ ├── quotes-right.svg │ ├── switch.svg │ ├── zoom-in.svg │ ├── edge.svg │ ├── wrench.svg │ ├── baffled2.svg │ ├── eyedropper.svg │ ├── google-plus.svg │ ├── google2.svg │ ├── libreoffice.svg │ ├── quotes-left.svg │ ├── lanyrd.svg │ ├── foursquare.svg │ ├── happy.svg │ ├── image.svg │ ├── cool2.svg │ ├── google-plus3.svg │ ├── move-up.svg │ ├── move-down.svg │ ├── cloud-download.svg │ ├── mug.svg │ ├── ello.svg │ ├── warning.svg │ ├── fire.svg │ ├── google-plus2.svg │ ├── rss2.svg │ ├── soundcloud.svg │ ├── renren.svg │ ├── sad.svg │ ├── smile.svg │ ├── subscript2.svg │ ├── volume-mute2.svg │ ├── superscript2.svg │ ├── magnet.svg │ ├── share2.svg │ ├── spoon-knife.svg │ ├── books.svg │ ├── mail2.svg │ ├── spinner8.svg │ ├── command.svg │ ├── cool.svg │ ├── droplet.svg │ ├── price-tags.svg │ ├── soundcloud2.svg │ ├── ticket.svg │ ├── blocked.svg │ ├── blog.svg │ ├── drawer.svg │ ├── file-empty.svg │ ├── spinner5.svg │ ├── wink2.svg │ ├── mail4.svg │ ├── coin-pound.svg │ ├── phone-hang-up.svg │ ├── stumbleupon2.svg │ ├── trophy.svg │ ├── equalizer.svg │ ├── tumblr.svg │ ├── alarm.svg │ ├── equalizer2.svg │ ├── volume-low.svg │ ├── blogger2.svg │ ├── filter.svg │ ├── stopwatch.svg │ ├── dice.svg │ ├── file-play.svg │ ├── glass.svg │ ├── spinner7.svg │ ├── strikethrough.svg │ ├── users.svg │ ├── confused2.svg │ ├── man-woman.svg │ ├── eye.svg │ ├── pen.svg │ ├── vine.svg │ ├── leaf.svg │ ├── wink.svg │ ├── meter2.svg │ ├── flattr.svg │ ├── binoculars.svg │ ├── coin-yen.svg │ ├── appleinc.svg │ └── file-video.svg └── reset.css ├── public ├── robots.txt ├── favicon.ico └── images │ └── github.png ├── .npmrc ├── .env.sample ├── .stackblitzrc ├── CREDITS.md ├── sandbox.config.json ├── .gitignore ├── postcss.config.cjs ├── tailwind.config.cjs └── astro.config.mjs /src/pages/404.astro: -------------------------------------------------------------------------------- 1 |

PAGE NOT FOUND

-------------------------------------------------------------------------------- /public/robots.txt: -------------------------------------------------------------------------------- 1 | User-agent: * 2 | Disallow: / 3 | -------------------------------------------------------------------------------- /.npmrc: -------------------------------------------------------------------------------- 1 | ## force pnpm to hoist 2 | shamefully-hoist = true 3 | -------------------------------------------------------------------------------- /.env.sample: -------------------------------------------------------------------------------- 1 | PUBLIC_VITE_SUPABASE_URL= 2 | PUBLIC_VITE_SUPABASE_ANON_KEY= -------------------------------------------------------------------------------- /src/themes/colorful.css: -------------------------------------------------------------------------------- 1 | h1 { 2 | @apply text-xl text-red-500; 3 | } -------------------------------------------------------------------------------- /public/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebiko3/centauri/HEAD/public/favicon.ico -------------------------------------------------------------------------------- /src/global.css: -------------------------------------------------------------------------------- 1 | @tailwind base; 2 | @tailwind components; 3 | @tailwind utilities; 4 | -------------------------------------------------------------------------------- /public/images/github.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebiko3/centauri/HEAD/public/images/github.png -------------------------------------------------------------------------------- /.stackblitzrc: -------------------------------------------------------------------------------- 1 | { 2 | "startCommand": "npm start", 3 | "env": { 4 | "ENABLE_CJS_IMPORTS": true 5 | } 6 | } -------------------------------------------------------------------------------- /src/components/navigation/navigationStore.js: -------------------------------------------------------------------------------- 1 | import { writable } from 'svelte/store'; 2 | export const lastMenuClicked = writable(''); 3 | export const menuItems = writable(); -------------------------------------------------------------------------------- /src/components/supabase/clientStore.js: -------------------------------------------------------------------------------- 1 | import { writable } from 'svelte/store'; 2 | export const session = writable(); 3 | export const logoutEvent = writable(false); 4 | export const signUpEvent = writable(false); -------------------------------------------------------------------------------- /CREDITS.md: -------------------------------------------------------------------------------- 1 | # some thanks for snippets/help/ideas/awesomeness 2 | 3 | 💜 Josh Comeau for 3D Button https://www.joshwcomeau.com/animation/3d-button/ 4 | 💚 aFuzzyBear for astro-UI and XElement https://github.com/aFuzzyBear/astro-ui -------------------------------------------------------------------------------- /src/components/button/button.svelte: -------------------------------------------------------------------------------- 1 | 6 | 7 | -------------------------------------------------------------------------------- /src/icons/stop2.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | stop2 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/play3.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | play3 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/folder.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | folder 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/bookmark.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | bookmark 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/diamonds.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | diamonds 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/eject.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | eject 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/arrow-up.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | arrow-up 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/pause2.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | pause2 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/arrow-down.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | arrow-down 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/arrow-left.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | arrow-left 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/arrow-right.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | arrow-right 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/checkmark.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | checkmark 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/next2.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | next2 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/power.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | power 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/backward2.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | backward2 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/forward3.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | forward3 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/italic.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | italic 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/menu.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | menu 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/previous2.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | previous2 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/npm.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | npm 4 | 5 | 6 | -------------------------------------------------------------------------------- /sandbox.config.json: -------------------------------------------------------------------------------- 1 | { 2 | "infiniteLoopProtection": true, 3 | "hardReloadOnChange": false, 4 | "view": "browser", 5 | "template": "node", 6 | "container": { 7 | "port": 3000, 8 | "startScript": "start", 9 | "node": "14" 10 | } 11 | } 12 | -------------------------------------------------------------------------------- /src/icons/arrow-up-left.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | arrow-up-left 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/arrow-up-right.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | arrow-up-right 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/bookmarks.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | bookmarks 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/first.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | first 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/last.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | last 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/arrow-down-left.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | arrow-down-left 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/arrow-down-right.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | arrow-down-right 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/folder-open.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | folder-open 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/home3.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | home3 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/delicious.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | delicious 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/folder-minus.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | folder-minus 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/loop.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | loop 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/shrink2.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | shrink2 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/bin2.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | bin2 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/enlarge2.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | enlarge2 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/quill.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | quill 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/upload3.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | upload3 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/display.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | display 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/download3.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | download3 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/folder-upload.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | folder-upload 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/font-size.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | font-size 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/pilcrow.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | pilcrow 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/road.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | road 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/upload2.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | upload2 4 | 5 | 6 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | # build output 2 | dist 3 | 4 | # dependencies 5 | node_modules/ 6 | .snowpack/ 7 | 8 | # logs 9 | npm-debug.log* 10 | yarn-debug.log* 11 | yarn-error.log* 12 | 13 | # environment variables 14 | .env 15 | .env.production 16 | 17 | # macOS-specific files 18 | .DS_Store 19 | -------------------------------------------------------------------------------- /postcss.config.cjs: -------------------------------------------------------------------------------- 1 | const path = require('path'); 2 | 3 | module.exports = { 4 | plugins: [ 5 | require('postcss-import'), 6 | require('tailwindcss'), 7 | require('tailwindcss/nesting'), 8 | require('autoprefixer'), 9 | require('postcss-preset-env') 10 | ] 11 | }; -------------------------------------------------------------------------------- /src/icons/enter.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | enter 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/exit.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | exit 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/folder-download.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | folder-download 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/folder-plus.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | folder-plus 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/ltr.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | ltr 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/rtl.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | rtl 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/stats-bars.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | stats-bars 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/embed.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | embed 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /src/icons/home.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | home 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/list.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | list 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/components/supabase/client.js: -------------------------------------------------------------------------------- 1 | import { createClient } from '@supabase/supabase-js'; 2 | const SUPABASE_URL = import.meta.env.PUBLIC_VITE_SUPABASE_URL; 3 | const SUPABASE_ANON_KEY = import.meta.env.PUBLIC_VITE_SUPABASE_ANON_KEY; 4 | export const supabase = createClient(SUPABASE_URL, SUPABASE_ANON_KEY); -------------------------------------------------------------------------------- /src/icons/drive.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | drive 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/facebook.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | facebook 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/menu3.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | menu3 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /src/icons/menu4.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | menu4 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /src/icons/paragraph-left.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | paragraph-left 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/download2.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | download2 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/paragraph-center.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | paragraph-center 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/paragraph-right.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | paragraph-right 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/text-width.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | text-width 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/crop.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | crop 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/map.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | map 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /src/icons/minus.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | minus 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/paragraph-justify.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | paragraph-justify 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/text-height.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | text-height 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/floppy-disk.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | floppy-disk 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/text-color.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | text-color 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/hackernews.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | hackernews 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/indent-decrease.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | indent-decrease 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/indent-increase.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | indent-increase 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/phone.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | phone 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/redo2.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | redo2 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/reply.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | reply 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/undo2.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | undo2 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/forward.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | forward 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/pushpin.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | pushpin 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/home2.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | home2 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/upload.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | upload 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/menu2.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | menu2 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /src/icons/new-tab.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | new-tab 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /src/icons/box-add.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | box-add 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/checkbox-unchecked.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | checkbox-unchecked 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/contrast.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | contrast 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/pagebreak.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | pagebreak 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/rocket.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | rocket 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/star-full.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | star-full 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/terminal.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | terminal 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/box-remove.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | box-remove 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/clock2.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | clock2 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/flickr.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | flickr 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/download.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | download 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/film.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | film 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/location.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | location 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/pencil2.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | pencil2 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/twitch.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | twitch 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /src/icons/office.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | office 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/stop.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | stop 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/tab.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | tab 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /src/icons/windows8.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | windows8 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/copy.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | copy 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/embed2.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | embed2 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /src/icons/map2.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | map2 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/play2.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | play2 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/radio-checked2.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | radio-checked2 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/subscript.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | subscript 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/superscript.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | superscript 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/pages/index.astro: -------------------------------------------------------------------------------- 1 | --- 2 | import Default from "../layouts/Default.astro"; 3 | import Headline from "../components/headline/headline.astro"; 4 | --- 5 | 6 |
7 |
8 | TEST 9 |
10 |
11 |
12 | -------------------------------------------------------------------------------- /src/icons/newspaper.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | newspaper 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/table.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | table 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/table2.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | table2 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/user.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | user 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/library.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | library 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /src/icons/man.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | man 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /src/icons/page-break.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | page-break 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/pause.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | pause 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/css3.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | css3 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/facebook2.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | facebook2 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/google-drive.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | google-drive 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /src/icons/list-numbered.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | list-numbered 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/pencil.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | pencil 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/radio-unchecked.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | radio-unchecked 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/tablet.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | tablet 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/aid-kit.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | aid-kit 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/backward.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | backward 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/file-text.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | file-text 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/forward2.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | forward2 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/share.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | share 4 | 5 | 6 | -------------------------------------------------------------------------------- /tailwind.config.cjs: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | mode: 'jit', 3 | purge: ['./public/**/*.{scss,sass,css}', './src/**/*.{astro,js,jsx,ts,tsx,vue,svelte,scss,sass,css}'], 4 | darkMode: false, // or 'media' or 'class' 5 | theme: { 6 | extend: { 7 | colors: { 8 | 'astro': '#000014', 9 | 'centauri': '#40167e' 10 | } 11 | }, 12 | }, 13 | plugins: [], 14 | } -------------------------------------------------------------------------------- /src/icons/laptop.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | laptop 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/pie-chart.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | pie-chart 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/pages/create/page.astro: -------------------------------------------------------------------------------- 1 | --- 2 | import Default from "../../layouts/Default.astro"; 3 | import Headline from "../../components/headline/headline.astro"; 4 | --- 5 | 6 |
7 |
8 | CREATE PAGE 9 |
10 |
11 |
12 | -------------------------------------------------------------------------------- /src/icons/checkbox-checked.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | checkbox-checked 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/checkmark2.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | checkmark2 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/deviantart.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | deviantart 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/enlarge.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | enlarge 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /src/icons/shield.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | shield 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/shrink.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | shrink 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /src/pages/create/post.astro: -------------------------------------------------------------------------------- 1 | --- 2 | import Default from "../../layouts/Default.astro"; 3 | import Headline from "../../components/headline/headline.astro"; 4 | --- 5 | 6 |
7 |
8 | TEST CREATE POST 9 |
10 |
11 |
12 | -------------------------------------------------------------------------------- /src/icons/mobile.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | mobile 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/plus.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | plus 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/calendar.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | calendar 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/heart.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | heart 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/music.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | music 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/underline.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | underline 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/clock.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | clock 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/stack.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | stack 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/airplane.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | airplane 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/mic.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | mic 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/stackoverflow.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | stackoverflow 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/undo.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | undo 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/barcode.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | barcode 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/flickr2.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | flickr2 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/mobile2.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | mobile2 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/next.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | next 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /src/icons/printer.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | printer 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /src/icons/redo.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | redo 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/sort-amount-asc.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | sort-amount-asc 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /src/icons/user-tie.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | user-tie 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/previous.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | previous 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /src/icons/sigma.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | sigma 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/sort-amount-desc.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | sort-amount-desc 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /src/icons/cancel-circle.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | cancel-circle 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /src/icons/clear-formatting.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | clear-formatting 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/flickr3.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | flickr3 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/lock.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | lock 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/star-half.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | star-half 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/unlocked.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | unlocked 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/book.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | book 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /src/icons/paint-format.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | paint-format 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/pages/docs.astro: -------------------------------------------------------------------------------- 1 | --- 2 | import Default from "../layouts/Default.astro"; 3 | --- 4 | 5 |
6 |
7 |

Documentation

8 |
9 |
10 |
11 | 12 | -------------------------------------------------------------------------------- /src/pages/useit.astro: -------------------------------------------------------------------------------- 1 | --- 2 | import Default from "../layouts/Default.astro"; 3 | --- 4 | 5 |
6 |
7 |

GET STARTED

8 |
9 |
10 |
11 | 12 | -------------------------------------------------------------------------------- /src/icons/bubble.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | bubble 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/flickr4.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | flickr4 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/hangouts.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | hangouts 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/lab.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | lab 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/circle-up.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | circle-up 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /src/icons/neutral2.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | neutral2 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/radio-checked.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | radio-checked 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/user-check.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | user-check 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /src/icons/circle-down.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | circle-down 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /src/icons/circle-left.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | circle-left 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /src/icons/dropbox.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | dropbox 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /src/icons/circle-right.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | circle-right 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /src/icons/ctrl.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | ctrl 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/heart-broken.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | heart-broken 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/credit-card.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | credit-card 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/insert-template.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | insert-template 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/tongue2.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | tongue2 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/trello.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | trello 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/volume-mute.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | volume-mute 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/wondering2.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | wondering2 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/bold.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | bold 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/html-five.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | html-five 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/key.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | key 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/list2.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | list2 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/omega.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | omega 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/star-empty.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | star-empty 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/accessibility.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | accessibility 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /src/icons/coin-dollar.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | coin-dollar 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/pacman.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | pacman 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/profile.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | profile 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/spades.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | spades 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/video-camera.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | video-camera 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/components/vendor/Toast.svelte: -------------------------------------------------------------------------------- 1 | 15 | -------------------------------------------------------------------------------- /src/icons/opt.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | opt 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /src/icons/shuffle.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | shuffle 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/arrow-up2.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | arrow-up2 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/play.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | play 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/shocked2.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | shocked2 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/arrow-down2.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | arrow-down2 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/arrow-left2.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | arrow-left2 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/drawer2.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | drawer2 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/price-tag.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | price-tag 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/arrow-right2.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | arrow-right2 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/neutral.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | neutral 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/envelop.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | envelop 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/glass2.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | glass2 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/truck.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | truck 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/history.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | history 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/keyboard.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | keyboard 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/google.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | google 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/arrow-up-left2.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | arrow-up-left2 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/arrow-up-right2.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | arrow-up-right2 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/linkedin.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | linkedin 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/volume-decrease.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | volume-decrease 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /src/icons/arrow-down-right2.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | arrow-down-right2 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/bin.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | bin 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /src/icons/shift.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | shift 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/yahoo.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | yahoo 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/arrow-down-left2.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | arrow-down-left2 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/compass.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | compass 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/database.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | database 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /src/icons/flag.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | flag 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /src/icons/hammer.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | hammer 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/spinner9.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | spinner9 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/happy2.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | happy2 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/location2.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | location2 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/spell-check.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | spell-check 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/cloud-check.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | cloud-check 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/linkedin2.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | linkedin2 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /src/icons/telegram.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | telegram 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/user-minus.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | user-minus 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /src/icons/volume-increase.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | volume-increase 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /src/icons/cloud-upload.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | cloud-upload 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/loop2.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | loop2 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /src/icons/paste.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | paste 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/stats-bars2.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | stats-bars2 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/woman.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | woman 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /src/icons/info.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | info 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /src/icons/magic-wand.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | magic-wand 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/wondering.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | wondering 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/camera.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | camera 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/cloud.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | cloud 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/stumbleupon.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | stumbleupon 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /src/icons/tongue.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | tongue 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/user-plus.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | user-plus 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /src/icons/IcoMoon.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | IcoMoon 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/briefcase.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | briefcase 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/rss.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | rss 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/search.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | search 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/calculator.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | calculator 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/mail3.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | mail3 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/notification.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | notification 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/pages/signin.astro: -------------------------------------------------------------------------------- 1 | --- 2 | import Default from "../layouts/Default.astro"; 3 | import Signin from "../components/supabase/signin.svelte"; 4 | --- 5 | 6 |
7 |
8 |

Sign in

9 | 10 |
11 |
12 |
13 | 14 | -------------------------------------------------------------------------------- /src/pages/signup.astro: -------------------------------------------------------------------------------- 1 | --- 2 | import Default from "../layouts/Default.astro"; 3 | import Signup from "../components/supabase/signup.svelte"; 4 | --- 5 | 6 |
7 |
8 |

Sign up

9 | 10 |
11 |
12 |
13 | 14 | -------------------------------------------------------------------------------- /src/icons/address-book.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | address-book 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /src/icons/cart.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | cart 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /src/icons/font.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | font 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/sad2.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | sad2 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/shocked.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | shocked 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/smile2.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | smile2 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/compass2.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | compass2 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/html-five2.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | html-five2 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/sort-numberic-desc.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | sort-numberic-desc 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /src/icons/sort-numeric-asc.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | sort-numeric-asc 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /src/icons/zoom-out.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | zoom-out 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/blogger.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | blogger 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/clipboard.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | clipboard 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /src/icons/google3.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | google3 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/spinner11.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | spinner11 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/power-cord.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | power-cord 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /src/icons/question.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | question 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/quotes-right.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | quotes-right 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/switch.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | switch 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/zoom-in.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | zoom-in 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/edge.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | edge 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/wrench.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | wrench 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/baffled2.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | baffled2 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /src/icons/eyedropper.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | eyedropper 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/google-plus.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | google-plus 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /src/icons/google2.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | google2 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/libreoffice.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | libreoffice 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/quotes-left.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | quotes-left 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/lanyrd.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | lanyrd 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/foursquare.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | foursquare 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/happy.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | happy 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/image.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | image 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /src/icons/cool2.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | cool2 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/google-plus3.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | google-plus3 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/move-up.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | move-up 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /src/icons/move-down.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | move-down 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /src/icons/cloud-download.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | cloud-download 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/mug.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | mug 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/ello.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | ello 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/warning.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | warning 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /src/icons/fire.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | fire 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/google-plus2.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | google-plus2 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/rss2.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | rss2 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/soundcloud.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | soundcloud 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/renren.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | renren 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /src/icons/sad.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | sad 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/smile.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | smile 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/subscript2.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | subscript2 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /src/icons/volume-mute2.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | volume-mute2 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /src/icons/superscript2.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | superscript2 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /src/reset.css: -------------------------------------------------------------------------------- 1 | :where(:not(iframe, canvas, img, svg, video):not(svg*, symbol*)) { 2 | all: unset; 3 | display: revert; 4 | } 5 | *, 6 | ::after, 7 | ::before { 8 | box-sizing: border-box; 9 | } 10 | menu, 11 | ol, 12 | ul { 13 | list-style: none; 14 | } 15 | img { 16 | max-width: 100%; 17 | } 18 | table { 19 | border-collapse: collapse; 20 | } 21 | textarea { 22 | white-space: revert; 23 | } 24 | :where([contenteditable]) { 25 | -moz-user-modify: read-write; 26 | -webkit-user-modify: read-write; 27 | overflow-wrap: break-word; 28 | -webkit-line-break: after-white-space; 29 | } 30 | input:autofill { 31 | background: #fff; 32 | } 33 | -------------------------------------------------------------------------------- /src/icons/magnet.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | magnet 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/share2.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | share2 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/spoon-knife.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | spoon-knife 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/books.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | books 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /src/icons/mail2.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | mail2 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/spinner8.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | spinner8 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/command.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | command 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/cool.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | cool 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/droplet.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | droplet 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/price-tags.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | price-tags 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /src/icons/soundcloud2.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | soundcloud2 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/ticket.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | ticket 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/blocked.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | blocked 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/blog.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | blog 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /src/icons/drawer.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | drawer 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /src/icons/file-empty.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | file-empty 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/spinner5.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | spinner5 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/wink2.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | wink2 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/mail4.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | mail4 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/coin-pound.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | coin-pound 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /src/icons/phone-hang-up.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | phone-hang-up 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/stumbleupon2.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | stumbleupon2 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/trophy.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | trophy 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/equalizer.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | equalizer 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/tumblr.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | tumblr 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/alarm.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | alarm 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /src/icons/equalizer2.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | equalizer2 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/volume-low.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | volume-low 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /src/icons/blogger2.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | blogger2 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /src/icons/filter.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | filter 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/stopwatch.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | stopwatch 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/dice.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | dice 4 | 5 | 6 | -------------------------------------------------------------------------------- /astro.config.mjs: -------------------------------------------------------------------------------- 1 | // Full Astro Configuration API Documentation: 2 | // https://docs.astro.build/reference/configuration-reference 3 | 4 | // @type-check enabled! 5 | // VSCode and other TypeScript-enabled text editors will provide auto-completion, 6 | // helpful tooltips, and warnings if your exported object is invalid. 7 | // You can disable this by removing "@ts-check" and `@type` comments below. 8 | 9 | // @ts-check 10 | export default /** @type {import('astro').AstroUserConfig} */ ({ 11 | // buildOptions: { 12 | // sitemap: true, 13 | // site: 'https://astro.build/', 14 | // }, 15 | vite: { 16 | ssr: { 17 | external: ["svgo"], 18 | }, 19 | }, 20 | renderers: ['@astrojs/renderer-svelte'], 21 | }); 22 | -------------------------------------------------------------------------------- /src/icons/file-play.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | file-play 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /src/icons/glass.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | glass 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/spinner7.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | spinner7 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/strikethrough.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | strikethrough 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/users.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | users 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /src/icons/confused2.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | confused2 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/man-woman.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | man-woman 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /src/icons/eye.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | eye 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/pen.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | pen 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /src/icons/vine.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | vine 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/leaf.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | leaf 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/wink.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | wink 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/meter2.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | meter2 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/flattr.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | flattr 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/binoculars.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | binoculars 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/coin-yen.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | coin-yen 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /src/icons/appleinc.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | appleinc 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/file-video.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | file-video 4 | 5 | 6 | 7 | 8 | --------------------------------------------------------------------------------