Skip to content

Commit

Permalink
Site updated at 2014-11-09 21:08:19 UTC
Browse files Browse the repository at this point in the history
  • Loading branch information
jskonst committed Nov 9, 2014
1 parent f5857be commit b47c196
Show file tree
Hide file tree
Showing 7 changed files with 87 additions and 62 deletions.
12 changes: 6 additions & 6 deletions atom.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">

<title><![CDATA[My Octopress Blog]]></title>
<link href="http://yoursite.com/atom.xml" rel="self"/>
<link href="http://yoursite.com/"/>
<updated>2014-11-09T20:59:41+03:00</updated>
<id>http://yoursite.com/</id>
<title><![CDATA[Факультет органической химии и технологии]]></title>
<link href="http://isuct.github.io/atom.xml" rel="self"/>
<link href="http://isuct.github.io/"/>
<updated>2014-11-10T00:08:13+03:00</updated>
<id>http://isuct.github.io/</id>
<author>
<name><![CDATA[Your Name]]></name>
<name><![CDATA[ИГХТУ]]></name>

</author>
<generator uri="http://octopress.org/">Octopress</generator>
Expand Down
63 changes: 37 additions & 26 deletions blog/archives/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<html class="no-js" lang="en">
<head>
<meta charset="utf-8">
<title>Blog Archive - My Octopress Blog</title>
<meta name="author" content="Your Name">
<title>Blog Archive - Факультет органической химии и технологии</title>
<meta name="author" content="ИГХТУ">



Expand All @@ -14,15 +14,15 @@
<meta name="viewport" content="width=device-width, initial-scale=1">


<link rel="canonical" href="http://yoursite.com/blog/archives">
<link rel="canonical" href="http://isuct.github.io/blog/archives">
<link href="/favicon.png" type="image/png" rel="icon">
<link href="/atom.xml" rel="alternate" title="My Octopress Blog" type="application/atom+xml">
<link href="" rel="alternate" title="Факультет органической химии и технологии" type="application/atom+xml">

<!-- http://opengraphprotocol.org/ -->
<meta name="twitter:card" content="summary_large_image">
<meta property="og:type" content="website">
<meta property="og:url" content="http://yoursite.com/blog/archives">
<meta property="og:title" content="Blog Archive - My Octopress Blog">
<meta property="og:url" content="http://isuct.github.io/blog/archives">
<meta property="og:title" content="Blog Archive - Факультет органической химии и технологии">


<script src="/javascripts/libs/jquery/jquery-2.0.3.min.js"></script>
Expand All @@ -42,6 +42,21 @@
<a href="#content" class="sr-only sr-only-focusable">Skip to main content</a>
<div id="wrap">
<header role="banner">
<hgroup>
<div class="container">
<div class="row-fluid">
<div class="span1" style = "display:inline-table;vertical-align:middle;text-align:center">
<img src="/images/logo.jpg" width="70" height="70"/>
</div>
<div class="span10" style = "display:inline-table;vertical-align:middle">
<h4 style="color:#01662e">ФАКУЛЬТЕТ ОРГАНИЧЕСКОЙ ХИМИИ И ТЕХНОЛОГИИ </h4>
<h5>ИВАНОВСКИЙ ГОСУДАРСТВЕННЫЙ ХИМИКО-ТЕХНОЛОГИЧЕСКИЙ УНИВЕРСИТЕТ </h5>
</div>
</div>
</div>
</hgroup>


<nav class="navbar navbar-default" role="navigation">
<div class="container">
<div class="navbar-header">
Expand All @@ -50,35 +65,29 @@
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="/">My Octopress Blog</a>
<a class="navbar-brand" href="/"></a>
</div>

<div class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<li >
<a rel="index" href="/">Blog</a>
<a rel="index" href="/">Главная</a>
</li>
<li >
<a href="/blog/archives">О факультете</a>
</li>
<li >
<a href="/blog/archives">Поступающим</a>
</li>
<li class="active">
<a href="/blog/archives">Archives</a>
<li >
<a href="/blog/archives">Студентам</a>
</li>
</ul>
<ul class="nav navbar-nav navbar-right">
<li>
<a class="subscribe-rss" href="/atom.xml" title="subscribe via RSS">
<span class="visible-xs">RSS</span>
<img class="hidden-xs" src="/images/rss.png" alt="RSS">
</a>
</li>


</ul>

<form class="search navbar-form navbar-right" action="https://www.google.com/search" method="GET">
<input type="hidden" name="q" value="site:yoursite.com">
<div class="form-group">
<input class="form-control" type="text" name="q" placeholder="Search">
</div>
</form>

</div>
</div>
</nav>
Expand All @@ -103,9 +112,9 @@ <h1 class="entry-title">

<div class="entry-content">
<div id="blog-archives" itemscope itemtype="http://schema.org/Blog">
<meta itemprop="name" content="My Octopress Blog" />
<meta itemprop="name" content="Факультет органической химии и технологии" />

<meta itemprop="url" content="http://yoursite.com" />
<meta itemprop="url" content="http://isuct.github.io" />

</div>

Expand Down Expand Up @@ -143,11 +152,13 @@ <h3 class="panel-title">Recent Posts</h3>
</div>
<footer role="contentinfo"><div class="container">
<p class="text-muted credits">
Copyright &copy; 2014 - Your Name<br>
Copyright &copy; 2014 - ИГХТУ<br>
<!--
<small>
<span class="credit">Powered by <a href="http://octopress.org">Octopress</a></span>,
<span class="credit">customized with <a href="https://github.com/kAworu/octostrap3">octostrap3</a></span>.
</small>
&#8211;>
</p>

