-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
70 lines (70 loc) · 2.7 KB
/
index.html
File metadata and controls
70 lines (70 loc) · 2.7 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap">
<link rel="stylesheet"
href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css"
integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh"
crossorigin="anonymous">
<title>Code for Vision</title>
<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-TFCD3SH');</script>
<style>
html {
font-size: 18px;
}
body {
font-family: 'Poppins', sans-serif;
background-color: #24272c;
color: #fff;
}
.container {
padding: 50px;
margin-top: 100px;
border: 1px solid #fff;
}
.btn {
margin-top: 20px;
border-radius: 0;
}
</style>
</head>
<body>
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-TFCD3SH"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<nav class="navbar navbar-expand-lg navbar-light bg-light">
<a class="navbar-brand" href="/">Code for Vision</a>
</nav>
<div class="container">
<p>Code for Vision Azərbaycan texnologiya səhnəsinə dəstək olmaq məqsədi daşıyır</p>
<ul>
<li>
<strong>İnsanları birləşdirmək.</strong>
Texnologiya istifadəçi qruplarının kəşf edilməsini və bir-birləri arasında ünsiyyəti təşviq
edir.
</li>
<li>
<strong>Bilik paylaşmaq.</strong>
Öyrənmə, mentor və paylaşma tövsiyələri. Yeni gələnlər və mütəxəssislər arasında texnoloji
boşluğu azaldır.
</li>
<li>
<strong>Əməkdaşlıq.</strong>
<a href="https://en.wikipedia.org/wiki/Free_and_open-source_software" target="_blank"
rel="nofollow noopener noreferrer">FOSS</a> layihələri, icma qurma və kommersiya layihələri
ilə birlikdə işləmək üçün həmfikir insanlar tapmaqa kömək edir.
</li>
</ul>
<a class="btn btn-primary btn-lg"
href="https://docs.google.com/forms/d/e/1FAIpQLSdKYP4YOLNdUOejaQdQrWEhgk1TRFXhv2g3TBHkacBwFZtdJQ/viewform"
target="_blank"
rel="nofollow noopener noreferrer">Sən də bizə qoşul</a>
</div>
</body>
</html>