Skip to content

Commit

Permalink
updated menu and internal files
Browse files Browse the repository at this point in the history
  • Loading branch information
sidorelauku committed Jan 12, 2020
1 parent a512c68 commit 12ef87a
Show file tree
Hide file tree
Showing 38 changed files with 2,104 additions and 431 deletions.
18 changes: 10 additions & 8 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,12 @@ twitterAccount: "@OSCALconf"

# Navigation
navigationLinks:
#- {permalink: "/", text: "Home"}
#- {permalink: "/blog/", text: "Blog"}
- {permalink: "/", text: "Home"}
- {permalink: "/about/", text: "About"}
- {permalink: "/blog/", text: "Blog"}
- {permalink: "/about-tirana/", text: "Attending"}
# - {permalink: "/speakers/", text: "Speakers"}
#- {permalink: "/schedule/", text: "Schedule"}
#- {permalink: "/speakers/", text: "Speakers"}
#- {permalink: "/team/", text: "Team"}
#- {permalink: "/logistics/", text: "Logistics"}
#- {permalink: "/hackathon/", text: "Hackathon"}-->
Expand All @@ -72,12 +74,12 @@ aboutBlock:
- {title: "Info-booths", image: "infobooths.jpg", text: "Are you a company working with open source project or product? You can have a booth and present ..." }

# Statistic Block
statisticBlockImage: "statistic.jpg"
statisticBlockImage: "statistics.jpg"
statisticBlock:
- {count: "350", specialCharacter: "+", info: "attendees", detail: "from everywhere"}
- {count: "48", specialCharacter: "+", info: "hours", detail: "of pure Google technologies"}
- {count: "20", specialCharacter: "+", info: "speakers", detail: "from country and beyond"}
- {count: "3", specialCharacter: "", info: "parallel tracks", detail: "plus entertainment lounge"}
- {count: "200", specialCharacter: "+", info: "attendees", detail: "from everywhere"}
- {count: "48", specialCharacter: "+", info: "hours", detail: "of FLOSS technologies"}
- {count: "20", specialCharacter: "+", info: "speakers", detail: "from around the world"}
- {count: "4", specialCharacter: "", info: "parallel tracks", detail: "to select fom"}

# Latest News Block
latestNewsTitle: "Latest news"
Expand Down
10 changes: 0 additions & 10 deletions _includes/analytics.html

This file was deleted.

14 changes: 0 additions & 14 deletions _includes/disqus-comments.html

This file was deleted.

2 changes: 1 addition & 1 deletion _includes/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<meta name="msapplication-config" content="{{ "/img/favicons/browserconfig.xml" | prepend: site.baseurl }}">

<meta name="theme-color" content="#2b5797">
<link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro&display=swap" rel="stylesheet">


<link href="{{ "/css/main.css" | prepend: site.baseurl }}" rel="stylesheet">

Expand Down
23 changes: 4 additions & 19 deletions _includes/post.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,7 @@
</div>
<div class="share col-md-6 col-xs-6 pull-right">
<ul class="social-links">
{% assign postUrl = page.url | prepend: site.baseurl | prepend: site.url %}
<li>
<a href="#" onclick="window.open('https://plus.google.com/share?url={{ postUrl }}', 'newwindow', 'width=600, height=500'); return false;">
<svg class="icon icon-google-plus" viewBox="0 0 30 32">
<use xlink:href="{{ site.baseurl }}/img/sprites/sprites.svg#icon-google-plus"></use>
</svg>
</a>
</li>
{% assign postUrl = page.url | prepend: site.baseurl | prepend: site.url %}
<li>
<a href="#" onclick="window.open('https://twitter.com/home?status={{ postUrl }}', 'newwindow', 'width=600, height=250'); return false;">
<svg class="icon icon-twitter" viewBox="0 0 30 32">
Expand All @@ -38,7 +31,7 @@
</div>
</div>
{% endif %}

<div class="post-body">{{ content }}</div>

<div id="page-navigation" class="page-navigation">
Expand All @@ -55,22 +48,14 @@
</div>

{% if include.isStaticPost == false %}
<div class="comments">
{% if site.blogCommentsEnabled %} {% include disqus-comments.html %} {% endif %}
</div>

{% endif %}

</article>

{% if include.isStaticPost == false %}
<div class="row text-center">
<p class="rss-subscribe">Subscribe <a href="{{ "/feed.xml" | prepend: site.baseurl }}" target="_blank">via RSS</a>
</p>
</div>
{% endif %}

</div>
</div>
</div>
</section>
<!-- End Post -->
<!-- End Post -->
23 changes: 11 additions & 12 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,24 +16,23 @@
<div class="st-pusher">
<div class="st-content">

{{ content }}
{{ content }}

{% include footer.html %}

</div>
</div>
</div>

{% if page.modal != null %}
{% include speakers-modals.html %}
{% endif %}
{% if page.modal != null %}
{% include speakers-modals.html %}
{% endif %}

{% if page.permalink == '/schedule/' %}
{% include sessions-modals.html %}
{% endif %}
{% include sessions-modals.html %}
{% endif %}


{% include analytics.html %}

