apostrophe/index.html

74 lines
2.4 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="assets/sass/styles.css">
<link href="https://fonts.googleapis.com/css?family=Fira+Sans" rel="stylesheet">
<title>UberWriter</title>
<script
src="https://code.jquery.com/jquery-3.3.1.min.js"
integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8="
crossorigin="anonymous"></script>
<script src="assets/js/jquery.scrollify.js"></script>
<script>
$(function() {
$.scrollify({
section : ".section",
});
});
</script>
</head>
<body class="background-2">
<header>
<img class="logo" src="images/uberwriter_logo.svg" alt="logo"></img>
<h1>berWriter</h1>
<div class="buttons">
<a href="https://www.paypal.me/WolfVollprecht">
<button class="donate">Donate</button>
</a>
<a id="download" href="https://flathub.org/apps/details/de.wolfvollprecht.UberWriter">
<button class="download">Download!</button>
</a>
</div>
</header>
<main>
<section class="section" id="1">
<img src="images/main_web.svg#MainApp" alt="">
</section>
<section class="section" id="2">
<img src="images/main_web.svg#MainAppDark" alt=""></img>
</section>
<section class="section" id="3">
<img src="images/main_web.svg#InlinePreview" alt=""></img>
</section>
<section class="section" id="4">
<img src="images/main_web.svg#InlinePrevi2w" alt=""></img>
</section>
<section class="section" id="5">
<img src="images/main_web.svg#InlinePrevi3w" alt=""></img>
</section>
<section class="section dark" id="footer">
<div id="programmers">
<p></p>
</div>
<div id="footer">
<div id="about">
<p>UberWriter©, a GPL program</p>
</div>
<div id="links">
<p>Github</p>
<p>Translations</p>
<p>Flathub</p>
<p>Donate</p>
</div>
</div>
</section>
</main>
</body>
</html>