Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Write about page #1104

Draft
wants to merge 1 commit into
base: develop
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 17 additions & 2 deletions frontend/src/routes/(unauthenticated)/about/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,21 @@

<HomeBreadcrumb />
<HeaderPage wide title={$t('about.title')}>
<h2>About Lexbox</h2>
<p>Placeholder content</p>
<div class="prose">
<p>Lexbox is a SIL Lexical Tools project.</p>
<p>
We host project data for
<a href="https://software.sil.org/fieldworks/">FieldWorks</a>,
<a href="https://languageforge.org/">Language Forge</a>, and
<a href="https://software.sil.org/onestoryeditor/">OneStory Editor</a>.
It is provided as a free service to language communities by
<a href="https://software.sil.org/">SIL Language Technology</a> and
<a href="https://li.payap.ac.th/">Linguistics Institute at Payap University</a>
in Chiang Mai, Thailand.
</p>
<p>
Lexbox is a free and open source project, and is licensed under the
<a href="https://github.com/sillsdev/languageforge-lexbox/blob/main/LICENSE">MIT license</a>.
</p>
</div>
</HeaderPage>