INITIALIZING SAPORIGO_OPS_DIVISION…
[ STATUS: ONLINE ] | [ LOCATION: JALANDHAR_HQ ] | [ ENCRYPTION: ACTIVE ]
<style>
/* Page ka basic look - Black background aur Green text */
body {
background-color: #000000;
color: #00FF00;
font-family: 'Courier New', Courier, monospace;
}
/* Menu (Links) ka design */
.cyber-menu { margin-bottom: 40px; }
.cyber-menu a {
color: #00FF00;
text-decoration: none;
border: 1px solid #00FF00;
padding: 8px 15px;
margin-right: 10px;
display: inline-block;
text-transform: uppercase;
font-weight: bold;
background-color: transparent;
transition: all 0.3s ease;
}
.cyber-menu a:hover {
background-color: #00FF00;
color: #000000;
}
/* Typing Effect ka jadoo */
.terminal-text {
border-right: 3px solid #00FF00;
white-space: nowrap;
overflow: hidden;
width: 0;
animation: typing 2.5s steps(30, end) forwards, blink 0.75s step-end infinite;
display: inline-block;
}
@keyframes typing { from { width: 0 } to { width: 100% } }
@keyframes blink { from, to { border-color: transparent } 50% { border-color: #00FF00 } }
/* Status Bar ka design */
.status-bar {
margin-top: 60px;
font-size: 14px;
border-top: 1px solid #00FF00;
padding-top: 10px;
}
</style>
<div class="cyber-menu">
<a href="/">Home</a>
<a href="/case-vault/">Case Vault</a>
<a href="/control/">Control</a>
<a href="/intel-archive/">Intel Archive</a>
</div>
<div style="margin-top: 50px;">
<h2>> <span class="terminal-text">INITIALIZING SAPORIGO_OPS_DIVISION...</span></h2>
</div>
<div class="status-bar">
[ SYSTEM_STATUS: ONLINE ] | [ NETWORK: SECURE ] | [ LOCATION: JALANDHAR_HQ ] | [ COMMS: ENCRYPTED ]
</div>