-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
53 lines (53 loc) · 2.38 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
<!DOCTYPE html>
<!-- this is free and unencumbered software released into the public -->
<!-- domain. refer to the attached UNLICENSE or http://unlicense.org/ -->
<html>
<head>
<meta charset="utf-8" />
<title>🐸Frozen Frog Land🐸</title>
<link rel="stylesheet" href="style.css?v=1.0.1" />
<script type="text/javascript" src="flashycubes.js?v=1.0.4"></script>
<meta name="viewport" content="width=device-width,initial-scale=1.0,
maximum-scale=1.0,user-scalable=no;" />
</head>
<body onload="
var canvas = document.getElementById('screen');
var volume = document.getElementById('volume_display');
flashycubes.init(canvas, volume);"
>
<div class="container">
<div class="contents">
<ul>
<li>I'm Uramekus, also known as Lucas Francesco</li>
<li>I live in São Paulo,Brazil</li>
<li><a target="_blank" href="cv_pt.pdf"><span>⍝ </span>my_CV←{PT}</a></li>
<li><a target="_blank" href="cv_en.pdf"><span>⍝ </span>my_CV←{EN}</a></li>
<li> </li>
<li> Contact Me:</li>
<li><a target="_blank" href="https://t.me/Uramekus"><span>⍝ </span>Telegram</a></li>
<li><a target="_blank" href="mailto:[email protected]"><span>⍝ </span>Mail me</a></li>
<li> </li>
<li>Memeportfolio:</li>
<li><a target="_blank" href="frogos.html"><span>⍝ </span>FrogOS</a></li>
<li><a target="_blank" href="https://git.sr.ht/~uramekus/uramekus-overlay"><span>⍝ </span>gentoo_overlay</a></li>
<li><a target="_blank" href="https://git.sr.ht/%7Euramekus/"><span>⍝ </span>sourcehut</a></li>
<li><a target="_blank" href="https://github.com/Uramekus"><span>⍝ </span>github(projects are on sourcehut)</a></li>
<li>
<li> </li>
<span class="uncommented">
Volume = <span id="volume_display">0</span>
</span> ⍝ scroll to change
</li>
</ul>
</div>
<div class="bottom">
<li><a target="_blank" href="https://creativecommons.org/licenses/by/4.0/"><span>⍝ </span>music_license("Kubbi - PewPewPew");</a></li>
<li><a target="_blank" href="https://kubbimusic.com/"><span>⍝ </span>artist_website(kubbi);</a></li>
<li><a target="_blank" href="https://github.com/Francesco149"><span>⍝ </span>shotouts to Francesco</a></li>
</div>
<canvas id="screen">
your browser does not support/allow canvases
</canvas>
</div>
</body>
</html>