mirror of
https://github.com/monero-project/monero-site.git
synced 2024-12-23 12:09:49 +00:00
Merge pull request #1048
Remove 'The Monero Project' page and replace link in header with link to Weblate
This commit is contained in:
commit
fa9b5990c2
3 changed files with 2 additions and 51 deletions
|
@ -200,12 +200,6 @@ downloads:
|
|||
avwarning: Be aware that some antiviruses and firewalls may flag the Monero executables and archives as malware.
|
||||
moreinfofaq: More info in the FAQ
|
||||
|
||||
monero-project:
|
||||
kovri: The Kovri project uses end-to-end encryption so that neither the sender nor receiver of a Monero transaction need to reveal their IP address to the other side or to third-party observers (the blockchain). This is done using the same technology that powers the dark net, i2p (Invisible Internet Protocol). The project is currently in heavy, active development and is not yet integrated with Monero.
|
||||
kovri_button: Visit Kovri Website
|
||||
openalias: The OpenAlias project simplifies cryptocurrency payments by providing FQDNs (Fully Qualified Domain Names, i.e. example.openalias.org) for Monero wallet addresses in a way that ensures everyone's privacy is secure. The project is well underway and has already been implemented in many Monero wallets.
|
||||
openalias_button: Visit OpenAlias Website
|
||||
|
||||
press-kit:
|
||||
intro1: Here you'll find the Monero symbol and logo below. You can choose any size that you want, or download the .ai file to mess with the logo yourself.
|
||||
intro2: Note that the white background options have a white background under the Monero symbol ONLY, not as a background to the whole image.
|
||||
|
|
|
@ -39,7 +39,7 @@
|
|||
<div class="row">
|
||||
<div class="col-xs-12">
|
||||
<div class="text-center nav-item mob">
|
||||
<a href="{{site.baseurl}}/the-monero-project/">The Monero Project</a>
|
||||
<a href="https://translate.getmonero.org">Translate</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -68,7 +68,7 @@
|
|||
<div class="col-md-12">
|
||||
<a href="https://ccs.getmonero.org" class="top-link">Community Crowdfunding</a>
|
||||
<a href="https://github.com/monero-project/meta/blob/master/VULNERABILITY_RESPONSE_PROCESS.md" class="top-link">Vulnerability Response</a>
|
||||
<a href="{{site.baseurl}}/the-monero-project/" class="top-link">The Monero Project</a>
|
||||
<a href="https://translate.getmonero.org" class="top-link">Translate</a>
|
||||
<div href="#" class="dropdown top-link language-change">
|
||||
<input class="burger-checkdropdown" id="langdrop" type="checkbox">
|
||||
<label for="langdrop">{{ site.data.languages.langs.[site.lang] }}
|
||||
|
|
|
@ -1,43 +0,0 @@
|
|||
---
|
||||
layout: default
|
||||
title: titles.themoneroproject
|
||||
permalink: /the-monero-project/index.html
|
||||
---
|
||||
|
||||
{% t global.lang_tag %}
|
||||
<div class="site-wrap">
|
||||
<section class="container">
|
||||
<div class="row">
|
||||
<div class="left half no-pad-sm col-lg-6 col-md-6 col-sm-12 col-xs-12">
|
||||
<div class="info-block">
|
||||
<div class="row center-xs">
|
||||
<div class="col">
|
||||
<h2>Kovri</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row start-xs monero-project">
|
||||
<p>{% t monero-project.kovri %}</p>
|
||||
</div>
|
||||
<div class="row center-xs">
|
||||
<p><a href="https://www.kovri.io" class="btn-link btn-fixed">{% t monero-project.kovri_button %}</a></p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="right half col-lg-6 col-md-6 col-sm-12 col-xs-12">
|
||||
<div class="info-block">
|
||||
<div class="row center-xs">
|
||||
<div class="col">
|
||||
<h2>Open Alias</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row start-xs monero-project">
|
||||
<p>{% t monero-project.openalias %}</p>
|
||||
</div>
|
||||
<div class="row center-xs">
|
||||
<p><a href="https://www.openalias.org" class="btn-link btn-fixed">{% t monero-project.openalias_button %}</a></p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
Loading…
Reference in a new issue