-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathindex.html
147 lines (146 loc) · 7.26 KB
/
index.html
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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
---
permalink: index
---
<html>
{% include head.html %}
<body>
<div id="page">
<nav class="mobile-nav mob-nav">
<div class="row logo-wrap start-xs middle-xs">
<div class="col-xs-12">
<a href="index.html"><img src="/img/monerujo_logo.png" alt="Monerujo Logo" class="logo"></a>
</div>
</div>
<input class="burger-check" id="mobile-burger" type="checkbox">
<label for="mobile-burger" class="hamburger hamburger--collapse">
<span class="hamburger-box">
<span class="hamburger-inner"></span>
</span>
</label>
<div class="slide-in-nav">
<div class="row center-xs">
<div class="col-xs-12">
<ul>
{% for item in site.data.lang[site.lang].navigation %}
<li class="nav-item">
<a href="{{item.url}}{{item.httpurl}}">{{item.title}}</a>
</li>
{%endfor%}
</ul>
</div>
</div>
</div>
</nav>
<div class="container-fluid" id="hero">
<header class="container">
<nav class="desktop-nav container">
<div class="row middle-xs nav-items">
<div class="col-sm-5">
<a href="index.html" class="logo-wrap"><img src="/img/monerujo_logo.png" alt="Monerujo Logo" class="logo"></a>
</div>
<div class="col-sm-7">
<div class="row end-xs">
{% for item in site.data.lang[site.lang].navigation %}
<div class="col nav-item">
<a href="{{item.url}}{{item.httpurl}}">{{item.title}}</a>
</div>
{%endfor%}
</div>
</div>
</div>
</nav>
</header>
<section class="container" id="hero_content">
<div class="row middle-xs">
<div class="col-sm-6 col-xs-6 hero-img">
<div class="row middle-xs center-xs hero-row">
<div class="col-xs-12">
<img src="/img/gunther-hello-800x.gif" alt="Gunther Greeting" class="gunther-greeting">
</div>
</div>
</div>
<div class="col-sm-6 col-xs-6 info">
<h1><span>Monerujo</span> <br>{% t home.android4download %}</h1>
<a href="#download" class="btn btn-large">{% t global.download %}</a>
<a href="https://github.com/m2049r/xmrwallet/tree/master/doc" class="btn btn-secondary btn-large">{% t home.docs %}</a>
</div>
</div>
</section>
</div>
<section class="container-fluid features" id="about">
<div class="site-section container">
<div class="row middle-xs">
<div class="col-sm-6 col-xs-7 col">
<h2>{% t home.multiple %}</h2>
<p>{% t home.multiple_para %}</p>
</div>
<div class="col-sm-6 col-xs-5 col">
<img src="/img/gunther-wallets-800x.gif" alt="" class="feature_img">
</div>
</div>
</div>
</section>
<section class="container-fluid features" id="grey">
<div class="site-section container">
<div class="row middle-xs">
<div class="col-sm-6 col-xs-5 col">
<img src="/img/gunther-qrcode-800x.gif" alt="" class="feature_img"/>
</div>
<div class="col-sm-6 col-xs-7 col">
<h2>{% t home.qr %}</h2>
<p>{% t home.qr_para %}</p>
</div>
</div>
</div>
</section>
<section class="container-fluid features" id="opensource">
<div class="site-section container">
<div class="row middle-xs">
<div class="col-sm-6 col-xs-7 col">
<h2>{% t home.open-source %}</h2>
<p>{% t home.open-source_para %}</p>
</div>
<div class="col-sm-6 col-xs-5 col">
<img src="/img/gunther-omm-800x.gif" alt="" class="feature_img"/>
</div>
</div>
</div>
</section>
<section class="container-fluid features" id="grey">
<div class="site-section container">
<div class="row middle-xs">
<div class="col-sm-6 col-xs-7 col">
<h2>{% t home.btc %}</h2>
<p>{% t home.btc_para %}</p>
</div>
<div class="col-sm-6 col-xs-5 col">
<img src="/img/mortalgunther_animated_800x.gif" alt="" class="feature_img"/>
</div>
</div>
</div>
</section>
<section class="container-fluid" id="download">
<div class="site-section container">
<div class="row">
<div class="col-xs-12">
<h2>{% t home.download %}</h2>
<h4>{% t home.download_para %}:</h4>
</div>
</div>
<div class="row">
<div class="col-xs-12 col-md-4">
<p><a href="https://play.google.com/store/apps/details?id=com.m2049r.xmrwallet"><img src="/img/google-play-badge.png" alt="Google Play Badge" class="gp-badge"></a></p>
</div>
<div class="col-xs-12 col-md-4">
<p><a href="https://github.com/m2049r/xmrwallet"><img src="/img/GitHub_Logo.png" alt="Github Logo White" class="gp-badge"></a></p>
</div>
<div class="col-xs-12 col-md-4">
<p><a href="https://f-droid.monerujo.io/"><img src="/img/get_it_on_fdroid.png" alt="F-Droid Badge" class="gp-badge"></a></p>
</div>
</div>
</div>
</section>
{% include footer.html %}
</div>
</body>
</html>