Add PSKOV sample: 03.Blog
This commit is contained in:
123
pskov/sample/03.Blog/en/blog/index2.html
Normal file
123
pskov/sample/03.Blog/en/blog/index2.html
Normal file
@@ -0,0 +1,123 @@
|
||||
<!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/index2.html">EN</a>
|
||||
<a href="../../ru/blog/index2.html">RU</a>
|
||||
</div>
|
||||
</div>
|
||||
<center>
|
||||
<h1>Blog</h1>
|
||||
<div class="contents">
|
||||
<h2 class="itemTitle">
|
||||
<a href="1887.02.girl-with-peaches.html">Girl with peaches</a>
|
||||
</h2>
|
||||
<p class="itemDate">1887-02</p>
|
||||
<p><img src="https://upload.wikimedia.org/wikipedia/commons/a/a6/Valentin_Serov_-_%D0%94%D0%B5%D0%B2%D0%BE%D1%87%D0%BA%D0%B0_%D1%81_%D0%BF%D0%B5%D1%80%D1%81%D0%B8%D0%BA%D0%B0%D0%BC%D0%B8._%D0%9F%D0%BE%D1%80%D1%82%D1%80%D0%B5%D1%82_%D0%92.%D0%A1.%D0%9C%D0%B0%D0%BC%D0%BE%D0%BD%D1%82%D0%BE%D0%B2%D0%BE%D0%B9_-_Google_Art_Project.jpg" alt="Girl with peaches" /></p>
|
||||
<p>Here's my famous "Girl with peaches", this is a portrait of Mamontova.</p>
|
||||
<p>. . .</p>
|
||||
<div class="itemMore">
|
||||
<a href="1887.02.girl-with-peaches.html">Continue reading</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="contents">
|
||||
<h2 class="itemTitle">
|
||||
<a href="1887.01.venice.html">St. Mark plaza in Venice</a>
|
||||
</h2>
|
||||
<p class="itemDate">1887-01</p>
|
||||
<p><img src="https://upload.wikimedia.org/wikipedia/commons/d/d2/St._Mark_Plaza_in_Venice.jpg" alt="St. Mark plaza in Venice" /></p>
|
||||
<p>I've been to Venice, so I couldn't resist painting its St. Mark plaza.</p>
|
||||
<p>. . .</p>
|
||||
<div class="itemMore">
|
||||
<a href="1887.01.venice.html">Continue reading</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="contents">
|
||||
<h2 class="itemTitle">
|
||||
<a href="1886.02.by-the-window.html">By the window</a>
|
||||
</h2>
|
||||
<p class="itemDate">1886-02</p>
|
||||
<p><img src="https://upload.wikimedia.org/wikipedia/commons/7/72/Walentin_Aleksandrovich_Serov_By_the_Window.jpg" alt="By the window" /></p>
|
||||
<p>Here's "By the window" portrait of my then-girlfriend Olga Trubnikova. Just look at her!</p>
|
||||
<p>. . .</p>
|
||||
<div class="itemMore">
|
||||
<a href="1886.02.by-the-window.html">Continue reading</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<p>Page 2 of 3</p>
|
||||
<p>
|
||||
<a href="index.html">« Newer</a>
|
||||
<a href="index3.html">Older »</a>
|
||||
</p>
|
||||
|
||||
</center>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user