</div>
Expand Down
Binary file modified favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/logo.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
64 changes: 39 additions & 25 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<html class="no-js" lang="en">
<head>
<meta charset="utf-8">
<title>My Octopress Blog</title>
<meta name="author" content="Your Name">
<title>Факультет органической химии и технологии</title>
<meta name="author" content="ИГХТУ">



Expand All @@ -14,15 +14,15 @@
<meta name="viewport" content="width=device-width, initial-scale=1">


<link rel="canonical" href="http://yoursite.com">
<link rel="canonical" href="http://isuct.github.io">
<link href="/favicon.png" type="image/png" rel="icon">
<link href="/atom.xml" rel="alternate" title="My Octopress Blog" type="application/atom+xml">
<link href="" rel="alternate" title="Факультет органической химии и технологии" type="application/atom+xml">

<!-- http://opengraphprotocol.org/ -->
<meta name="twitter:card" content="summary_large_image">
<meta property="og:type" content="website">
<meta property="og:url" content="http://yoursite.com">
<meta property="og:title" content="My Octopress Blog">
<meta property="og:url" content="http://isuct.github.io">
<meta property="og:title" content="Факультет органической химии и технологии">


<script src="/javascripts/libs/jquery/jquery-2.0.3.min.js"></script>
Expand All @@ -42,6 +42,21 @@
<a href="#content" class="sr-only sr-only-focusable">Skip to main content</a>
<div id="wrap">
<header role="banner">
<hgroup>
<div class="container">
<div class="row-fluid">
<div class="span1" style = "display:inline-table;vertical-align:middle;text-align:center">
<img src="/images/logo.jpg" width="70" height="70"/>
</div>
<div class="span10" style = "display:inline-table;vertical-align:middle">
<h4 style="color:#01662e">ФАКУЛЬТЕТ ОРГАНИЧЕСКОЙ ХИМИИ И ТЕХНОЛОГИИ </h4>
<h5>ИВАНОВСКИЙ ГОСУДАРСТВЕННЫЙ ХИМИКО-ТЕХНОЛОГИЧЕСКИЙ УНИВЕРСИТЕТ </h5>
</div>
</div>
</div>
</hgroup>


<nav class="navbar navbar-default" role="navigation">
<div class="container">
<div class="navbar-header">
Expand All @@ -50,35 +65,29 @@
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="/">My Octopress Blog</a>
<a class="navbar-brand" href="/"></a>
</div>

<div class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<li class="active">
<a rel="index" href="/">Blog</a>
<a rel="index" href="/">Главная</a>
</li>
<li >
<a href="/blog/archives">О факультете</a>
</li>
<li >
<a href="/blog/archives">Поступающим</a>
</li>
<li >
<a href="/blog/archives">Archives</a>
<a href="/blog/archives">Студентам</a>
</li>
</ul>
<ul class="nav navbar-nav navbar-right">
<li>
<a class="subscribe-rss" href="/atom.xml" title="subscribe via RSS">
<span class="visible-xs">RSS</span>
<img class="hidden-xs" src="/images/rss.png" alt="RSS">
</a>
</li>


</ul>

<form class="search navbar-form navbar-right" action="https://www.google.com/search" method="GET">
<input type="hidden" name="q" value="site:yoursite.com">
<div class="form-group">
<input class="form-control" type="text" name="q" placeholder="Search">
</div>
</form>

</div>
</div>
</nav>
Expand All @@ -90,13 +99,14 @@
<div class="row">
<div class="page-content col-md-9">
<div class="blog-index" itemscope itemtype="http://schema.org/Blog">
<meta itemprop="name" content="My Octopress Blog" />
<meta itemprop="name" content="Факультет органической химии и технологии" />

<meta itemprop="url" content="http://yoursite.com" />
<meta itemprop="url" content="http://isuct.github.io" />


</div>

<!--
<ul class="pager">

<li class="previous disabled"><a href="#">&larr;&nbsp;Older</a></li>
Expand All @@ -106,6 +116,8 @@
<li class="next disabled"><a href="#">Newer&nbsp;&rarr;</a></li>

</ul>
&#8211;>

</div>


Expand Down Expand Up @@ -136,11 +148,13 @@ <h3 class="panel-title">Recent Posts</h3>
</div>
<footer role="contentinfo"><div class="container">
<p class="text-muted credits">
Copyright &copy; 2014 - Your Name<br>
Copyright &copy; 2014 - ИГХТУ<br>
<!--
<small>
<span class="credit">Powered by <a href="http://octopress.org">Octopress</a></span>,
<span class="credit">customized with <a href="https://github.com/kAworu/octostrap3">octostrap3</a></span>.
</small>
&#8211;>
</p>

</div>
Expand Down
2 changes: 1 addition & 1 deletion robots.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
User-agent: *
Disallow:

Sitemap: http://yoursite.com/sitemap.xml
Sitemap: http://isuct.github.io/sitemap.xml
8 changes: 4 additions & 4 deletions sitemap.xml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd" xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>http://yoursite.com/blog/archives/</loc>
<lastmod>2014-11-09T20:59:41+03:00</lastmod>
<loc>http://isuct.github.io/blog/archives/</loc>
<lastmod>2014-11-10T00:08:13+03:00</lastmod>
<changefreq>weekly</changefreq>
<priority>0.7</priority>
</url>
<url>
<loc>http://yoursite.com/</loc>
<lastmod>2014-11-09T20:59:41+03:00</lastmod>
<loc>http://isuct.github.io/</loc>
<lastmod>2014-11-10T00:08:13+03:00</lastmod>
<changefreq>weekly</changefreq>
<priority>1.0</priority>
</url>
Expand Down

0 comments on commit b47c196

Please sign in to comment.