-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
78 lines (78 loc) · 3.97 KB
/
index.html
File metadata and controls
78 lines (78 loc) · 3.97 KB
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
<!DOCTYPE html> <!-- hello there -->
<html lang="en-GB"> <!-- general kenobi -->
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta content="Home" property="og:title" />
<meta content="the home page of owlly's site" property="og:description" />
<meta content="https://owlly.xyz" property="og:url" />
<meta content="https://owlly.xyz/static/favicon_io/android-chrome-192x192.png" property="og:image" />
<meta content="#3352a7" data-react-helmet="true" name="theme-color" />
<title>Owlly's Site</title>
<link rel="stylesheet" href="css/style.css">
<link rel="apple-touch-icon" sizes="180x180" href="static/favicon_io/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="static/favicon_io/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="static/favicon_io/favicon-16x16.png">
<link rel="manifest" href="static/favicon_io/site.webmanifest">
</head>
<body>
<h1>Hello! Im Owlly :3</h1>
<div class="nav">
<a href="/">home</a>
<a href="/projects">projects</a>
<a href="/contacts">contacts</a>
</div>
<div class="content">
<h2>About Me</h2>
<p>
Hi, im owlly (aka Luce, Nyx, Nyxia, and a lot of other names),
just a silly teen who hyperfocuses on many things at once!<br>
Im a young self-taught programmer learning programming since the age of 8 ^^<br>
I love learnin new things and yappin bout my hobbies to others >w<<br>
My main hobbies are:<br>
<ul>
<li>Programming</li>
<li>Philosophy</li>
<li>Linguistics</li>
<li>Music</li>
<li>Art</li>
<li>Writing</li>
<li>Leftist Politics (Mama Anarchia loves her children!)</li>
<li>etc!</li>
</ul>
I like: linux (i use arch btw), FOSS, Albert Camus,
Che de Guevara, nerdin out, nature, and many other things ^w^<br>
Also! i can speak many languages! (my goal is to be a hyperpolyglot!)<br>
I can speak english, hindi, bangla, and a bit of spanish,
and i am learning as many languages as i possibly can!<br>
I know a few programming languages, like python, c, c++, rust,
and webdev stuff (js/ts, html, css/scss, react, flask, etc)<br>
I am trying to learn gamedev a lil, just experimenting as much as i can :P<br><br>
Oh btw, im INTP-t 2w3, i guess -w-<br>
And im silly :3<br><br>
Btw, i have made/done a few projects, check out the projects page to see em!<br>
Wanna contact me? well all my socials are in the contacts page ^^<br>
Check them out! <a
href="/static/favicon_io/extra/extra/extra/trash/useless.txt"
style="text-decoration: none;"><3</a>
</p>
</div>
<div class="content">
<h2>Support me!</h2>
<p>
if you would like to help me with my projects, you can support me by donating to me!<br>
i currently only support donations through XMR and LTC sadly...
but hopefully i can add more options soon!
</p>
<p class="wrap">
monero (XMR):
<code>436tu9wrdgSgNm3AdP56AiFH3MSMjraCNHw4f7juTKv7DMEbMKKbqhMJRfCzHf5QYkdWxzr8AynRSbKxPrt4UpjE5rMRfxZ
</code><br>
litecoin (LTC): <code>ltc1qk694jjuqgaeaske8k4sas5hs4uxmlsg9gqap43</code>
</p>
<p>
(if you want to tell me something related to the donation, please contact me!)
</p>
</div>
</body>
</html>