-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlanding.html
99 lines (82 loc) · 5.51 KB
/
landing.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
<!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="css/animations.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 id="logo">Axone</div>
<script>
var chooseStartPhrase = localStorage.chooseStartPhrase;
if(!chooseStartPhrase) {
chooseStartPhrase = localStorage.chooseStartPhrase = Math.random() < 0.5 ? 'a' : 'b';
}
</script>
<div class="start_description" id="description">
<span id="description_1" data-show-next="description_2"></span>
<span id="description_2" data-show-next="description_3" style="display: none;"></span>
<span id="description_3" data-show-next="description_1" style="display: none;"></span>
</div>
<div class="blueDotsContainer">
<div class="dot dot1"></div>
<div class="dot dot2"></div>
<!--<div class="dot dot3"></div>-->
</div>
<div id="action-button">
<script>
if(chooseStartPhrase == 'a') {
document.write('\<a class=\"boosting\" href=\"axone?p=a&random\"\>\</a\>')
} else if(chooseStartPhrase == 'b') {
document.write('\<a class=\"boosting\" href=\"axone?p=b&random\"\>\</a\>')
}
</script>
</div>
</div>
<div id="footer" style="text-align: left; left: 6.2em;">
<a href="http://friend-inc.com" target="_blank" id="contact-link">© Friend Inc. 2015-2017</a>
<!--<a id="main-share-facebook" target="_blank" href="https://www.facebook.com/dialog/feed?app_id=1420208668249213&display=popup&caption=%23crazydrawin Выходи из творческого ступора, включай воображение и вливайся в процесс создания оригинальных и необычных идей!&link=http://crazydraw.in/&redirect_uri=http://crazydraw.in/"></a>-->
<!--<a id="main-share-twitter" target="_blank" href="https://twitter.com/intent/tweet?url=http://crazydraw.in&text=Выходи из творческого ступора, включай воображение и вливайся в процесс создания оригинальных идей&hashtags=crazydrawin"></a>-->
<!--<a id="main-share-vk" target="_blank" href="http://vk.com/share.php?url=http://crazydraw.in&title=Выходи из творческого ступора, включай воображение и вливайся в процесс создания необычных и оригинальных идей! %23crazydrawin"></a>-->
</div>
</div>
</body>
<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 informer –>-->
<!--<a href="https://metrika.yandex.ru/stat/?id=29671210&from=informer"-->
<!--target="_blank" rel="nofollow"><img src="//bs.yandex.ru/informer/29671210/3_1_FFFFFFFF_EFEFEFFF_0_pageviews"-->
<!--style="width:88px; height:31px; border:0;" alt="Яндекс.Метрика" title="Яндекс.Метрика: данные за сегодня (просмотры, визиты и уникальные посетители)" onclick="try{Ya.Metrika.informer({i:this,id:29671210,lang:'ru'});return false}catch(e){}"/></a>-->
<!--<!– /Yandex.Metrika informer –>-->
<script src="js/lang_control.js"></script>
<script src="js/sentences-switching.js"></script>
<script>
</script>
<noscript><div><img src="//mc.yandex.ru/watch/29671210" style="position:absolute; left:-9999px;" alt="" /></div></noscript>
<!-- /Yandex.Metrika counter -->
</html>