-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
56 lines (56 loc) · 1.66 KB
/
index.html
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
<html>
<head>
<title>Nicola</title>
<link rel="stylesheet" type="text/css" href="index.css">
</head>
<body>
<div id="terminal">
<span id="prompt">nicola@zyon</span> ~ # finger nicola
</br>
</br>
Login: nicola Name: Nicola
</br>
Directory: /home/nicola Shell: /bin/zsh
</br>
On since Fri Dec 25 1992 11:00 (CET) on pts/0 from 127.0.0.1
</br>
0 hours 0 minute idle
</br>
No mail.
</br>
Nicola is Director of Cloud at Namecheap Inc.
</br>
</br>
</br>
<span id="prompt">nicola@zyon</span> ~ # cat links.txt
</br>
</br>
<a href="https://hybridhacker.com/pages/about.html">About Me</a>
</br>
<a href="https://www.linkedin.com/in/nicolaballotta/">Linkedin</a>
</br>
<a href="https://github.com/nicolaballotta">Github</a>
</br>
<a href="https://hybridhacker.com/">Blog</a>
</br>
<a href="https://www.instagram.com/nicolaballotta/">Instagram</a>
</br>
<a href="https://hybridhacker.email">The Hybrid Hacker Newsletter</a>
</br>
</br>
<span id="prompt">nicola@zyon</span> ~ # reboot
</br>
</br>
</br>
Broadcast message from root@zyon (Fri 1980-12-05 16:00:00 CET):
</br>
</br>
The system is going down for reboot at Fri 1980-12-05 16:00:00 CET!
</br>
</br>
</br>
<span id="prompt">nicola@zyon</span> ~ #
<span class="blinking-cursor">|</span>
</div>
</body>
</html>