canduckle 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (37) hide show
  1. checksums.yaml +7 -0
  2. data/_includes/footer.html +16 -0
  3. data/_sass/footer.scss +8 -0
  4. data/_sass/main.scss +22 -0
  5. data/_sass/normalize.scss +349 -0
  6. data/_sass/search.scss +48 -0
  7. data/assets/Canduckle.png +0 -0
  8. data/assets/Canduckle.xcf +0 -0
  9. data/assets/favicon/android-icon-144x144.png +0 -0
  10. data/assets/favicon/android-icon-192x192.png +0 -0
  11. data/assets/favicon/android-icon-36x36.png +0 -0
  12. data/assets/favicon/android-icon-48x48.png +0 -0
  13. data/assets/favicon/android-icon-72x72.png +0 -0
  14. data/assets/favicon/android-icon-96x96.png +0 -0
  15. data/assets/favicon/apple-icon-114x114.png +0 -0
  16. data/assets/favicon/apple-icon-120x120.png +0 -0
  17. data/assets/favicon/apple-icon-144x144.png +0 -0
  18. data/assets/favicon/apple-icon-152x152.png +0 -0
  19. data/assets/favicon/apple-icon-180x180.png +0 -0
  20. data/assets/favicon/apple-icon-57x57.png +0 -0
  21. data/assets/favicon/apple-icon-60x60.png +0 -0
  22. data/assets/favicon/apple-icon-72x72.png +0 -0
  23. data/assets/favicon/apple-icon-76x76.png +0 -0
  24. data/assets/favicon/apple-icon-precomposed.png +0 -0
  25. data/assets/favicon/apple-icon.png +0 -0
  26. data/assets/favicon/favicon-16x16.png +0 -0
  27. data/assets/favicon/favicon-32x32.png +0 -0
  28. data/assets/favicon/favicon-64x64.png +0 -0
  29. data/assets/favicon/favicon-96x96.png +0 -0
  30. data/assets/favicon/ms-icon-144x144.png +0 -0
  31. data/assets/favicon/ms-icon-150x150.png +0 -0
  32. data/assets/favicon/ms-icon-310x310.png +0 -0
  33. data/assets/favicon/ms-icon-70x70.png +0 -0
  34. data/assets/main.scss +7 -0
  35. data/license +21 -0
  36. data/readme.md +0 -0
  37. metadata +106 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: b642e7bf9f1953bda01e83c05dc7aafdccc4475667b0e9c0ce9521adbc0f78b2
