-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
274 lines (256 loc) · 12.9 KB
/
404.html
File metadata and controls
274 lines (256 loc) · 12.9 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
<!DOCTYPE html>
<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="Илья Зеленчук">
<meta charset="utf-8">
<title>Страница не найдена</title>
<!-- Preloader -->
<style>
@keyframes hidePreloader {
0% {
width: 100%;
height: 100%;
}
100% {
width: 0;
height: 0;
}
}
body>div.preloader {
position: fixed;
background: white;
width: 100%;
height: 100%;
z-index: 1071;
opacity: 0;
transition: opacity .5s ease;
overflow: hidden;
pointer-events: none;
display: flex;
align-items: center;
justify-content: center;
}
body:not(.loaded)>div.preloader {
opacity: 1;
}
body:not(.loaded) {
overflow: hidden;
}
body.loaded>div.preloader {
animation: hidePreloader .5s linear .5s forwards;
}
</style>
<script>
window.addEventListener("load", function() {
setTimeout(function() {
document.querySelector('body').classList.add('loaded');
}, 100);
});
</script>
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-NGT2J3Z');</script>
<!-- End Google Tag Manager -->
<!-- Favicon -->
<link rel="icon" href="assets/img/favicon.png" type="image/png">
<!-- Quick CSS -->
<link rel="stylesheet" href="assets/css/quick-website.min.css" id="stylesheet">
<!-- Page CSS -->
<link rel="stylesheet" href="assets/libs/animate.css/animate.min.css">
<!-- Font Awesome -->
<link rel="stylesheet" href="assets/libs/%40fortawesome/fontawesome-free/css/all.min.css ">
</head>
<body>
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-NGT2J3Z"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<!-- Preloader -->
<div class="preloader">
<div class="spinner-border text-primary" role="status">
<span class="sr-only">Загрузка...</span>
</div>
</div>
<div class="modal fade" tabindex="-1" role="dialog" id="modal-cookies" data-backdrop="false" aria-labelledby="modal-cookies" aria-hidden="true">
<div class="modal-dialog modal-dialog-aside left-4 right-4 bottom-4">
<div class="modal-content bg-dark-dark">
<div class="modal-body">
<!-- Text -->
<p class="text-sm text-white mb-3">
Продолжая использовать наш сайт, вы даете согласие на обработку файлов cookie, которые обеспечивают правильную работу сайта.
</p>
<!-- Buttons -->
<button type="button" class="btn btn-sm btn-primary mr-2" data-dismiss="modal">Согласен</button>
</div>
</div>
</div>
</div>
<!-- Header -->
<header class="header-transparent" id="header-main">
<!-- Navbar -->
<nav class="navbar navbar-main navbar-expand-lg navbar-dark" id="navbar-main">
<div class="container">
<!-- Brand -->
<div class="px-0 media d-flex w-100">
<a href="index.html">
<figure>
<img alt="Image placeholder" src="assets/img/logo.svg" class="img-fluid">
</figure>
</a>
<figure class="px-3">
<img alt="Image placeholder" src="assets/img/line-header.svg" class="img-fluid">
</figure>
<a class="pl-0" target="_blank" href="https://spbu.ru/">
<figure>
<img alt="Image placeholder" src="assets/img/spbu-logo.svg" class="img-fluid">
</figure>
</a>
<!-- Toggler -->
<button class="navbar-toggler my-auto" type="button" data-toggle="collapse" data-target="#navbar-main-collapse" aria-controls="navbar-main-collapse" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<!-- Collapse -->
<div class="collapse navbar-collapse navbar-collapse-overlay" id="navbar-main-collapse">
<!-- Toggler -->
<div class="position-relative">
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbar-main-collapse" aria-controls="navbar-main-collapse" aria-expanded="false" aria-label="Toggle navigation">
<i data-feather="x"></i>
</button>
</div>
<!-- Right navigation -->
<ul class="navbar-nav align-items-lg-center ml-lg-auto">
<li class="nav-item">
<a class="nav-link" href="index.html">
Поступающим
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="students.html">
Студентам
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://oops.math.spbu.ru/SE/alumni" target="_blank">
Выпускники
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="contacts.html">
Контакты
</a>
</li>
</ul>
</div>
</div>
</div>
</nav>
</header>
<!-- Main content -->
<section class="slice py-8 bg-dark bg-cover bg-size--cover" style="background-image: url(assets/img/main2.jpg);">
<!-- Container -->
<div class="container pt-5 pt-lg-7 pb-lg-9 pb-7">
<div class="row align-items-center justify-content-center">
<div class="col-lg-8 text-center">
<h1 class="text-white">404</h1>
<h1 class="text-white">Страница не найдена</h1>
<p class="lead text-white opacity-8">
Страница, которую вы ищите, не существует или была перемещена.
</p>
<div class="mt-5">
<a class="btn btn-lg btn-warning" href="https://oops.math.spbu.ru/SE" target="_blank">
<span class="btn-inner--text">Старая версия сайта</span>
<span class="btn-inner--icon">
<i data-feather="arrow-right"></i>
</span>
</a>
</div>
</div>
</div>
</div>
<!-- SVG Separator -->
<div class="shape-container shape-position-bottom">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 100" preserveAspectRatio="none">
<path d="M 0 0 c 0 0 200 50 500 50 s 500 -50 500 -50 v 101 h -1000 v -100 z"></path>
</svg>
</div>
</section>
<footer class="position-relative" id="footer-main">
<div class="footer pt-lg-7 footer-dark bg-dark">
<!-- SVG shape -->
<div class="shape-container shape-line shape-position-top shape-orientation-inverse">
<svg width="2560px" height="100px" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" preserveAspectRatio="none" x="0px" y="0px" viewBox="0 0 2560 100" style="enable-background:new 0 0 2560 100;" xml:space="preserve" class="">
<polygon points="2560 0 2560 100 0 100"></polygon>
</svg>
</div>
<!-- Footer -->
<div class="container pt-4">
<div class="row">
<div class="col-lg-4 mb-5 mb-lg-0">
<!-- Theme's logo -->
<a href="index.html">
<img alt="Image placeholder" src="assets/img/logo.svg" id="footer-logo">
</a>
<!-- Webpixels' mission -->
<p class="mt-4 text-sm opacity-8 pr-lg-4">Основанная профессором А.Н. Тереховым.</p>
</div>
<div class="col-lg-5 col-6 col-sm-4 ml-lg-auto mb-5 mb-lg-0">
<h6 class="heading mb-4">Контактная информация</h6>
<ul class="list-unstyled">
<li><p class="text-sm opacity-8 mb-0">Телефон: <a href="tel:+78124287109">+7 (812) 428-71-09</a></p></li>
<li><p class="text-sm opacity-8 mb-0">Email: <a href="mailto:a.terekhov@spbu.ru">a.terekhov@spbu.ru</a></p></li>
<li><p class="text-sm opacity-8 mb-0">Telegram: <a target="_blank" href="https://t.me/sysprog2020admission">@sysprog2020admission</a></p></li>
<li><p class="text-sm opacity-8 mb-0">Старая версия сайта: <a target="_blank" href="https://oops.math.spbu.ru/SE">oops.math.spbu.ru/SE</a></p></li>
</ul>
</div>
<div class="col-lg-2 col-6 col-sm-4 mb-5 mb-lg-0">
<h6 class="heading mb-3">Меню</h6>
<ul class="list-unstyled">
<li><a href="index.html">Поступающим</a></li>
<li><a href="students.html">Студентам</a></li>
<li><a href="https://oops.math.spbu.ru/SE/alumni" target="_blank">Выпускники</a></li>
<li><a href="contacts.html">Контакты</a></li>
</ul>
</div>
</div>
<hr class="divider divider-fade divider-dark my-4">
<div class="row align-items-center justify-content-md-between pb-4">
<div class="col-md-10">
<div class="copyright text-sm font-weight-bold text-center text-md-left">
© Кафедра системного программирования, Математико-механический факультет, СПбГУ, 1996-2021
</div>
</div>
</div>
</div>
</div>
</footer>
<!-- Core JS -->
<script src="assets/libs/jquery/dist/jquery.min.js"></script>
<script src="assets/libs/bootstrap/dist/js/bootstrap.bundle.min.js"></script>
<script src="assets/libs/svg-injector/dist/svg-injector.min.js"></script>
<script src="assets/libs/feather-icons/dist/feather.min.js"></script>
<script src="assets/libs/in-view/dist/in-view.min.js"></script>
<script src="assets/libs/sticky-kit/dist/sticky-kit.min.js"></script>
<script src="assets/libs/imagesloaded/imagesloaded.pkgd.min.js"></script>
<script src="assets/libs/bootstrap-notify/bootstrap-notify.min.js"></script>
<script src="assets/libs/autosize/dist/autosize.min.js"></script>
<!-- Google maps -->
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyA74mo0V79zPcSWjgUMe9AdmLy3-ruPKLs"></script>
<!-- Recaptcha -->
<script src='https://www.google.com/recaptcha/api.js' async defer></script>
<!-- Quick JS -->
<script src="assets/js/quick-website.js"></script>
<!-- Feather Icons -->
<script>
feather.replace({
'width': '1em',
'height': '1em'
})
</script>
</body>
</html>