Browse Source

reverted all changes

redesign
Anxhelo Lushka 7 years ago
parent
commit
1cd2365149
  1. 5
      _config.yml
  2. 19
      _events/2017-01-25-osd-workshop-1-tirana.md
  3. 48
      _layouts/event.html
  4. 118
      events/index.html

5
_config.yml

@ -25,8 +25,3 @@ gems:
paginate: 6
paginate_path: "blog/older:num"
collections:
events:
output: true
permalink: /:events/:events

19
_events/2017-01-25-osd-workshop-1-tirana.md

@ -1,19 +0,0 @@
---
layout: events
title: Open Source Design Workshop #1 in Tirana
date: 2017-01-25 11:00:00 +0200
categories:
images:
- images/blog/hello_world.png
tags:
- Hello
- Blog
- Open Source Design
excerpt:
Hello design-onauts & free open source hacktivists and welcome to our blog! This will be our own space in the big ocean of chaotic, decentralized, beautiful and amazing flow of interactive information that is known in da hood as ‘the internet‘. We will share the latest works that make us proud, events we participate and […]
---
Hello design-onauts & free open source hacktivists and welcome to our blog!
This will be our own space in the big ocean of chaotic, decentralized, beautiful and amazing flow of interactive information that is known in da hood as <a href="https://xkcd.com/1348/">‘the internet‘</a>. We will share the latest <a href="https://github.com/uracreative/works">works</a> that make us proud, events we participate and organize, news about our team, information about the importance of open source design and the status of <a href="https://www.patreon.com/ura">our Patreon campaign</a> that aims better design for free open source initiatives.
See you around the <a href="http://knowyourmeme.com/memes/internets">internets</a> 🙂

48
_layouts/event.html

@ -1,48 +0,0 @@
---
layout: default
section_id: event
---
<div style="background-color: #3399d4;" class="full new">
<div class="section-title new">
<div class="row">
<div class="medium-10 medium-centered columns">
<h1 style="color: #fff; font-size: 2rem;" class="wow slideInDown">Events</h1>
</div>
</div>
</div>
</div>
</div>
<!-- <div class="three spacing"></div>
{{content}}
{% if paginator %}
<div class="full light-grey blog">
<nav class='wrapper'>
<div class="row">
<div class="small-6 columns">
{% if paginator.previous_page %}
{% if paginator.previous_page == 1 %}
<a href="/events" class="next button boxed black" style="float: right;"><i class="fa fa-angle-double-left"></i> Newer Entries</a>
{% else %}
<a href="/events/page{{ paginator.previous_page }}" class="next button boxed black" style="float: right;"><i class="fa fa-angle-double-left"></i>Newer Entries</a>
{% endif %}
{% else %}
<!-- <span class="newer">Newer Entries</span> -->
<!-- {% endif %}
</div>
<div class="small-6 columns">
{% if paginator.next_page %}
{% if paginator.next_page == 1 %}
<a href="/events" class="previous button boxed black" style="float: left;">Older Entries <i class="fa fa-angle-double-right"></i></a>
{% else %}
<a href="/events/page{{ paginator.next_page }}" class="previous button boxed black" style="float: left;">Older Entries <i class="fa fa-angle-double-right"></i></a>
{% endif %}
{% else %}
<!-- <span class="older">Older Entries</span> -->
<!-- {% endif %}
</div>
</div>
</nav>
</div>
{% endif %} --> --> -->

118
events/index.html

