wulkanowy.github.io/dev.html
2018-07-10 20:18:06 +02:00

60 lines
2.3 KiB
HTML

<!DOCTYPE html>
<html lang="pl">
<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="shortcut icon" type="image/x-icon" href="favicon.ico?v=1">
<title>Wersje DEV - Wulkanowy</title>
<link rel="stylesheet" href="app.css">
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-99646499-3"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "UA-99646499-3");
</script>
</head>
<body>
<section class="wrapper">
<div class="container">
<header class="header">
<h1 class="header__title">
<a class="header__link" href="https://wulkanowy.github.io/">Wulkanowy</a>
</h1>
<p class="header__description">Nieoficjalna aplikacja mobilna <br>ucznia i rodzica <br>dla dziennika VULCAN UONET+</p>
</header>
<main class="main">
<section class="section">
<div class="button-container button-container--list">
<a class="button button--dev dev-button"
title="Pobierz wersję DEV"
href="https://bitrise-redirector.herokuapp.com/v0.1/apps/daeff1893f3c8128/builds/master/artifacts/0">
master
<p class="button__info">
<span class="dev-version">Build 0000</span>
<span class="dev-date"></span>
</p>
</a>
</div>
</section>
</main>
<footer id="footer" class="footer">
<a title="Zobacz repozytorium na Githubie" href="https://github.com/wulkanowy/wulkanowy" class="github">
<img src="./github.svg" alt="Zobacz repozytorium na Githubie">
</a>
<ul class="footer__nav">
<li class="footer__item">
<a class="footer__link" href="https://github.com/wulkanowy">Wszystkie projekty</a>
</li>
</ul>
</footer>
</div>
</section>
<script src="app.js"></script>
</body>
</html>