Skip to content

Commit 2b98fe5

Browse files
Add files via upload
1 parent 4fc5432 commit 2b98fe5

File tree

7 files changed

+121
-31
lines changed

7 files changed

+121
-31
lines changed

assets/styles.css

Lines changed: 87 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3144,6 +3144,93 @@ ul {
31443144
}
31453145
}
31463146

3147+
/* About Contact Bar - horizontal layout below about */
3148+
.about-contact-bar {
3149+
display: flex;
3150+
flex-wrap: wrap;
3151+
align-items: center;
3152+
gap: 10px;
3153+
margin-top: 16px;
3154+
padding-top: 16px;
3155+
border-top: 1px solid var(--border);
3156+
}
3157+
3158+
.contact-label {
3159+
font-size: 0.85rem;
3160+
color: var(--text-muted);
3161+
display: flex;
3162+
align-items: center;
3163+
gap: 6px;
3164+
}
3165+
3166+
.contact-label i {
3167+
color: var(--primary);
3168+
}
3169+
3170+
.contact-link {
3171+
display: inline-flex;
3172+
align-items: center;
3173+
gap: 5px;
3174+
padding: 6px 12px;
3175+
background: var(--bg-secondary);
3176+
border: 1px solid var(--border);
3177+
border-radius: 6px;
3178+
color: var(--text);
3179+
font-size: 0.8rem;
3180+
text-decoration: none;
3181+
transition: all 0.2s ease;
3182+
}
3183+
3184+
.contact-link:hover {
3185+
background: var(--primary);
3186+
color: var(--bg);
3187+
border-color: var(--primary);
3188+
}
3189+
3190+
.contact-link i {
3191+
font-size: 0.9rem;
3192+
}
3193+
3194+
.contact-link.discord:hover {
3195+
background: #5865F2;
3196+
border-color: #5865F2;
3197+
}
3198+
3199+
.contact-link.twitter:hover {
3200+
background: #000;
3201+
color: #fff;
3202+
border-color: #000;
3203+
}
3204+
3205+
body.dark .contact-link.twitter:hover {
3206+
background: #fff;
3207+
color: #000;
3208+
border-color: #fff;
3209+
}
3210+
3211+
.contact-link.youtube:hover {
3212+
background: #FF0000;
3213+
color: #fff;
3214+
border-color: #FF0000;
3215+
}
3216+
3217+
.contact-link.email:hover {
3218+
background: var(--primary);
3219+
border-color: var(--primary);
3220+
}
3221+
3222+
@media (max-width: 500px) {
3223+
.about-contact-bar {
3224+
justify-content: center;
3225+
}
3226+
3227+
.contact-label {
3228+
width: 100%;
3229+
justify-content: center;
3230+
margin-bottom: 4px;
3231+
}
3232+
}
3233+
31473234
/* ==========================================================================
31483235
DISCORD BANNER
31493236
========================================================================== */

blogs.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -289,11 +289,11 @@ <h3>Choose Your Color</h3>
289289

290290
<!-- Footer -->
291291
<div class="neo-footer">
292-
<a href="https://twitter.com/twit_aurora">Twitter</a> ·
293-
<a href="https://youtube.com/c/roraYT">YouTube</a> ·
294-
<a href="mailto:chompajamas@gmail.com">Email</a>
292+
<a href="https://x.com/_kuzuminn" target="_blank">X (Twitter)</a> ·
293+
<a href="https://youtube.com/@pmuaurora" target="_blank">YouTube</a> ·
294+
<a href="mailto:aurorashorts.forbusiness@gmail.com">Email</a>
295295
<br>
296-
© 2025 nijika.de
296+
© 2026 nijika.de
297297
</div>
298298

299299
</div>

changelog.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -274,11 +274,11 @@ <h2><i class="bi bi-list-check"></i> Changelog</h2>
274274

275275
<!-- Footer -->
276276
<div class="neo-footer">
277-
<a href="https://twitter.com/twit_aurora">Twitter</a> ·
278-
<a href="https://youtube.com/c/roraYT">YouTube</a> ·
279-
<a href="mailto:chompajamas@gmail.com">Email</a>
277+
<a href="https://x.com/_kuzuminn" target="_blank">X (Twitter)</a> ·
278+
<a href="https://youtube.com/@pmuaurora" target="_blank">YouTube</a> ·
279+
<a href="mailto:aurorashorts.forbusiness@gmail.com">Email</a>
280280
<br>
281-
© 2025 nijika.de
281+
© 2026 nijika.de
282282
</div>
283283

284284
</div>

index.html

