|
| 1 | +<!DOCTYPE html> |
| 2 | +<html lang="en"> |
| 3 | +<head> |
| 4 | + <meta charset="UTF-8"> |
| 5 | + <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
| 6 | + <title>7Zeb - The 2nd Fall Upload Boom</title> |
| 7 | + <link rel="icon" type="image/x-icon" href="logos/logo8.png"></head> |
| 8 | + <link rel="stylesheet" href="/style.css"> |
| 9 | + <link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600&display=swap" rel="stylesheet"> |
| 10 | +<body> |
| 11 | + <!-- Navigation Bar --> |
| 12 | + <nav class="navbar glass"> |
| 13 | + <div class="nav-logo" style="font-size:1.5em;font-weight:bold;letter-spacing:0.05em;">7Zeb</div> |
| 14 | + <div class="nav-links"> |
| 15 | + <a href="index.html">Home</a> |
| 16 | + <a href="/updates.html">Updates</a> |
| 17 | + <a href="/blog.html">Blog</a> |
| 18 | + <a href="/me.html">About Me</a> |
| 19 | + <a href="/more.html" class="active">More</a> |
| 20 | + <a href="https://BetaCity.github.io">BetaCity</a> |
| 21 | + <button class="mode-toggle" aria-label="Toggle dark mode">🌙</button |
| 22 | + </div> |
| 23 | + </nav> |
| 24 | + |
| 25 | + |
| 26 | + <main> |
| 27 | + <div class="main-flex"> |
| 28 | + <div style="flex:2 1 0; min-width:0;"> |
| 29 | + |
| 30 | + <!-- The amazing part --> |
| 31 | + <section class="glass" id="main"> |
| 32 | + <h1>2nd Fall Upload Boom</h1> |
| 33 | + <h3>This event will start on: November 20, 2025</h3> |
| 34 | + <h3>This event will end on: November 30, 2025</h3> |
| 35 | + <script src="https://cdn.logwork.com/widget/countdown.js"></script> |
| 36 | + <a href="https://logwork.com/countdown-timer" class="countdown-timer" data-style="circles" data-timezone="America/Chicago" data-textcolor="#3542fa" data-date="2025-11-20 16:00" data-background="#39f07c" data-digitscolor="#4629ff" data-unitscolor="#28dbdb">Time until the 2nd Fall Upload Boom</a> |
| 37 | + </section> |
| 38 | + |
| 39 | + |
| 40 | + <section class="glass" id="video-guide"> |
| 41 | + <h1>The Video Guide</h1> |
| 42 | + <p>This is the video guide for the 2nd Fall Upload Boom, these are just plans and could change at any time.</p> |
| 43 | + <ul> |
| 44 | + <li>November 20, 2025: Windows 1.0 Development History (Video)</li> |
| 45 | + <li>November 21, 2025: Actually Getting Windows 7 on the Dell Inspiron 5566 (Video)</li> |
| 46 | + </ul> |
| 47 | + </section> |
| 48 | + </div> |
| 49 | + <aside class="infobox glass" id="infobox"> |
| 50 | + <!-- Content will be injected by infobox.js --> |
| 51 | + </aside> |
| 52 | + <script src="/infobox.js"></script> |
| 53 | + |
| 54 | + </div> |
| 55 | + </main> |
| 56 | + |
| 57 | + <!-- Footer --> |
| 58 | + <footer class="footer glass"> |
| 59 | + <p>© 2025 Rutwik Stuff Branding Umbrella | This website is <a href="https://www.github.io/7zeb/website">open-source*</a></p> |
| 60 | + <p>Last modified on: November 17, 2025</p> |
| 61 | + <p>*NewUI 3 is not open-source until November 19, 2025</p> |
| 62 | + </footer> |
| 63 | + <script src="/required.js"></script> |
| 64 | +</body> |
| 65 | +</html> |
0 commit comments