-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
64 additions
and
0 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,60 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
|
||
<head> | ||
<title>Vlack</title> | ||
<meta name="description" content="Vlack's site"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<meta charset="utf-8"> | ||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> | ||
<meta name="author" content="vlack"> | ||
<meta name="keywords" content="" /> | ||
<link rel="apple-touch-icon" sizes="180x180" href="../assets/apple-touch-icon.png"> | ||
<link rel="icon" type="image/png" sizes="32x32" href="../assets/favicon-32x32.png"> | ||
<link rel="icon" type="image/png" sizes="16x16" href="../assets/favicon-16x16.png"> | ||
<link rel="manifest" href="../assets/manifest.json"> | ||
<link rel="mask-icon" href="../assets/safari-pinned-tab.svg" color="#160e35"> | ||
<meta name="theme-color" content="#ffffff"> | ||
<!-- <link href="../assets/uikit/uikit.min.css" rel="stylesheet">--> | ||
<!-- <script src="../assets/uikit/uikit.min.js"></script>--> | ||
<link href="uikit/uikit.min.css" rel="stylesheet"> | ||
<script src="uikit/uikit.min.js"></script> | ||
</head> | ||
|
||
<body class="uk-section uk-section-default"> | ||
<main class="uk-container"> | ||
<h1>PDFview</h1> | ||
<p class="uk-text-lead">Read your PDF's on your watch</p> | ||
<p>Companion app to send files from phone to watch: <a class="uk-button uk-button-primary" href="apk/PDFview-sender_1.0.apk">Download apk</a></p> | ||
<h2>Screenshots</h2> | ||
<div class="uk-position-relative uk-visible-toggle uk-light" tabindex="-1" uk-slider="autoplay: true;"> | ||
<ul class="uk-slider-items uk-child-width-1-2 uk-child-width-1-3@m uk-grid"> | ||
<li> | ||
<div class="uk-panel"> | ||
<img src="screenshots/1.png" alt=""> | ||
</div> | ||
</li> | ||
<li> | ||
<div class="uk-panel"> | ||
<img src="screenshots/2.png" alt=""> | ||
</div> | ||
</li> | ||
<li> | ||
<div class="uk-panel"> | ||
<img src="screenshots/3.png" alt=""> | ||
</div> | ||
</li> | ||
<li> | ||
<div class="uk-panel"> | ||
<img src="screenshots/4.png" alt=""> | ||
</div> | ||
</li> | ||
</ul> | ||
<a class="uk-position-center-left uk-position-small uk-hidden-hover" href="#" uk-slidenav-previous uk-slider-item="previous"></a> | ||
<a class="uk-position-center-right uk-position-small uk-hidden-hover" href="#" uk-slidenav-next uk-slider-item="next"></a> | ||
</div> | ||
</main> | ||
</body> | ||
<script src="../assets/metrika.js" type="text/javascript"></script> | ||
|
||
</html> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.