Skip to content

Commit

Permalink
feat: update about page
Browse files Browse the repository at this point in the history
  • Loading branch information
DorielRivalet committed Aug 29, 2024
1 parent abb7a60 commit 650a6f6
Showing 1 changed file with 204 additions and 1 deletion.
205 changes: 204 additions & 1 deletion src/routes/support/(docs-full)/website/about/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,204 @@
import BlinkiesSmall from '$lib/client/images/blinkies-wycademy-small.gif';
import Blinkies from '$lib/client/images/blinkies-wycademy.gif';
import CodeSnippet from 'carbon-components-svelte/src/CodeSnippet/CodeSnippet.svelte';
import UnorderedList from 'carbon-components-svelte/src/UnorderedList/UnorderedList.svelte';
import ListItem from 'carbon-components-svelte/src/ListItem/ListItem.svelte';
import Link from 'carbon-components-svelte/src/Link/Link.svelte';
import OutboundLink from 'carbon-components-svelte/src/Link/OutboundLink.svelte';
</script>

<HunterNotesPage displayTOC={false}>
<div>
<SectionHeadingTopLevel title={'About Us'} />
<p class="spaced-paragraph"></p>
<section>
<SectionHeading level={2} title="Overview" />
<div>
<p class="spaced-paragraph">
Wycademy, or Frontier's Wycademy, is a comprehensive resource for
hunters of all skill levels playing Monster Hunter Frontier Z.
</p>
<p class="spaced-paragraph">
First released as Monster Hunter Frontier in 2007, MHF-Z has
cultivated a dedicated community, and our website is designed to
support that community in every way possible. Acting as a <strong
>knowledge base</strong
>, <strong>database</strong>,
<strong>speedrunning leaderboard</strong>, and a
<strong>compilation of guides, tutorials and tools</strong>, Wycademy
is <strong>agnostic to game servers and patches</strong>, ensuring
that all players can benefit from our resources.
</p>
</div>
</section>
<section>
<SectionHeading level={2} title="Our Mission" />
<div>
<p class="spaced-paragraph">
We are committed to enriching the experience of every hunter. Whether
you're just starting your journey or are a seasoned speedrunner,
Wycademy is here to help you become the best hunter you can be.
</p>
<p class="spaced-paragraph">
Our project is Free Libre Open Source Software (FLOSS), hosted on
<OutboundLink href="https://github.com/DorielRivalet/wycademy"
>GitHub</OutboundLink
>, and open to contributions from anyone. We believe in empowering our
community and making our resources accessible to all, following the
best practices in web development and accessibility.
</p>
</div>
</section>
<section>
<SectionHeading level={2} title="Our History" />
<div>
<p class="spaced-paragraph">
Wycademy was born out of the development of an overlay for MHF-Z in
2022 by our main developer, <OutboundLink
href="https://github.com/DorielRivalet/"
>Doriel Rivalet</OutboundLink
>. The overlay quickly became a valuable tool for understanding the
game's mechanics. However, Doriel saw potential for further
improvement and, in 2023, began creating Wycademy—a comprehensive
resource for all things MHF-Z. Since then, the project has continued
to evolve, and we invite our users to join us on this ongoing journey.
</p>
</div>
</section>
<section>
<SectionHeading level={2} title="What We Offer" />
<div>
<p class="spaced-paragraph">
At Wycademy, we are dedicated to providing high-quality, accurate
information about MHF-Z. But our commitment goes beyond information;
we aim to enhance the entire ecosystem around the game. Here’s what
sets us apart:
</p>
<UnorderedList>
<ListItem
><p>
<strong>Accessibility</strong>: We prioritize accessibility,
ensuring that our resources are available to all players,
regardless of their needs.
</p></ListItem
>
<ListItem
><p>
<strong>Open Collaboration</strong>: Our project is open-source
under the MIT license, inviting community contributions and
collaboration.
</p></ListItem
>
<ListItem
><p>
<strong>Community Space</strong>: We offer a platform for the
MHF-Z community, including speedrun leaderboards, discussion
spaces, and more.
</p></ListItem
>
<ListItem
><p>
<strong>Modern Web Practices</strong>: Built with <OutboundLink
href="https://kit.svelte.dev">SvelteKit</OutboundLink
>, our website is fast, user-friendly, and embraces modern web
technologies, including progressive web app (PWA) functionality
for offline use.
</p></ListItem
>
<ListItem
><p>
<strong>Remembering the Old Web</strong>: We value simplicity and
clarity, offering features like an RSS feed for announcements,
reminiscent of the old web.
</p></ListItem
>
<ListItem
><p>
<strong>Commitment to Preservation</strong>: We encourage users to
archive and share our resources, ensuring that this information
remains available for future generations.
</p></ListItem
>
</UnorderedList>
<p class="spaced-paragraph">
What makes Wycademy truly unique is our focus on being
<strong>platform-independent</strong>, working both
<strong>online</strong>
and <strong>offline</strong>, and our
<strong>user-centric</strong> approach. We actively seek feedback from
our users to continuously improve and expand our offerings.
</p>
</div>
</section>
<section>
<SectionHeading level={2} title="Our Values" />
<div>
<p class="spaced-paragraph">
We align with the philosophy outlined in the <OutboundLink
href="https://github.com/DorielRivalet/mhfz-overlay/blob/main/docs/philosophy.md"
>mhfz-overlay's philosophy document.</OutboundLink
> Our core values include:
</p>
<UnorderedList>
<ListItem
><p>
<strong>Educational Opportunities</strong>: We provide a platform
for learning about web development, specifically using <OutboundLink
href="https://kit.svelte.dev">SvelteKit</OutboundLink
>, while offering practical tools for MHF-Z players.
</p></ListItem
>
<ListItem
><p>
<strong>Open Access to Information</strong>: We believe that all
players should have free, open, and inclusive access to
information about MHF-Z. Our repository and software are FLOSS,
allowing anyone to modify and distribute them.
</p></ListItem
>
<ListItem
><p>
<strong>Community Space</strong>: We offer a platform for the
MHF-Z community, including speedrun leaderboards, discussion
spaces, and more.
</p></ListItem
>
<ListItem
><p>
<strong>Utility and Inclusivity</strong>: Our tools and utilities
are designed to be useful and accessible to everyone in the
community.
</p></ListItem
>
</UnorderedList>
</div>
</section>
<section>
<SectionHeading level={2} title="Contact Us" />
<div>
<p class="spaced-paragraph">
If you have any issues or concerns, feel free to reach out to us
through <OutboundLink
href="https://github.com/DorielRivalet/wycademy/issues"
>GitHub's issue tracker.</OutboundLink
>
</p>
</div>
</section>
<section>
<SectionHeading level={2} title="It’s Also About You" />
<div>
<p class="spaced-paragraph">
We are here to help you with all things MHF-Z. Whether you're
interested in <Link inline href="/leaderboard"
>speedrun leaderboards</Link
>, <Link inline href="/hunter-notes">guides and tutorials</Link>, or <Link
inline
href="/tools">tools and utilities</Link
>, we want to know how we can best support you. Let us know what
resources you'd like to see, and we'll do our best to provide them.
</p>
</div>
</section>
<section>
<SectionHeading level={2} title="Linking to Wycademy on the web" />
<div>
Expand Down Expand Up @@ -43,6 +235,17 @@
</div>
</div>
</section>
<section>
<SectionHeading level={2} title="Our Future" />
<div>
<p class="spaced-paragraph">
We use <OutboundLink
href="https://github.com/DorielRivalet/wycademy/projects?query=is%3Aopen"
>GitHub Projects</OutboundLink
> to keep track of our issues and feature requests.
</p>
</div>
</section>
<div class="page-turn">
<PageTurn pageUrlPathName={$page.url.pathname} />
</div>
Expand Down

0 comments on commit 650a6f6

Please sign in to comment.