-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
215 lines (188 loc) · 7.91 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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
---
layout: to_minify
title: aegis-icons – 2FA icons for Aegis
---
<head>
<link rel="preload" href="/css/main.css" as="style">
<link rel="preload" href="/assets/logo.svg" as="image">
<link rel="preload" href="/fonts/iA-Writer-Duo-S-Italic-stripped.woff2" as="font" type="font/woff2" crossorigin>
<link rel="preload" href="/fonts/inter-v3-latin-regular.woff2" as="font" type="font/woff2" crossorigin>
<link rel="prefetch" href="/fonts/inter-v3-latin-600.woff2" as="font" type="font/woff2" crossorigin>
<link rel="prefetch" href="/fonts/Inter-Italic-win-hint_stripped.woff2" as="font" type="font/woff2" crossorigin>
<link rel="stylesheet" href="/css/main.css">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>{{ page.title }}</title>
{% include 3b____metadata-stuff.txt %}
{% include 3c____favicon-stuff.txt %}
<style>
{% if jekyll.environment == "development" %}
{% include 2a____modules.css %}
{% include 2c____fonts.css %}
{% include 4a____sanitize.css %}
{% endif %}
{% if jekyll.environment == "production" %}
{% include modules.min.css %}
{% include fonts.min.css %}
{% include sanitize.min.css %}
{% endif %}
</style>
<script>{% include list.min.js %}</script>
</head>
<body>
<div id="gradient-bg">
<header>
<div id="logo"></div>
<h1>
Unofficial monochrome-styled 2FA icons for open source Android authenticator Aegis
</h1>
<a id="download-link" href="https://github.com/aegis-icons/aegis-icons/releases/latest/download/aegis-icons.zip">
<span data-nosnippet>
Download icon pack<br>
<b>(no further updates)</b>
</span>
</a>
<a id="release" href="https://github.com/aegis-icons/aegis-icons/releases/latest">
Latest release: <b id="release-date">...</b>
</a>
<div id="info-links" class="href-text" data-nosnippet>
<p class="href-purble">
<!--<a href="#issue-guidelines">Request new icons on GitHub</a>-->
<a href="https://github.com/beemdevelopment/Aegis#icon-packs">Alternative icon pack options</a>
</p>
<p class="href-blue">
<!-- <a href="https://github.com/aegis-icons/aegis-icons/blob/master/CONTRIBUTING.md">Contributing</a> • -->
<s><a href="#">Contributing</a></s> •
<a href="https://github.com/aegis-icons/aegis-icons/blob/master/FAQ.md">FAQ</a> •
<a href="https://github.com/aegis-icons/aegis-icons">Repository</a>
</p>
<p class="href-green">
<a href="https://getaegis.app/">Download Aegis for Android</a>
</p>
</div>
</header>
</div>
<div id="search-bar">
<div id="search-functions">
<input class="search" placeholder="Search the icons" type="search">
<button class="reset"><span data-nosnippet>Clear</span></button>
<noscript>
<style>
{% if jekyll.environment == "development" %}
{% include 2b____noscript-style.css %}
{% endif %}
{% if jekyll.environment == "production" %}
{% include noscript-style.min.css %}
{% endif %}
</style>
<div>
<span data-nosnippet>
Enable JavaScript for search & other functions<br>
<small>
3rd party connections: <a href="https://www.goatcounter.com/">GoatCounter</a>, <a href="https://api.github.com/repos/aegis-icons/aegis-icons/releases/latest">GitHub JSON</a>
</small>
</span>
</div>
</noscript>
</div>
</div>
<div id="primary">
<h2>
Apps & Sites
<span class="label" id="icon-amount-pri">...</span>
</h2>
<div class="list">
{% assign image_files = site.static_files | where: "is_primary", true %}
{% for myimage in image_files %}
{% include 3a____icon-elements.txt %}
{% endfor %}
</div>
</div>
<div id="variations">
<h2>
Variations & Alternatives
<span class="label" id="icon-amount-var">...</span>
</h2>
<div class="list">
{% assign image_files = site.static_files | where: "is_variation", true %}
{% for myimage in image_files %}
{% include 3a____icon-elements.txt %}
{% endfor %}
</div>
</div>
<div id="generic">
<h2>
Generic
<span class="label" id="icon-amount-gen">...</span>
</h2>
<div class="list">
{% assign image_files = site.static_files | where: "is_generic", true %}
{% for myimage in image_files %}
{% include 3a____icon-elements.txt %}
{% endfor %}
</div>
</div>
<div id="outdated">
<h2>
Outdated
<span class="label" id="icon-amount-out">...</span>
</h2>
<div class="list">
{% assign image_files = site.static_files | where: "is_outdated", true %}
{% for myimage in image_files %}
{% include 3a____icon-elements.txt %}
{% endfor %}
</div>
</div>
<footer class="href-text">
<p id="icon-total">
Currently, we have total of <b id="total-icon-count">...</b> icons!
</p>
<a href="https://github.com/aegis-icons/aegis-icons">
<img src="/assets/github.svg" loading="lazy" decoding="async">
GitHub
</a>
<p class="disclaimer">
Aegis-icons includes material that may be protected as a trademark in some jurisdictions. Trademarks seen in here does not indicate endorsement to the brands. If you want to use icon(s) publicly, you have to ensure that you have the legal right to do so and that you do not infringe any trademark rights. Please do not use brand based icons for any purpose except to represent the company, product, or service to which they refer.
</p>
<p class="disclaimer">
We don't make icons for general purpose, we only focus on userbase of Aegis, the Android app. Check out <a href="https://simpleicons.org/">Simple Icons</a> instead!
</p>
<p id="small-links">
<a href="https://github.com/aegis-icons/aegis-icons/blob/master/messageme.md">Takedown info</a> • <a href="https://github.com/aegis-icons/aegis-icons/blob/master/LICENSE.md">License</a> • <a href="https://github.com/aegis-icons/aegis-icons/#credits">Credits</a> • <a href="https://github.com/aegis-icons/aegis-icons/blob/master/CREDITS-TO-CONTRIBUTORS.md">Contributors</a>
</p>
</footer>
<div class="lightbox" id="issue-guidelines">
<figure>
<a href="#" class="close"></a>
<figcaption class="href-text href-blue">
<a href="#" class="close-mobile">Close this modal</a>
<h2>Before making any requests, please read our <b>issue guidelines!</b></h2>
{% capture md-include1 %}{% include 1c____issue-guidelines.md %}{% endcapture %}
{{ md-include1 | markdownify }}
<a id="accept" href="https://github.com/aegis-icons/aegis-icons/issues/">Accept the guidelines</a>
<p id="note">For making issues, you'll need <a href="https://github.com/join">GitHub account</a>.</p>
</figcaption>
</figure>
</div>
<button id="scroll-to-top">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256"><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="16" d="M128 224V72m-72 72 72-72 72 72M40 40h176"/></svg>
</button>
<script>
{% if jekyll.environment == "development" %}
{% include 1a____bottom-scripts.js %}
{% endif %}
{% if jekyll.environment == "production" %}
{% include bottom-scripts.min.js %}
{% endif %}
</script>
<script type="module">
{% if jekyll.environment == "development" %}
{% include 1b____bottom-scripts-module.js %}
{% endif %}
{% if jekyll.environment == "production" %}
{% include bottom-scripts-module.min.js %}
{% endif %}
</script>
<script data-goatcounter="https://aegis-icons.goatcounter.com/count" async src="//gc.zgo.at/count.js"></script>
</body>