-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
68 lines (53 loc) · 2.08 KB
/
index.html
File metadata and controls
68 lines (53 loc) · 2.08 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
<!DOCTYPE html>
<html lang="ru">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<meta charset="UTF-8">
<title>Android Studio</title>
<link rel="stylesheet" href="static/css/bootstrap.css">
<!--<link rel="stylesheet" href="static/css/bootstrap-responsive.css">-->
<link rel="stylesheet" href="static/css/horizontal.css">
</head>
<body>
<header class="navbar navbar-transparent navbar-static-top navbar-fixed-top bs-docs-nav" id="top" role="banner">
<div class="navbar-header">
<button class="navbar-toggle collapsed" type="button" data-toggle="collapse" data-target="#bs-navbar" aria-controls="bs-navbar" aria-expanded="false">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a href="" class="navbar-brand">
<img src="static/images/logo.png" alt="Android Studio">
</a>
</div>
<nav id="bs-navbar" class="collapse navbar-collapse navbar-fixed-top">
<ul class="nav navbar-nav">
<li class="active"><a href="#">Главная</a></li>
<li><a href="#folio">Портфолио</a></li>
<li><a href="#contact">Цены</a></li>
<li><a href="#contact">Наша команда</a></li>
<li><a href="#contact">Контакты</a></li>
</ul>
</nav>
<div class="navbar-right">
<span>8 (800) 111-22-33</span><br>
<span>пн-пт: с 10-00 до 19-00</span><br>
<span>info@android-studio.ru</span>
</div>
</header>
<!-- основная часть с секциями -->
<div class="row">
<section id="home" class="w-100 homesection">
</section>
<section id="second-section" class="w-50">
</section>
</div>
<footer>
<!-- the footer is empty -->
</footer>
<script src="static/js/bootstrap.js"></script>
</body>
</html>