-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
104 lines (81 loc) · 5.74 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
101
102
103
104
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Mathildeuh.fr</title>
<link rel="stylesheet" type="text/css" href="assets/css/common.css">
<script defer src="assets/js/main.js"></script>
<link rel="icon" href="https://cdn.discordapp.com/avatars/921104249885175809/b03e3d6b28707c8cf949f5c97b21524f?size=1024">
<!-- Discord integration -->
<meta property="og:title" content="Mathildeuh.fr">
<meta property="og:type" content="website">
<meta property="og:url" content="https://mathildeuh.fr">
<meta property="og:image" content="https://cdn.discordapp.com/avatars/921104249885175809/b03e3d6b28707c8cf949f5c97b21524f?size=1024" />
<meta property="og:description" content="Presentation page of Mathilde">
<meta name="theme-color" content="#e13fa2">
<!-- Discord integration -->
</head>
<body>
<div class="main">
<pre class="yellow">
__ __ _ _ _ _ _ _ ____ _____
| \/ | | | | | (_) | | | | | / __ \ / ____|
| \ / | __ _| |_| |__ _| | __| | ___ _ _| |__ | | | | (___
| |\/| |/ _` | __| '_ \| | |/ _` |/ _ \ | | | '_ \ | | | |\___ \
| | | | (_| | |_| | | | | | (_| | __/ |_| | | | | | |__| |____) |
|_| |_|\__,_|\__|_| |_|_|_|\__,_|\___|\__,_|_| |_| \____/|_____/
</pre>
<p class="command"><span class="green">mathildeuh@miss:~$</span> whoami</p>
<div class="result">
<p><span class="red">Name:</span> Mathilde</p>
<p><span class="red">Age:</span> 17</p>
<p><span class="red">Job:</span> Student (Future Epitech Student)</p>
<p><span class="red">Lang:</span> French, English</p>
</div>
<p class="command"><span class="green">mathildeuh@miss:~$</span> ls -lah</p>
<div class="result">
<p>drwxr-xr-x 1 mathildeuh mathildeuh 4.0K oct. 27 22:19 .</p>
<p>drwxr-xr-x 6 mathildeuh mathildeuh 4.0K oct. 27 22:19 ..</p>
<p>drwxr-xr-x 4 mathildeuh mathildeuh 4.0K oct. 27 22:19 knowledges</p>
<p>drwxr-xr-x 2 mathildeuh mathildeuh 4.0K oct. 27 22:19 <a target="_blank" href="https://fr.wikipedia.org/wiki/Transidentit%C3%A9">trans-identity</a></p>
<p>drwxr-xr-x 2 mathildeuh mathildeuh 4.0K oct. 27 22:19 <a target="_blank" href="https://en.wikipedia.org/wiki/Lesbian">lesbian</a></p>
<p>drwxr-xr-x 2 mathildeuh mathildeuh 4.0K oct. 27 22:19 contact</p>
<p>drwxr-xr-x 2 mathildeuh mathildeuh 4.0K oct. 27 22:19 projects</p>
</div>
<p class="command"><span class="green">mathildeuh@miss:~$</span> cd knowledges/</p>
<p class="command"><span class="green">mathildeuh@miss:~/knowledges$</span> head -n 4 skills</p>
<div class="result">
<p style="font-weight: bold;">Programming languages:</p>
<p>JAVA, PYTHON, HTML, CSS, (SOON) C</p>
<!-- <p style="font-weight: bold;">Others :</p>
<p>VPN, PROXY, VIRTUALISATION, FIREWALL, DNS, ...</p> -->
</div>
<p class="command"><span class="green">mathildeuh@miss:~/knowledges$</span> mysql -u root -p</p>
<div class="result">
<p class="command">Enter password:<br><br>
Welcome to the MariaDB monitor. Commands end with ; or \g.<br>
Your MariaDB connection id is <span id="randint"></span><br>
Server version: 20.8.14-MariaDB missian 12<br>
Copyright (c) 2000, <span id="actualYear"></span>, Oracle, MariaDB Corporation Ab and others.<br><br>
Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.</p>
</div>
<p class="command"><span class="red">MariaDB [(none)]></span> use informations;</p>
<p class="command"><span class="red">MariaDB [informations]></span> SELECT * FROM socials;</p>
<div class="result">
<p>+----+---------+------------------------+<br> | id | Name | Link |<br> +----+---------+------------------------+
<br> | 0 | GitHub | <a target="_blank" href="https://github.com/Mathildeuh">Mathildeuh</a> |<br> +----+---------+------------------------+
<br> | 1 | Insta | <a target="_blank" href="https://www.instagram.com/mathilde.narc/">Mathilde.Narc</a> |<br> +----+---------+------------------------+
<br> | 2 | Twitter | <a target="_blank" href="https://twitter.com/MathilOriginale">MathilOriginale</a> | <br> +----+---------+------------------------+
<br> | 3 | Discord | <a target="_blank" href="https://discordapp.com/users/921104249885175809">Mathildeuh</a> |<br> +----+---------+------------------------+
<br> | 4 | E-Mail | <a target="_blank" href="mailto:[email protected]">[email protected]</a> |<br> +----+---------+------------------------+
<br> 5 rows in set (0.03 sec)</p>
</div>
<p class="command"><span class="red">MariaDB [informations]></span> exit</p>
<p class="command"><span class="green">mathildeuh@miss:~/knowledges$</span> <span id="prompt">_</span>
</p>
</div>
</body>
<div class="footer">
<p>Forked with 💜 by Mathildeuh | Author: <a href="https://github.com/Lindwen/lindwen-website-terminal">Lindwen</a></p>
</div>
</html>