mirror of
https://github.com/monero-project/monero-site.git
synced 2024-11-17 08:18:03 +00:00
Merge pull request #670 from rehrar/remove-events
Removed Events pages from the website
This commit is contained in:
commit
2ba7aca932
5 changed files with 0 additions and 117 deletions
|
@ -1,27 +0,0 @@
|
|||
<div markdown="1" class="text-center container description">
|
||||
Monero people are always down to get together and have a good time. Check below to see Monero-related events happening in your area.
|
||||
</div>
|
||||
|
||||
{% for toplevel in site.data.events %}
|
||||
|
||||
<div class="events">
|
||||
<div class="container full col-xs-12">
|
||||
<div class="info-block text-adapt">
|
||||
<div class="row">
|
||||
<div class="col-xs-12">
|
||||
<h2>{{toplevel.event}}</h2>
|
||||
<h3>Where</h3>
|
||||
<p>{{toplevel.where}}</p>
|
||||
<h3>When</h3>
|
||||
<p>{{toplevel.when}}</p>
|
||||
<h3>Description</h3>
|
||||
<p>{{toplevel.description}}</p>
|
||||
<h3>Link</h3>
|
||||
<a>{{toplevel.link}}</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{%endfor%}
|
|
@ -1,28 +0,0 @@
|
|||
{% include untranslated.html %}
|
||||
<div markdown="1" class="text-center container description">
|
||||
Monero people are always down to get together and have a good time. Check below to see Monero-related events happening in your area.
|
||||
</div>
|
||||
|
||||
{% for toplevel in site.data.events %}
|
||||
|
||||
<div class="events">
|
||||
<div class="container full col-xs-12">
|
||||
<div class="info-block text-adapt">
|
||||
<div class="row">
|
||||
<div class="col-xs-12">
|
||||
<h2>{{toplevel.event}}</h2>
|
||||
<h3>Where</h3>
|
||||
<p>{{toplevel.where}}</p>
|
||||
<h3>When</h3>
|
||||
<p>{{toplevel.when}}</p>
|
||||
<h3>Description</h3>
|
||||
<p>{{toplevel.description}}</p>
|
||||
<h3>Link</h3>
|
||||
<a>{{toplevel.link}}</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{%endfor%}
|
|
@ -1,28 +0,0 @@
|
|||
{% include untranslated.html %}
|
||||
<div markdown="1" class="text-center container description">
|
||||
Monero people are always down to get together and have a good time. Check below to see Monero-related events happening in your area.
|
||||
</div>
|
||||
|
||||
{% for toplevel in site.data.events %}
|
||||
|
||||
<div class="events">
|
||||
<div class="container full col-xs-12">
|
||||
<div class="info-block text-adapt">
|
||||
<div class="row">
|
||||
<div class="col-xs-12">
|
||||
<h2>{{toplevel.event}}</h2>
|
||||
<h3>Where</h3>
|
||||
<p>{{toplevel.where}}</p>
|
||||
<h3>When</h3>
|
||||
<p>{{toplevel.when}}</p>
|
||||
<h3>Description</h3>
|
||||
<p>{{toplevel.description}}</p>
|
||||
<h3>Link</h3>
|
||||
<a>{{toplevel.link}}</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{%endfor%}
|
|
@ -1,28 +0,0 @@
|
|||
{% include untranslated.html %}
|
||||
<div markdown="1" class="text-center container description">
|
||||
Monero people are always down to get together and have a good time. Check below to see Monero-related events happening in your area.
|
||||
</div>
|
||||
|
||||
{% for toplevel in site.data.events %}
|
||||
|
||||
<div class="events">
|
||||
<div class="container full col-xs-12">
|
||||
<div class="info-block text-adapt">
|
||||
<div class="row">
|
||||
<div class="col-xs-12">
|
||||
<h2>{{toplevel.event}}</h2>
|
||||
<h3>Where</h3>
|
||||
<p>{{toplevel.where}}</p>
|
||||
<h3>When</h3>
|
||||
<p>{{toplevel.when}}</p>
|
||||
<h3>Description</h3>
|
||||
<p>{{toplevel.description}}</p>
|
||||
<h3>Link</h3>
|
||||
<a>{{toplevel.link}}</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{%endfor%}
|
|
@ -1,6 +0,0 @@
|
|||
---
|
||||
layout: custom
|
||||
title: titles.events
|
||||
permalink: /community/events/index.html
|
||||
---
|
||||
{% tf community/events.md %}
|
Loading…
Reference in a new issue