-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
55 lines (52 loc) · 3.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name=description content="Benrkia Ilyasse: Welcome to my personal website">
<meta name=author content="Benrkia Ilyasse">
<title>Benrkia Ilyasse</title>
<link href="https://fonts.googleapis.com/css?family=Inconsolata" rel="stylesheet" type="text/css" />
<link rel="stylesheet" href="cli.css">
</head>
<body>
<div id="output">
<div id="about">
<h1>Hi! I'M</h1>
<h1>
$$$$$$$\ $$$$$$$$\ $$\ $$\ $$$$$$$\ $$\ $$\ $$$$$$\ $$$$$$\<br>
$$ __$$\ $$ _____|$$$\ $$ |$$ __$$\ $$ | $$ |\_$$ _|$$ __$$\<br>
$$ | $$ |$$ | $$$$\ $$ |$$ | $$ |$$ |$$ / $$ | $$ / $$ |<br>
$$$$$$$\ |$$$$$\ $$ $$\$$ |$$$$$$$ |$$$$$ / $$ | $$$$$$$$ |<br>
$$ __$$\ $$ __| $$ \$$$$ |$$ __$$< $$ $$< $$ | $$ __$$ |<br>
$$ | $$ |$$ | $$ |\$$$ |$$ | $$ |$$ |\$$\ $$ | $$ | $$ |<br>
$$$$$$$ |$$$$$$$$\ $$ | \$$ |$$ | $$ |$$ | \$$\ $$$$$$\ $$ | $$ |<br>
\_______/ \________|\__| \__|\__| \__|\__| \__|\______|\__| \__|<br>
<br>
$$\ $$\<br>
\__|$$ |<br>
$$\ $$ |$$\ $$\ $$$$$$\ $$$$$$$\ $$$$$$$\ $$$$$$\<br>
$$ |$$ |$$ | $$ | \____$$\ $$ _____|$$ _____|$$ __$$\<br>
$$ |$$ |$$ | $$ | $$$$$$$ |\$$$$$$\ \$$$$$$\ $$$$$$$$ |<br>
$$ |$$ |$$ | $$ |$$ __$$ | \____$$\ \____$$\ $$ ____|<br>
$$ |$$ |\$$$$$$$ |\$$$$$$$ |$$$$$$$ |$$$$$$$ |\$$$$$$$\<br>
\__|\__| \____$$ | \_______|\_______/ \_______/ \_______|<br>
$$\ $$ |<br>
\$$$$$$ |<br>
\______/<br>
</h1>
<p>
_________________________________________________________________________________<br>
/ Computer Engineering Student \<br>
\ Setting goals is the first step in turning the invisible into the visible /<br>
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
</p>
</div>
</div>
<div id="input" class="input">
<div class="prompt" id="prompt"></div>
<div class="cli"><input id="cli" autofocus /></div>
</div>
<script src="cli.js"></script>
</body>
</html>