-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
75 lines (71 loc) · 3.16 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
<html>
<head>
<title>Cristian Lara</title>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
<script type="text/javascript" src="js/terminal.js"></script>
<script type="text/javascript" src="js/pokemon.js"></script>
<script type="text/javascript" src="js/sprite.js"></script>
<script type="text/javascript" src="js/analytics.js"></script>
<link href="https://fonts.googleapis.com/css?family=Roboto+Mono:100,300" rel="stylesheet">
<link rel="stylesheet" href="css/styles.css">
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<link rel="icon" href="favicon.ico" type="image/x-icon">
</head>
<!--
quu..__
$$$b `---.__
"$$b `--. ___.---uuudP
`$$b `.__.------.__ __.---' $$$$" .
"$b -' `-.-' $$$" .'|
". d$" _.' |
`. / ..." .' |
`./ ..::-' _.' |
/ .:::-' .-' .'
: ::''\ _.' |
.' .-. .-. `. .' |
: /'$$| .@"$\ `. .' _.-'
.'|$u$$| |$$,$$| | < _.-'
| `:$$:' :$$$$$: `. `. .-'
: `"--' | `-. \
:##. == .###. `. `. `\
|##: :###: | > >
|#' `..'`..' `###' x: / /
\ xXX| / ./
\ xXXX'| / ./
/`-. `. / /
: `- ..........., | / .'
| ``:::::::' . |< `.
| ``` | x| \ `.:``.
| .' /' xXX| `:`M`M':.
| | ; /:' xXXX'| -'MMMMM:'
`. .' : /:' |-'MMMM.-'
| | .' /' .'MMM.-'
`'`' : ,' |MMM<
| `' |tbap\
\ :MM.-'
\ | .''
\. `. /
/ .:::::::.. : /
| .:::::::::::`. /
| .:::------------\ /
/ .'' >::' /
`',: : .'
-->
<body>
<div class="title" id="title">
<pre class="asciiArt">
____ _ _ _ _
/ ___|_ __(_)___| |_(_) __ _ _ __ | | __ _ _ __ __ _
| | | '__| / __| __| |/ _` | '_ \ | | / _` | '__/ _` |
| |___| | | \__ \ |_| | (_| | | | | | |__| (_| | | | (_| |
\____|_| |_|___/\__|_|\__,_|_| |_| |_____\__,_|_| \__,_|</pre>
<div class="spriteContainer">
<pre id="tip">
</pre>
<img id="sprite" class="sprite" src="img/me/right0.png">
</div>
</div>
<div id="console"><span id="text"></span><span id="cursor"></span></div>
<span><br><br><br><br><br></span>
</body>
</html>