Add PSKOV sample: 03.Blog
This commit is contained in:
122
pskov/sample/03.Blog/en/blog/index.html
Normal file
122
pskov/sample/03.Blog/en/blog/index.html
Normal file
@@ -0,0 +1,122 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<meta charset="utf-8">
|
||||
<head>
|
||||
<style>
|
||||
#header
|
||||
{
|
||||
background: grey;
|
||||
padding: 0.7em;
|
||||
text-align: left;
|
||||
}
|
||||
#header a
|
||||
{
|
||||
color: white;
|
||||
text-decoration: none;
|
||||
padding: 0.5em 1em 0.5em 1em;
|
||||
}
|
||||
body
|
||||
{
|
||||
background: #FAFAFA;
|
||||
}
|
||||
.contents
|
||||
{
|
||||
background: #FFFFFF;
|
||||
width: 720px;
|
||||
padding: 1em;
|
||||
margin-top: 2em;
|
||||
margin-bottom: 2em;
|
||||
border: 1px solid #E0E0E0;
|
||||
text-align: left;
|
||||
}
|
||||
table
|
||||
{
|
||||
border-collapse: collapse;
|
||||
}
|
||||
|
||||
table, th, td
|
||||
{
|
||||
border: 1px solid #aaa;
|
||||
padding: 0.5em;
|
||||
margin-top: 0.5em;
|
||||
margin-bottom: 0.5em;
|
||||
}
|
||||
#lang
|
||||
{
|
||||
float: right;
|
||||
}
|
||||
img
|
||||
{
|
||||
width: 100%;
|
||||
}
|
||||
.itemDate
|
||||
{
|
||||
margin-bottom: 2em;
|
||||
color: #aaa;
|
||||
}
|
||||
.itemTitle a
|
||||
{
|
||||
color: #3A91CB;
|
||||
text-decoration: none;
|
||||
}
|
||||
</style>
|
||||
<title>Serov</title>
|
||||
</head>
|
||||
<body>
|
||||
<div id="header">
|
||||
<strong>Serov</strong>
|
||||
<a href="../../en/blog/index.html">Blog</a>
|
||||
<a href="../../en/page/about.html">About me</a>
|
||||
<a href="../../en/page/cv.html">CV</a>
|
||||
<div id="lang">
|
||||
<a href="../../en/blog/index.html">EN</a>
|
||||
<a href="../../ru/blog/index.html">RU</a>
|
||||
</div>
|
||||
</div>
|
||||
<center>
|
||||
<h1>Blog</h1>
|
||||
<div class="contents">
|
||||
<h2 class="itemTitle">
|
||||
<a href="1899.children.html">Children</a>
|
||||
</h2>
|
||||
<p class="itemDate">1899</p>
|
||||
<p><img src="https://upload.wikimedia.org/wikipedia/commons/6/66/Walentin_Alexandrowitsch_Serow_Children.jpg" alt="Children" /></p>
|
||||
<p>Here are my boys, Sasha and Yura.</p>
|
||||
<p>. . .</p>
|
||||
<div class="itemMore">
|
||||
<a href="1899.children.html">Continue reading</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="contents">
|
||||
<h2 class="itemTitle">
|
||||
<a href="1896.coronation.html">Coronation of Nicholas II</a>
|
||||
</h2>
|
||||
<p class="itemDate">1896</p>
|
||||
<p><img src="https://upload.wikimedia.org/wikipedia/commons/3/32/Walentin_Serow_Kroenung_Zar_Nikolai_II_anagoria.jpg" alt="Coronation of Nicholas II" /></p>
|
||||
<p>I was lucky enough to paint Nicholas II during his coronation that happened at <a href="https://en.wikipedia.org/wiki/Dormition_Cathedral,_Moscow">Moscow Dormition Cathedral</a> in 1896.</p>
|
||||
<p>Nicholas II was later <a href="https://en.wikipedia.org/wiki/Execution_of_the_Romanov_family">killed by Bolsheviks in 1918</a>. At least he lived 7 years longer than me.. . .</p>
|
||||
<div class="itemMore">
|
||||
<a href="1896.coronation.html">Continue reading</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="contents">
|
||||
<h2 class="itemTitle">
|
||||
<a href="1888.girl-in-the-sunlight.html">Girl in the sunglight</a>
|
||||
</h2>
|
||||
<p class="itemDate">1888</p>
|
||||
<p><img src="https://upload.wikimedia.org/wikipedia/commons/5/55/Girl_in_the_Sunlight._Portrait_of_Maria_Simonovich._1888._Oil_on_canvas._The_Tretyakov_Gallery%2C_Moscow%2C_Russia..jpg" alt="Girl in the sunlight" /></p>
|
||||
<p>Here's my another quite famous "Girl in the sunlight", portrait of Simonovich, my friend's wife.</p>
|
||||
<p><a href="https://en.wikipedia.org/wiki/Pavel_Tretyakov">Tretyakov</a> bought this picture, so you can see it in <a href="https://en.wikipedia.org/wiki/Tretyakov_Gallery">Tretyakov Gallery</a>.. . .</p>
|
||||
<div class="itemMore">
|
||||
<a href="1888.girl-in-the-sunlight.html">Continue reading</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<p>Page 1 of 3</p>
|
||||
<p>
|
||||
<a href="index2.html">Older »</a>
|
||||
</p>
|
||||
|
||||
</center>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user