-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
81 lines (77 loc) · 2.7 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
<!DOCTYPE html5>
<html>
<head>
<meta charset="utf-8" />
<title>Kehillot | קהילות</title>
<script src="https://code.jquery.com/jquery-3.4.1.min.js"></script>
<!-- <script src="js/matomo.js"></script> -->
<script src="translations.js"></script>
<link href="styles.css" rel="stylesheet" type="text/css" />
</head>
<body>
<header class="head_foot">
<div class="head_foot_block left" style="width: 100px">
</div>
<div class="head_foot_block center">
<h1 trans="index_header"></h1>
</div>
<div class="head_foot_block right" style="width: 100px">
<img class="flag" src="vendor/flags/cs.svg" alt="cs" />
<img class="flag" src="vendor/flags/en.svg" alt="en" />
<img class="flag" src="vendor/flags/de.svg" alt="de" />
</div>
</header>
<div class="content-wrap" style="flex-direction: column; font-size: 130%; align-items: center">
<div style="padding:5px">
<div class="tab-popis" style="margin-top:0px; max-width: 900px">
<h1 trans="about_h1"></h1>
<p trans="about_txt"></p>
</div>
<div class="tab-popis" style="max-width: 900px">
<h1 trans="locs_h1"></h1>
<p id="locs" style="text-align:center"></p>
</div>
</div>
</div>
<footer class="head_foot">
<div class="head_foot_block left" style="width: 300px">
<a id="link_hiu_inst" target="_blank">
<div style="display:flex; text-align:left">
<img src="vendor/logos/hiu.svg" class="logo" />
<span trans="link_hiu_inst" style="padding-left:5px"></span>
</div>
</a>
</div>
<div class="head_foot_block center">
<p>
<a id="link_hiu_db" target="_blank"><span trans="link_hiu_db"></span></a><br />
<span>
<a href="mailto:[email protected]" title="e-mail">
<img src="vendor/images/email.svg" class="icon" />
</a>
<a href="https://scholia.toolforge.org/author/Q61685639" title="Wikidata/Scholia" target="_blank">
<img src="vendor/logos/wikidata.svg" class="icon" />
</a>
<a id="link_mastodon" target="_blank">
<img src="vendor/logos/mastodon.svg" class="icon" />
</a>
</span>
</p>
</div>
<div class="head_foot_block right" style="width: 300px">
<a id="link_cc" target="_blank">
<div style="display:flex; text-align:right">
<img src="vendor/logos/cc-by-sa.svg" class="logo" />
</div>
</a>
<a href="https://github.com/daelba/kehillot" target="_blank" alt="GitHub repository"
title="GitHub repository">
<div style="display:flex; text-align:left">
<img src="vendor/logos/github-mark-white.svg" class="logo" />
<span style="padding-left:5px"><span trans="verze"></span><br />1.0.0</span>
</div>
</a>
</div>
</footer>
</body>
</html>