-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
83 lines (77 loc) · 4.62 KB
/
index.html
File metadata and controls
83 lines (77 loc) · 4.62 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>PostSilicon - Driving tech innovation through code</title>
<link rel="stylesheet" href="style.css">
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
<link rel="icon" href="/favicon.ico" type="image/x-icon">
</head>
<body>
<div class="terminal-container">
<div class="terminal-header">
<div class="terminal-buttons">
<span class="btn close"></span>
<span class="btn minimize"></span>
<span class="btn maximize"></span>
</div>
<div class="terminal-title">root@postsilicon:~$</div>
</div>
<div class="terminal-body">
<div class="matrix-bg"></div>
<div class="content">
<div class="ascii-logo">
<pre>
██████╗ ██████╗ ███████╗████████╗███████╗██╗██╗ ██╗ ██████╗ ██████╗ ███╗ ██╗
██╔══██╗██╔═══██╗██╔════╝╚══██╔══╝██╔════╝██║██║ ██║██╔════╝██╔═══██╗████╗ ██║
██████╔╝██║ ██║███████╗ ██║ ███████╗██║██║ ██║██║ ██║ ██║██╔██╗ ██║
██╔═══╝ ██║ ██║╚════██║ ██║ ╚════██║██║██║ ██║██║ ██║ ██║██║╚██╗██║
██║ ╚██████╔╝███████║ ██║ ███████║██║███████╗██║╚██████╗╚██████╔╝██║ ╚████║
╚═╝ ╚═════╝ ╚══════╝ ╚═╝ ╚══════╝╚═╝╚══════╝╚═╝ ╚═════╝ ╚═════╝ ╚═╝ ╚═══╝
</pre>
</div>
<div class="terminal-output">
<div class="line">
<span class="prompt">root@postsilicon:~$</span>
<span class="command typing">cat mission.txt</span>
</div>
<div class="output-text">
<p class="glitch-text">A dynamic collective of forward-thinking programmers</p>
<p class="glitch-text">pushing the boundaries of technology beyond the silicon era.</p>
<br>
<p>We pioneer innovative coding solutions</p>
<p>Explore next-gen computing paradigms</p>
<p>Redefine the future of software development</p>
<br>
<p class="highlight">> Join us as we code the next frontier!</p>
</div>
<div class="line">
<span class="prompt">root@postsilicon:~$</span>
<span class="command">ls -la connections/</span>
</div>
<div class="connections">
<div class="connection-item">
<span class="file-type">-rwxr-xr-x</span>
<a href="https://twitter.com/PostSiliconDev" target="_blank" class="link-twitter">twitter.exe</a>
</div>
<div class="connection-item">
<span class="file-type">-rwxr-xr-x</span>
<a href="mailto:hi@postsilicon.dev" class="link-email">contact.sh</a>
</div>
<div class="connection-item">
<span class="file-type">-rwxr-xr-x</span>
<a href="https://discord.gg/DH4MDfaGTH" target="_blank" class="link-discord">discord.py</a>
</div>
</div>
<div class="line cursor-line">
<span class="prompt">root@postsilicon:~$</span>
<span class="cursor">█</span>
</div>
</div>
</div>
</div>
</div>
<script src="script.js"></script>
</body>
</html>