Skip to content

Commit

Permalink
updated layoug
Browse files Browse the repository at this point in the history
  • Loading branch information
qoobaa committed Jan 20, 2014
1 parent 71046e6 commit 0ec3c0f
Show file tree
Hide file tree
Showing 118 changed files with 9,964 additions and 1,309 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
.bundle
_site
_site
7 changes: 7 additions & 0 deletions 404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
layout: default
title: SRUG — Nie odnaleziono strony
---

<h2>Nie odnaleziono strony</h2>
<p>Strona o podanym adresie nie została odnaleziona na serwerze.</p>
49 changes: 30 additions & 19 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,36 +2,47 @@ GEM
remote: https://rubygems.org/
specs:
RedCloth (4.2.9)
classifier (1.3.3)
blankslate (2.1.2.4)
classifier (1.3.4)
fast-stemmer (>= 1.0.0)
colorator (0.1)
commander (4.1.5)
highline (~> 1.6.11)
directory_watcher (1.4.1)
fast-stemmer (1.0.2)
highline (1.6.19)
jekyll (1.1.2)
ffi (1.9.3)
highline (1.6.20)
jekyll (1.4.3)
classifier (~> 1.3)
colorator (~> 0.1)
commander (~> 4.1.3)
directory_watcher (~> 1.4.1)
kramdown (~> 1.0.2)
liquid (~> 2.5.1)
maruku (~> 0.5)
liquid (~> 2.5.5)
listen (~> 1.3)
maruku (~> 0.7.0)
pygments.rb (~> 0.5.0)
redcarpet (~> 2.2.2)
safe_yaml (~> 0.7.0)
kramdown (1.0.2)
liquid (2.5.2)
maruku (0.6.1)
syntax (>= 1.0.0)
posix-spawn (0.3.6)
pygments.rb (0.5.2)
redcarpet (~> 2.3.0)
safe_yaml (~> 0.9.7)
toml (~> 0.1.0)
liquid (2.5.5)
listen (1.3.1)
rb-fsevent (>= 0.9.3)
rb-inotify (>= 0.9)
rb-kqueue (>= 0.2)
maruku (0.7.1)
parslet (1.5.0)
blankslate (~> 2.0)
posix-spawn (0.3.8)
pygments.rb (0.5.4)
posix-spawn (~> 0.3.6)
yajl-ruby (~> 1.1.0)
redcarpet (2.2.2)
safe_yaml (0.7.1)
syntax (1.0.0)
rb-fsevent (0.9.4)
rb-inotify (0.9.3)
ffi (>= 0.5.0)
rb-kqueue (0.2.0)
ffi (>= 0.5.0)
redcarpet (2.3.0)
safe_yaml (0.9.7)
toml (0.1.0)
parslet (~> 1.5.0)
yajl-ruby (1.1.0)

PLATFORMS
Expand Down
11 changes: 11 additions & 0 deletions _includes/google_analytics.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http:https://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-11344234-2");
pageTracker._setDomainName(".srug.pl");
pageTracker._trackPageview();
} catch(err) {}
</script>
22 changes: 0 additions & 22 deletions _includes/links.html

This file was deleted.

14 changes: 0 additions & 14 deletions _includes/poland.html

This file was deleted.

40 changes: 11 additions & 29 deletions _includes/post.html
Original file line number Diff line number Diff line change
@@ -1,29 +1,11 @@
<div class="post">
<div class="post-title">
<h1>
<a href="{{ post.url }}" title="{{ post.title }}">
{{ post.title }}
</a>
</h1>
</div>
<p class="auth">dodał {{ post.author }},
<em>
{{ post.date | date: '%b' }}
<span>
{{ post.date | date: '%d' }}
</span>
</em>
dnia
<span class="typo_date">
{{ post.date | date: '%d/%m/%Y' }}
</span>
</p>
<div class="post-body">
{{ post.content }}
</div>
<p class="meta">
<a href="{{ post.url }}#disqus_thread">View Comments</a>
</p>
</div>
<div class="clear">
</div>
<article class="article">
<h2>
<a href="{{ post.url }}" title="{{ post.title }}">
{{ post.title }}
</a>
</h2>
<em class="text-muted">
opublikował {{ post.author }}, {{ post.date | date: '%d.%m.%Y' }}
</em>
{{ post.content }}
</article>
8 changes: 0 additions & 8 deletions _includes/sidebar_posts.html

