-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
63 lines (59 loc) · 3.71 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
<html>
<head>
<meta charset="UTF-8">
<title>Решение проблемы психологической совместимости</title>
<meta name="google-site-verification" content="d7OlQTll81NMkYK7clY3hhvc7RpLTIKWcEYnC33_S9E" />
<meta property="og:url" content="https://psycalc.github.io" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Решение проблемы человеческой совместимости" />
<meta property="og:description" content="Выбирайте свое окружение. Cоздавайте что-то вместе. Ищите родственные души" />
<meta property="og:image" content="https://psycalc.github.io/images/puzzle.jpg" />
<link rel="shortcut icon" href="/images/favicon.ico" type="image/x-icon">
<script src="js/jquery.min.js"></script>
<script src="js/main.js" type="text/javascript"></script>
<link rel="stylesheet" href="css/main.css">
</head>
<body>
<div id="fb-root"></div>
<script src="js/facebook-script.js"></script>
<!-- <h2>
<a href="javascript:$.redrawLanguage('eng');">English</a> <a href="javascript:$.redrawLanguage('rus');">Русский</a></h2> -->
<h2 lng="lng_looking"></h2>
<div class="tab menu">
<div lng="lng_select_languge">:</div>
<button class="lngtablinks" onclick="$.redrawLanguage(event,'eng')">English</button>
<button class="lngtablinks active" onclick="$.redrawLanguage(event,'rus')">Русский</button>
</div>
<div class="tab menu">
<!-- <button class="tablinks" onclick="openTab(event, 'insp')" lng="lng_inspiration">Вдохновение</button> -->
<button class="tablinks active" onclick="openTab(event, 'short')" lng="lng_short">Кратко</button>
<!-- <button class="tablinks" onclick="openTab(event, 'detailed')" lng="lng_detailed">Подробно</button> -->
<!-- <button class="tablinks" onclick="openTab(event, 'statistic')" lng="lng_statistic">Cтатистика [В разработке]</button> -->
<button class="tablinks" onclick="openTab(event, 'articles')" lng="lng_faq">Часто задаваемые вопросы [В разработке]</button>
<!-- <button class="tablinks" onclick="openTab(event, 'sphere')" lng="lng_sphere">Сферы применения [В разработке]</button> -->
</div>
<div class="main-wrapper ">
<div class="main-flex-wrapper ">
<div id="sphere" class="tabcontent ">
</div>
<div id="insp" class="tabcontent">
</div>
<div id="articles" class="tabcontent ">
</div>
<div id="statistic" class="tabcontent ">
</div>
<div id="short" class="tabcontent " style="display: flex; ">
</div>
<div id="detailed" class="tabcontent ">
</div>
</div>
</div>
<footer class="downfooter ">
<p>Телеграмм: <a href="https://t.me/joinchat/FDAy4UqApE6p25S456Ti6Q ">Группа в телеграмме.</a></p>
<p>Группа в контакте: <a href="https://vk.com/designofhumanity ">Группа в контакте</a> </p>
<p>Группа в Facebook: <a href="https://www.facebook.com/groups/1209941655840143/ ">Группа в Facebook</a></p>
<div class="fb-share-button " data-href="https://psycalc.github.io/ " data-layout="button_count " data-size="large " data-mobile-iframe="true "><a target="_blank " href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fpsycalc.github.io%2F&src=sdkpreparse
" class="fb-xfbml-parse-ignore ">Поделиться</a></div>
</footer>
</body>
</html>