-
Notifications
You must be signed in to change notification settings - Fork 6
/
popup.html
53 lines (47 loc) · 2.64 KB
/
popup.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="styles/popup.css" />
<link rel="stylesheet" href="styles/font.css">
</head>
<body>
<main class="container">
<a href="#"><img class="logo" src="/icons/logo-tarjomak.png" /></a>
<div class="help">
<a href="help.html" class="new-tab">راهنما:</a> برای ترجمه سریع، متن مورد نظر را انتخاب نموده و کلید <span>SHIFT</span>
را یکبار بزنید.
</div>
<div autocomplete="off" id="form" dir="ltr">
<div class="webflow-style-input">
<input autocomplete="off" type="text" id="query" class="search-box" placeholder="متن دلخواه" />
<button type="submit" id="search">→</button>
</div>
</div>
<div id="loading" style="display:none">لطفا کمی صبر کنید ...</div>
<div id="translationcontainer" style="display:none"></div>
</main>
<footer>
<div class="creator">
طراحی و توسعه با <span class="icon-heart"></span> توسط <a href="https://www.linkedin.com/in/mostafaalahyari/" id="developer" class="new-tab" title="Mostafa Alahyari ">مصطفی
الهیاری
</a>
<div class="social">
<a class="new-tab" href="mailto:[email protected]" id="user-email" title="My Email "><span class="icon-envelope-square"></span></a>
<a class="new-tab" href="https://twitter.com/mimalef70" id="user-twitter" title="My Twitter "><span
class="icon-twitter-square"></span></a>
<a class="new-tab" href="https://www.linkedin.com/in/mostafaalahyari/" id="user-linkedin" title="My Linkedin "><span
class="icon-linkedin-square"></span></a>
<a class="new-tab" href="https://github.com/mimalef70/tarjomak" id="user-github" title="Project Github "><span
class="icon-github-square"></span></a>
<a class="new-tab" href="https://mimalef70.github.io/tarjomak/" id="user-www" title="Project Page "><span
class="icon-external-link-square"></span></a>
</div>
<span class="targoman">قدرت گرفته از مترجم <a href="https://targoman.ir/" class="new-tab" title="Targoman">ترگمان</a></span>
</div>
</footer>
<script src="script/links.js"></script>
<script src="script/popup.js"></script>
<script src="script/clipboard.min.js"></script>
</body>
</html>