Lines changed: 14 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -231,11 +231,17 @@ <h3>Choose Your Color</h3>
231231
<img src="./img/pfp.png" alt="Aurora">
232232
<div>
233233
<h3 style="margin-top: 0;">aurora · Creator, Scanlator</h3>
234-
<p>I’m a hobbyist coder who designs and builds projects mainly for fun or out of personal interest. I also make YouTube videos, mostly focused on Minecraft.</p>
235-
<p>Outside of that, I’m a competitive gamer, most active in osu! and Valorant.</p>
236-
<p>Currently, I’m working on a few projects, some of which are listed below.</p>
234+
<p>I am a hobbyist coder and I also design for projects for myself or ones that I find interesting. I usually create designs in photoshop and code sites when I have nothing to do.</p>
235+
<p>I'm a pretty competitive gamer. You can find me the most in osu! and Valorant.</p>
237236
</div>
238237
</div>
238+
<div class="about-contact-bar">
239+
<span class="contact-label"><i class="bi bi-envelope"></i> Contact:</span>
240+
<a href="https://discord.com/users/izaurora" target="_blank" class="contact-link discord"><i class="bi bi-discord"></i> izaurora</a>
241+
<a href="https://x.com/_kuzuminn" target="_blank" class="contact-link twitter"><i class="bi bi-twitter-x"></i> @_kuzuminn</a>
242+
<a href="https://youtube.com/@pmuaurora" target="_blank" class="contact-link youtube"><i class="bi bi-youtube"></i> @pmuaurora</a>
243+
<a href="mailto:aurorashorts.forbusiness@gmail.com" class="contact-link email"><i class="bi bi-envelope-fill"></i> Email</a>
244+
</div>
239245
</div>
240246
</section>
241247

@@ -382,7 +388,7 @@ <h2><i class="bi bi-chat-dots"></i> Chatbox</h2>
382388
<section class="neo-box scroll-animate">
383389
<div class="neo-header"><h2>Join Us!</h2></div>
384390
<div class="neo-content discord-banner">
385-
<h3>Join our (dead) Scanlation Discord Server!</h3>
391+
<h3>Join our Discord Server!</h3>
386392
<a href="https://dsc.gg/evescans" target="_blank">
387393
<img src="https://imgur-archive.ppy.sh/discord/915843559830204416-954686279314989056-ESBANNER.png?width=1080&height=270" alt="Discord Server Banner">
388394
</a>
@@ -475,11 +481,11 @@ <h3><i class="bi bi-chat-dots"></i> Chatbox</h3>
475481

476482
<!-- Footer -->
477483
<div class="neo-footer">
478-
<a href="https://twitter.com/twit_aurora">Twitter</a> ·
479-
<a href="https://youtube.com/c/roraYT">YouTube</a> ·
480-
<a href="mailto:chompajamas@gmail.com">Email</a>
484+
<a href="https://x.com/_kuzuminn" target="_blank">X (Twitter)</a> ·
485+
<a href="https://youtube.com/@pmuaurora" target="_blank">YouTube</a> ·
486+
<a href="mailto:aurorashorts.forbusiness@gmail.com">Email</a>
481487
<br>
482-
© 2025 nijika.de
488+
© 2026 nijika.de
483489
</div>
484490

485491
</div>
@@ -653,6 +659,3 @@ <h3><i class="bi bi-list-check"></i> Changelog</h3>
653659
<script src="./assets/app.js" type="module"></script>
654660
</body>
655661
</html>
656-
657-
658-

post.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -280,11 +280,11 @@ <h1 id="title">Loading...</h1>
280280

281281
<!-- Footer -->
282282
<div class="neo-footer">
283-
<a href="https://twitter.com/twit_aurora">Twitter</a> ·
284-
<a href="https://youtube.com/c/roraYT">YouTube</a> ·
285-
<a href="mailto:chompajamas@gmail.com">Email</a>
283+
<a href="https://x.com/_kuzuminn" target="_blank">X (Twitter)</a> ·
284+
<a href="https://youtube.com/@pmuaurora" target="_blank">YouTube</a> ·
285+
<a href="mailto:aurorashorts.forbusiness@gmail.com">Email</a>
286286
<br>
287-
© 2025 nijika.de
287+
© 2026 nijika.de
288288
</div>
289289

290290
</div>

resources.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -283,11 +283,11 @@ <h2><i class="bi bi-book" id="categoryIcon"></i> <span id="categoryTitle">Resour
283283

284284
<!-- Footer -->
285285
<div class="neo-footer">
286-
<a href="https://twitter.com/twit_aurora">Twitter</a> ·
287-
<a href="https://youtube.com/c/roraYT">YouTube</a> ·
288-
<a href="mailto:chompajamas@gmail.com">Email</a>
286+
<a href="https://x.com/_kuzuminn" target="_blank">X (Twitter)</a> ·
287+
<a href="https://youtube.com/@pmuaurora" target="_blank">YouTube</a> ·
288+
<a href="mailto:aurorashorts.forbusiness@gmail.com">Email</a>
289289
<br>
290-
© 2025 nijika.de
290+
© 2026 nijika.de
291291
</div>
292292

293293
</div>

stories.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -275,11 +275,11 @@ <h3>Choose Your Color</h3>
275275

276276
<!-- Footer -->
277277
<div class="neo-footer">
278-
<a href="https://twitter.com/twit_aurora">Twitter</a> ·
279-
<a href="https://youtube.com/c/roraYT">YouTube</a> ·
280-
<a href="mailto:chompajamas@gmail.com">Email</a>
278+
<a href="https://x.com/_kuzuminn" target="_blank">X (Twitter)</a> ·
279+
<a href="https://youtube.com/@pmuaurora" target="_blank">YouTube</a> ·
280+
<a href="mailto:aurorashorts.forbusiness@gmail.com">Email</a>
281281
<br>
282-
© 2025 nijika.de
282+
© 2026 nijika.de
283283
</div>
284284

285285
</div>

0 commit comments

Comments
 (0)