Skip to content

Commit dda2efe

Browse files
committed
Marquee styling enhancements
1 parent 21f3712 commit dda2efe

File tree

2 files changed

+19
-3
lines changed

2 files changed

+19
-3
lines changed

β€Žindex.htmlβ€Ž

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,21 @@ <h1>RYAN MORRIS 🎀</h1>
6464
<span class="visitor-counter">000080</span><br>
6565
<p>Stand-up sets performed.</p>
6666
</div>
67+
</div>
68+
69+
<div class="window" id="window-log">
70+
<div class="title-bar">
71+
<span>SYSTEM_INFO.LOG</span>
72+
</div>
73+
<div class="content">
74+
<h2>Current Status</h2>
75+
<ul>
76+
<li><b>Location:</b> Niagara Region, CA</li>
77+
<li><b>Topics:</b> Dad life, Cat jokes, Topical Events"</li>
78+
<li><b>Sets Completed:</b> <span class="visitor-counter">000080</span></li>
79+
</ul>
80+
<p>Documenting the craft one bomb and one kill at a time. Authenticity over algorithm chasing.</p>
81+
</div>
6782
</div>
6883
-->
6984
<div class="window" id="window-set">
@@ -100,7 +115,8 @@ <h2>Bookings & Inquiries</h2>
100115

101116
<a href="#window-bio" class="active-app">πŸ“„ bio.txt</a>
102117
<!-- <a href="#window-stats" class="active-app">πŸ“Š stats.exe</a>
103-
<a href="#window-counter" class="active-app">πŸ“© Set Counter</a>-->
118+
<a href="#window-counter" class="active-app">πŸ“© Set Counter</a>
119+
<a href="#window-log" class="active-app">πŸ“„ systems_info.log</a>-->
104120
<a href="#window-set" class="active-app">🎬 set_66.avi</a>
105121
<a href="#window-booking" class="active-app">πŸ“© booking</a>
106122
<div style="flex-grow: 1;"></div>

β€Žstyle.cssβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@ body {
2222

2323
.marquee-container {
2424
background: #ff0000;
25-
color: #FFFF00; /* Neon yellow text for contrast */
25+
color: #FFFF33; /* Neon yellow text for contrast */
2626
padding: 10px 0;
2727
font-weight: bold;
2828
border-bottom: 2px solid #000;
2929
width: 100%;
3030
overflow: hidden;
3131
white-space: nowrap;
3232
font-family: 'Comic Sans MS', cursive, sans-serif; /* very 90s vibe */
33-
text-shadow: 1px 1px 2px #000; /* subtle glow/shadow for retro feel */
33+
text-shadow: 2px 2px 2px #000; /* subtle glow/shadow for retro feel */
3434
box-sizing: border-box;
3535
}
3636

0 commit comments

Comments
Β (0)