-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
96 lines (81 loc) · 3.5 KB
/
index.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
<!doctype html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>СаматМикра</title>
<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="css/custom_test2.css">
<link rel="shortcut icon" href="images/favicon.ico" >
</head>
<body style="background-image: url(images/bgi.jpg);">
<nav class="navbar navbar-default" role="navigation">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="index.html"><img src="images/glass.png"></a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right" >
<li><a href="ekz.html">ЭКЗАМЕН</a></li>
<li><a href="v.html">выручка</a></li>
<li><a href="i.html">издержки</a></li>
<li><a href="e.html">эластичность</a></li>
<li><a href="r.html">равновесие</a></li>
<li><a href="http://www.vk.com/samatmikra" target="_blank"><img id="vk" alt="VK" src="images/vk2.jpg"></a></li>
</ul>
</div><!-- /.navbar-collapse -->
</div><!-- /.container-fluid -->
</nav>
<div class="container">
<header>
<div class="jumbotron">
<div class="container">
<div class="row ">
<div class="thumbnail">
<a href="ekz.html"><img class="img-responsive" src="images/ekzl.png"></a>
</div>
</div>
<div class="row ">
<div class="thumbnail col-md-6" onclick="location.href='v.html';" style="cursor:pointer;">
<img class="img-responsive" src="images/hv.png"></a>
</div>
<div class="thumbnail col-md-6" onclick="location.href='i.html';" style="cursor:pointer;">
<img class="img-responsive" src="images/hi.png"></a>
</div>
</div>
</div>
<div class="container">
<div class="row ">
<div class="thumbnail col-md-6" onclick="location.href='e.html';" style="cursor:pointer;">
<img class="img-responsive" src="images/he.png"></a>
</div>
<div class="thumbnail col-md-6" onclick="location.href='r.html';" style="cursor:pointer;">
<img class="img-responsive" src="images/hr.png"></a>
</div>
</div>
</div>
</div>
</div>
</header>
</div>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<script src="js/bootstrap.min.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-56789746-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>