-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
100 lines (90 loc) · 3.91 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
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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>[nmato@website] v2.1</title>
<link rel="stylesheet" href="css/styles.css">
</head>
<body>
<!-- terminal title -->
<div class="terminal">
<div class="terminal-header">
<div class="buttons">
<span class="minimize"><a></a></span>
<span class="maximize"><a></a></span>
<span class="close"><a></a></span>
</div>
<div class="title-bar"><span>nmato@website: ~</span></div>
</div>
<!-- terminal menu-->
<div class="terminal-header">
<div class="menu-bar">
<span id="file">File</span>
<span>New</span>
<span>View</span>
<span>Search</span>
<span>Terminal</span>
<span>Help</span>
<div id="photo-menu" class="submenu">
<span class="photo-option" data-img="img/alien.jpg">Photo</span>
</div>
</div>
</div>
<div class="terminal-window">
<p><span class="host">GNU/Linux Kernel v6.11-rc7-209-g1e39c60d14b86</p>
<span>* Documentation: <a href="https://linktr.ee/nmatosh" target="_blank">@linktree</a></span><br>
<!-- <span>* Management: <a href="https://instagram.com/nmato.sh/" target="_blank">@nmato.sh</a></span><br> -->
<p><span class="host">nmato@website:~$</span> cd /home/nmato</p>
<p><span class="host">nmato@website:~$</span> ls -l</p>
<p>total 7<br></p>
<p>
drwxr-xr-x 2 nmato nmato 1980 feb 12 2010 <a href="https://linkedin.com/in/nmato" target="_blank">linkedin</a><br>
-rw-r--r-- 2 nmato nmato 1980 sep 01 2024 <a href="nmato_cv.pdf" target="_blank">nmato_resume.pdf</a><br>
drwxr-xr-x 2 nmato nmato 1980 may 4 2011 <a href="https://github.com/nmatossh" target="_blank">github</a><br>
<!-- drwxr-xr-x 2 nmato nmato 1980 abr 7 2018 <a href="https://gitlab.com/nmato.sh" target="_blank">gitlab</a><br> -->
drwxr-xr-x 2 nmato nmato 1980 oct 01 2024 <a href="https://hexacore.com.ar" target="_blank">hexacore_website</a><br>
drwxr-xr-x 2 nmato nmato 1980 ago 01 2024 <a href="https://github.com/HexacoreIT" target="_blank">hexacore_github</a><br>
drwxr-xr-x 2 nmato nmato 1980 oct 01 2024 <a href="https://hexacore.com.ar/consultoria.html" target="_blank">consultoria_it</a><br>
</p>
<p><span class="host">nmato@website:~$</span><span id="cursor"> █</span></p>
</div>
</div>
<!-- Contenedor del overlay -->
<div id="imageOverlay" class="overlay">
<span class="close" id="closeOverlay">×</span>
<img id="overlayImage" class="overlay-image" alt="">
</div>
<script src="js/scripts.js"></script>
</body>
<!--
The setting sun creates another world
The shadows fall another day is in the end
The Paradise is sleeping peacefully
And one more day is again history
Tell me can we go on like this?
Everybody is living in a bliss
Are these the last times of our Mother Earth?
Or is it just beginning of new birth?
Don't be afraid we must be wise
Patient and peaceful and strong
Maybe it's like you would throw the dice
Then hope that nothing goes wrong
Remember that you have the right to say
All things that you feel inside
Open your mind and you open your eyes
Together now is the time
Sing the anthem of the world
But will we ever learn
To control our hate and to forgive
We must learn to find the way
To just live another day
And be free like an Eagle in the sky
How about if God just let us down?
If he just is polishing his crown?
What's the key to the Universe?
Is life down here just one big endless curse?
Don't be afraid
Sing the anthem of the world
-->
</html>