monero-site/home.php

77 lines
4.1 KiB
PHP
Raw Normal View History

2015-01-02 16:35:38 +00:00
---
layout: root
Title: Home
2015-01-02 16:35:38 +00:00
---
<!-- Top Boxes -->
<div class="row info-boxes">
<div class="col-md-5 monero-info">
<!-- Icon is based on work by Freepik (http://www.freepik.com) and is licensed under Creative Commons BY 3.0 -->
<img src="//static.getmonero.org/images/icon_monero.svg" class="inline-icon" style="height: 60px;"><h2>{% t index.what_is %} <span class="kicks">{% t global.monero %}</span> ?</h2>
<p class="kicks text-important">{% t index.what_is_orange_block %}</p>
<p>{% t index.what_is_text_block_1 %}</p>
2015-01-02 16:35:38 +00:00
<p>{% t index.what_is_text_block_2 %} <a href="/{{ site.lang }}/getting-started/">{% t global.getting_started %}</a> {% t index.what_is_text_block_4 %}<br/>
</p>
</div>
<div class="col-md-1 info-spacer">
</div>
<div class="col-md-6 monero-news">
<!-- Icon is based on work by Icomoon (http://www.icomoon.io) and is licensed under Creative Commons BY 3.0 -->
<img src="//static.getmonero.org/images/icon_news.svg" class="inline-icon" style="height: 60px;"><h2>{% t index.the_latest %} <span class="announcements">{% t index.news %}</span></h2>
2015-01-02 16:35:38 +00:00
<ul>
{% for post in site.posts limit:3 %}
2015-01-02 16:35:38 +00:00
<li>
2015-02-17 10:52:13 +00:00
<a href="{{ post.url }}">[{{ post.date | date: "%B %d" }} - <span class="news-title">{{ post.title }}</span>]</a><br>
{{ post.summary }}
2015-01-02 16:35:38 +00:00
</li>
{% endfor %}
2015-01-02 16:35:38 +00:00
</ul>
</div>
</div>
<!-- / Top Boxes -->
<!-- Green Box -->
<div class="row box-green">
<div class="col-md-4 right-border inside">
<!-- Icon is by Freepik (http://www.freepik.com) and is licensed under Creative Commons BY 3.0 -->
<img src="//static.getmonero.org/images/icon_secure.svg" class="green-icon" style="height: 40px;"><h2>{% t index.secure %}</h2>
<p>{% t index.secure_text %}</p>
2015-01-02 16:35:38 +00:00
</div>
<div class="col-md-4 inside">
<!-- Icon is by Bogdan Rosu (http://www.bogdanrosu.com) and is licensed under Creative Commons BY 3.0 -->
<img src="//static.getmonero.org/images/icon_private.svg" class="green-icon" style="height: 40px;"><h2>{% t index.private %}</h2>
<p>{% t index.private_text %}</p>
2015-01-02 16:35:38 +00:00
</div>
<div class="col-md-4 left-border inside">
<!-- Icon is by Freepik (http://www.freepik.com) and is licensed under Creative Commons BY 3.0 -->
<img src="//static.getmonero.org/images/icon_untraceable.svg" class="green-icon" style="height: 40px;"><h2>{% t index.untraceable %}</h2>
2015-01-02 16:35:38 +00:00
<p>{% t index.untraceable_text %}</p>
</div>
</div>
<!-- / Green Box -->
<hr class="push-top">
<div class="row bottom-boxes">
<div class="col-md-6">
<!-- Icon is by Freepik (http://www.freepik.com) and is licensed under Creative Commons BY 3.0 -->
<img src="//static.getmonero.org/images/icon_start.svg" class="icon" style="height: 60px;">
2015-01-02 16:35:38 +00:00
<h2 class="inline">
{% t index.how_do_i %}<br><span class="softyellow-kicks">{% t index.get_started %}</span> ?
2015-01-02 16:35:38 +00:00
</h2>
<p style="margin-top: 40px;">{% t index.get_started_1 %}<a href="https://mymonero.com">{% t index.mymonero %}</a>{% t index.get_started_2 %}</p>
2015-01-02 16:35:38 +00:00
<p>{% t index.get_started_3 %}</p>
</div>
<div class="col-md-6">
<div class="left-pad">
<!-- Icon is by Yannick (http://yanlu.de) and is licensed under Creative Commons BY 3.0 -->
<img src="//static.getmonero.org/images/icon_download.svg" class="icon" style="height: 60px;"><h2 class="no-margin hide-breaks inline">{% t index.where_can_i %} <span class="purple-kicks">{% t index.download %}</span> {% t global.monero %} ?</h2>
2015-01-02 16:35:38 +00:00
</div>
<div class="left-pad download-links-container">
{% include download.php %}
</div>
<div class="col-lg-12 left-pad other-links">
{% t index.different_os %}<br><a href="/{{ site.lang }}/downloads">{% t index.all_downloads %}</a>
</div>
</div>
</div>