@ -1,53 +1,71 @@
---
layout: event
section_id: event
title: Events
layout: default
section_id: pages
---
{% for event in site.events %}
<h2>{{ event.title }}</h2>
<p>{{ event.date }}</p>
<p><a href="{{ event.url }}">{{ event.title }}</a></p>
{% endfor %}
<!-- <div class="row">
<div class="large-12 columns table" style="border-bottom: 3px solid aliceblue;">
{% assign mod = forloop.index | modulo: 1 %}
{% if mod == 0 %}
<div class="large-1 blog centered-text columns">
{% if item.categories != empty %}
<span>
{% for cat in item.categories %}
<a href="#">{{cat | capitalize }}</a>
{% unless forloop.last %}
,
{% endunless %}
{% endfor %}
</span>
/
{% endif %}
<h1 class="blogdate"><a href="{{ item.url | replace:'.html','' }}">{{ item.date | date: "%d" }}</h1>
<p id="post-month">{{ item.date | date: "%B %Y" }}</p></a>
</div>
<div class="large-8 columns bottom-blog">
<div class="post-content blog">
<h3 id="blog-title" class="blog"><a href="{{ post.url | replace:'.html','' }}">{{item.title}}</a></h3>
<p>{{item.excerpt}}</p>
<div class="tags">
{% for tag in item.tags %}
<a href="{{ site.baseurl }}/tags/#{{tag | slugify }}">{{ tag }}</a>
{% endfor %}
</div>
<p><a href="{{ item.url | replace:'.html','' }}" class="button tiny blue simple boxed">Read more</a></p>
</div>
</div>
<div class="large-3 columns blog middle-blog" style="margin-bottom: 30px;">
{% if item.images %}
<a href="{{ item.url | replace:'.html','' }}"><img style="display: block; margin: auto;" src="{{site.url}}/{{item.images[0]}}" alt="post"></a>
{% endif %}
</div>
</div>
{% endif %}
</div>
</div>
<div class="two spacing"></div>
{% endfor %} -->
<div style="background-color: #3399d4;" class="full new">
<div class="section-title new">
<div class="row">
<div class="medium-10 medium-centered columns">
<h1 style="color: #fff; font-size: 2rem;" class="wow slideInDown">Events</h1>
</div>
</div>
</div>
</div>
</div>
<div class="full">
<div class="row">
<div class="large-11 large-centered columns">
<p><strong>Below you will find a list of all our latest events and detailed information about them.</strong></p>
<hr>
<p><a href="oscal-2018"><h3>OSCAL’18 – Open Source Conference Albania 2018</h3></a></p>
<p>May 19, 2018 - May 20, 2018<br />
Tirana, Albania</p>
<p><a href="oscal-2018">More details <i class="fas fa-angle-double-right"></i></a></p>
<hr>
<p><a href="osd-workshop-2-tirana"><h3>Open Source Design Workshop #2</h3></a></p>
<p>17 February 2018<br />
Tirana, Albania</p>
<p><a href="osd-workshop-2-tirana">More details <i class="fas fa-angle-double-right"></i></a></p>
<hr>
<p><a href="fosdem-2018"><h3>FOSDEM 2018</h3></a></p>
<p>February 3 @ 9:00 am - February 4 @ 5:00 pm<br />
ULB, Av. F. D. Roosevelt 50<br />
Brussels, 1050 Belgium</p>
<p><a href="fosdem-2018">More details <i class="fas fa-angle-double-right"></i></a></p>
<hr>
<p><a href="oscal-2017"><h3>OSCAL’17 – Open Source Conference Albania 2017</h3></a></p>
<p>May 13, 2017 - May 14, 2017<br />
Ofiçina – Harry Fultz, Rruga “Asim Vokshi” pranë Institutit “Harry T. Fultz”<br />
Tirana, Albania</p>
<p><a href="oscal-2017">More details <i class="fas fa-angle-double-right"></i></a></p>
<hr>
<p><a href="fosdem-2017"><h3>FOSDEM 2017</h3></a></p>
<p>February 5, 2017 @ 9:00 am-5:00 pm<br />
ULB, Av. F. D. Roosevelt 50<br />
Brussels, 1050 Belgium</p>
<p><a href="fosdem-2017">More details <i class="fas fa-angle-double-right"></i></a></p>
<hr>
<p><a href="osd-workshop-1-in-tirana"><h3>Open Source Design Workshop #1 in Tirana</h3></a></p>
<p>January 25, 2017 @ 5:00 pm-8:00 pm<br />
Open Labs Hackerspace, Rr. Pjetër Budi. Nr.67<br />
Tirana, Albania</p>
<p><a href="osd-workshop-1-in-tirana">More details <i class="fas fa-angle-double-right"></i></a></p>
</div>
</div>
</div>

Loading…
Cancel
Save