-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlogs.ms
More file actions
398 lines (316 loc) · 9.11 KB
/
logs.ms
File metadata and controls
398 lines (316 loc) · 9.11 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
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
[2021.04.26]
v. 1.0.0
- Created 'index.html', 'style.css' and 'assets'
v. 1.0.1
- Added copyright
[2021.04.28]
v. 1.0.2
- Added parallax
v. 1.0.3
- Created CNAME
v. 1.0.4
- Updated CNAME
[2021.04.31]
v. 1.0.5
- Added 'Skip' button and changed navbar's colors
v. 1.0.6
- Merge branch 'main' of https://github.com/Stankiewicz-M/page into main
v. 1.0.7
- Added contact page ('kontakt.html')
v. 1.0.8
- Added downloading page ('index.html')
[2021.09.03]
v. 1.0.9
- Added opinions in 'index.html'
[2021.10.10]
v. 1.1.0
- Changed logotype, background, email address and theme
[2021.10.11]
v. 1.1.1
- Added Messenger plugin into 'index.html' and 'kontakt.html'
v. 1.1.2
- Fixed copyright's color
[2021.11.20]
v. 1.1.3
- Added viewport into 'index.html', 'do-pobrania.html' and 'kontakt.html'
v. 1.1.4
- Compressed photos
[2022.02.05]
v. 1.1.5
- Added loader
- Added Discord for watchOS concept ('discord-watchos-concept.html')
- Removed Messenger plugin from 'index.html' and 'kontakt.html'
[2022.03.27]
v. 1.1.6
- Updated links for Discord for watchOS concept (from subpage to Behance) in 'index.html'
[2022.04.12]
v. 1.1.7
- Updated description in 'index.html'
[2022.04.20]
v. 2.0.0 (Beta 1)
- Added Beta version of the website
v. 2.0.0 (Beta 2)
- Updated the bug with navbar
v. 2.0.0 (Beta 3)
- Updated the bug with navbar and gallery
- Added a page with opinions
- Alligned down text in 'o.html'
- Changed '.content' structure in 'style.css'
- Alligned down copyright
- Hidden scrollbar
- Fixed 'Discord' button
[2022.04.29]
v. 1.1.8
- Updated description in 'index.html'
[2022.05.03]
v. 2.0.0
- Changed a page style
- Divided "style.css" into "style.css" and "colors.css"
- Added "Source Code Pro" font-familly
- Divided "index.html" into "uxui.html", "grafiki.html", "opinie.html" and "o.html"
- Changed the navigation bar
- Added redirection from "/beta" to main page
- Removed 'do-pobrania.html'
v. 2.0.1
- Restored 'CNAME'
[2022.06.05]
v. 2.0.2
- Changed structure of 'colors.css'
- Added 'manifect.json'
- Connected 'index.html to 'manifect.json'
v. 2.0.3
- Added Service Worker ('pwabuilder-sw/pwabuilder-sw.js' and 'pwabuilder-sw/pwabuilder-sw-register.js')
- Added '201x200.png' to 'assets'
- Updated 'manifest.json'
v. 2.0.4 (0, a, b, c, d)
- Added 'sw.js', 'sw.js.map', 'workbox-7e8b9001.js', 'workbox-7e8b9001.js.map' and 'workbox-config.js'
- Added '512.png' to 'assets'
- Added '512.png' as icon to 'manifest.json'
- Added PWA into 'index.html'
- Repaired 'index.html' connection with 'manifest.json' and 'sw.js'
- Removed 'pwabuilder-sw/pwabuilder-sw.js' and 'pwabuilder-sw/pwabuilder-sw-register.js'
[2022.06.17]
v. 2.0.5
- Added ':root' to 'colors.css'
- Added variables to 'colors.css'
v. 2.0.6
- Added MathBoard site (mathboard/index.html)
- Added 'colors.css' for MathBoard site (in 'mathboard' folder)
- Added 'assets/MathBoard_screen.png'
- Added 'text-allign' to right for '.copyright-home' in 'style.css'
- Added style for 'assets/MathBoard_screen.png' in 'style.css'
- Added style for the download button in 'style.css'
- Removed 'beta'
- Updated the navigation bar on all sites (added URL to 'mathboard/' (all '*.html' files), added transition ('style.css') and changed 'max-width' from 790px to 915px ('style.css'))
v. 22061 (old: 2.0.7)
- Changed Repository
- Changed version counting
[2022.06.18]
v. 22062
- Created redirection from 'uxui.html' to Behance
- Added 'z-index: 1' of the navigation bar in 'style.css'
- Added default color of navigation bar in 'colors.css'
- Updated links for UX/UI Designes (from subpage to Behance) in navigation bar
- Changed style of copyright in 'o.html'
- Removed wrong connection with 'manifect.json' in 'mathboard/index.html'
[2022.06.19]
v. 22063
- Moved MathBoard page to new the Respository
v. 22064
- Changed MathBoard URL in the navigation bar {repaired bug}
[2022.06.21]
v. 22065
- Created 'logs.ms'
- Created '404.html'
- Created 'assets/error_404.svg'
- Created 'do-pobrania.html'
- Added button and disabled button to 'style.css' and 'colors.css'
- Added titles of sites in '<title>' in all '*.html' files (except 'index.html' and 'uxui.html')
- Changed MathBoard to 'do-pobrania.html' in the navigation bar
[2022.07.02]
v. 22071
- Added alternative text for all images
- Added 'apple-touch-icon.png' to 'assets'
- Added '<link rel="apple-touch-icon" ...>' to all '*.html' files
- Added '<html lang="pl">' to all '*.html' files
- Added Microsoft Clarity to all '*.html' files
v. 22072
- Repaired the bug with Microsoft Clarity
[2022.08.20]
v. 22081
- Added MathBoard URL to 'do-pobrania.html'
v. 22082
- Repaired a bug with MathBoard URL
[2022.11.09]
v. 22111
- Added Mastodon to 'kontakt.html'
[2022.11.10]
v. 22112
- Added Mastodon verification to 'index.html'
[2023.01.20]
v. 23011
- Changed 'o.html' to 'o-mnie.html'
- Changed 'o.html' to 'o-mnie.html' in the navigation bar
- Added redirection from 'o.html' to 'o-mnie.html'
- Updated description in 'o-mnie.html'
[2023.31.07]
v. 23071
- Removed old website
- Created new website
[2023.08.21]
v. 23081
[2023.09.06]
v. 23091
- Added 'robots.txt'
- Updated 'svms-ext.html'
- Removed 'svms.html'
- Removed preview of 'svms.html'
[2023.09.24]
v. 23092
- Repaired a bug with favicon in 'about.html', 'contact.html', 'index.html', 'license.html', 'opinions.html' and 'podcast.html'
[2023.10.14]
v. 23101
- Updated 'about.html'
[2023.11.01]
v. 23111
- Added english version of the website
[2023.11.10]
v. 23112
- Added new 'robots.txt'
v. 23113
- Added 'sitemap.xml'
[2023.11.11]
v. 23114
- Added Open Graph to all '*.html' files
- Added graphics to use in Open Graph
- Fixed typos
v. 23115
- Fixed Open Graph graphics URLs
[2023.11.29]
v. 23116
- Added link to social medias in footer
- Changed footer's links style
[2023.12.01]
v. 23121
- Updated links to extension stores in 'betterkbin.html'
- Updated favicon
[2024.01.01]
v. 24011
- Updated price of The Glassballs wallpapers set
[2024.01.03]
v. 24012
- Added alternative text for all images
- Improved accessibility
[2024.02.15]
v. 24021
- Added 'btt-hi-notch.html'
- Added 'btt-hi-notch.html' to the list of projects
- Added 'btt-hi-notch.html' to 'sitemap.xml'
- Added verification badge to style.css
- Changed color of back button in projects
- Changed border radius of images in projects
- Changed size of background in projects for smaller screens
v. 24022
- Added frame
- Updated 'robots.txt'
- Removed selection from verification badge
[2024.02.20]
v. 24023
- Added redirection from /hi-notch to /projects/other/btt-hi-notch
- Added link that allows to download or import BTT preset in 'btt-hi-notch.html' when link has "download=1" or "download=2" parameters in URL
[2024.03.04]
v. 24031
- Updated 'about.html'
[2024.03.18]
v. 24032
- Added my age to 'about.html'
[2024.04.03]
v. 24041
- Added fonts to 'fonts' folder in 'assets'
- Moved colors from 'style.css' to 'colors.css'
v. 24042
- Fixed a bug with a Montserrat font
v. 24043
- Added 'Source Code Pro' font
- Added style for all fonts
- Added more variants of Montserrat font
- Removed unnecessary comments from fonts files
[2024.04.04]
v. 24044
- Added 'Material Icons' font
- Added 'Material Icons' font to 'fonts' style in 'assets/fonts'
- Changed language button icon
- Changed menu button icon in mobile version
- Fixed 404 page
[2024.06.24]
v. 24061
- Added Mastodon verification
[2024.07.05]
v. 24071
- Added repository url to 'betterkbin.html'
[2024.07.06]
v. 24072
- Added privacy policy for Better /kbin extension
[2024.07.10]
v. 24073
- Added Mastodon's OpenGraph tag
[2024.07.26]
v. 24076
- Added alert in all pages
- Added 'alert.js'
- Added 'new-domain.html'
- Changed domain
- Fixed Apple Touch Icon on some pages
- Removed unnecessary code from 'script.js'
v. 24076a
- Changed date in 'new-domain.html'
[2024.07.27]
v. 24077
- Fixed a bug with alert and navbar
[2024.08.08]
v. 24081
- Added audioBlog
v. 24082
- Fixed a bug with audioBlog
[2024.08.20]
v. 24083
- Added Nove verification to 'index.html'
[2024.09.16]
v. 24091
- Fixed a typo in alert
[2024.09.21]
v. 24092
- Added animations to buttons and links when the cursor hovers over them or they have focus
- Changed the default plain text font to 'Roboto Flex
- Changed the color of the alert to comply with WCAG 2.1 criterion 1.4.6
- Replaced the standard font 'Montserrat' with a Variable version
- Fixed grid colors on the 'about.html' page
- Fixed the text on the 'about.html' page
- Removed font support for older browsers
[2024.10.23]
v. 24101
- Marked the 'Hi Notch!' project as discontinued
- Replaced previews of all discontinued projects with a new graphics
[2024.10.25]
v. 24102
- Fixed a typo
[2024.10.28]
v. 24103
- Replaced Open Graph graphics with new ones
[2024.11.17]
v. 24111
- Added Bluesky to 'contact.html'
- Added redirection to English version of the website if the user's browser has JS disabled
- Changed Fediverse verification method
- Removed Fediverse verification from 'new-domain.html'
[2025.01.06]
v. 25011
- Added Fosstodon verification to 'index.html'
[2025.03.26]
v. 25031
- Added script for the word 'lat/lata' in the Polish version of the 'about.html' page
- Hidden domain change alert
- Removed 'Back' buttons from projects
[2025.09.24]
v. 25091
- Changed default Mastodon link to mastodon.com.pl