-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpaper.html
More file actions
executable file
·339 lines (283 loc) · 13.2 KB
/
paper.html
File metadata and controls
executable file
·339 lines (283 loc) · 13.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
<!DOCTYPE html>
<html lang="ru">
<!--
Author: Usevalad Khatkevich
Website: https://my77thblog.pp.ua/
https://github.com/SEVA77/TemplateOfMyBlog
License: MIT License (see LICENSE)
-->
<head>
<meta charset="UTF-8">
<title>Test site</title>
<!--<link rel="icon" href="/icon.ico">-->
<!--<link rel="apple-touch-icon" href="/apple-touch-icon-180x180.png">-->
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!--Предзагрузка базовых ресурсов-->
<link rel="preload" href="/assets/css/style.css" as="style">
<link rel="preload" href="/assets/final_logo2_var2.png" as="image">
<link rel="preload" href="/assets/img/background12.png" as="image">
<link rel="preload" href="/assets/img/white-paper.jpg" as="image">
<link rel="preload" href="/assets/img/post%20divider_scroll.png" as="image">
<link rel="preload" href="/assets/font/roboto/RobotoSlab-VariableFont_wght.woff2" as="font" type="font/woff2" crossorigin>
<link rel="preload" href="/assets/font/roboto/Roboto-Bold.woff2" as="font" type="font/woff2" crossorigin>
<link rel="preload" href="/assets/font/roboto/Roboto-Regular.woff2" as="font" type="font/woff2" crossorigin>
<!-- Преконнекты убираем т.к. гугловские шрифты больше не используем!
<link rel= "preconnect" href="fonts.googleapis.com">
<link rel= "preconnect" href="fonts.gstatic.com">
-->
<!--Подключение ресурсов-->
<link rel="stylesheet" href="assets/css/style.css">
<noscript><link rel="stylesheet" href="/assets/css/noscript.css"></noscript>
<!-- Гугловские шрифты больше не используем!
<link href="https://fonts.googleapis.com/css?family=Roboto:400,700&display=swap&subset=cyrillic" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@400;700&display=swap&subset=cyrillic" rel="stylesheet">
-->
<link rel="stylesheet" href="assets/css/slide-menu.css">
<script type="text/javascript" src="assets/js/slide-menu.js"></script>
<script src="assets/js/sys.js"></script>
<link rel="stylesheet" href="assets/css/atelier-forest-light.css">
<script src="assets/js/highlight.pack.js"></script>
<script>
hljs.initHighlightingOnLoad();
</script>
</head>
<body>
<script type="text/javascript">
(async () => {
for (let node of document.getElementsByTagName('img')) {
await new Promise(res => {
node.src = node.dataset.src;
node.onload = () => res();
})
}
})()
</script>
<div class="container">
<header id="header">
<div class="header_inner">
<div class="header_logo"><a href="#"><img src="assets/final_logo2_var2.png"></a></div>
<nav class="header_nav">
<a class="nav_link" href="javascript:menu_click();">Разделы</a>
<a class="nav_link" href="#">Проекты</a>
<a class="nav_link" href="#">Обо мне</a>
<a class="nav_link" href="#">Контакты</a>
</nav>
</div>
</header>
<div class="intro">
<p class="text_intro">
<img src="assets/img/post%20divider_scroll.png"><br>
Добро пожаловать в мой личный блог! Надеюсь, ты найдешь здесь что-то интересное... Lorem ipsum dolor sit amet, consectetur adipisicing elit. Ea dolorem atque molestias magnam sint nesciunt. Enim voluptate aliquid suscipit, sit. Explicabo ut ullam laboriosam asperiores perferendis, ad, inventore qui incidunt.
<br>
<img src="assets/img/post%20divider_scroll.png" style="transform: scaleY(-1);">
</p>
</div>
</div>
<!--САЙДБАРЫ И КОНТЕНТ-->
<div id="flexcontainer">
<div class="content">
<!--контент-->
<div class="paper">
<h1>Article title</h1>
<h2>Random text:</h2>
<p>An apple is a sweet, edible fruit produced by an apple tree.</p>
<p>Apple trees are cultivated worldwide, and are the most widely grown species in
the genus Malus. The tree originated in Central Asia, where its wild ancestor,
Malus sieversii, is still found today. Apples have been grown for thousands of
years in Asia and Europe, and were brought to North America by European
colonists.</p>
<p>This text from <a href="https://github.com/pages-themes/time-machine" target="_blank">time-machine</a> theme:</p>
<p>There should be whitespace between paragraphs.</p>
<h1 id="header-1">Header 1</h1>
<p>This is a normal paragraph following a header. GitHub is a code hosting platform for version control and collaboration. It lets you and others work together on projects from anywhere.</p>
<h2 id="header-2">Header 2</h2>
<blockquote>
<p>This is a blockquote following a header.</p>
<p>When something is important enough, you do it even if the odds are not in your favor.</p>
</blockquote>
<h3 id="header-3">Header 3</h3>
<div class="language-js highlighter-rouge">
<div class="highlight">
<pre class="highlight"><code><span class="c1">// Javascript code with syntax highlighting.</span>
<span class="kd">var</span> <span class="nx">fun</span> <span class="o">=</span> <span class="kd">function</span> <span class="nx">lang</span><span class="p">(</span><span class="nx">l</span><span class="p">)</span> <span class="p">{</span>
<span class="nx">dateformat</span><span class="p">.</span><span class="nx">i18n</span> <span class="o">=</span> <span class="nx">require</span><span class="p">(</span><span class="s1">'./lang/'</span> <span class="o">+</span> <span class="nx">l</span><span class="p">)</span>
<span class="k">return</span> <span class="kc">true</span><span class="p">;</span>
<span class="p">}</span>
</code></pre>
</div>
</div>
<div class="language-ruby highlighter-rouge">
<div class="highlight">
<pre class="highlight"><code><span class="c1"># Ruby code with syntax highlighting</span>
<span class="no">GitHubPages</span><span class="o">::</span><span class="no">Dependencies</span><span class="p">.</span><span class="nf">gems</span><span class="p">.</span><span class="nf">each</span> <span class="k">do</span> <span class="o">|</span><span class="n">gem</span><span class="p">,</span> <span class="n">version</span><span class="o">|</span>
<span class="n">s</span><span class="p">.</span><span class="nf">add_dependency</span><span class="p">(</span><span class="n">gem</span><span class="p">,</span> <span class="s2">"= </span><span class="si">#{</span><span class="n">version</span><span class="si">}</span><span class="s2">"</span><span class="p">)</span>
<span class="k">end</span>
</code></pre>
</div>
</div>
<h4 id="header-4">Header 4</h4>
<ul>
<li>This is an unordered list following a header.</li>
<li>This is an unordered list following a header.</li>
<li>This is an unordered list following a header.</li>
</ul>
<h5 id="header-5">Header 5</h5>
<ol>
<li>This is an ordered list following a header.</li>
<li>This is an ordered list following a header.</li>
<li>This is an ordered list following a header.</li>
</ol>
<h6 id="header-6">Header 6</h6>
<table>
<thead>
<tr>
<th style="text-align: left">head1</th>
<th style="text-align: left">head two</th>
<th style="text-align: left">three</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left">ok</td>
<td style="text-align: left">good swedish fish</td>
<td style="text-align: left">nice</td>
</tr>
<tr>
<td style="text-align: left">out of stock</td>
<td style="text-align: left">good and plenty</td>
<td style="text-align: left">nice</td>
</tr>
<tr>
<td style="text-align: left">ok</td>
<td style="text-align: left">good <code class="highlighter-rouge">oreos</code></td>
<td style="text-align: left">hmm</td>
</tr>
<tr>
<td style="text-align: left">ok</td>
<td style="text-align: left">good <code class="highlighter-rouge">zoute</code> drop</td>
<td style="text-align: left">yumm</td>
</tr>
</tbody>
</table>
<h3 id="theres-a-horizontal-rule-below-this">There’s a horizontal rule below this.</h3>
<hr />
<h3 id="here-is-an-unordered-list">Here is an unordered list:</h3>
<ul>
<li>Item foo</li>
<li>Item bar</li>
<li>Item baz</li>
<li>Item zip</li>
</ul>
<h3 id="and-an-ordered-list">And an ordered list:</h3>
<ol>
<li>Item one</li>
<li>Item two</li>
<li>Item three</li>
<li>Item four</li>
</ol>
<h3 id="and-a-nested-list">And a nested list:</h3>
<ul>
<li>level 1 item
<ul>
<li>level 2 item</li>
<li>level 2 item
<ul>
<li>level 3 item</li>
<li>level 3 item</li>
</ul>
</li>
</ul>
</li>
<li>level 1 item
<ul>
<li>level 2 item</li>
<li>level 2 item</li>
<li>level 2 item</li>
</ul>
</li>
<li>level 1 item
<ul>
<li>level 2 item</li>
<li>level 2 item</li>
</ul>
</li>
<li>level 1 item</li>
</ul>
<h3 id="small-image">Small image</h3>
<p><img src="https://placehold.it/64x64" alt="64x64"></p>
<h3 id="large-image">Large image</h3>
<p><img src="https://placehold.it/2098x528" alt="2098x528"></p>
<h3 id="definition-lists-can-be-used-with-html-syntax">Definition lists can be used with HTML syntax.</h3>
<dl>
<dt>Name</dt>
<dd>Godzilla</dd>
<dt>Born</dt>
<dd>1952</dd>
<dt>Birthplace</dt>
<dd>Japan</dd>
<dt>Color</dt>
<dd>Green</dd>
</dl>
<div class="highlighter-rouge">
<div class="highlight">
<pre class="highlight"><code>Long, single-line code blocks should not wrap. They should horizontally scroll if they are too long. This line should be long enough to demonstrate this.
</code></pre>
</div>
</div>
<div class="highlighter-rouge">
<div class="highlight">
<pre class="highlight"><code>The final element.
</code></pre>
</div>
</div>
</div>
</div>
<div class="sidebarr">
<!--правый сайдбар-->
<div class="sb_block">
<!--блоки для правого сайдбара-->
<div class="sb_title"><b>Разделы блога</b></div>
<nav class="slide-menu" id="example-menu">
<ul>
<li>
<a href="#">Home</a>
<ul>
<li><a href="#">Submenu entry 1</a></li>
<li><a href="#">Submenu entry 2</a></li>
<li><a href="#">Submenu entry 3</a></li>
</ul>
</li>
<li>
<a href="#">Blog</a>
</li>
<li>
<a href="#">About</a>
</li>
</ul>
</nav>
</div>
</div>
</div>
<footer class="footer">
<div class="f_cont">
<div class="f_info">
<b>Автор блога: В.А. Хаткевич (SEVA77, 4SEVA77, CEBA77)<br>Копирование контента и размещение на других сайтах запрещено.</b>
</div>
<div class="f_icons">
<a href="#"><img src="assets/img/icons/Rss_.png" alt="Rss"></a>
<a href="#"><img src="assets/img/icons/Github_.png" alt="Github"></a>
<a href="#"><img src="assets/img/icons/Twitter_.png" alt="Twitter"></a>
<a href="#"><img src="assets/img/icons/Vk_.png" alt="VK"></a>
<a href="#"><img src="assets/img/icons/Youtube_.png" alt="Youtube"></a>
<a href="#"><img src="assets/img/icons/Instagram_.png" alt="Instagram"></a>
</div>
</div>
</footer>
<!--Вспомогательные элементы-->
<div id="modal_menu" class="modal_div">
<span class="modal_close">Закрыть</span>
<!--Здесь размещаем информацию которая будет в модальном окне.-->
</div>
<div class="overlay" onclick="close_menu()"></div><!-- Пoдлoжкa, oднa нa всю стрaницу -->
</body>
</html>