huskyapp.dev/index.html

97 lines
3.4 KiB
HTML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
layout: default
---
<div class="mdl-shadow--4dp landing-section">
<div class="mdl-grid landing-content">
<div class="mdl-cell mdl-cell--12-col mdl-cell--6-col-desktop mdl-cell--2-offset-desktop mdl-cell--middle">
<img class="app-icon" src="images/icon.webp" alt="Husky icon">
<p class="landing-title">
Husky
</p>
<p class="landing-subtitle">
a client for <img class="inline-image" src="images/fediverse.svg" alt="Fediverse icon"> federated social networks
</p>
<div class="landing-downloads">
<a href="{{ site.data.downloads.fdroid }}" class="mdl-button mdl-button--raised mdl-button--accent">
Download on F-Droid
</a>
<a href="{{ site.data.downloads.nightly }}" class="mdl-button">
Nightly
</a>
<a href="{{ site.data.downloads.playstore }}" class="mdl-button">
Play Store
</a>
</div>
</div>
<div class="mdl-cell mdl-cell--3-col mdl-cell--middle mdl-cell--hide-phone mdl-cell--hide-tablet">
<img class="landing-image" src="images/screenshot.webp" alt="Screenshot of Husky">
</div>
</div>
<div class="scroll-hint">
<span class="icon-chevron-down">
</span>
</div>
</div>
<section class="mdl-grid">
<div class="mdl-cell mdl-cell--1-col mdl-cell--2-offset-desktop mdl-cell--hide-phone mdl-cell--hide-tablet section-icon">
<span class="icon-code-braces">
</span>
</div>
<div class="mdl-cell mdl-cell--12-col mdl-cell--6-col-desktop">
<h2>
Built open source
</h2>
<p>
Based on <a href="https://tusky.app/">Tusky</a> Husky's code is available online on <a href="https://git.mentality.rip/FWGS/Husky">git.mentality.rip</a>, as well as being mirrored on <a href="https://github.com/FWGS/Husky">GitHub</a>.
</p>
</div>
</section>
<hr>
<section class="mdl-grid">
<div class="mdl-cell mdl-cell--1-col mdl-cell--2-offset-desktop mdl-cell--hide-phone mdl-cell--hide-tablet section-icon">
<span class="icon-translate">
</span>
</div>
<div class="mdl-cell mdl-cell--12-col mdl-cell--6-col-desktop">
<h2>
Available in your language
</h2>
<p>
Husky is availble in <b>English</b>, <b>German</b>, <b>Norwegian</b>, <b>Portuguese</b>, <b>Spanish</b>, and more!
</p>
<p>
You can help translating on <a href="https://l10n.mentality.rip/projects/husky/"><b>Husky's Weblate page</b></a>.
</p>
</div>
</section>
<hr>
<section class="mdl-grid">
<div class="mdl-cell mdl-cell--1-col mdl-cell--2-offset-desktop mdl-cell--hide-phone mdl-cell--hide-tablet section-icon">
<span class="icon-send">
</span>
</div>
<div class="mdl-cell mdl-cell--12-col mdl-cell--6-col-desktop">
<h2>
Stay up to date with Husky
</h2>
<p>
Follow Husky on the Fediverse to stay up to date with the development status, participate in feature polls and more!
</p>
<form id="followForm" action="#">
<div class="mdl-textfield mdl-js-textfield mdl-textfield--floating-label">
<input class="mdl-textfield__input" type="url" id="instanceUrl" required>
<label class="mdl-textfield__label" for="instanceUrl">URL of your instance (e.g. https://lain.com/)</label>
</div>
<input id="followButton" type="submit" class="mdl-button mdl-button--raised mdl-button--accent" disabled value="Remote Follow">
</form>
</div>
</section>
<script defer src="/scripts/remote-follow.js"></script>