diff --git a/src/app.css b/src/app.css new file mode 100644 index 0000000..84a7672 --- /dev/null +++ b/src/app.css @@ -0,0 +1,71 @@ +/* FONTS */ +@font-face { + font-family: 'firamono'; + src: url('/font/firamono/firamono-regular.woff2') format('woff2'), + url('/font/firamono/firamono-regular.woff') format('woff'), + url('/font/firamono/firamono-regular.ttf') format('truetype'); + font-weight: normal; + font-style: normal; + } + @font-face { + font-family: 'firamono'; + src: url('/font/firamono/firamono-500.woff2') format('woff2'), + url('/font/firamono/firamono-500.woff') format('woff'), + url('/font/firamono/firamono-500.ttf') format('truetype'); + font-weight: 500; + font-style: normal; + } + @font-face { + font-family: 'urwgothic'; + src: url('/font/urwgothic/urwgothic.woff2') format('woff2'), + url('/font/urwgothic/urwgothic.woff') format('woff'), + url('/font/urwgothic/urwgothic.ttf') format('truetype'); + font-weight: normal; + font-style: normal; + } + @font-face { + font-family: 'urwgothic'; + src: url('/font/urwgothic/urwgothicDemi.woff2') format('woff2'), + url('/font/urwgothic/urwgothicDemi.woff') format('woff'), + url('/font/urwgothic/urwgothicDemi.ttf') format('truetype'); + font-weight: 900; + font-style: normal; + } + +/* COLOR VARS */ +:root { + --main-bg-color: #404c55; + --second-bg-color: #2b343c; /* Use as first arg in radial gradient */ + --accent-color: #007979; + --overlay-color: #3c6f79de; + --main-text-color: #00b7b7; + --second-text-color: #0afdfd; + --note-text-color: #9de7ff; + --link-color: azure; + --box-border-color: ; + --link-visited-color: azure; + --main-alert-color: #ed6d00; + --second-alert-color: #e77f00; /* Use as second arg in radial gradient */ + --main-warning-color: orange; + --board-name-color: #fcfc09; + } + + html{ + width: 100%; + height: 100%; + } + + body { + background-color: var(--main-bg-color); + background-image: radial-gradient(var(--second-bg-color), var(--main-bg-color)); + color: var(--main-text-color); + font-family: urwgothic, sans-serif; + text-align: center; + padding-bottom: 60px; /*Footer height*/ + } + a { + color: var(--link-color) + } + p { + color: var(--second-text-color) + } \ No newline at end of file diff --git a/src/app.html b/src/app.html index effe0d0..239c952 100644 --- a/src/app.html +++ b/src/app.html @@ -1,9 +1,9 @@ - - - + + + %sveltekit.head% diff --git a/src/components/header-menu.svelte b/src/components/header-menu.svelte deleted file mode 100644 index f71f292..0000000 --- a/src/components/header-menu.svelte +++ /dev/null @@ -1,8 +0,0 @@ -
-
- \ No newline at end of file diff --git a/src/components/header.svelte b/src/components/header.svelte new file mode 100644 index 0000000..8f61b5c --- /dev/null +++ b/src/components/header.svelte @@ -0,0 +1,48 @@ + + +
+ + + + OwlBoard Logo + + +
{title}
+
+
+ +
+ \ No newline at end of file diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte new file mode 100644 index 0000000..a79b937 --- /dev/null +++ b/src/routes/+layout.svelte @@ -0,0 +1,4 @@ + + \ No newline at end of file diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte index 7d303f2..941f5d2 100644 --- a/src/routes/+page.svelte +++ b/src/routes/+page.svelte @@ -1,7 +1,20 @@ - -

Welcome to SvelteKit

-

Visit kit.svelte.dev to read the documentation

+ + OwlBoard - {title} + + + + +

owlboard-svelte

+

public-board

+ + + \ No newline at end of file diff --git a/src/routes/public-board/+page.svelte b/src/routes/public-board/+page.svelte index 8217f68..b7dfe7d 100644 --- a/src/routes/public-board/+page.svelte +++ b/src/routes/public-board/+page.svelte @@ -1,11 +1,9 @@ -

Test Route

+ - \ No newline at end of file +

Test Route

+

{testText}

diff --git a/static/font/firamono/LICENSE b/static/font/firamono/LICENSE new file mode 100644 index 0000000..1b5340a --- /dev/null +++ b/static/font/firamono/LICENSE @@ -0,0 +1,95 @@ +** This license applies only to fonts within the same folder * + +Copyright (c) 2012-2013, The Mozilla Corporation and Telefonica S.A. + +This Font Software is licensed under the SIL Open Font License, Version 1.1. +This license is copied below, and is also available with a FAQ at: +http://scripts.sil.org/OFL + + +----------------------------------------------------------- +SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007 +----------------------------------------------------------- + +PREAMBLE +The goals of the Open Font License (OFL) are to stimulate worldwide +development of collaborative font projects, to support the font creation +efforts of academic and linguistic communities, and to provide a free and +open framework in which fonts may be shared and improved in partnership +with others. + +The OFL allows the licensed fonts to be used, studied, modified and +redistributed freely as long as they are not sold by themselves. The +fonts, including any derivative works, can be bundled, embedded, +redistributed and/or sold with any software provided that any reserved +names are not used by derivative works. The fonts and derivatives, +however, cannot be released under any other type of license. The +requirement for fonts to remain under this license does not apply +to any document created using the fonts or their derivatives. + +DEFINITIONS +"Font Software" refers to the set of files released by the Copyright +Holder(s) under this license and clearly marked as such. This may +include source files, build scripts and documentation. + +"Reserved Font Name" refers to any names specified as such after the +copyright statement(s). + +"Original Version" refers to the collection of Font Software components as +distributed by the Copyright Holder(s). + +"Modified Version" refers to any derivative made by adding to, deleting, +or substituting -- in part or in whole -- any of the components of the +Original Version, by changing formats or by porting the Font Software to a +new environment. + +"Author" refers to any designer, engineer, programmer, technical +writer or other person who contributed to the Font Software. + +PERMISSION & CONDITIONS +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Font Software, to use, study, copy, merge, embed, modify, +redistribute, and sell modified and unmodified copies of the Font +Software, subject to the following conditions: + +1) Neither the Font Software nor any of its individual components, +in Original or Modified Versions, may be sold by itself. + +2) Original or Modified Versions of the Font Software may be bundled, +redistributed and/or sold with any software, provided that each copy +contains the above copyright notice and this license. These can be +included either as stand-alone text files, human-readable headers or +in the appropriate machine-readable metadata fields within text or +binary files as long as those fields can be easily viewed by the user. + +3) No Modified Version of the Font Software may use the Reserved Font +Name(s) unless explicit written permission is granted by the corresponding +Copyright Holder. This restriction only applies to the primary font name as +presented to the users. + +4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font +Software shall not be used to promote, endorse or advertise any +Modified Version, except to acknowledge the contribution(s) of the +Copyright Holder(s) and the Author(s) or with their explicit written +permission. + +5) The Font Software, modified or unmodified, in part or in whole, +must be distributed entirely under this license, and must not be +distributed under any other license. The requirement for fonts to +remain under this license does not apply to any document created +using the Font Software. + +TERMINATION +This license becomes null and void if any of the above conditions are +not met. + +DISCLAIMER +THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT +OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE +COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL +DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM +OTHER DEALINGS IN THE FONT SOFTWARE. diff --git a/static/font/firamono/firamono-500.ttf b/static/font/firamono/firamono-500.ttf new file mode 100644 index 0000000..793c60d Binary files /dev/null and b/static/font/firamono/firamono-500.ttf differ diff --git a/static/font/firamono/firamono-500.woff b/static/font/firamono/firamono-500.woff new file mode 100644 index 0000000..79b051f Binary files /dev/null and b/static/font/firamono/firamono-500.woff differ diff --git a/static/font/firamono/firamono-500.woff2 b/static/font/firamono/firamono-500.woff2 new file mode 100644 index 0000000..23e02eb Binary files /dev/null and b/static/font/firamono/firamono-500.woff2 differ diff --git a/static/font/firamono/firamono-regular.ttf b/static/font/firamono/firamono-regular.ttf new file mode 100644 index 0000000..67bbd42 Binary files /dev/null and b/static/font/firamono/firamono-regular.ttf differ diff --git a/static/font/firamono/firamono-regular.woff b/static/font/firamono/firamono-regular.woff new file mode 100644 index 0000000..a1884d7 Binary files /dev/null and b/static/font/firamono/firamono-regular.woff differ diff --git a/static/font/firamono/firamono-regular.woff2 b/static/font/firamono/firamono-regular.woff2 new file mode 100644 index 0000000..3d31ce8 Binary files /dev/null and b/static/font/firamono/firamono-regular.woff2 differ diff --git a/static/font/urwgothic/LICENSING_DETAIL b/static/font/urwgothic/LICENSING_DETAIL new file mode 100644 index 0000000..249f919 --- /dev/null +++ b/static/font/urwgothic/LICENSING_DETAIL @@ -0,0 +1,55 @@ +https://www.tug.org/fonts/lppl-urw.txt + +https://lists.dante.de/pipermail/ctan-ann/2009-June/003741.html + +From: Jerzy B. Ludwichowski +Subject: URW++ making original 35 fonts available under LPPL + +I am forwarding the message below on behalf of Peter Rosenfeld, Managing +Director of URW++, who has kindly agreed to make the basic 35 PostScript +fonts also available under the LPPL. At his request, I'll be +disseminating the information throughout the TeX community. + +Many thanks to Dr. Rosenfeld! + +Many thanks are also due to Karl Berry, TUG President, for his unswerving +support and advice and Bogus\{}aw Jackowski, lead TeX Gyre developer, +for pushing the issue. + +Best, +Jerzy + +............................................................... + +From: Peter Rosenfeld +Date: Mon, 22 Jun 2009 11:33:29 +0200 +Subject: URW++ original 35 fonts available under LPPL + +To whom it may concern, + +Many years ago, URW++ Design and Development Inc. released their +Type 1 implementations of the basic 35 PostScript fonts under the +GNU General Public License and the Aladdin Ghostscript Free Public +License. + +We now additionally release them under the LaTeX Project Public License +(http://www.latex-project.org/lppl), either version 1 or (at your +option) any later version. + +Of course, this additional licensing applies to the original URW++ +material, not any subsequent changes and additions made by other +parties. + +The original font files are widely available, for instance as part of +the Ghostscript 4.00 release, and therefore we are not releasing any new +font files. Those interested can replace the license terms in those +original files accordingly. Responsibility for ensuring that no +material is incorrectly licensed remains with the distributor, as +always. + +We hope this additional licensing will make our fonts even more widely +available and usable in the free software community, such as the TeX +Gyre Project. + +Sincerely, +Peter Rosenfeld (Managing Director, URW++) diff --git a/static/font/urwgothic/urwgothic.ttf b/static/font/urwgothic/urwgothic.ttf new file mode 100644 index 0000000..2e5349a Binary files /dev/null and b/static/font/urwgothic/urwgothic.ttf differ diff --git a/static/font/urwgothic/urwgothic.woff b/static/font/urwgothic/urwgothic.woff new file mode 100644 index 0000000..c7b2f8f Binary files /dev/null and b/static/font/urwgothic/urwgothic.woff differ diff --git a/static/font/urwgothic/urwgothic.woff2 b/static/font/urwgothic/urwgothic.woff2 new file mode 100644 index 0000000..6d73cea Binary files /dev/null and b/static/font/urwgothic/urwgothic.woff2 differ diff --git a/static/font/urwgothic/urwgothicDemi.ttf b/static/font/urwgothic/urwgothicDemi.ttf new file mode 100644 index 0000000..6838447 Binary files /dev/null and b/static/font/urwgothic/urwgothicDemi.ttf differ diff --git a/static/font/urwgothic/urwgothicDemi.woff b/static/font/urwgothic/urwgothicDemi.woff new file mode 100644 index 0000000..81981aa Binary files /dev/null and b/static/font/urwgothic/urwgothicDemi.woff differ diff --git a/static/font/urwgothic/urwgothicDemi.woff2 b/static/font/urwgothic/urwgothicDemi.woff2 new file mode 100644 index 0000000..515cdcb Binary files /dev/null and b/static/font/urwgothic/urwgothicDemi.woff2 differ diff --git a/static/images/app-icons/any/apple-192.png b/static/images/app-icons/any/apple-192.png new file mode 100644 index 0000000..4f35e3e Binary files /dev/null and b/static/images/app-icons/any/apple-192.png differ diff --git a/static/images/app-icons/any/plain-logo-512.png b/static/images/app-icons/any/plain-logo-512.png new file mode 100644 index 0000000..a0ce8f7 Binary files /dev/null and b/static/images/app-icons/any/plain-logo-512.png differ diff --git a/static/images/app-icons/any/plain-logo.svg b/static/images/app-icons/any/plain-logo.svg new file mode 100644 index 0000000..0fc00f4 --- /dev/null +++ b/static/images/app-icons/any/plain-logo.svg @@ -0,0 +1,2 @@ + +image/svg+xml diff --git a/static/images/app-icons/maskable/mask-icon.svg b/static/images/app-icons/maskable/mask-icon.svg new file mode 100644 index 0000000..d3b4411 --- /dev/null +++ b/static/images/app-icons/maskable/mask-icon.svg @@ -0,0 +1,2 @@ + +image/svg+xml \ No newline at end of file diff --git a/static/images/icon.svg b/static/images/icon.svg new file mode 100644 index 0000000..50842f5 --- /dev/null +++ b/static/images/icon.svg @@ -0,0 +1,2 @@ + +image/svg+xml diff --git a/static/images/logo/mono-logo-33.png b/static/images/logo/mono-logo-33.png new file mode 100644 index 0000000..c020dc2 Binary files /dev/null and b/static/images/logo/mono-logo-33.png differ diff --git a/static/images/logo/mono-logo.svg b/static/images/logo/mono-logo.svg new file mode 100644 index 0000000..cbf8df6 --- /dev/null +++ b/static/images/logo/mono-logo.svg @@ -0,0 +1,2 @@ + +image/svg+xml \ No newline at end of file diff --git a/static/images/logo/square-logo-100.png b/static/images/logo/square-logo-100.png new file mode 100644 index 0000000..ce1a8b6 Binary files /dev/null and b/static/images/logo/square-logo-100.png differ diff --git a/static/images/logo/square-logo.svg b/static/images/logo/square-logo.svg new file mode 100644 index 0000000..b343391 --- /dev/null +++ b/static/images/logo/square-logo.svg @@ -0,0 +1,2 @@ + +image/svg+xml diff --git a/static/images/logo/wide_logo.svg b/static/images/logo/wide_logo.svg new file mode 100644 index 0000000..8fcf373 --- /dev/null +++ b/static/images/logo/wide_logo.svg @@ -0,0 +1,2 @@ + +image/svg+xml \ No newline at end of file diff --git a/static/images/logo/wide_logo_200.png b/static/images/logo/wide_logo_200.png new file mode 100644 index 0000000..1379f67 Binary files /dev/null and b/static/images/logo/wide_logo_200.png differ diff --git a/static/images/logo/wide_logo_250.png b/static/images/logo/wide_logo_250.png new file mode 100644 index 0000000..b2e39dc Binary files /dev/null and b/static/images/logo/wide_logo_250.png differ diff --git a/static/images/nav/alert_icon-50.png b/static/images/nav/alert_icon-50.png new file mode 100644 index 0000000..fac429e Binary files /dev/null and b/static/images/nav/alert_icon-50.png differ diff --git a/static/images/nav/alert_icon.svg b/static/images/nav/alert_icon.svg new file mode 100644 index 0000000..68b5777 --- /dev/null +++ b/static/images/nav/alert_icon.svg @@ -0,0 +1,10 @@ + + + + + + + + + +image/svg+xmlOpenclipartWarning Notification2007-02-08T17:08:47Beveled yellow caution signhttp://openclipart.org/detail/3130/warning-notification-by-eastshoreseastshoresalertcautionclip artcliparticonimagemediapublic domainsvgwarning diff --git a/static/images/nav/back-40.png b/static/images/nav/back-40.png new file mode 100644 index 0000000..c4e2c98 Binary files /dev/null and b/static/images/nav/back-40.png differ diff --git a/static/images/nav/back.svg b/static/images/nav/back.svg new file mode 100644 index 0000000..c373b5d --- /dev/null +++ b/static/images/nav/back.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/static/images/nav/close-40.png b/static/images/nav/close-40.png new file mode 100644 index 0000000..a2d6972 Binary files /dev/null and b/static/images/nav/close-40.png differ diff --git a/static/images/nav/close.svg b/static/images/nav/close.svg new file mode 100644 index 0000000..8f346b8 --- /dev/null +++ b/static/images/nav/close.svg @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/static/images/nav/hamburger.svg b/static/images/nav/hamburger.svg new file mode 100644 index 0000000..662bca2 --- /dev/null +++ b/static/images/nav/hamburger.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/static/images/nav/home_icon-25.png b/static/images/nav/home_icon-25.png new file mode 100644 index 0000000..67cfee5 Binary files /dev/null and b/static/images/nav/home_icon-25.png differ diff --git a/static/images/nav/home_icon.svg b/static/images/nav/home_icon.svg new file mode 100644 index 0000000..fc1674d --- /dev/null +++ b/static/images/nav/home_icon.svg @@ -0,0 +1,15 @@ + + + + + +image/svg+xml + + + + + + + + + \ No newline at end of file diff --git a/static/images/nav/refresh-50.png b/static/images/nav/refresh-50.png new file mode 100644 index 0000000..4041cbb Binary files /dev/null and b/static/images/nav/refresh-50.png differ diff --git a/static/images/nav/refresh.svg b/static/images/nav/refresh.svg new file mode 100644 index 0000000..5db4669 --- /dev/null +++ b/static/images/nav/refresh.svg @@ -0,0 +1,4 @@ + + + + diff --git a/static/images/nav/save-59.png b/static/images/nav/save-59.png new file mode 100644 index 0000000..9f222df Binary files /dev/null and b/static/images/nav/save-59.png differ diff --git a/static/images/nav/save.svg b/static/images/nav/save.svg new file mode 100644 index 0000000..c96b50d --- /dev/null +++ b/static/images/nav/save.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/static/images/nre/nre-powered.xcf b/static/images/nre/nre-powered.xcf new file mode 100644 index 0000000..47319a7 Binary files /dev/null and b/static/images/nre/nre-powered.xcf differ diff --git a/static/images/nre/nre-powered_200w.jxl b/static/images/nre/nre-powered_200w.jxl new file mode 100644 index 0000000..f86a24c Binary files /dev/null and b/static/images/nre/nre-powered_200w.jxl differ diff --git a/static/images/nre/nre-powered_200w.png b/static/images/nre/nre-powered_200w.png new file mode 100644 index 0000000..b1c7abb Binary files /dev/null and b/static/images/nre/nre-powered_200w.png differ diff --git a/static/images/nre/nre-powered_200w.webp b/static/images/nre/nre-powered_200w.webp new file mode 100644 index 0000000..36595dc Binary files /dev/null and b/static/images/nre/nre-powered_200w.webp differ diff --git a/static/images/nre/nre-powered_400w.jxl b/static/images/nre/nre-powered_400w.jxl new file mode 100644 index 0000000..5a23645 Binary files /dev/null and b/static/images/nre/nre-powered_400w.jxl differ diff --git a/static/images/nre/nre-powered_400w.png b/static/images/nre/nre-powered_400w.png new file mode 100644 index 0000000..ac90a79 Binary files /dev/null and b/static/images/nre/nre-powered_400w.png differ diff --git a/static/images/nre/nre-powered_400w.webp b/static/images/nre/nre-powered_400w.webp new file mode 100644 index 0000000..73abfea Binary files /dev/null and b/static/images/nre/nre-powered_400w.webp differ diff --git a/static/images/nre/nre-powered_800w.jxl b/static/images/nre/nre-powered_800w.jxl new file mode 100644 index 0000000..8fd3636 Binary files /dev/null and b/static/images/nre/nre-powered_800w.jxl differ diff --git a/static/images/nre/nre-powered_800w.png b/static/images/nre/nre-powered_800w.png new file mode 100644 index 0000000..1fe153a Binary files /dev/null and b/static/images/nre/nre-powered_800w.png differ diff --git a/static/images/nre/nre-powered_800w.webp b/static/images/nre/nre-powered_800w.webp new file mode 100644 index 0000000..ede2be2 Binary files /dev/null and b/static/images/nre/nre-powered_800w.webp differ