-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathjavascript-file-list.html
More file actions
193 lines (185 loc) · 8.28 KB
/
Copy pathjavascript-file-list.html
File metadata and controls
193 lines (185 loc) · 8.28 KB
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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html">
<meta name="Author" content="Bryan Guner">
<link rel="stylesheet" href="./assets/prism.css">
<link rel="stylesheet" href="./assets/style.css">
<script async defer src="./assets/prism.js"></script>
<title> directory </title>
<style>
body {
margin: 8px;
background-image: url(https://i.imgur.com/PVF9Q2z.png);
background-position: center;
background-repeat: repeat;
background-size: cover;
zoom: 0.6;
}
ul {
column-count: 3;
padding: 6px 10px;
column-width: auto;
display: inline-block;
list-style-type: disc;
margin-block-start: 1em;
margin-block-end: 1em;
margin-inline-start: 0px;
margin-inline-end: 0px;
padding-inline-start: 40px;
}
a {
color: white;
}
li {
width: 20px !important;
border: 4px solid gold !important;
font-size: 16px;
letter-spacing: 0px;
font-weight: 800;
line-height: 12x;
text-decoration: none !important;
text-transform: uppercase;
background: rgba(0, 0, 0, 0.883) !important;
color: white !important;
border: none;
cursor: pointer;
justify-content: center;
padding: 30px 60px;
height: 48px;
text-align: left;
white-space: normal;
border-radius: 10px;
min-width: 45em;
padding: 1.2em 1em 0;
box-shadow: 0 0 5px;
margin: 1em;
display: grid;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
max-width: 150px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
-ms-border-radius: 10px;
-o-border-radius: 10px;
text-align: center;
text-shadow: 0 -1px 1px #3275bc;
width: 112px;
-webkit-background-clip: padding-box;
font: 700 16px/normal 'Open Sans', sans-serif;
text-decoration: none;
}
</style>
</head>
<body>
<ul>
<li><a href="./a-tedious-task.js">a-tedious-task.js </a></li>
<li><a href="./age.js">age.js </a></li>
<li><a href="./alternating-caps.js">alternating-caps.js </a></li>
<li><a href="./average-of-four.js">average-of-four.js </a></li>
<li><a href="./average.js">average.js </a></li>
<li><a href="./bleep-vowels.js">bleep-vowels.js </a></li>
<li><a href="./boolean-expressions.js">boolean-expressions.js </a></li>
<li><a href="./case-changer.js">case-changer.js </a></li>
<li><a href="./censor-e.js">censor-e.js </a></li>
<li><a href="./choose-divisibles.js">choose-divisibles.js </a></li>
<li><a href="./common-elements.js">common-elements.js </a></li>
<li><a href="./comparisons.js">comparisons.js </a></li>
<li><a href="./contains.js">contains.js </a></li>
<li><a href="./count-up.js">count-up.js </a></li>
<li><a href="./dare-to-decipher.js">dare-to-decipher.js </a></li>
<li><a href="./div-by-either.js">div-by-either.js </a></li>
<li><a href="./divisible-range.js">divisible-range.js </a></li>
<li><a href="./divisible.js">divisible.js </a></li>
<li><a href="./divisors.js">divisors.js </a></li>
<li><a href="./ends-in-ly.js">ends-in-ly.js </a></li>
<li><a href="./ends-with-t.js">ends-with-t.js </a></li>
<li><a href="./evens.js">evens.js </a></li>
<li><a href="./files">files </a></li>
<li><a href="./filter-long-words.js">filter-long-words.js </a></li>
<li><a href="./five-multiples-of.js">five-multiples-of.js </a></li>
<li><a href="./fizz-buzz.js">fizz-buzz.js </a></li>
<li><a href="./four.js">four.js </a></li>
<li><a href="./funny-sound.js">funny-sound.js </a></li>
<li><a href="./greeting.js">greeting.js </a></li>
<li><a href="./half.js">half.js </a></li>
<li><a href="./in-range.js">in-range.js </a></li>
<li><a href="./is-div-by-4.js">is-div-by-4.js </a></li>
<li><a href="./is-long.js">is-long.js </a></li>
<li><a href="./keep-it-quiet.js">keep-it-quiet.js </a></li>
<li><a href="./larger.js">larger.js </a></li>
<li><a href="./lengthiest-word.js">lengthiest-word.js </a></li>
<li><a href="./longer.js">longer.js </a></li>
<li><a href="./make-acronym.js">make-acronym.js </a></li>
<li><a href="./make-matrix.js">make-matrix.js </a></li>
<li><a href="./maximum.js">maximum.js </a></li>
<li><a href="./min-to-max.js">min-to-max.js </a></li>
<li><a href="./no-ohs.js">no-ohs.js </a></li>
<li><a href="./num-odds.js">num-odds.js </a></li>
<li><a href="./number-change.js">number-change.js </a></li>
<li><a href="./number-expressions.js">number-expressions.js </a></li>
<li><a href="./number-range.js">number-range.js </a></li>
<li><a href="./odd-sum.js">odd-sum.js </a></li>
<li><a href="./one">one </a></li>
<li><a href="./one-or-none.js">one-or-none.js </a></li>
<li><a href="./one-to-four.js">one-to-four.js </a></li>
<li><a href="./one.js">one.js </a></li>
<li><a href="./pair-print.js">pair-print.js </a></li>
<li><a href="./parity.js">parity.js </a></li>
<li><a href="./print-2d.js">print-2d.js </a></li>
<li><a href="./print-combinations.js">print-combinations.js </a></li>
<li><a href="./product-up-to.js">product-up-to.js </a></li>
<li><a href="./proper-patterns.js">proper-patterns.js </a></li>
<li><a href="./raise-power.js">raise-power.js </a></li>
<li><a href="./remove-capitals.js">remove-capitals.js </a></li>
<li><a href="./remove-dupes.js">remove-dupes.js </a></li>
<li><a href="./remove-first-vowel.js">remove-first-vowel.js </a></li>
<li><a href="./remove-short-words.js">remove-short-words.js </a></li>
<li><a href="./remove-vowels.js">remove-vowels.js </a></li>
<li><a href="./reverse-array.js">reverse-array.js </a></li>
<li><a href="./reverse-iterate.js">reverse-iterate.js </a></li>
<li><a href="./shorten-long-words.js">shorten-long-words.js </a></li>
<li><a href="./small-string-snippets.js">small-string-snippets.js </a></li>
<li><a href="./snippet-0-1.js">snippet-0-1.js </a></li>
<li><a href="./snippet-0-2.js">snippet-0-2.js </a></li>
<li><a href="./snippet-0-3.js">snippet-0-3.js </a></li>
<li><a href="./snippet-0-4.js">snippet-0-4.js </a></li>
<li><a href="./snippet-1">snippet-1 </a></li>
<li><a href="./snippet-1.js">snippet-1.js </a></li>
<li><a href="./snippet-2">snippet-2 </a></li>
<li><a href="./snippet-2.js">snippet-2.js </a></li>
<li><a href="./snippet-3">snippet-3 </a></li>
<li><a href="./snippet-3.js">snippet-3.js </a></li>
<li><a href="./snippet-4">snippet-4 </a></li>
<li><a href="./snippet-4.js">snippet-4.js </a></li>
<li><a href="./snippet-5">snippet-5 </a></li>
<li><a href="./snippet-5.js">snippet-5.js </a></li>
<li><a href="./spam.js">spam.js </a></li>
<li><a href="./starts-with-r.js">starts-with-r.js </a></li>
<li><a href="./stay-positive.js">stay-positive.js </a></li>
<li><a href="./string-expressions.js">string-expressions.js </a></li>
<li><a href="./string-iterate.js">string-iterate.js </a></li>
<li><a href="./string-repeater.js">string-repeater.js </a></li>
<li><a href="./string-size.js">string-size.js </a></li>
<li><a href="./strings-to-lengths.js">strings-to-lengths.js </a></li>
<li><a href="./sum-up-to.js">sum-up-to.js </a></li>
<li><a href="./thirsty.js">thirsty.js </a></li>
<li><a href="./three">three </a></li>
<li><a href="./three.js">three.js </a></li>
<li><a href="./total-product.js">total-product.js </a></li>
<li><a href="./total.js">total.js </a></li>
<li><a href="./two">two </a></li>
<li><a href="./two-sum-pairs.js">two-sum-pairs.js </a></li>
<li><a href="./two-sum.js">two-sum.js </a></li>
<li><a href="./two.js">two.js </a></li>
<li><a href="./wacky-word.js">wacky-word.js </a></li>
<li><a href="./whoami.js">whoami.js </a></li>
<li><a href="./word-count.js">word-count.js </a></li>
<li><a href="./your-average-function.js">your-average-function.js </a></li>
<li><a href="./zero">zero </a></li>
<li><a href="./zero.js">zero.js </a></li>
<li><a href="./zipper.js">zipper.js </a></li>
</ul>
</body>
</html>