-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
44 lines (44 loc) · 2.26 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
<!DOCTYPE html>
<html class="no-js" lang="ru">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>Rebranch - Internet Agency</title>
<link href="http://fonts.googleapis.com/css?family=PT+Sans&subset=latin,cyrillic" rel="stylesheet" />
<meta name="description" content="" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="css/main.min.css" />
<script>
var rootEl = document.getElementsByTagName('html')[0];
rootEl.className = 'js';
testTouch = function() {
if (('ontouchstart' in window) || window.DocumentTouch && document instanceof DocumentTouch) {
return true;
}
else {
return false;
}
};
if (testTouch()) {
rootEl.className = rootEl.className + ' touch';
}
</script>
</head>
<body>
<div itemscope itemtype="http://www.schema.org/Organization">
<h1 class="visuallyhidden"><span itemprop="name">Rebranch</span> - <span itemprop="description">разработка сайтов</span></h1>
<p class="logo"><img itemprop="logo" src="img/logo.png" width="90" height="140" alt="Логотип Rebranch" /></p>
<p class="address" itemprop="address" itemscope itemtype="http://www.schema.org/PostalAddress">
<span itemprop="addressLocality">г. Уфа</span>, <span itemprop="streetAddress">ул. Карла Маркса, д. 37, к. 4</span>
</p>
<p class="contacts">
<span class="contacts__row" >телефон: <a class="telephone" href="tel:+79273234445" itemprop="telephone">+7-927-323-44-45</a></span><br />
<span class="contacts__row">e-mail: <a href="mailto:[email protected]" itemprop="email">[email protected]</a></span>
</p>
</div>
<div class="map">
<script src="//api-maps.yandex.ru/services/constructor/1.0/js/?sid=SzCu5Y2lYj5HPE59Btb0d0ERu0cuC-bO"></script>
<a class="map__link" href="http://maps.yandex.ru/?ll=55.941230%2C54.728840&spn=0.014377%2C0.005253&z=17&l=map"><img src="img/map.png" width="650" height="450" alt="Rebranch на карте" /></a>
</div>
</body>
</html>