Big changes f.e. changeing theme

This commit is contained in:
2015-04-17 13:44:04 +03:00
parent d09f65cece
commit 7f2f7fe494
51 changed files with 3404 additions and 2137 deletions

View File

@@ -1,111 +1,44 @@
<!DOCTYPE html>
<head>
<meta charset="utf-8" />
<!-- Set the viewport width to device width for mobile -->
<meta name="viewport" content="width=device-width" />
<!--[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">
<title>Ещё один матблог</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width">
<link rel="stylesheet" href="./theme/css/normalize.css">
<link href='http://fonts.googleapis.com/css?family=Philosopher&subset=latin,cyrillic' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Forum&subset=cyrillic' rel='stylesheet' type='text/css'>
<link href='//fonts.googleapis.com/css?family=Oswald' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Ubuntu+Mono' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=PT+Sans' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="./theme/css/font-awesome.min.css">
<link rel="stylesheet" href="./theme/css/main.css">
<link href="http://likemath.ru/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="Ещё один матблог Atom Feed" />
<link href="http://likemath.ru/feeds/all.rss.xml" type="application/rss+xml" rel="alternate" title="Ещё один матблог RSS Feed" />
<script src="./theme/js/vendor/modernizr-2.6.2.min.js"></script>
</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]-->
<title>Ещё один матблог</title>
<div id="wrapper">
<h1>Archives for Ещё один матблог</h1>
<link rel="stylesheet" href="./theme/css/normalize.css" />
<link rel="stylesheet" href="./theme/css/foundation.min.css" />
<link rel="stylesheet" href="./theme/css/style.css" />
<link rel="stylesheet" href="./theme/css/pygments.css" />
<script src="./theme/js/modernizr.js"></script>
</head>
<dl>
<dt>Пт. 17 Апрель 2015</dt>
<dd><a href="./posts/moi-pervyi-post/">Мой первый&nbsp;пост</a></dd>
<dt>Вт. 03 Май 2011</dt>
<dd><a href="./posts/prosto-post-o-shakhmatakh/">Просто пост о&nbsp;шахматах</a></dd>
<dt>Пт. 03 Декабрь 2010</dt>
<dd><a href="./posts/my-super-title/">My super&nbsp;title</a></dd>
</dl>
</div>
<body>
<!-- Nav Bar -->
<nav>
<div class="top-bar">
<div class="row">
<div class="large-9 large-centered columns">
<h1><a href=".">Ещё один матблог</a></h1>
</div>
</div>
</div>
<!-- Show menu items and pages -->
<div class="row">
<div class="large-9 columns">
<ul class="button-group navigation">
</ul>
</div>
</div>
</nav>
<!-- End Nav -->
<!-- Main Page Content and Sidebar -->
<div class="row">
<!-- Main Blog Content -->
<div class="large-9 columns">
<h3>Archives</h3>
<table class="table-archive">
<tbody>
<tr>
<td>Пт. 03 Декабрь 2010</td>
<td><a href='posts/2010/12/my-pervyi-review/'>My Первый Review</a></td>
</tr>
<tr>
<td>Пт. 03 Декабрь 2010</td>
<td><a href='posts/2010/12/my-super-post/'>My super title</a></td>
</tr>
</tbody>
</table>
</div>
<!-- End Main Content -->
<!-- Sidebar -->
<aside class="large-3 columns">
<h5 class="sidebar-title">Site</h5>
<ul class="side-nav">
<li><a href="./archives.html">Archives</a>
<li><a href="./tags.html">Tags</a>
<li><a href="http://likemath.ru/feeds/feed.atom.xml" rel="alternate">Atom feed</a></li>
<li><a href="http://likemath.ru/feeds/feed.rss.xml" rel="alternate">RSS feed</a></li>
</ul>
<h5 class="sidebar-title">Categories</h5>
<ul class="side-nav">
<li><a href="./category/obzor.html">Обзор</a></li>
<li><a href="./category/python.html">Python</a></li>
</ul>
<h5 class="sidebar-title">Links</h5>
<ul class="side-nav">
<li><a href="http://getpelican.com/">Pelican</a></li>
<li><a href="#">You can modify those links in your config file</a></li>
</ul>
<h5 class="sidebar-title">Social</h5>
<ul class="side-nav">
<li><a href="#">You can add links in your config file</a></li>
<li><a href="https://www.odesk.com/users/~0135655bbaa34bf5a8">oDesk</a></li>
</ul>
</aside> <!-- End Sidebar -->
</div> <!-- End Main Content and Sidebar -->
<!-- Footer -->
<footer class="row">
<div class="large-12 columns">
<hr />
<div class="row">
<div class="large-6 columns">
<!-- <p>Ещё один матблог by Алексей Лобанов</p> -->
</div>
</div>
</div>
</footer>
</body>
<script src="./theme/js/main.js"></script>
</body>
</html>