<script src="//ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<script>
window.jQuery || document.write('<script src="{{ "/js/jquery-2.1.1.min.js" | prepend: site.baseurl }}><\/script>')
Expand All @@ -49,14 +48,14 @@
<script>
if ($(window).width() > 767) {
document.write('<script src="https://maps.googleapis.com/maps/api/js?v=3.exp&sensor=false"><\/script>')
}
}
</script>
{% elsif page.permalink == '/logistics/' %}
<script src="https://maps.googleapis.com/maps/api/js?v=3.exp&libraries=places,geometry"></script>
<script type="text/javascript">
var autoDirectionEnabled = {% if site.logisticsMapAutoDirections %} true {% else %} false {% endif %};
</script>
{% endif %}
{% endif %}
<script>
Waves.displayEffect();
{% if page.permalink == '/' %}
Expand Down Expand Up @@ -127,8 +126,8 @@
mobileCenterMapCoordinates = '{{ site.hackathonMapMobileCenterCoordinates | replace:' ','' }}',
icon = '{{ site.baseurl | prepend: site.url }}/img/other/map-marker.png';
}
{% endif %}

{% endif %}
</script>
<script src="{{ "/js/scripts.min.js" | prepend: site.baseurl }}"></script>
{% if page.permalink == '/schedule/' %}
Expand Down
10 changes: 5 additions & 5 deletions _layouts/post.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,22 +7,22 @@
<div id="preloader" class="preloader">
<div class="loader-gplus"></div>
</div>

<div id="st-container" class="st-container">
<div class="st-pusher">
<div class="st-content">

{% include top-section.html %}

{% include post.html isStaticPost=page.isStaticPost %}
{% include post.html isStaticPost=page.isStaticPost %}

{% include footer.html %}

</div>
</div>
</div>

{% include analytics.html %}


<script src="//ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<script>
Expand All @@ -40,4 +40,4 @@
{% include schema-event.html %}
</body>

</html>
</html>
67 changes: 0 additions & 67 deletions _posts/2014-07-21-call-for-papers.markdown

This file was deleted.

30 changes: 0 additions & 30 deletions _posts/2014-07-21-hello-world.markdown

This file was deleted.

44 changes: 44 additions & 0 deletions _posts/2020-01-11-announcing-oscal-2020.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
---
layout: post
title: "Announcing OSCAL 2020"
date: 2020-01-11 08:00:00
isStaticPost: false
---

We are delighted to announce that the next edition of Open Source Conference Albania is taking place in the warm city of Tirana on 16th & 17th of May 2020.

If you are looking forward to spending a weekend fully dedicated to open source software and culture, meeting up with friends from different communities, hosting a talk, workshop or meetup on a topic you are passionate about, while enjoying the nice weather and great food in the city, come and join us in Tirana, Albania.

About OSCAL:
OSCAL (Open Source Conference Albania) is the first annual conference in Albania organized to promote software freedom, open source software, free culture and open knowledge. The Conference will gather free libre open source technology users, developers, academics, governmental agencies and people who share the idea that software should be free and open for the local community and governments to develop and customize to its needs; that knowledge is a communal property and free and open to everyone.

This is the 7th edition of the conference. As we always try to bring new year we have been proud to have a variety in our sessions

* broad range of technical topics
* over 90 hours of sessions
* over 70 diverse speakers
* more than 20 exhibitors
* exclusive city tour
* hackerspace parties
* diverse and inclusive environment

#### This year theme is: Internet Freedom FTW
For years, netizens have praised the collaborative tools empowered from the internet and the decentralized character of the network of networks. At the same time, hacktivists and whistle-blowers have warned us about the raising interest in controlling, filtering and censoring the internet as we know it.

Unfortunately, our biggest fears are becoming a reality. We read more and more reports about net neutrality being lost, massive surveillance operations being conducted, domain names being blocked, news outlets being censored and governments are fighting tools like encryption. A disturbing phenomena happening in Albania, the Balkans and also worldwide. The World Wide Web, an amazing tool used to share knowledge, information and one of the fastest communication tools is now being used against us and we need to act!

It has to start somewhere;
It has to start sometime;
What better place than OSCAL in Tirana?
What better time than 19-20 May 2020?
OSCAL 2020: presentations, workshops, community meetups and info booths gathered for #InternetFreedom

Participation and attendance is totally free, though the organizers gratefully accept donations andsponsorship.
Further details and calls for participation will be announced in the coming weeks.

Contact information:

* email: oscal@openlabs.cc
* twitter: https://twitter.com/OSCALconf

OSCAL is organized by Open Labs Albania, a non governmental, not for profit organization, dedicated to promote openness, freedom, transparency and decentralization by amplifying its voice as a community altogether.
4 changes: 2 additions & 2 deletions _sass/partials/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,6 @@ $long-cubic-transition: all .5s cubic-bezier(0.175, 0.885, 0.320, 1.275);
// Path
$image-dir: "../img";
$sprites-dir: $image-dir + "/sprites";
$logos-sprite: $sprites-dir + "/logos.svg";
$logos-sprite: $sprites-dir + "/logos1.svg";

@import "modules/all";
@import "modules/all";
Loading

0 comments on commit 12ef87a

Please sign in to comment.