-
Notifications
You must be signed in to change notification settings - Fork 0
/
contacts.html
89 lines (81 loc) · 4.38 KB
/
contacts.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" http-equiv="content-type" content="text/html;charset=utf-8">
<meta id="meta" name="viewport" content="user-scalable=no" />
<meta content="IE=edge" http-equiv="X-UA-Compatible">
<meta property="og:title" content="Выходи из творческого ступора вместе с CrazyDrawing!" />
<meta property="og:description" content="Попробуй новое упражнение CrazyDrawing и вливайся в процесс создания необычных и оригинальных идей." />
<meta property="og:image" content="http://crazydraw.in/img/Logo_Axone.png"/>
<title>Axone. Create your own world of creativity.</title>
<link href="css/general.css" rel="stylesheet" type="text/css">
<link href="css/main.css" rel="stylesheet" type="text/css">
<link href='http://fonts.googleapis.com/css?family=Roboto:400,100,300,500,700&subset=latin,cyrillic-ext,cyrillic' rel='stylesheet' type='text/css'>
<link rel="shortcut icon" href="img/favicon.png" type="image/x-icon"/>
<script src="lib/jquery.min.js" type="text/javascript"></script>
<script src="lib/i18n.js"></script>
<script src="js/config.js"></script>
</head>
<body>
<!--<select id="lang">-->
<!--<option value="EN">English</option>-->
<!--<option value="RU">Russian</option>-->
<!--</select>-->
<div id="main-container">
<div id="text-wrap">
<div class="contacts" id="logo">О нас</div>
<div id="description" class="contacts_description">Мы любим делать интересные и полезные инструменты для людей, которым нравится экспериментировать и пробовать новые возможности для креативного подхода к созданию продуктов.</div>
<div id="contacts-wrap">
<div class="contact-link">
<div class="contact-photo" id="sergienko-photo"></div>
<a id="name_1" class="contact-name" href="https://www.facebook.com/oleg.sergienko.9" target="_blank">Сергиенко Олег</a>
<span class="contact-info">Idea, Product Manager</span>
</div>
<div class="contact-link">
<div class="contact-photo" id="murzina-photo"></div>
<a id="name_2" class="contact-name" href="https://facebook.com/myfoxtail" target="_blank">Мурзина Александра</a>
<span class="contact-info">Product Designer, Web Developer</span>
</div>
</div>
</div>
<div id="footer">
<a href="/" id="return-mainpage">На главную</a>
<a id="contact-link" href="http://friend-inc.com" target="_blank">Copyright © Friend Inc. 2015-2017</a>
</div>
</div>
</body>
<script src="js/lang_control.js"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-50876009-1', 'crazydraw.in');
ga('send', 'pageview');
</script>
<!-- Yandex.Metrika counter -->
<script type="text/javascript">
(function (d, w, c) {
(w[c] = w[c] || []).push(function() {
try {
w.yaCounter29671210 = new Ya.Metrika({id:29671210,
webvisor:true,
clickmap:true,
trackLinks:true,
accurateTrackBounce:true});
} catch(e) { }
});
var n = d.getElementsByTagName("script")[0],
s = d.createElement("script"),
f = function () { n.parentNode.insertBefore(s, n); };
s.type = "text/javascript";
s.async = true;
s.src = (d.location.protocol == "https:" ? "https:" : "http:") + "//mc.yandex.ru/metrika/watch.js";
if (w.opera == "[object Opera]") {
d.addEventListener("DOMContentLoaded", f, false);
} else { f(); }
})(document, window, "yandex_metrika_callbacks");
</script>
<noscript><div><img src="//mc.yandex.ru/watch/29671210" style="position:absolute; left:-9999px;" alt="" /></div></noscript>
<!-- /Yandex.Metrika counter -->
</html>