This repository has been archived by the owner on Oct 3, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathlinux.mustache
71 lines (67 loc) · 4.22 KB
/
linux.mustache
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Tox Downloads</title>
<meta name="description" content="With the rise of widespread government monitoring programs, Tox is an easy to use application that allows you to connect with friends and loved ones without anyone else listening in.">
<meta name="keywords" content="tox,instant messaging,secure,decentralized,friendly,github,open source,voice,calling">
<meta name="author" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta property="og:image" content="https://tox.im/assets/imgs/LockOnly.png">
<link rel="shortcut icon" type="image/icon" href="assets/imgs/favicon.ico">
<!-- CSS -->
<link rel="image_src" href="assets/imgs/LockOnly.png">
<link rel="stylesheet" href="assets/css/custom.min.css">
<link rel="stylesheet" href="assets/css/tuktuk.min.css">
<link rel="stylesheet" href="assets/css/tuktuk.theme.min.css">
<link rel="stylesheet" href="assets/css/tuktuk.icons.min.css">
</head>
<body>
<header class="bck light padding">
<div class="row">
<div class="column_2">
<a href="//tox.im"><img src="./assets/imgs/logo_head.png" alt="Logo Tox" class="logo on-left"></a>
</div>
<nav class="column_10 text right bold">
<a href="//tox.im">Home</a>
<a href="https://wiki.tox.im">Wiki</a>
<a href="https://www.facebook.com/toxproject"><span class="icon facebook" style="font-size: 15pt; float:right; margin-left:20px;"></span></a>
<a href="https://twitter.com/ProjectTox"><span class="icon twitter" style="font-size: 15pt; float:right; margin-left:20px;"></span></a>
</nav>
</div>
</header>
<section class="bck dark padding" id="home">
<div class="row text center book margin-bottom">
<div class="column_10 offset_1">
<h3 class="text thin center">{linux_choose_distro}</h3>
</div>
</div>
<div class="row text center">
<div class="column_4">
<a href="https://jenkins.libtoxcore.so/view/Dashboard/job/qTox-Linux-pkg/lastSuccessfulBuild/artifact/qtox-i386.deb"><img alt="ubuntu" class="os" src="assets/imgs/linux/ubuntu.png" /><h4 style="text center">Ubuntu (32 bit)</h4></a>
<a href="https://jenkins.libtoxcore.so/view/Dashboard/job/qTox-Linux-pkg/lastSuccessfulBuild/artifact/qtox-x86_64.deb">Ubuntu (64 bit)</a>
</div>
<div class="column_4">
<a href="https://jenkins.libtoxcore.so/view/Dashboard/job/qTox-Linux-pkg/lastSuccessfulBuild/artifact/qtox-i386.rpm"><img alt="fedora" class="os" src="assets/imgs/linux/fed.png" /><h4 style="text center">Fedora (32 bit)</h4></a>
<a href="https://jenkins.libtoxcore.so/view/Dashboard/job/qTox-Linux-pkg/lastSuccessfulBuild/artifact/qtox-x86_64.rpm">Fedora (64 bit)</a>
</div>
<div class="column_4">
<a href="https://jenkins.libtoxcore.so/view/Dashboard/job/qTox-Linux-pkg/lastSuccessfulBuild/artifact/qtox-i386.deb"><img alt="debian" class="os" src="assets/imgs/linux/deb.png" /><h4 style="text center">Debian (32 bit)</h4></a>
<a href="https://jenkins.libtoxcore.so/view/Dashboard/job/qTox-Linux-pkg/lastSuccessfulBuild/artifact/qtox-x86_64.deb">Debian (64 bit)</a>
</div>
<div class="column_4">
<a href="https://jenkins.libtoxcore.so/view/Dashboard/job/qTox-Linux-pkg/lastSuccessfulBuild/artifact/qtox-i386.rpm"><img alt="suse" class="os" src="assets/imgs/linux/suse.png" /><h4 style="text center">SUSe (32 bit)</h4></a>
<a href="https://jenkins.libtoxcore.so/view/Dashboard/job/qTox-Linux-pkg/lastSuccessfulBuild/artifact/qtox-x86_64.rpm">SUSe (64 bit)</a>
</div>
<div class="column_4">
<a href="https://jenkins.libtoxcore.so/view/Dashboard/job/qTox-Linux-pkg/lastSuccessfulBuild/artifact/qtox-i386.rpm"><img alt="rhel" class="os" src="assets/imgs/linux/rhel.png" /><h4 style="text center">Red Hat (32 bit)</h4></a>
<a href="https://jenkins.libtoxcore.so/view/Dashboard/job/qTox-Linux-pkg/lastSuccessfulBuild/artifact/qtox-x86_64.rpm">Red Hat (64 bit)</a>
</div>
<div class="column_4">
<a href="https://wiki.tox.im/Binaries"><img alt="source" class="os" src="assets/imgs/source.png" /><h4 style="text center">{os_other_advanced}</h4></a>
</div>
</div>
</section>
<script src="assets/js/screenshots.min.js"></script>
</body>
</html>