4
+ data.tar.gz: 7820b9daaf361da8866d2c21c2cc8fce75c4ce5f24bfc6e1443f89455198c6c6
5
+ SHA512:
6
+ metadata.gz: 9e0967ce647f9499a36a927fbd972a9aee16536ced675f057266501e7570fb420b96374b2bd1448fdda17f143f27315865c6168885ece0cab1d6edb94798ad56
7
+ data.tar.gz: b966bf2a1b7eeb85238ca5cc96993a708d1d45185d7b06b80ffa28deaba6444c9dd1c36a610d583f557beeef1355f64c685114dcd0ca2cecbab8abeb5407993f
@@ -0,0 +1,16 @@
1
+ <footer>
2
+ <div>
3
+ <a href="//github.com/EthanMcBloxxer/canduckle/">
4
+ <svg width="40" height="54" viewBox="0 0 509 678" fill="none" xmlns="http://www.w3.org/2000/svg">
5
+ <path d="M84.7915 423.794H42.3945V466.191H84.7915V423.794Z" fill="#ff405a"></path>
6
+ <path d="M127.194 466.103H84.7969V508.5H127.194V466.103Z" fill="#ff405a"></path>
7
+ <path d="M84.7915 508.5H42.3945V550.897H84.7915V508.5Z" fill="#ff405a"></path>
8
+ <path d="M339.075 42.3969H296.678V0H254.281V84.7061H339.075V42.3969Z" fill="#ff405a"></path>
9
+ <path d="M381.487 84.7061H339.09V169.5H381.487V84.7061Z" fill="#ff405a"></path>
10
+ <path d="M42.3969 466.103H0V508.5H42.3969V466.103Z" fill="#ff405a"></path>
11
+ <path d="M381.4 550.897V254.206H296.694V211.897H339.091V169.5H296.694V127.103H254.297V84.7061H211.9V169.5H254.297V254.206H211.9V550.897H84.7969V593.294H169.503V635.603H211.9V678H381.4V635.603H423.797V593.294H508.591V550.897H381.4Z" fill="#ff405a"></path>
12
+ </svg>
13
+ </a>
14
+ <p>{{ include.text }}</p>
15
+ </div>
16
+ </footer>
data/_sass/footer.scss ADDED
@@ -0,0 +1,8 @@
1
+ footer {
2
+ width: 100%;
3
+ border-top: 1px solid hsl(0, 0%, 23%);
4
+ transition: all 0.4s ease;
5
+ > div {
6
+ padding: 2.5rem 1rem;
7
+ }
8
+ }
data/_sass/main.scss ADDED
@@ -0,0 +1,22 @@
1
+ $backgroundColor: hsl(0, 0%, 9%);
2
+ $bodyColor: hsl(0, 0%, 53%);
3
+ $bodyFont: -apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
4
+
5
+ html, body {
6
+ width: 100%;
7
+ background: $backgroundColor;
8
+ color: $bodyColor;
9
+ font-family: $bodyFont;
10
+ text-align: center;
11
+ align-items: center;
12
+ justify-content: center;
13
+ display: flex;
14
+ flex-direction: column;
15
+ }
16
+
17
+ ::-webkit-scrollbar {background-color: $backgroundColor;}
18
+ ::-webkit-scrollbar-thumb {background-color: $backgroundColor;}
19
+ ::-webkit-scrollbar-thumb:hover {background-color: lighten($backgroundColor, 10%);}
20
+ ::-webkit-scrollbar-thumb:active {background-color: lighten($backgroundColor, 15%);}
21
+ ::-webkit-scrollbar-corner {background-color: $backgroundColor;}
22
+ * {scrollbar-color: $backgroundColor lighten($backgroundColor, 10%);}
@@ -0,0 +1,349 @@
1
+ /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
2
+
3
+ /* Document
4
+ ========================================================================== */
5
+
6
+ /**
7
+ * 1. Correct the line height in all browsers.
8
+ * 2. Prevent adjustments of font size after orientation changes in iOS.
9
+ */
10
+
11
+ html {
12
+ line-height: 1.15; /* 1 */
13
+ -webkit-text-size-adjust: 100%; /* 2 */
14
+ }
15
+
16
+ /* Sections
17
+ ========================================================================== */
18
+
19
+ /**
20
+ * Remove the margin in all browsers.
21
+ */
22
+
23
+ body {
24
+ margin: 0;
25
+ }
26
+
27
+ /**
28
+ * Render the `main` element consistently in IE.
29
+ */
30
+
31
+ main {
32
+ display: block;
33
+ }
34
+
35
+ /**
36
+ * Correct the font size and margin on `h1` elements within `section` and
37
+ * `article` contexts in Chrome, Firefox, and Safari.
38
+ */
39
+
40
+ h1 {
41
+ font-size: 2em;
42
+ margin: 0.67em 0;
43
+ }
44
+
45
+ /* Grouping content
46
+ ========================================================================== */
47
+
48
+ /**
49
+ * 1. Add the correct box sizing in Firefox.
50
+ * 2. Show the overflow in Edge and IE.
51
+ */
52
+
53
+ hr {
54
+ box-sizing: content-box; /* 1 */
55
+ height: 0; /* 1 */
56
+ overflow: visible; /* 2 */
57
+ }
58
+
59
+ /**
60
+ * 1. Correct the inheritance and scaling of font size in all browsers.
61
+ * 2. Correct the odd `em` font sizing in all browsers.
62
+ */
63
+
64
+ pre {
65
+ font-family: monospace, monospace; /* 1 */
66
+ font-size: 1em; /* 2 */
67
+ }
68
+
69
+ /* Text-level semantics
70
+ ========================================================================== */
71
+
72
+ /**
73
+ * Remove the gray background on active links in IE 10.
74
+ */
75
+
76
+ a {
77
+ background-color: transparent;
78
+ }
79
+
80
+ /**
81
+ * 1. Remove the bottom border in Chrome 57-
82
+ * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
83
+ */
84
+
85
+ abbr[title] {
86
+ border-bottom: none; /* 1 */
87
+ text-decoration: underline; /* 2 */
88
+ text-decoration: underline dotted; /* 2 */
89
+ }
90
+
91
+ /**
92
+ * Add the correct font weight in Chrome, Edge, and Safari.
93
+ */
94
+
95
+ b,
96
+ strong {
97
+ font-weight: bolder;
98
+ }
99
+
100
+ /**
101
+ * 1. Correct the inheritance and scaling of font size in all browsers.
102
+ * 2. Correct the odd `em` font sizing in all browsers.
103
+ */
104
+
105
+ code,
106
+ kbd,
107
+ samp {
108
+ font-family: monospace, monospace; /* 1 */
109
+ font-size: 1em; /* 2 */
110
+ }
111
+
112
+ /**
113
+ * Add the correct font size in all browsers.
114
+ */
115
+
116
+ small {
117
+ font-size: 80%;
118
+ }
119
+
120
+ /**
121
+ * Prevent `sub` and `sup` elements from affecting the line height in
122
+ * all browsers.
123
+ */
124
+
125
+ sub,
126
+ sup {
127
+ font-size: 75%;
128
+ line-height: 0;
129
+ position: relative;
130
+ vertical-align: baseline;
131
+ }
132
+
133
+ sub {
134
+ bottom: -0.25em;
135
+ }
136
+
137
+ sup {
138
+ top: -0.5em;
139
+ }
140
+
141
+ /* Embedded content
142
+ ========================================================================== */
143
+
144
+ /**
145
+ * Remove the border on images inside links in IE 10.
146
+ */
147
+
148
+ img {
149
+ border-style: none;
150
+ }
151
+
152
+ /* Forms
153
+ ========================================================================== */
154
+
155
+ /**
156
+ * 1. Change the font styles in all browsers.
157
+ * 2. Remove the margin in Firefox and Safari.
158
+ */
159
+
160
+ button,
161
+ input,
162
+ optgroup,
163
+ select,
164
+ textarea {
165
+ font-family: inherit; /* 1 */
166
+ font-size: 100%; /* 1 */
167
+ line-height: 1.15; /* 1 */
168
+ margin: 0; /* 2 */
169
+ }
170
+
171
+ /**
172
+ * Show the overflow in IE.
173
+ * 1. Show the overflow in Edge.
174
+ */
175
+
176
+ button,
177
+ input { /* 1 */
178
+ overflow: visible;
179
+ }
180
+
181
+ /**
182
+ * Remove the inheritance of text transform in Edge, Firefox, and IE.
183
+ * 1. Remove the inheritance of text transform in Firefox.
184
+ */
185
+
186
+ button,
187
+ select { /* 1 */
188
+ text-transform: none;
189
+ }
190
+
191
+ /**
192
+ * Correct the inability to style clickable types in iOS and Safari.
193
+ */
194
+
195
+ button,
196
+ [type="button"],
197
+ [type="reset"],
198
+ [type="submit"] {
199
+ -webkit-appearance: button;
200
+ }
201
+
202
+ /**
203
+ * Remove the inner border and padding in Firefox.
204
+ */
205
+
206
+ button::-moz-focus-inner,
207
+ [type="button"]::-moz-focus-inner,
208
+ [type="reset"]::-moz-focus-inner,
209
+ [type="submit"]::-moz-focus-inner {
210
+ border-style: none;
211
+ padding: 0;
212
+ }
213
+
214
+ /**
215
+ * Restore the focus styles unset by the previous rule.
216
+ */
217
+
218
+ button:-moz-focusring,
219
+ [type="button"]:-moz-focusring,
220
+ [type="reset"]:-moz-focusring,
221
+ [type="submit"]:-moz-focusring {
222
+ outline: 1px dotted ButtonText;
223
+ }
224
+
225
+ /**
226
+ * Correct the padding in Firefox.
227
+ */
228
+
229
+ fieldset {
230
+ padding: 0.35em 0.75em 0.625em;
231
+ }
232
+
233
+ /**
234
+ * 1. Correct the text wrapping in Edge and IE.
235
+ * 2. Correct the color inheritance from `fieldset` elements in IE.
236
+ * 3. Remove the padding so developers are not caught out when they zero out
237
+ * `fieldset` elements in all browsers.
238
+ */
239
+
240
+ legend {
241
+ box-sizing: border-box; /* 1 */
242
+ color: inherit; /* 2 */
243
+ display: table; /* 1 */
244
+ max-width: 100%; /* 1 */
245
+ padding: 0; /* 3 */
246
+ white-space: normal; /* 1 */
247
+ }
248
+
249
+ /**
250
+ * Add the correct vertical alignment in Chrome, Firefox, and Opera.
251
+ */
252
+
253
+ progress {
254
+ vertical-align: baseline;
255
+ }
256
+
257
+ /**
258
+ * Remove the default vertical scrollbar in IE 10+.
259
+ */
260
+
261
+ textarea {
262
+ overflow: auto;
263
+ }
264
+
265
+ /**
266
+ * 1. Add the correct box sizing in IE 10.
267
+ * 2. Remove the padding in IE 10.
268
+ */
269
+
270
+ [type="checkbox"],
271
+ [type="radio"] {
272
+ box-sizing: border-box; /* 1 */
273
+ padding: 0; /* 2 */
274
+ }
275
+
276
+ /**
277
+ * Correct the cursor style of increment and decrement buttons in Chrome.
278
+ */
279
+
280
+ [type="number"]::-webkit-inner-spin-button,
281
+ [type="number"]::-webkit-outer-spin-button {
282
+ height: auto;
283
+ }
284
+
285
+ /**
286
+ * 1. Correct the odd appearance in Chrome and Safari.
287
+ * 2. Correct the outline style in Safari.
288
+ */
289
+
290
+ [type="search"] {
291
+ -webkit-appearance: textfield; /* 1 */
292
+ outline-offset: -2px; /* 2 */
293
+ }
294
+
295
+ /**
296
+ * Remove the inner padding in Chrome and Safari on macOS.
297
+ */
298
+
299
+ [type="search"]::-webkit-search-decoration {
300
+ -webkit-appearance: none;
301
+ }
302
+
303
+ /**
304
+ * 1. Correct the inability to style clickable types in iOS and Safari.
305
+ * 2. Change font properties to `inherit` in Safari.
306
+ */
307
+
308
+ ::-webkit-file-upload-button {
309
+ -webkit-appearance: button; /* 1 */
310
+ font: inherit; /* 2 */
311
+ }
312
+
313
+ /* Interactive
314
+ ========================================================================== */
315
+
316
+ /*
317
+ * Add the correct display in Edge, IE 10+, and Firefox.
318
+ */
319
+
320
+ details {
321
+ display: block;
322
+ }
323
+
324
+ /*
325
+ * Add the correct display in all browsers.
326
+ */
327
+
328
+ summary {
329
+ display: list-item;
330
+ }
331
+
332
+ /* Misc
333
+ ========================================================================== */
334
+
335
+ /**
336
+ * Add the correct display in IE 10+.
337
+ */
338
+
339
+ template {
340
+ display: none;
341
+ }
342
+
343
+ /**
344
+ * Add the correct display in IE 10.
345
+ */
346
+
347
+ [hidden] {
348
+ display: none;
349
+ }
data/_sass/search.scss ADDED
@@ -0,0 +1,48 @@
1
+ #search-container {
2
+ justify-content: center;
3
+ height: 90vh;
4
+
5
+ display: flex;
6
+ flex-direction: column;
7
+ position: relative;
8
+
9
+ width: 75%;
10
+ @media screen and (min-width: 800px) {
11
+ width: 50%;
12
+ }
13
+ @media screen and (min-width: 1250px) {
14
+ width: 35%;
15
+ }
16
+ transition: all 0.3s ease;
17
+ }
18
+
19
+ #search-box {
20
+ position: relative;
21
+ }
22
+
23
+ #search-input {
24
+ border: none;
25
+ color: hsl(0, 0%, 96%);
26
+ border-radius: 8px;
27
+ background-color: hsl(0, 0%, 9%);
28
+ outline: none;
29
+ font-size: 1.5rem;
30
+ padding: 0.75rem 0rem 1rem 0.75rem;
31
+ box-shadow: inset 0 0 0 1px hsl(0, 0%, 23%);
32
+ transition: all 0.3s ease;
33
+ width: 100%;
34
+ }
35
+
36
+ #search-submit {
37
+ position: absolute;
38
+ width: 44px;
39
+ height: 100%;
40
+ background: none;
41
+ top: 0;
42
+ right: 0;
43
+ border: none;
44
+ outline: none;
45
+ svg {
46
+ fill: hsl(0, 0%, 58%);
47
+ }
48
+ }
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
data/assets/main.scss ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ ---
3
+
4
+ @import "normalize";
5
+ @import "main";
6
+ @import "search";
7
+ @import "footer";
data/license ADDED
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2021 "EthanMcBloxxer"
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
data/readme.md ADDED
File without changes
metadata ADDED
@@ -0,0 +1,106 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: canduckle
3
+ version: !ruby/object:Gem::Version
4
+ version: 1.0.1
5
+ platform: ruby
6
+ authors:
7
+ - EthanMcBloxxer
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2021-03-29 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: jekyll
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - ">="
18
+ - !ruby/object:Gem::Version
19
+ version: '0'
20
+ type: :runtime
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - ">="
25
+ - !ruby/object:Gem::Version
26
+ version: '0'
27
+ - !ruby/object:Gem::Dependency
28
+ name: github-pages
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - ">="
32
+ - !ruby/object:Gem::Version
33
+ version: '0'
34
+ type: :runtime
35
+ prerelease: false
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - ">="
39
+ - !ruby/object:Gem::Version
40
+ version: '0'
41
+ description:
42
+ email:
43
+ - ethanmcbloxxer@protonmail.com
44
+ executables: []
45
+ extensions: []
46
+ extra_rdoc_files: []
47
+ files:
48
+ - _includes/footer.html
49
+ - _sass/footer.scss
50
+ - _sass/main.scss
51
+ - _sass/normalize.scss
52
+ - _sass/search.scss
53
+ - assets/Canduckle.png
54
+ - assets/Canduckle.xcf
55
+ - assets/favicon/android-icon-144x144.png
56
+ - assets/favicon/android-icon-192x192.png
57
+ - assets/favicon/android-icon-36x36.png
58
+ - assets/favicon/android-icon-48x48.png
59
+ - assets/favicon/android-icon-72x72.png
60
+ - assets/favicon/android-icon-96x96.png
61
+ - assets/favicon/apple-icon-114x114.png
62
+ - assets/favicon/apple-icon-120x120.png
63
+ - assets/favicon/apple-icon-144x144.png
64
+ - assets/favicon/apple-icon-152x152.png
65
+ - assets/favicon/apple-icon-180x180.png
66
+ - assets/favicon/apple-icon-57x57.png
67
+ - assets/favicon/apple-icon-60x60.png
68
+ - assets/favicon/apple-icon-72x72.png
69
+ - assets/favicon/apple-icon-76x76.png
70
+ - assets/favicon/apple-icon-precomposed.png
71
+ - assets/favicon/apple-icon.png
72
+ - assets/favicon/favicon-16x16.png
73
+ - assets/favicon/favicon-32x32.png
74
+ - assets/favicon/favicon-64x64.png
75
+ - assets/favicon/favicon-96x96.png
76
+ - assets/favicon/ms-icon-144x144.png
77
+ - assets/favicon/ms-icon-150x150.png
78
+ - assets/favicon/ms-icon-310x310.png
79
+ - assets/favicon/ms-icon-70x70.png
80
+ - assets/main.scss
81
+ - license
82
+ - readme.md
83
+ homepage: https://github.com/EthanMcBloxxer/canduckle/
84
+ licenses:
85
+ - MIT
86
+ metadata: {}
87
+ post_install_message:
88
+ rdoc_options: []
89
+ require_paths:
90
+ - lib
91
+ required_ruby_version: !ruby/object:Gem::Requirement
92
+ requirements:
93
+ - - ">="
94
+ - !ruby/object:Gem::Version
95
+ version: '0'
96
+ required_rubygems_version: !ruby/object:Gem::Requirement
97
+ requirements:
98
+ - - ">="
99
+ - !ruby/object:Gem::Version
100
+ version: '0'
101
+ requirements: []
102
+ rubygems_version: 3.0.3
103
+ signing_key:
104
+ specification_version: 4
105
+ summary: A Candle search engine port using DuckDuckGo for bangs.
106
+ test_files: []