This file was deleted.

126 changes: 56 additions & 70 deletions _layouts/default.html
Original file line number Diff line number Diff line change
@@ -1,78 +1,64 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http:https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http:https://www.w3.org/1999/xhtml">
<!DOCTYPE html>
<html lang="en">
<head>
<title>SRUG&mdash;Silesian Ruby Users Group</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link href="/stylesheets/master.css" rel="stylesheet" type="text/css" />
<link href="/stylesheets/color.css" rel="stylesheet" type="text/css" />
<meta charset="utf-8">

<title>{{ page.title }}</title>
{% if page.description %}<meta name="description" content="{{ page.description }}">{% endif %}
<meta name="author" content="{{ site.author.name }}">
<meta name="viewport" content="width=device-width, initial-scale=1.0">

<link href="/css/bootstrap.css" rel="stylesheet">
<link href="/css/font-awesome.css" rel="stylesheet">
<link href="/css/application.css" rel="stylesheet">
<link href="http:https://fonts.googleapis.com/css?family=Ubuntu" rel="stylesheet" type="text/css">

<link href="/atom.xml" rel="alternate" type="application/atom+xml" />
</head>
<body class="c-ms cs0 fixed">
<div id="wrapper">
<div id="w2">
<div class="clearfix" id="w3">
<div class="clearfix" id="header">
<div id="logo">
<h1><a href="/">SRUG</a></h1>
<h2>Silesian Ruby Users Group</h2>
</div>
<div id="search"></div>
</div>
<div id="content">
<div id="maincol">
<div id="mc2">
{% for post in site.categories.article limit:5 %}
<!-- somehow jekyll is not displaying post without this fake comment content -->
{% include post.html %}
{% endfor %}
</div>
</div>
<div id="subcol">
<div class="bt"><div></div></div>
<div id="sc2">
{% include links.html %}
{% include poland.html %}
{% include sidebar_posts.html %}
</div>
</div>
</div>
<div id="subfoot">
<div class="bb">
<div></div>
</div>
</div>
<div id="footer">
<p>
Template by <a href="http:https://www.soniciq.com" title="SonicIQ - Website Development">SonicIQ</a>.
</p>
</div>

<body>
<div class="wrap">
<header class="header clouds">
<div class="cloud x1"></div>
<div class="cloud x2"></div>
<div class="cloud x3"></div>
<div class="cloud x4"></div>
<div class="cloud x5"></div>

<div class="container">
<h1 class="logo pull-left">
<a href="/">
<div class="line">Silesian</div>
<div class="line">Ruby</div>
<div class="line">Users</div>
<div class="line">Group</div>
</a>
</h1>

<nav class="nav text-right">
<ul class="list-inline">
<li><a href="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/SRUG"><i class="fa fa-github"></i></a></li>
<li><a href="https://twitter.com/srugpl"><i class="fa fa-twitter"></i></a></li>
<li><a href="https://vimeo.com/srug"><i class="fa fa-vimeo-square"></i></a></li>
</ul>
</nav>
</div>
</header>

<div class="container">
{{ content }}
</div>

<div class="push"></div>
</div>
<script type="text/javascript">
//<![CDATA[
(function() {
var links = document.getElementsByTagName('a');
var query = '?';
for(var i = 0; i < links.length; i++) {
if(links[i].href.indexOf('#disqus_thread') >= 0) {
query += 'url' + i + '=' + encodeURIComponent(links[i].href) + '&';
}
}
document.write('<script charset="utf-8" type="text/javascript" src="http:https://disqus.com/forums/srug/get_num_replies.js' + query + '"></' + 'script>');
})();
//]]>
</script>
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http:https://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-11344234-2");
pageTracker._setDomainName(".srug.pl");
pageTracker._trackPageview();
} catch(err) {}
</script>

<footer class="footer container">
<img src="/img/bg.png">
<p class="text-center">
&copy; 2014 Śląska Grupa Użytkowników języka Ruby
</p>
</footer>

{% include google_analytics.html %}
</body>
</html>
72 changes: 0 additions & 72 deletions _layouts/other.html

This file was deleted.

Loading

0 comments on commit 0ec3c0f

Please sign in to comment.