Commit 2b58c102 authored by vrnnncl's avatar vrnnncl

qq

parent 6d9d59f6
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html lang="ru">
<head> <head>
<title>Shower Presentation Engine</title> <title>Некоторая презентация</title>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover"> <meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="node_modules/@shower/ribbon/styles/styles.css"> <link rel="stylesheet" href="node_modules/@shower/material/styles/styles.css">
<style> <style>
.shower { .shower {
--slide-ratio: calc(16 / 9); --slide-ratio: calc(16 / 9);
--color-key: rgb(241, 241, 241);
} }
</style> </style>
</head> </head>
<body class="shower list"> <body class="shower list">
<header class="caption"> <header class="caption">
<h1>Shower Presentation Engine</h1> <h1>Мои невероятные навыки и неисчислимые достижения</h1>
<p>Yours Truly, Famous Inc.</p> <p>Лотуга Данила Сергеевич, ИВТ, 2й семестр, группа 2.1</p>
</header> </header>
<section class="slide" id="cover">
<h2>Shower Presentation Engine</h2>
<p>Brought to you by <a href="https://pepelsbey.net">Vadim Makeev</a></p>
<figure>
<img class="cover" src="pictures/cover.jpg" alt="Hands on the orange typewriter in a park">
<figcaption class="copyright right white">
<a href="https://fiftyfootshadows.net">© John Carey</a>
</figcaption>
</figure>
<style>
#cover h2 {
margin: 30px 0 0;
color: white;
text-align: center;
font-size: 70px;
}
#cover p {
margin: 10px 0 0;
text-align: center;
color: white;
font-style: italic;
font-size: 20px;
}
#cover p a {
color: white;
}
</style>
</section>
<section class="slide">
<h2>Shower key features</h2>
<ol>
<li>Built on HTML, CSS and JavaScript</li>
<li>Works in all modern browsers</li>
<li>Themes are separated from engine</li>
<li>Fully keyboard accessible</li>
<li>Printable to PDF</li>
</ol>
<p class="note">Shower ['ʃəuə] noun. A person or thing that shows.</p>
</section>
<section class="slide"> <section class="slide">
<h2>Plain text on your slides</h2> <h2 class="shout">Слайд (первый)</h2>
<p>Lorem ipsum dolor sit amet, consectetur <a href="#4">adipisicing</a> elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, <em>quis nostrud</em> exercitation ullamco laboris <strong>nisi ut aliquip</strong> ex ea commodo consequat. Duis aute irure <i>dolor</i> in reprehenderit in voluptate velit esse cillum <b>dolore</b> eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in <code>&lt;culpa&gt;</code> qui officia deserunt mollit anim id est laborum.</p> <div class="spotlight next" style="
--spotlight-top: 10px;
--spotlight-radius: 50%;
--spotlight-opacity: 0.2;
--spotlight-width: 90px;
--spotlight-height: 90px;
--spotlight-left: 256px;
"></div>
</section> </section>
<section class="slide"> <section class="slide">
<h2>Two columns if you like</h2> <h2>Кто я?</h2>
<div class="columns two"> <p>Зовут меня Данила, учусь в РГПУ.</p>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.</p> <p>Приехал из города Великий Новгород.</p>
<p>Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia.</p> <p> У меня там сестренка. Поручила купить ей кошку. А тут продают таких желтых и противных. Пришлось купить.</p>
</div> <p>Ни о чем не жалею, получаю от жизни только лимоны.</p>
</section> </section>
<section class="slide"> <section class="slide">
<h2>All kind of lists</h2> <h2>Что просиходит</h2>
<ol> <p>Так как данная презентация была сделана с целью демонстрации всех своих навыков и умений, в том числе полученных во время 1 семестра, весь следующий блок будет посвещен ранее упомянутым вещам.</p>
<li>Simple lists are marked with bullets</li> <p>Не судите строго, это мое первое резюме 😳</p>
<li>Ordered lists begin with a number</li>
<li>You can even nest lists one inside another
<ul>
<li>Or mix their types</li>
<li>But do not go too far</li>
<li>Otherwise audience will be bored</li>
</ul>
</li>
<li>Look, seven rows exactly!</li>
</ol>
</section> </section>
<section class="slide"> <section class="slide">
<h2>Serious citations</h2> <h2 class="shout">Навыки и умения</h2>
<figure>
<blockquote>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia.</p>
</blockquote>
<figcaption>Marcus Tullius Cicero</figcaption>
</figure>
</section> </section>
<section class="slide"> <section class="slide clear">
<h2>Code samples</h2>
<pre> <pre>
<code>&lt;!DOCTYPE html&gt;</code> <code>program <span style="color: fuchsia;">AAAAAAAAAAAA</span>;</code>
<code class="mark">&lt;html lang="en"&gt;</code> <code><span style="color: blue;">var</span></code>
<code><mark>&lt;head&gt;</mark> <span class="comment">&lt;!--Comment--&gt;</span></code> <code> first_word: <span style="color: red;">string</span>;</code>
<code> &lt;title&gt;Shower&lt;/title&gt;</code> <code> vtoroye_slovo: <span style="color: red;">string</span>;</code>
<code> &lt;meta charset="<mark class="important">UTF-8</mark>"&gt;</code> <code><span style="color: blueviolet;">begin</span></code>
<code> &lt;link rel="stylesheet" href="screen.css"&gt;</code> <code> first_word := 'Hello';</code>
<code><mark>&lt;/head&gt;</mark></code> <code> vtoroye_slovo := 'world';</code>
<code> write(first_word, ' ', vtoroye_slovo);</code>
<code><span style="color: blueviolet;">end.</span></code>
</pre> </pre>
</section>
</section> </section>
<section class="slide"> <section class="slide">
<h2>Even tables</h2> <h2 class="shout">Навыки и умения
<table> (конец)
<tr> </h2>
<th scope="col">Locavore</th>
<th>Umami</th>
<th>Helvetica</th>
<th>Vegan</th>
</tr>
<tr>
<th scope="row">Fingerstache</th>
<td>Kale</td>
<td>Chips</td>
<td>Keytar</td>
</tr>
<tr>
<th scope="row">Sriracha</th>
<td>Gluten-free</td>
<td>Ennui</td>
<td>Keffiyeh</td>
</tr>
<tr>
<th scope="row">Thundercats</th>
<td>Jean</td>
<td>Shorts</td>
<td>Biodiesel</td>
</tr>
<tr>
<th scope="row">Terry</th>
<td>Richardson</td>
<td>Swag</td>
<td>Blog</td>
</tr>
</table>
<p>It’s good to have information organized.</p>
</section>
<section class="slide" id="picture">
<h2>Pictures</h2>
<figure>
<img class="cover" src="pictures/picture.jpg" alt="Orange typewriter on a wooden table close-up">
<figcaption class="copyright right white">
<a href="https://fiftyfootshadows.net">© John Carey</a>
</figcaption>
</figure>
<style>
#picture h2 {
color: white;
}
</style>
</section> </section>
<section class="slide"> <section class="slide clear">
<h2 class="shout shrink">You can even shout this way</h2> <img class="place" src="images\fucked_danila.png">
<h2 class="place">🤪
<span style="color:red">а</span>
<span style="color:orange">а</span>
<span style="color:yellow">а</span>
<span style="color:green">а</span>
<span style="color:blue">а</span>
<span style="color:violet">а</span>🤪
</h2>
<h1 class="place bottom">Я умею вставлять картинки</h1>
</section> </section>
<section class="slide"> <section class="slide">
<h2>Inner navigation</h2> <h><mark>Мои любимые эмодзи</mark></h>
<ol> <table>
<li>Lets you reveal list items one by one</li> <tbody>
<li class="next">To keep some key points</li> <tr>
<li class="next">In secret from audience</li> <th>"Это слишком для зачёта, пожалейте мою зачетку"</th>
<li class="next">But it will work only once</li> <th>🥺</th>
<li class="next">Nobody wants to see the same joke twice</li> </tr>
</ol> <tr>
<th>"Дедлайн вчера..."</th>
<th>😳</th>
</tr>
<tr>
<th>"Очная физ-ра"</th>
<th>🥵</th>
</tr>
<tr>
<th>"Вот так вот вот так вот"</th>
<th>👈👉👆👇</th>
</tr>
<tr>
<th>"Деэдлайн передвинулся (первая повторная)"</th>
<th>🤯</th>
</tr>
<tr>
<th>"Пасынкую огурцы"</th>
<th>🙇‍♀️</th>
</tr>
</tbody>
</table>
</section> </section>
<section class="slide" id="see-more"> <section class="slide clear">
<h2 class="shout"> <img class="place" style="width: 1080px; height: 1800px;" src="images\281333370.gif">
<img src="pictures/logo.svg" alt="Shower logo">
<a href="https://github.com/shower/shower">See more on GitHub</a>
</h2>
<style>
#see-more h2 {
font-size: 100px
}
#see-more img {
width: 0.72em;
height: 0.72em;
}
</style>
</section> </section>
<footer class="badge"> <footer class="badge">
<a href="https://github.com/shower/shower">Fork me on GitHub</a> <a href="https://sites.google.com/view/danilalotuga/%D0%B3%D0%BB%D0%B0%D0%B2%D0%BD%D0%B0%D1%8F">Мое портфолио</a>
</footer> </footer>
<div class="progress"></div> <div class="progress"></div>
<script src="node_modules/@shower/core/dist/shower.js"></script> <script src="node_modules/@shower/core/dist/shower.js"></script>
<!-- Copyright © 3000 Yours Truly, Famous Inc. --> <!-- Copyright © 2022 Yours Truly, Famous Inc. -->
</body> </body>
</html> </html>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment