mirror of
https://github.com/AlekseyLobanov/AlekseyLobanov.github.io.git
synced 2026-01-11 20:52:01 +03:00
99 lines
2.8 KiB
HTML
99 lines
2.8 KiB
HTML
<!DOCTYPE html>
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<!-- Set the viewport width to device width for mobile -->
|
|
<meta name="viewport" content="width=device-width" />
|
|
|
|
<title>Ещё один матблог</title>
|
|
|
|
<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>
|
|
|
|
<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">
|
|
<ul class="circle">
|
|
<li><a href="category/obzor.html">Обзор</a></li>
|
|
<li><a href="category/python.html">Python</a></li>
|
|
</ul>
|
|
</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>
|
|
</html> |