Skip to content

Commit 3c9e75c

Browse files
committed
Update sidebar
Signed-off-by: 0x4248 <60709927+0x4248@users.noreply.github.com>
1 parent 8c0cdf7 commit 3c9e75c

4 files changed

Lines changed: 71 additions & 34 deletions

File tree

AboutMe/index.html

Lines changed: 25 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -184,12 +184,24 @@ <h2>Quick Links</h2>
184184
<div class="link-grid">
185185
<a href="/AboutMe"><i class="bi bi-box-arrow-up-right"></i> About Me</a>
186186
<a href="/notebook"><i class="bi bi-box-arrow-up-right"></i> Notebook</a>
187-
<a href="https://github.com/0x4248/Scrapbook"><i class="bi bi-box-arrow-up-right"></i> Scrapbook</a>
187+
<a href="https://0x4248.dev/Scrapbook"><i class="bi bi-box-arrow-up-right"></i> ScrapExplorer</a>
188+
<a href="https://github.com/0x4248/Scrapbook"><i class="bi bi-box-arrow-up-right"></i> Scrapbook GitHub</a>
188189
<a href="https://0x4248.dev/notebook/01-Areas/Computers/Linux/Linux"><i class="bi bi-box-arrow-up-right"></i> Manual Pages</a>
189190
<a href="https://0x4248.dev/notebook/99-Meta/Legal-information"><i class="bi bi-box-arrow-up-right"></i> Legal / Privacy</a>
190191
</div>
191192
</section>
192193

194+
<section class="section fade-in">
195+
<h2>External</h2>
196+
<div class="link-grid">
197+
<a href="https://github.com/0x4248"><i class="bi bi-github"></i> GitHub</a>
198+
<a href="https://gist.github.com/0x4248"><i class="bi bi-file-earmark-code"></i> Gist</a>
199+
<a href="https://www.openstreetmap.org/user/0x4248"><i class="bi bi-map-fill"></i> OpenStreetMap</a>
200+
<a href="http://intranet"><i class="bi bi-lock-fill"></i> Intranet (Not public)</a>
201+
<a href="http://intranet:4248/NCP"><i class="bi bi-lock-fill"></i> Nexus Panel (Not public)</a>
202+
</div>
203+
</section>
204+
193205
<section class="section fade-in">
194206
<img width="100%" src="https://github-readme-stats.vercel.app/api/top-langs/?username=0x4248&langs_count=50&exclude_repo=linux,busybox,0x4248.github.io,notebook&layout=compact&theme=catppuccin_mocha">
195207
<i style="font-size: small;opacity:0.5;">Excluding this website code and forks</i>
@@ -204,23 +216,14 @@ <h2>Songs I like</h2>
204216
<button style="display: block; margin: 0 auto; width: 50%;" onclick="changeMusic()">Reroll song</button>
205217
</section>
206218

