-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
98 lines (94 loc) · 4.73 KB
/
index.html
File metadata and controls
98 lines (94 loc) · 4.73 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
<!DOCTYPE html>
<!--[if lt IE 7]><html lang="ru" class="lt-ie9 lt-ie8 lt-ie7"><![endif]-->
<!--[if IE 7]><html lang="ru" class="lt-ie9 lt-ie8"><![endif]-->
<!--[if IE 8]><html lang="ru" class="lt-ie9"><![endif]-->
<!--[if gt IE 8]><!-->
<html lang="ru" xmlns="http://www.w3.org/1999/html">
<!--<![endif]-->
<head>
<meta charset="utf-8" />
<title>Заголовок</title>
<meta name="description" content="" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="shortcut icon" href="favicon.png" />
<link rel="stylesheet" href="libs/bootstrap/bootstrap-grid-3.3.1.min.css" />
<link rel="stylesheet" href="libs/font-awesome-4.2.0/css/font-awesome.min.css" />
<link rel="stylesheet" href="libs/fancybox/jquery.fancybox.css" />
<link rel="stylesheet" href="libs/owl-carousel/owl.carousel.css" />
<link rel="stylesheet" href="libs/countdown/jquery.countdown.css" />
<link rel="stylesheet" href="css/fonts.css" />
<link rel="stylesheet" href="css/main.css" />
<link rel="stylesheet" href="css/media.css" />
<link href='http://fonts.googleapis.com/css?family=Indie+Flower' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Roboto' rel='stylesheet' type='text/css'>
</head>
<body>
<header class="top_header">
<div class="header-topline">
<div class="container-fluid">
<div class="col-md-12">
<div class="row">
<div class="blog-name">
Andrey Lepekha
</div>
<div class="my-blog">
<button class="useful-btn"><a href="">Полезное</a></button>
</div>
<div class="useful">
<button class="my-blog-btn"><a href="#">Где Я?</a></button>
</div>
<button class="myblog_useful hidden-md hidden-lg "><i class="fa fa-align-justify"></i></button>
<div class="small-buttons hidden-lg hidden-md">
<button class="useful-mobile hidden-lg"><i class="fa fa-thumbs-o-up"></i></button>
<button class="my-blog-mobile hidden-lg"><i class="fa fa-user"></i></button>
</div>
</div>
</div>
</div>
</div>
<img src="img/bg.png" id="gun" alt="fire-gun"/>
<!--<div class="container-fluid">-->
<!--<div class="col-md-12">-->
<!--<div class="row">-->
<!--<div class="picture">-->
<!--<img src="img/angularjs-hero.jpg" alt=""/>-->
<!--</div>-->
<!--</div>-->
<!--</div>-->
<!--</div>-->
</header>
<section id="main-content">
<div class="container-fluid">
<div class="col-md-6">
<div class="row">
<div class="content">
<h1>Так где же Я?</h1>
<p>Все еще хочешь узнать где ты находишься? Тогда прошу под кат.<div class="read-more"> <div class="sly">Lorem ipsum dolor sit amet, consectetur adipisicing elit. A accusamus aut beatae ducimus ea labore officia sapiente similique sit vero. Dolore dolorum eaque id illo, ipsa iure laudantium reprehenderit ullam!</div> <button class="rectangle" data-text="Читать Дальше" href="#">Читать Дальше</button></div></p>
<h1>Так где же Я?</h1>
<p>Pellentesque habitant morbi tristique senectus et netus.<div class="read-more"> <button class="rectangle" data-text="Читать Дальше">Читать Дальше</button></div> </p>
</div>
</div>
</div>
</div></section>
<!--[if lt IE 9]>
<script src="libs/html5shiv/es5-shim.min.js"></script>
<script src="libs/html5shiv/html5shiv.min.js"></script>
<script src="libs/html5shiv/html5shiv-printshiv.min.js"></script>
<script src="libs/respond/respond.min.js"></script>
<![endif]-->
<script src="libs/jquery/jquery-1.11.1.min.js"></script>
<script src="libs/jquery-mousewheel/jquery.mousewheel.min.js"></script>
<script src="libs/fancybox/jquery.fancybox.pack.js"></script>
<script src="libs/waypoints/waypoints-1.6.2.min.js"></script>
<script src="libs/scrollto/jquery.scrollTo.min.js"></script>
<script src="libs/owl-carousel/owl.carousel.min.js"></script>
<script src="libs/countdown/jquery.plugin.js"></script>
<script src="libs/countdown/jquery.countdown.min.js"></script>
<script src="libs/countdown/jquery.countdown-ru.js"></script>
<script src="libs/landing-nav/navigation.js"></script>
<script src="js/common.js"></script>
<!-- Yandex.Metrika counter --><!-- /Yandex.Metrika counter -->
<!-- Google Analytics counter --><!-- /Google Analytics counter -->
</body>
</html>