This repository was archived by the owner on Mar 31, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmaterials.html
More file actions
45 lines (39 loc) · 1.82 KB
/
materials.html
File metadata and controls
45 lines (39 loc) · 1.82 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
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<title>Материалы</title>
<link rel='stylesheet' href='css/style.css'>
</head>
<body>
<div id='fixed-header'>
<div id='header-rollup-sidebar-btn' class='img-rot' onclick='changeSidebarCond()'></div>
<div id='site-name'>Учебные Материалы</div>
</div>
<div id='body-area'>
<div id='center-area' class='clearfix'>
<div id='left-area' class='center-area-block-style'>
<div id='sidebar'></div>
</div>
<div id='right-area' class='center-area-block-style'>
<div id='content'>
<!-- Контент для каждой страницы будет создаваться вручную, но с помощью Markdown, а не HTML. -->
<div id='html-output-area'></div>
</div>
</div>
</div>
</div>
<!--input type="button" value="Convert" onclick="run()"-->
<script src='https://cdn.rawgit.com/showdownjs/showdown/1.9.0/dist/showdown.min.js'></script>
<script src='js/convertMdToHtml.js'></script>
<script src='js/sidebar.js'></script>
</body>
</html>
<noscript>
# Материалы
Для подготовки к самостоятельной работе по математической логике в информатике, стоит свериться с соответствующим банком заданий:
[Банк заданий (PDF)](/bank_zadaniy.pdf)
Обучающие видео от Департамента образования города Москвы и МГИУ
[](https://www.youtube.com/watch?v=UrTFyYj-YG4)
[](https://www.youtube.com/watch?v=3tDx6JYMcpQ)
</noscript>