-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
135 lines (124 loc) · 6.11 KB
/
index.html
File metadata and controls
135 lines (124 loc) · 6.11 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
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
<head>
<!-- This code should be inserted right after the opening <head> tag on your page -->
<script>
var swarmcdnkey = "20f68ce7-112b-4778-b29b-3df6a343406e";
var swarmimagescan = true;
</script>
<script src="//assets.swarmcdn.com/swarmdetect.js"></script>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Дерево Життя</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Place favicon.ico and apple-touch-icon.png in the root directory -->
<link rel="apple-touch-icon" href="apple-touch-icon-precomposed.png">
<link rel="stylesheet" href="css/normalize.css">
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/css/bootstrap.min.css">
<link rel="stylesheet" href="css/main.css">
</head>
<body>
<!--[if lt IE 7]>
<p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
<![endif]-->
<!-- Add your site or application content here -->
<!-- Loader -->
<div id="loader-wrapper">
<div class="container">
<div class="row">
<div id="loader" class="col-md-12 text-center">
<blockquote>Ніщо не є хорошим або поганим, лише наше власне сприйняття проводить таке розмежування. Велика частина людей щаслива лише настільки, наскільки вона сама дозволила собі це.
<cite>Уїльям Шекспір</cite>
</blockquote>
</div>
</div>
</div>
</div>
<!-- Video Section -->
<video autoplay poster="https://s3-us-west-2.amazonaws.com/s.cdpn.io/4273/polina.jpg" id="bgvid" loop>
<source src="//demosthenes.info/assets/videos/polina.webm" type="video/webm">
<source src="//demosthenes.info/assets/videos/polina.mp4" type="video/mp4">
</video>
<!-- Top of the Page -->
<div id="top"></div>
<!-- Top Bar-->
<div class="top-bar tb-transp tb-large" id="header">
<div class="container">
<div class="row">
<div class="col-md-12">
<!-- Menu Tigger -->
<a href="#" class="main-menu-trigger">
<span class="lines"></span>
</a>
<!-- Main Navigation -->
<nav class="menu">
<ul>
<li><a href="#">Test 1</a></li>
<li><a href="#">Test 2</a></li>
<li><a href="#">Test 3</a></li>
</ul>
<!-- Logo -->
<a href="#" class="tb-logo">
<img src="/img/derevo-jitta-logo.svg" alt="logo" class="logo-img svg"/>
</a>
<ul>
<li><a href="#">Test 5</a></li>
<li><a href="#">Test 6</a></li>
<li><a href="#">Test 8</a></li>
</ul>
</nav>
</div>
</div>
</div>
</div>
<!-- Main Container -->
<div class="main-test-wrapper">
<div class="main-test container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2 col-md-12 col-sm-12 col-xs-12 text-center">
<div class="main-text">
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Ab amet, beatae ducimus enim explicabo fuga itaque nemo pariatur quae quibusdam! Animi, cum cumque ducimus esse illo iste itaque maiores provident!
</div>
</div>
</div>
</div>
<!-- Scroll & Drag indicator -->
<div class="scroll-drag">
<div class="mouse">
<div class="wheel"></div>
</div>
<div class="direction">
<span class="unu"></span> <span class="doi"></span> <span class="trei"></span>
</div>
</div>
</div>
<div class="test fill">
<h1>Test</h1>
</div>
<div class="test transp">
<h1>Test</h1>
</div>
<div class="test fill">
<h1>Test</h1>
</div>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="js/vendor/jquery-1.10.2.min.js"><\/script>')</script>
<script src="js/vendor/modernizr-2.6.2.min.js"></script>
<script src="js/plugins.js"></script>
<script src="js/main.js"></script>
<!-- Google Analytics: change UA-XXXXX-X to be your site's ID. -->
<script>
(function(b,o,i,l,e,r){b.GoogleAnalyticsObject=l;b[l]||(b[l]=
function(){(b[l].q=b[l].q||[]).push(arguments)});b[l].l=+new Date;
e=o.createElement(i);r=o.getElementsByTagName(i)[0];
e.src='//www.google-analytics.com/analytics.js';
r.parentNode.insertBefore(e,r)}(window,document,'script','ga'));
ga('create','UA-XXXXX-X');ga('send','pageview');
</script>
</body>
</html>