-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
88 lines (82 loc) · 5.25 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>LearnHebrew - Translation with ease</title>
<meta name="og:title" property="og:title" content="LearnHebrew Translate - Our dictionary site uses a split view of two popular translation websites. ">
<meta name="description" content="LearnHebrew Translate runs morfix and reverso context side by side to see results with a single search.">
<meta name="og:description" content="LearnHebrew Translate runs morfix and reverso context side by side to see results with a single search. ">
<meta name="og:url" content="https://avipars.github.io/hebrew_iframe/index.html">
<meta name="google-site-verification" content="6mSwr59OO3lo6SqkxiCUc9-cQro0qvltR-iYPQCfHFw" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:site" content="@unitmeasure" />
<meta name="twitter:creator" content="@aviinfinity" />
<meta property="og:image" content="https://avipars.github.io/hebrew_iframe/img/hebrew_letters.jpg" />
<meta name="google-site-verification" content="6mSwr59OO3lo6SqkxiCUc9-cQro0qvltR-iYPQCfHFw" />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="img/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="img/favicon-16x16.png">
<link rel="manifest" href="img/site.webmanifest">
<meta name="viewport" content="width=400" />
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-giJF6kkoqNQ00vy+HMDP7azOuL0xtbfIcaT9wjKHr8RbDVddVHyTfAAsrekwKmP1" crossorigin="anonymous">
<link rel="stylesheet" href="style/styles.css">
<script src="code/code.js" type="text/javascript"></script>
<meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<script type="module" src="https://unpkg.com/x-frame-bypass"></script>
<script data-goatcounter="https://avigit.goatcounter.com/count"
async src="//gc.zgo.at/count.js"></script>
<body>
<nav id="navbar">
<div>
<ul>
<li class="nav-list"><a href="https://github.com/avipars/hebrew_iframe" target="_blank">Source Code</a>
</li>
<li class="nav-list"><a href="https://avipars.github.io/hebrew_iframe/Resources.html" target="_blank">Hebrew Resources</a></li>
<li class="nav-list"><a href="https://www.unitmeasure.xyz" target="_blank">unitMeasure App</a></li>
<li class="nav-list"><a href="https://www.aviparshan.com/israeldeals/index.html" target="_blank">Best Deals in Israel</a>
</li>
<li class="nav-list"><a href="https://ko-fi.com/aviparshan" target="_blank" rel="nofollow">Buy me a coffee</a>
</li>
<form id="myForm" class="formy" onkeypress="fnsearch()" onsubmit="javascript:reload()" style="float:right">
<input id="input" type="text" placeholder="Search..." name="search" spellcheck="true" autocomplete="on" aria-label="Search" autofocus onkeyup="javascript:fnsearch()">
<button class="btn btn-outline-success my-2 my-sm-0" type="button" id="button" onclick="javascript:reload()"><i class="fa fa-search"></i></button>
</form>
</ul>
</div>
</nav>
<div id="content">
<div class="thumbnail" id="thumbnail1">
<iframe id="frame1" class="iframe" src="https://context.reverso.net/translation/hebrew-english" frameborder="0" scrolling="no" height="950px" width="50%" align="left"> </iframe>
</div>
<div class="thumbnail" id="thumbnail2">
<iframe id="frame2" is="x-frame-bypass" class="iframe" src="https://www.morfix.co.il/" frameborder="0" scrolling="no" height="950px" width="50%" align="right" target="_top">
</iframe>
</div>
</div>
<!-- <script data-name="BMC-Widget" src="https://cdnjs.buymeacoffee.com/1.0.0/widget.prod.min.js" data-id="aviparshan" data-description="Support this project on Buy me a coffee!" data-message="Thank you for visiting. It would mean a lot if you can support the project!"
data-color="#FF813F" data-position="right" data-x_margin="18" data-y_margin="18"></script> -->
<script src='https://storage.ko-fi.com/cdn/scripts/overlay-widget.js'></script>
<script>
kofiWidgetOverlay.draw('aviparshan', {
'type': 'floating-chat',
'floating-chat.donateButton.text': 'Support me',
'floating-chat.donateButton.background-color': '#00b9fe',
'floating-chat.donateButton.text-color': '#fff'
});
</script>
<!-- Footer -->
<footer class="page-footer font-small blue">
<div class="container">
<!-- Copyright -->
<div class="footer-copyright text-center py-3">© <a href="https://www.aviparshan.com/">
AviParshan.com</a> 2019-
<script>
document.write(new Date().getFullYear())
</script>. All Rights Reserved.</p>
<!-- Copyright -->
</div>
</footer>
<!-- Footer -->
</body>
</html>