-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathkontakt.html
More file actions
144 lines (119 loc) · 5.6 KB
/
Copy pathkontakt.html
File metadata and controls
144 lines (119 loc) · 5.6 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
<!DOCTYPE html>
<html class="has-navbar-fixed-top" lang="pl-PL">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-154940906-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'UA-154940906-1');
</script>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Mapa punktów i lokali wspierających niepełnosprawnych oraz ostrzegająca przed ograniczeniami.">
<meta name="keywords" content="niepełnosprawni,mapa,disabled,miejsce,miasto,punkty,toaleta,Kraków,wida,wózek,inwalida">
<meta name="author" content="disabled.pl">
<title>Kontakt - disabled.pl</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bulma@0.8.0/css/bulma.min.css">
<script defer src="https://use.fontawesome.com/releases/v5.3.1/js/all.js"></script>
<link href="https://fonts.googleapis.com/css?family=Lato:400,900&display=swap" rel="stylesheet">
<link rel="shortcut icon" href="./favicon.ico">
<link rel="stylesheet" href="main.css">
<script src="burger.js"></script>
<script src="https://skrypt-cookies.pl/id/6e344646c979e6c1.js"></script>
</head>
<body>
<nav class="navbar is-fixed-top" role="navigation" aria-label="main navigation">
<div class="navbar-brand">
<a class="navbar-item" href="/">
<img src="./assets/logo_full.png">
</a>
<a role="button" class="navbar-burger burger" aria-label="menu" aria-expanded="false" data-target="navbarBasicExample">
<span aria-hidden="true"></span>
<span aria-hidden="true"></span>
<span aria-hidden="true"></span>
</a>
</div>
<div id="navbarBasicExample" class="navbar-menu">
<div class="navbar-start">
<a class="navbar-item" href="/">
Strona główna
</a>
<a class="navbar-item" href="./dla-inwestorow.html">
Dla inwestorów
</a>
<div class="navbar-item has-dropdown is-hoverable">
<a class="navbar-link">
Więcej
</a>
<div class="navbar-dropdown">
<a class="navbar-item" href="./jak-pomoc.html">
Jak pomóc?
</a>
<hr class="navbar-divider">
<a class="navbar-item" href="./zglos-problem.html">
Zgłoś problem
</a>
</div>
</div>
</div>
<div class="navbar-end">
<div class="navbar-item">
<div class="buttons">
<a class="button is-primary is-inverted" href="https://github.com/Project-disABLEd/">
<span class="icon">
<i class="fab fa-github"></i>
</span>
<span>Repozytorium</span>
</a>
<a class="button is-light" href="./kontakt.html">
Kontakt
</a>
</div>
</div>
</div>
</div>
</nav>
<section class="hero is-link is-small" style="background-color: #fff">
<div class="hero-body">
<div class="container center">
<p class="title title-m" style="color: black; font-size: 40px;">
Kontakt
</p>
</div>
</div>
</section>
<section class="hero is-link full-height is-large" style="background: url('./assets/background.webp')center center; background-size:cover;">
<div class="hero-body" style="padding-top: 100px; padding-bottom: 100px;">
<div class="container center">
<div class="box center-box">
<div class="container ">
<p class="title title-box">
Krótko o naszym zespole:
</p>
<p class="subtitle">
Jesteśmy grupą licealistów z krakowskich szkół, którzy pragną zmienić świat osób doświadczonych przez los używając do tego najnowszych technologii.
Projekt jest realizowany w ramach olimpiady "Zwolnieni z Teorii".
</p>
</div>
</div>
<div class="box center-box">
<div class="container ">
<p class="title title-box">
Kontakt do nas:
</p>
<p class="subtitle" style="line-height: 1.5;">
Email: <a class="custom-link" href="mailto:project.disabled@gmail.com">project.disabled@gmail.com</a><br>
Fanpage na Facebooku: <a class="custom-link" href="https://www.facebook.com/disabledpl/">Tutaj</a><br>
Messenger: <a class="custom-link" href="https://m.me/disabledpl">Tutaj</a><br>
</p>
</div>
</div>
</div>
</div>
</section>
<footer class="footer">disABLEd © 2019/2020</footer>
</body></html>