-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
127 lines (122 loc) · 6.77 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
---
published: true
---
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="description" content="4Primes"/>
<title>4Primes Blog</title>
<meta name="description" content="" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="shortcut icon" href="/assets/ico/favicon.ico" />
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="/assets/ico/apple-touch-icon-144-precomposed.png" />
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="/assets/ico/apple-touch-icon-114-precomposed.png" />
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="/assets/ico/apple-touch-icon-72-precomposed.png" />
<link rel="apple-touch-icon-precomposed" href="/assets/ico/apple-touch-icon-57-precomposed.png" />
<link rel="stylesheet" href="/assets/s/fonts.css" />
<link rel="stylesheet" href="/assets/s/normalize.css" />
<link rel="stylesheet" href="/assets/s/bootsrap.layout.min.css" />
<link rel="stylesheet" href="/assets/s/main.css" />
</head>
<body>
<!--[if lt IE 7]>
<p class="chromeframe">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> or <a href="http://www.google.com/chromeframe/?redirect=true">activate Google Chrome Frame</a> to improve your experience.</p>
<![endif]-->
<header>
<div class="bar"></div>
<div class="container">
<div class="row-fluid">
<div class="span9 relative">
<h1 id="logo"><a href="http://www.4primes.com" target="_blank">4Primes Blog</a></h1>
<nav>
<a href="/index.html">Ana Sayfa</a>
<a href="/about.html">Hakkımızda</a>
</nav>
</div>
</div>
</div>
</header>
<section class="container">
<div class="row-fluid">
<div class="span9">
<ul class="posts">
{% for post in paginator.posts %}
<li>
<div class="row-fluid">
<div class="span2"><div class="cirDate">{{ post.date | date: "%d" }}<span>{{ post.date | date: "%b" }} '{{ post.date | date: "%y" }}</span></div></div>
<div class="span10">
<h2><a href="{{ post.url }}">{{ post.title | escape }}</a></h2>
<p class="author"><span>Posted by</span> {{ post.author }} <span>|</span> <a href="{{ post.url }}#disqus_thread"></a></p>
<div class="section">
{{ post.content | strip_html | truncatewords: 53 }}
</div>
<a class="more" href="{{ post.url }}">Tamamını oku</a>
</div>
</div>
</li>
{% endfor %}
</ul>
<ul class="pager">
{% if paginator.previous_page %}
<li class="previous">
{% if paginator.previous_page == 1 %}
<a href="/">← Yeni yazılar</a>
{% else %}
<a href="/page{{paginator.previous_page}}">← Yeni yazılar</a>
{% endif %}
</li>
{% endif %}
{% if paginator.next_page %}
<li class="next">
<a href="/page{{paginator.next_page}}">Eski yazılar →</a>
</li>
{% endif %}
</ul>
</div>
<div class="span3">
<div class="rightWidgets">
<h4>Son yazılar</h4>
<ul class="populerPosts">
{% for post in site.posts limit:2 %}
<li>
<div class="date">{{ post.date | date: "%d" }} <span>{{ post.date | date: "%b" }} '{{ post.date | date: "%y" }}</span></div>
<a href="{{ post.url }}">{{ post.title | escape }}</a>
</li>
{% endfor %}
</ul>
<div class="clear"><!--ie--></div>
<ul class="social">
<li><a href="http://facebook.com/4primes" class="facebook">Facebook</a></li>
<li><a href="http://twitter.com/4primes" class="twitter">Twitter</a></li>
</ul>
<div class="clear"><!--ie--></div>
</div>
</div>
</div>
<a id="scrollUp" href="#">Scroll Top</a>
</section>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="/assets/js/jquery-1.9.1.min.js"><\/script>')</script>
<script src="/assets/js/modernizr-2.6.2.min.js"></script>
<script src="/assets/js/jquery.scrollUp.min.js"></script>
<script src="/assets/js/main.js"></script>
<!-- Google Analytics -->
<script>var _gaq=[['_setAccount','UA-24763771-1'],['_trackPageview']];(function(d,t){var g=d.createElement(t),s=d.getElementsByTagName(t)[0];g.async=g.src='//www.google-analytics.com/ga.js';s.parentNode.insertBefore(g,s)}(document,'script'))</script>
<!-- Google Analytics son -->
<script type="text/javascript">
var disqus_shortname = '4primesblog';
(function () {
var s = document.createElement('script'); s.async = true;
s.type = 'text/javascript';
s.src = 'http://' + disqus_shortname + '.disqus.com/count.js';
(document.getElementsByTagName('HEAD')[0] || document.getElementsByTagName('BODY')[0]).appendChild(s);
}());
</script>
</body>
</html>