Added Projects page, CrossGen v1.0 post, changes About page

This commit is contained in:
2015-08-04 22:23:49 +03:00
parent 079c53cc2a
commit 6802bd4d05
36 changed files with 507 additions and 85 deletions

View File

@@ -6,7 +6,7 @@
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Ещё один матблог - Project Euler</title>
<title>Блог 529 - Project Euler</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width">
<link rel="stylesheet" href="../theme/css/normalize.css">
@@ -20,8 +20,8 @@
<link rel="stylesheet" href="../theme/css/blog.css">
<link rel="stylesheet" href="../theme/css/github.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" />
<link href="http://likemath.ru/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="Блог 529 Atom Feed" />
<link href="http://likemath.ru/feeds/all.rss.xml" type="application/rss+xml" rel="alternate" title="Блог 529 RSS Feed" />
<script src="../theme/js/vendor/modernizr-2.6.2.min.js"></script>
</head>
<body>
@@ -32,13 +32,14 @@
<div id="wrapper">
<header id="sidebar" class="side-shadow">
<hgroup id="site-header">
<a id="site-title" href=".."><h2><i class="icon-coffee"></i> Ещё один матблог</h2></a>
<a id="site-title" href=".."><h2><i class="icon-coffee"></i> Блог 529</h2></a>
<p id="site-desc"> Project Euler и остальное </p>
</hgroup>
<nav>
<ul id="nav-links">
<li><a href="..//">Главная</a></li>
<li><a href="../pages/about.html">Об авторе</a></li>
<li><a href="../pages/projects.html">Мои проекты</a></li>
<li><a href="../feeds/feed.atom.xml">Atom feed</a></li>
</ul>
</nav>