This repository was archived by the owner on Sep 10, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
95 lines (87 loc) · 5.13 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
89
90
91
92
93
94
95
<!doctype html>
<html>
<meta charset="utf-8">
<link href="https://fonts.googleapis.com/css?family=Inconsolata" rel="preload">
<link rel="stylesheet" type="text/css" href="css/natural.css">
<link rel="stylesheet" type="text/css" href="css/header.css">
<link rel="stylesheet" type="text/css" href="css/emoji.css">
<link rel="stylesheet" type="text/css" href="css/menu.css">
<link rel="stylesheet" type="text/css" href="css/notif.css">
<link rel="stylesheet" type="text/css" href="css/settings.css">
<header>
<input type="text" id="search" class="header-search" required>
<h1>Gitmoji</h1>
<svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" viewBox="0 0 18 18" class="move-window"><path fill="currentColor" d="M10.1 10.1h5.14v2.28l3.3-3.1-3.3-3.12v2.27h-5.12V3.3h2.27l-.02-.02L9.28 0 6.15 3.28h2.27v5.15H3.3V6.15h-.02L0 9.28l3.28 3.1v-2.26h5.15m0 0v5.14H6.15l3.12 3.3 3.1-3.3h.02-2.3V10.1"/></svg>
</header>
<div class="emoji-wrapper">
<table id="emojis" class="emojis"></table>
</div>
<ul class="menu">
<li><button class="menu-item menu-main"></button></li>
<li><button class="menu-item hide-window">×</button></li>
<li><button class="menu-item minimize-window">--</button></li>
<li><button class="menu-item show-settings-window">⚙</button></li>
<li><button class="menu-item shut-down"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 325.214 325.214"><g fill="currentColor"><path d="M288.78 93.56c-15.32-23.64-36.84-42.47-62.25-54.47-1.6-.77-3.1-1.14-4.56-1.14-1.97 0-8.4.83-8.4 11.54v17.75c0 9 5.5 13.1 7.17 14.16 32.6 20.34 52.08 55.33 52.08 93.6 0 60.77-49.44 110.2-110.2 110.2S52.38 235.78 52.38 175c0-38.87 19.94-74.14 53.34-94.35 4.47-2.7 6.84-7.43 6.84-13.65V49c0-7.96-5.08-10.78-9.43-10.78-1.7 0-3.54.42-5.14 1.18C72.8 51.48 51.43 70.3 36.25 93.88 20.64 118.07 12.4 146.14 12.4 175c0 82.83 67.38 150.2 150.2 150.2S312.83 257.84 312.83 175c0-29-8.3-57.15-24.04-81.44z"/><path d="M152.58 117h21c5.5 0 10-4.5 10-10V10c0-5.5-4.5-10-10-10h-21c-5.52 0-10 4.5-10 10v97c0 5.5 4.48 10 10 10z" /></g></svg></button></li>
</ul>
<div id="settings-window" class="settings-window">
<h3>
<span class="left" style="vertical-align: middle;">
<button class="btn left" id="settings-cancel" data-label="Cancel" data-label-down><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 26.458333 26.458333"><path d="M10.7 2.54L2.47 10.8 0 13.22l2.46 2.44 8.25 8.25 2.45-2.44-6.52-6.52h19.83V11.5H6.62L13.15 5z"/></svg></button>
<button class="btn primary left" id="settings-save" data-label="Save & apply" data-label-down>💾</button>
</span>
Settings
<span class="close" id="close-settings-window">×</span>
</h3>
<div class="container">
<table class="settings">
<tr class="setting">
<td>Always on top</td>
<td>
<input type="checkbox" id="always-on-top">
<label for="always-on-top" class="checkbox">
<span class="checkbox-track"></span>
<span class="checkbox-handle"></span>
</label>
</td>
</tr>
<tr class="setting">
<td>Hide on copy</td>
<td>
<input type="checkbox" id="hide-on-copy" class="checkbox">
<label for="hide-on-copy" class="checkbox">
<span class="checkbox-track"></span>
<span class="checkbox-handle"></span>
</label>
</td>
</tr>
<tr class="setting">
<td>Show on</td>
<td><input type="text" id="show-window-shortcut" class="settings-shortcut"></td>
</tr>
<tr class="setting">
<td>Position</td>
<td>
<input type="checkbox" id="window-pos-center">
<label for=window-pos-center class="checkbox" data-label="Center">
<span class="checkbox-track"></span>
<span class="checkbox-handle"></span>
</label>
<input type="number" id="window-x" class="small" placeholder="Left">
<input type="number" id="window-y" class="small" placeholder="Right">
<button class="btn small" id="set-current-window-pos">Current</button>
</td>
</tr>
<tr class="setting">
<td>Size</td>
<td>
<input type="number" id="window-width" placeholder="Width"> <span style="font-family: var(--mono-font)">x</span>
<input type="number" id="window-height" placeholder="Height">
<button class="btn small" id="set-current-window-size">Current</button>
</td>
</tr>
</table>
</div>
<p class="signature"><span style="color: var(--blue)">❰❱</span> with <span style="color: #e74c3c;">❤</span> by <a href="https://github.com/math2001" target="browser">@math2001</a></p>
</div>
<script type="text/javascript" src="./js/app.js"></script>
</html>