huskyapp.dev/index.html

97 lines
3.4 KiB
HTML
Raw Normal View History

2020-07-24 10:05:34 +02:00
---
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">
2020-07-24 10:14:43 +02:00
<img class="app-icon" src="images/icon.webp" alt="Husky icon">
2020-07-24 10:05:34 +02:00
<p class="landing-title">
Husky
</p>
<p class="landing-subtitle">
2020-07-24 10:14:43 +02:00
a client for <img class="inline-image" src="images/fediverse.svg" alt="Fediverse icon"> federated social networks
2020-07-24 10:05:34 +02:00
</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">
2020-07-24 10:14:43 +02:00
<img class="landing-image" src="images/screenshot.webp" alt="Screenshot of Husky">
2020-07-24 10:05:34 +02:00
</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>