207-
<section class="section fade-in">
208-
<h2>External</h2>
209-
<div class="link-grid">
210-
<a href="https://github.com/0x4248"><i class="bi bi-github"></i> GitHub</a>
211-
<a href="https://gist.github.com/0x4248"><i class="bi bi-file-earmark-code"></i> Gist</a>
212-
<a href="https://www.openstreetmap.org/user/0x4248"><i class="bi bi-map-fill"></i> OpenStreetMap</a>
213-
<a href="http://intranet"><i class="bi bi-lock-fill"></i> Intranet (Not public)</a>
214-
<a href="http://intranet:4248/NCP"><i class="bi bi-lock-fill"></i> Nexus Panel (Not public)</a>
215-
</div>
216-
</section>
219+
217220
<section class="section fade-in">
218221
<pre style="color:var(--blue);">
219222
|\ _,,,---,,_
220223
ZZZzz /,`.-'`' -. ;-;;,_
221224
|,4- ) )-,_. ,\ ( `'-'
222225
'---''(_/--' `-'\_)
223-
226+
<sub style="opacity: 0.5;">Sleepy little fella</sub>
224227
</pre>
225228
</section>
226229
<section class="section fade-in">
@@ -239,11 +242,17 @@ <h2>GitHub Repositories</h2>
239242
<footer class="footer fade-in">
240243
<img src="/logo_no_text.svg" alt="0x4248 logo" class="footer-logo">
241244
<div>
242-
<p><strong>Copyright</strong> © 2022-2025 0x4248</p>
243-
<p><strong>Copyright</strong> © 2022-2025 4248 Media and 4248 Music, a part of 0x4248</p>
244-
<p>Some YouTube embeds are copyrighted, see original video description</p>
245-
<p>Content licensed under <a href="https://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA 4.0</a>.</p>
245+
<p><strong>Copyright</strong> © 2021-2025 0x4248</p>
246+
<p><strong>Copyright</strong> © 2021-2025 4248 Media and 4248 Music, All part of 0x4248</p>
246247
<p class="support">Made with ❤️ from 🇬🇧.</p>
248+
<br>
249+
<div class="fineprint">
250+
<p><sup>1</sup>Content on this page is licensed under the <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Share Alike 4.0</a>. Javascript, CSS and any other website code is under the GNU General Public License 3.0 (Or later). When using software, media and music by 0x4248, please read all licensing and terms.</p>
251+
<p><sup>2</sup>Software provided by 0x4248 is offered without any warranty or liability. <strong>No responsibility is accepted for any damages resulting from its use.</strong> Please read all provided documentation before using the software.</p>
252+
<p><sup>3</sup>0x4248 is not a company, non-profit organisation, or charity. 0x4248, 4248 Media, and 4248 Music are not registered trademarks. The domain 0x4248.dev is a registered domain in the United Kingdom.</p>
253+
<p><sup>4</sup>Some embedded YouTube videos are copyrighted by their respective owners. A link to the original video is always provided. Videos are embedded using YouTube's nocookie feature to improve user privacy. Advertisements shown by YouTube are not affiliated with 0x4248.</p>
254+
</div>
255+
247256
</div>
248257
</footer>
249258
</body>

css/main.css

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ button {
205205

206206
.footer-logo {
207207
width: 300px;
208-
opacity: 0.2;
208+
opacity: 0.5;
209209
margin-bottom: 0.5rem;
210210
}
211211

@@ -280,3 +280,18 @@ a:hover {
280280
filter: brightness(1.1);
281281
}
282282

283+
.footer .fineprint {
284+
margin: auto;
285+
max-width: 600px;
286+
}
287+
288+
.footer .fineprint p, .footer .fineprint a{
289+
font-size: 0.7rem;
290+
opacity: 0.5;
291+
}
292+
293+
.footer .fineprint sup {
294+
color: var(--blue);
295+
padding-right: 4px;
296+
font-weight: 900;
297+
}

index.html

Lines changed: 25 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -98,12 +98,24 @@ <h2>Quick Links</h2>
9898
<div class="link-grid">
9999
<a href="/AboutMe"><i class="bi bi-box-arrow-up-right"></i> About Me</a>
100100
<a href="/notebook"><i class="bi bi-box-arrow-up-right"></i> Notebook</a>
101-
<a href="https://github.com/0x4248/Scrapbook"><i class="bi bi-box-arrow-up-right"></i> Scrapbook</a>
101+
<a href="https://0x4248.dev/Scrapbook"><i class="bi bi-box-arrow-up-right"></i> ScrapExplorer</a>
102+
<a href="https://github.com/0x4248/Scrapbook"><i class="bi bi-box-arrow-up-right"></i> Scrapbook GitHub</a>
102103
<a href="https://0x4248.dev/notebook/01-Areas/Computers/Linux/Linux"><i class="bi bi-box-arrow-up-right"></i> Manual Pages</a>
103104
<a href="https://0x4248.dev/notebook/99-Meta/Legal-information"><i class="bi bi-box-arrow-up-right"></i> Legal / Privacy</a>
104105
</div>
105106
</section>
106107

108+
<section class="section fade-in">
109+
<h2>External</h2>
110+
<div class="link-grid">
111+
<a href="https://github.com/0x4248"><i class="bi bi-github"></i> GitHub</a>
112+
<a href="https://gist.github.com/0x4248"><i class="bi bi-file-earmark-code"></i> Gist</a>
113+
<a href="https://www.openstreetmap.org/user/0x4248"><i class="bi bi-map-fill"></i> OpenStreetMap</a>
114+
<a href="http://intranet"><i class="bi bi-lock-fill"></i> Intranet (Not public)</a>
115+
<a href="http://intranet:4248/NCP"><i class="bi bi-lock-fill"></i> Nexus Panel (Not public)</a>
116+
</div>
117+
</section>
118+
107119
<section class="section fade-in">
108120
<img width="100%" src="https://github-readme-stats.vercel.app/api/top-langs/?username=0x4248&langs_count=50&exclude_repo=linux,busybox,0x4248.github.io,notebook&layout=compact&theme=catppuccin_mocha">
109121
<i style="font-size: small;opacity:0.5;">Excluding this website code and forks</i>
@@ -118,23 +130,14 @@ <h2>Songs I like</h2>
118130
<button style="display: block; margin: 0 auto; width: 50%;" onclick="changeMusic()">Reroll song</button>
119131
</section>
120132

121-
<section class="section fade-in">
122-
<h2>External</h2>
123-
<div class="link-grid">
124-
<a href="https://github.com/0x4248"><i class="bi bi-github"></i> GitHub</a>
125-
<a href="https://gist.github.com/0x4248"><i class="bi bi-file-earmark-code"></i> Gist</a>
126-
<a href="https://www.openstreetmap.org/user/0x4248"><i class="bi bi-map-fill"></i> OpenStreetMap</a>
127-
<a href="http://intranet"><i class="bi bi-lock-fill"></i> Intranet (Not public)</a>
128-
<a href="http://intranet:4248/NCP"><i class="bi bi-lock-fill"></i> Nexus Panel (Not public)</a>
129-
</div>
130-
</section>
133+
131134
<section class="section fade-in">
132135
<pre style="color:var(--blue);">
133136
|\ _,,,---,,_
134137
ZZZzz /,`.-'`' -. ;-;;,_
135138
|,4- ) )-,_. ,\ ( `'-'
136139
'---''(_/--' `-'\_)
137-
140+
<sub style="opacity: 0.5;">Sleepy little fella</sub>
138141
</pre>
139142
</section>
140143
<section class="section fade-in">
@@ -153,11 +156,17 @@ <h2>GitHub Repositories</h2>
153156
<footer class="footer fade-in">
154157
<img src="/logo_no_text.svg" alt="0x4248 logo" class="footer-logo">
155158
<div>
156-
<p><strong>Copyright</strong> © 2022-2025 0x4248</p>
157-
<p><strong>Copyright</strong> © 2022-2025 4248 Media and 4248 Music, a part of 0x4248</p>
158-
<p>Some YouTube embeds are copyrighted, see original video description</p>
159-
<p>Content licensed under <a href="https://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA 4.0</a>.</p>
159+
<p><strong>Copyright</strong> © 2021-2025 0x4248</p>
160+
<p><strong>Copyright</strong> © 2021-2025 4248 Media and 4248 Music, All part of 0x4248</p>
160161
<p class="support">Made with ❤️ from 🇬🇧.</p>
162+
<br>
163+
<div class="fineprint">
164+
<p><sup>1</sup>Content on this page is licensed under the <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Share Alike 4.0</a>. Javascript, CSS and any other website code is under the GNU General Public License 3.0 (Or later). When using software, media and music by 0x4248, please read all licensing and terms.</p>
165+
<p><sup>2</sup>Software provided by 0x4248 is offered without any warranty or liability. <strong>No responsibility is accepted for any damages resulting from its use.</strong> Please read all provided documentation before using the software.</p>
166+
<p><sup>3</sup>0x4248 is not a company, non-profit organisation, or charity. 0x4248, 4248 Media, and 4248 Music are not registered trademarks. The domain 0x4248.dev is a registered domain in the United Kingdom.</p>
167+
<p><sup>4</sup>Some embedded YouTube videos are copyrighted by their respective owners. A link to the original video is always provided. Videos are embedded using YouTube's nocookie feature to improve user privacy. Advertisements shown by YouTube are not affiliated with 0x4248.</p>
168+
</div>
169+
161170
</div>
162171
</footer>
163172
</body>

js/home.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,11 @@ const songs = [
4444
"b4VFkSG4lk8",
4545
"RjnXrg35vcc",
4646
"MtCC8Wn80A4",
47-
"OtLcqr3RQJY"
47+
"OtLcqr3RQJY",
48+
"FcgJJ_s76SQ",
49+
"tPhG5aSFXl4",
50+
"umkPXVAGebQ",
51+
"j1IdZcV73e4"
4852
];
4953

5054

0 commit comments

Comments
 (0)