File tree Expand file tree Collapse file tree 2 files changed +19
-3
lines changed
Expand file tree Collapse file tree 2 files changed +19
-3
lines changed Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff 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 : 1 px 1 px 2px # 000 ; /* subtle glow/shadow for retro feel */
33+ text-shadow : 2 px 2 px 2px # 000 ; /* subtle glow/shadow for retro feel */
3434 box-sizing : border-box;
3535}
3636
You canβt perform that action at this time.
0 commit comments