-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
80 lines (68 loc) · 4.6 KB
/
index.html
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
<html lang="en"><head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<title>Курс Ламарта по веб-дизайну в УКСАП, 2020</title>
<link rel="canonical" href="https://getbootstrap.com/docs/4.0/examples/cover/">
<!-- Bootstrap core CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<!-- Custom styles for this template -->
<link href="index.css" rel="stylesheet">
</head>
<body class="container">
<div class="cover-container d-flex h-100 p-3 mx-auto flex-column">
<header class="">
<div class="inner">
<h1 class="text-center">Курс Ламарта по веб-дизайну в УКСАП, 2020</h3>
</div>
</header>
<main>
<div class="row mt-20">
<div class="col-md-7 mb-20">
<h2>Домашнее задание</h1>
<ul>
<li>
<a href="https://docs.google.com/document/d/1OXuDZiSa3qop13dIZox5aDCRPkRTz1Ffoq1nr43RrGw/edit?usp=sharing">Самое начало. Дедлайн — 06-03-2020</a>
</li>
<li>
<a href="https://docs.google.com/document/d/1s5DxKj6NGLXi0WlFuPqcdeE90BSrlmGpQOg1cjEngNM/edit?usp=sharing">Композиция в дизайне и Восприятие информации. Дедлайн — 13-03-2020</a>
</li>
<li>
<a href="https://docs.google.com/document/d/1S6vvrAAZcojMCIWcG2hXG4QiGpI-aC1iVVr3gn48GXk/edit?usp=sharing">Типографика. Дедлайн — 20-03-2020</a>
</li>
<li>
<a href="https://docs.google.com/document/d/1IkEbdAFe-ek389XwIhZSR9OKmQb3JNoxfqxXm2M-02I/edit?usp=sharing">Стартовая страница сайта. Дедлайн — 23-03-2020</a>
</li>
</ul>
<h2>Итоговый проект</h2>
<a href="https://docs.google.com/document/d/1ZPE0eTVHJe9a-XeY3E23Ti3WYLkr61k8jJJmPp1kErA/edit?usp=sharing">Регламент и задача</a>
</div>
<div class="col-md-5 mb-20">
<h2>Уведомления</h1>
<div class="alert alert-warning" role="alert">
<p>❗ Защита проекта пройдёт 22.06.2020 </p>
<p>
В 17:40 подключайтесь к <a href="https://online.sigma.study/b/frq-dwq-cv2">вебинарной комнате</a><br/>
Мы начнем слушать готовых и смелых с 18:00. Слушать будем до 20:00<br/>
Если вы не успеете или не сможете — ничего страшного, мы согласуем другой день и проведем ещё одну защиту.<br/>
<p>
Если вы очень хотите защититься в другой день, но у вас что-то не готово — всё равно приходите на защиту.
</p>
</p>
</div>
</div>
</div>
</main>
<footer class="mastfoot mt-auto text-center">
<p>По любым вопросам — пожалуйста пишите на <a href="mailto:[email protected]">[email protected]</a> или <a href="mailto:[email protected]">[email protected]</a></p>
<p>По срочным — 8 912 874-55-74</p>
</footer>
</div>
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js" integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
</body></html>