-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpl.html
111 lines (81 loc) · 3.83 KB
/
pl.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
103
104
105
106
107
108
109
110
111
<!DOCTYPE HTML>
<html lang="pl">
<head>
<meta charset="utf-8">
<title>Don't Give a Fish</title>
<meta name="keywords" content="">
<meta name="description" content="">
<!--[if IE]><script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
<!-- Media queries -->
<meta name="viewport" content="width=device-width, target-densitydpi=device-dpi, user-scalable=yes">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<link rel="icon" type="image/x-icon" href="files/favicon.ico">
<!-- Main style -->
<link href="files/style.css" rel="stylesheet" media="screen">
<script src="files/onstart.js"></script>
<!-- Awwwards ribbon -->
<link type="text/css" media="screen" rel="stylesheet" href="awwwards/awwwards.css" />
<!-- HELLO GOOGLE -->
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-30640626-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</head>
<body>
<div id="awwwards" class="honorable white right">
<a href="https://www.awwwards.com/sites/hryvna-today" target="_blank">Awwwards</a>
</div>
<header class="header">
<ul class="language columns">
<li><a href="uk.html">Солов'їною</a></li>
<li>Polski</li>
<li><a href="en.html">English</a></li>
</ul>
<h1 class="logo">DON'TGIVEA<span class="fish">FISH</span></h1>
</header>
<div class="content">
<div class="columns whoweare">
<div class="column">
<h2>Kim jesteśmy</h2>
<p>
<strong>Dontgiveafish</strong> jest niewielki zespół projektantów i programistów jaki bazuje sie w Kijowe.
<br /><br />
Zeby zrobic web lepej miejsca łączymy projekt uzasadniony, wnikliwe i niezawodny kod projektu.
</p>
</div>
<div class="column">
<h2>Co robimy</h2>
<p>
Koncentrujemy się na tworzeniu <strong>aplikacji internetowych</strong>, które oszczędzają czas i pieniądze dla swoich użytkowników. Tacy cele osiągnąć, tworząc dogodne usługi internetowe i kompleksowe witryn korporacyjnych.
<br /><br />
W wolnym czasie możemy się bawić, tworząc projekty non-profit, takich jak <a target="_blank" href="https://hryvna.today">Hryvna Today</a>, <a target="_blank" href="https://be-there.events">Bethere</a>, <a target="_blank" href="https://trffcc.com">Trffcc</a> lub <a target="_blank" href="https://cmngsn.com/">CMNGSN</a>.
</p>
</div>
</div>
<div class="links">
<h3>Gdzie jesteśmy:</h3>
<ul class="columns">
<li><a target="_blank" class="sprite behance" href="https://www.behance.net/dontgiveafish">behance</a></li>
<li><a target="_blank" class="sprite github" href="https://github.com/dontgiveafish">github</a></li>
</ul>
</div>
<div class="links">
<h3>Napisz do nas:</h3>
<ul class="columns">
<li class="mail"><a href="mailto:[email protected]">[email protected]</a></li>
</ul>
</div>
</div>
<footer class="footer">
Wyprodukowane w Ukrainie <br />
Nie dajemy ryby 2014
</footer>
</body>
</html>