-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
102 lines (88 loc) · 3.9 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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
<!DOCTYPE html>
<html lang="uk">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>code.co.ua - Платформа для навчання програмуванню</title>
<meta name="robots" content="noindex">
<meta name="googlebot" content="noindex">
<meta property="og:title" content="code.co.ua - Скоро запустимось!">
<meta property="og:image" content="http://code.co.ua/img/bg-chris-ried-512801-unsplash-min.jpg">
<meta name="twitter:title" content="code.co.ua - Платформа для навчання програмуванню">
<meta name="twitter:image" content="http://code.co.ua/img/bg-chris-ried-512801-unsplash-min.jpg">
<!-- Bootstrap core CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom fonts for this template -->
<link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,200i,300,300i,400,400i,600,600i,700,700i,900,900i"
rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Merriweather:300,300i,400,400i,700,700i,900,900i"
rel="stylesheet">
<!-- Custom styles for this template -->
<link href="css/coming-soon.min.css" rel="stylesheet">
<link rel="shortcut icon" href="favicon.png" type="image/x-icon">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-120149728-2"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'UA-120149728-2');
</script>
<script async defer src="https://buttons.github.io/buttons.js"></script>
</head>
<body>
<div class="overlay"></div>
<div class="bg"></div>
<div class="masthead">
<div class="masthead-bg"></div>
<div class="container h-100">
<div class="row h-100">
<div class="col-12 my-auto">
<div class="masthead-content text-white py-5 py-md-0">
<h1 class="mb-3">Проект зазнає змін</h1>
<p class="mb-5">
В даний час ми працюємо над повною реконструкцією проекту
</p>
<ul class="list-unstyled">
<li>
<a class="github-button"
href="https://github.com/code-co-ua/beta"
data-size="large"
data-show-count="true"
aria-label="Star code-co-ua/code.co.ua on GitHub">
Вподобати на GitHub
</a>
</li>
<li>
<a class="github-button"
href="https://github.com/code-co-ua/beta/subscription"
data-size="large"
data-show-count="true"
aria-label="Watch code-co-ua/code.co.ua on GitHub">
Слідкувати на GitHub
</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="social-icons">
<ul class="list-unstyled text-center mb-0">
<li class="list-unstyled-item">
<a href="https://t.me/code_co_ua">
<img src="img/telegram.svg" alt="telegram logo">
</a>
</li>
<li class="list-unstyled-item">
<a href="https://github.com/code-co-ua">
<img src="img/github.svg" alt="github logo">
</a>
</li>
</ul>
</div>
</body>
</html>