bmstu-mt-wp/ru.htm

201 lines
6.6 KiB
HTML
Raw Normal View History

2010-10-30 04:16:19 +04:00
<!DOCTYPE HTML>
<html lang="ru-RU">
2010-10-30 04:16:19 +04:00
<head>
<title>Shower</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=1234, user-scalable=no">
2011-07-12 15:08:29 +04:00
<link rel="stylesheet" href="themes/ribbon/styles/style.css">
<style>
2011-07-12 15:08:29 +04:00
#Cover H2 {
2010-11-14 11:09:17 +03:00
color:#FFF;
2011-07-16 19:10:12 +04:00
text-align:center;
2011-07-12 15:08:29 +04:00
font-size:70px;
2010-11-14 11:09:17 +03:00
}
</style>
2010-10-30 04:16:19 +04:00
</head>
<body class="list">
<header class="caption">
<h1>Шаблон презентации Shower</h1>
<p>Вадим Макеев, Opera Software</p>
2011-07-12 15:08:29 +04:00
</header>
<div class="slide bg" id="Cover"><div>
<section>
2011-07-12 15:08:29 +04:00
<header>
<h2>Шаблон презентации Shower</h2>
2011-07-12 15:08:29 +04:00
</header>
<img src="pictures/cover.jpg" alt="">
2010-10-30 04:16:19 +04:00
</section>
</div></div>
<div class="slide" id="Header"><div>
<section>
2011-07-12 15:08:29 +04:00
<header>
<h2>Заголовок</h2>
2011-07-12 15:08:29 +04:00
</header>
<p>This <code>&lt;tool&gt;</code> is provided <strong>without</strong> warranty, guarantee, or much in the way of explanation. Note that use of this tool may or may not crash <em>your</em> browser…</p>
2011-07-12 15:08:29 +04:00
<p><a href="examples/index.htm" target="_blank">This link will be opened in the new tab</a></p>
2010-10-30 04:16:19 +04:00
</section>
</div></div>
<div class="slide" id="TwoLinesHeader"><div>
<section>
2011-07-12 15:08:29 +04:00
<header>
<h2>Две строки.<br>Мощный заголовок</h2>
2011-07-12 15:08:29 +04:00
</header>
<p>This <code>&lt;tool&gt;</code> is provided <strong>without</strong> warranty, guarantee, or much in the way of explanation. Note that use of this tool may or may not crash <em>your</em> browser…</p>
2010-10-30 04:16:19 +04:00
</section>
</div></div>
<div class="slide" id="UnorderedList"><div>
<section>
2011-07-12 15:08:29 +04:00
<header>
<h2>Неупорядоченный список</h2>
2011-07-12 15:08:29 +04:00
</header>
<ul>
<li>This tool is provided</li>
<li>Without warranty, guarantee</li>
<li>Or much in the way of explanation
<ul>
<li>Note that use of this tool</li>
<li>May or may not crash your browser</li>
<li>Lock up your machine</li>
</ul>
</li>
<li>Erase your hard drive…</li>
</ul>
2010-10-30 04:16:19 +04:00
</section>
</div></div>
<div class="slide" id="OrderedList"><div>
<section>
2011-07-12 15:08:29 +04:00
<header>
<h2>Упорядоченный список</h2>
2011-07-12 15:08:29 +04:00
</header>
<ol>
<li>This tool is provided</li>
<li>Without warranty, guarantee</li>
<li>Or much in the way of explanation
<ol>
<li>Note that use of this tool</li>
<li>May or may not crash your browser</li>
<li>Lock up your machine</li>
</ol>
</li>
<li>Erase your hard drive…</li>
</ol>
2010-10-30 04:16:19 +04:00
</section>
</div></div>
<div class="slide bg" id="Picture"><div>
<section>
2011-07-12 15:08:29 +04:00
<header>
<h2>Картинка</h2>
2011-07-12 15:08:29 +04:00
</header>
<img src="pictures/picture.jpg" alt="">
2010-10-30 04:16:19 +04:00
</section>
</div></div>
<div class="slide" id="CodeSample"><div>
<section>
2011-07-12 15:08:29 +04:00
<header>
<h2>Пример кода</h2>
2011-07-12 15:08:29 +04:00
</header>
<pre>
<code>&lt;html lang="en-US"&gt;</code>
<code><mark>&lt;head&gt;</mark></code>
2011-07-12 15:08:29 +04:00
<code> &lt;title&gt;Shower&lt;/title&gt;</code>
<code> &lt;meta charset="<mark class="important">UTF-8</mark>"&gt;</code>
2011-07-12 15:18:02 +04:00
<code> &lt;link rel="stylesheet" href="s/screen.css"&gt;</code>
<code> &lt;script src="j/jquery.js"&gt;&lt;/script&gt;</code>
<code><mark>&lt;/head&gt;</mark></code>
2011-07-12 15:08:29 +04:00
</pre>
2010-10-30 04:16:19 +04:00
</section>
</div></div>
<div class="slide" id="CodeNotes"><div>
<section>
2011-07-12 15:08:29 +04:00
<header>
<h2>Заметки к коду</h2>
2011-07-12 15:08:29 +04:00
</header>
<pre>
<code><mark>&lt;html</mark> lang="en-US"&gt;</code>
2011-07-12 15:08:29 +04:00
</pre>
<p class="note">May or may not crash your browser</p>
<pre>
<code><mark>&lt;meta</mark> charset="<mark>UTF-8</mark>"&gt;</code>
2011-07-12 15:08:29 +04:00
</pre>
<p class="note">Lock up your machine</p>
2010-10-30 04:16:19 +04:00
</section>
</div></div>
<div class="slide shout" id="Shout"><div>
<section>
2011-07-12 15:08:29 +04:00
<header>
<h2>Крик!</h2>
2011-07-12 15:08:29 +04:00
</header>
2010-10-30 04:16:19 +04:00
</section>
</div></div>
<div class="slide shout" id="Demo"><div>
<section>
2011-07-12 15:08:29 +04:00
<header>
<h2><a href="examples/index.htm" target="_blank">Демо</a></h2>
2011-07-12 15:08:29 +04:00
</header>
2010-10-30 04:16:19 +04:00
</section>
</div></div>
<div class="slide" id="BlockQuote"><div>
<section>
2011-07-12 15:08:29 +04:00
<header>
<h2>Цитата</h2>
2011-07-12 15:08:29 +04:00
</header>
<blockquote cite="Anonymous">
<p>This tool is provided without warranty, guarantee, or much in the way of explanation. Note that use of this tool may or may not crash your browser, lock up your machine, erase your hard drive…</p>
</blockquote>
</section>
</div></div>
<div class="slide" id="InnerNavigation"><div>
<section>
<header>
<h2>Внутренняя навигация</h2>
</header>
<!--
Добавьте класс «inner» к любому родительскому
элементу для того, чтобы обозначить блок
внутренней навигации. Нажатие кнопки «следующий»
добавит класс «active» каждому последующему
ребёнку, начиная с первого.
Конкретное поведение зависит от стилей
текущей темы: элемент в активном состоянии
может быть показан, будучи предварительно спрятан,
либо вы можете выделить его, к примеру, цветом
или полужирным начертанием.
Для того, чтобы начать слайд с первого активного
элемента, добавьте класс «active» вручную.
После активации последнего элемента, нажатие
кнопки «следующий» переключит следующий слайд.
-->
<ol class="inner">
<li class="active">This tool is provided</li>
<li>Without warranty, guarantee</li>
<li>Or much in the way of explanation
<li>Erase your hard drive…</li>
</ol>
</section>
</div></div>
<div class="slide" id="ThankYou"><div>
<section>
2011-07-12 15:08:29 +04:00
<header>
<h2>Шаблон презентации Shower</h2>
2011-07-12 15:08:29 +04:00
</header>
<p>Вадим Макеев, Opera Software</p>
2011-07-12 15:08:29 +04:00
<ul>
<li><a href="http://pepelsbey.net">pepelsbey.net</a></li>
<li><a href="http://twitter.com/pepelsbey">twitter.com/pepelsbey</a></li>
<li><a href="mailto:pepelsbey@gmail.com">pepelsbey@gmail.com</a></li>
</ul>
<p>Shower: <a href="http://github.com/pepelsbey/shower">github.com/pepelsbey/shower</a></p>
2010-10-30 04:16:19 +04:00
</section>
</div></div>
<!--
Для того, чтобы убрать индикатор прогресса
из презентации, просто удалите элемент «progress».
-->
2011-07-12 15:08:29 +04:00
<div class="progress"><div></div></div>
2010-11-01 15:42:41 +03:00
<script src="scripts/script.js"></script>
<!-- Copyright © 20102011 Вадим Макеев, http://pepelsbey.net/ -->
2010-10-30 04:16:19 +04:00
</body>
</html>