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 pathindex.mustache
63 lines (60 loc) · 3.11 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Tox</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="https://tox.im/assets/imgs/favicon.ico">
<!-- CSS -->
<link rel="image_src" href="https://tox.im/assets/imgs/LockOnly.png">
<link rel="stylesheet" href="https://tox.im/assets/css/custom.min.css">
<link rel="stylesheet" href="https://tox.im/assets/css/tuktuk.min.css">
<link rel="stylesheet" href="https://tox.im/assets/css/tuktuk.theme.min.css">
<link rel="stylesheet" href="https://tox.im/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="https://tox.im/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">{nv_home}</a>
<a href="https://wiki.tox.im">{nv_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 spacemod" id="home">
<div class="row text center book">
<div class="column_10 offset_1">
<img src="https://tox.im/assets/imgs/logo_main.png" alt="Logo" class="margin-bottom">
<h1 class="color theme text bold center"><b>{downloads}</b></h1>
<h3 class="text thin center"><b>{download_warning}</b></h3>
</div>
</div>
<div class="row text center">
<div class="column_4">
<a href="https://tux3-dev.tox.im/jenkins/job/qTox-win32-nsis/lastSuccessfulBuild/artifact/setup-qtox32.exe"><img alt="windows" class="os" src="/assets/imgs/windows.png" /><h4>{os_windows} (32 bit)</h4></a>
<a href="https://tux3-dev.tox.im/jenkins/job/qTox-win64-nsis/lastSuccessfulBuild/artifact/setup-qtox64.exe">{os_windows} (64 bit)</a>
</div>
<div class="column_4">
<a href="https://jenkins.libtoxcore.so/view/Clients/job/qTox%20OS%20X/lastSuccessfulBuild/artifact/qtox.dmg"><img alt="apple" class="os" src="/assets/imgs/apple.png" /><h4>{os_mac}</h4></a>
</div>
<div class="column_4">
<a href="/linux"><img alt="linux" class="os" src="/assets/imgs/linux.png" /><h4>{os_linux}</h4></a>
</div>
</div>
<div class="row text center">
<div class="column_6 offset_3" style="margin-top: 20px">
<a href="https://wiki.tox.im/Binaries">{download_advanced}</a>
</div>
</div>
</section>
</body>
</html>