-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
105 lines (82 loc) · 3.7 KB
/
about.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
105
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>About me</title>
<link rel="stylesheet" href="style.css">
<link rel="icon"
type="image/png"
href="https://cdn.upload.systems/uploads/x9ObtU5U.png">
<meta content="About me" property="og:title"/>
<meta content="Epic embed" property="og:description"/>
<meta content="https://femboy.boo" property="og:url"/>
<meta content="https://emoji-copy.com/imaj/2048/1F5FF.webp" property="og:image"/>
<meta content="#B018EC" data-react-helmet="true" name="theme-color"/>
<meta content="Femboy.Boo" property="og:site_name">
<style>
/*custom css only for about page*/
p {
font-size: 1.2em;
}
img.emoji {
height: 1.1em;
width: 1.1em;
}
</style>
<script src="https://twemoji.maxcdn.com/v/latest/twemoji.min.js" crossorigin="anonymous"></script>
</head>
<body>
<div class="nav">
<a href="/" class="title">Femboy.boo</a>
<div class="menu">
<a href="hall">Cuties</a>
<a href="https://github.com/UwUDev/femboy.boo">Source Code</a>
</div>
</div>
<div class="hero">
<div>
<h1 class="hero-title">About me.</h1>
<p>Hey there! 😁</p>
<p>I'm UwUDev, a 21-year-old student from France who loves reverse engineering and exploits ✨</p>
<h1 class="category">Things I know</h1>
<p>I taught myself Java, and I also have a strong foundation in C, Python, processing, and front-end
development 💻️</p>
<p>Currently, I'm learning Rust since it's an alluring language with a lot of potential ⚙️</p>
<h1 class="category">Things I do</h1>
<p>I'm currently working on way too many projects, but I'm mostly working on this site and tools I'll publish
soon on it 🛠️</p>
<p>You can also see my <a class="link" href="https://github.com/UwUDev">GitHub profile</a> but most of my
projects are private, and lots are old repos, so you won't see much 😅</p>
<h1 class=" category">Things I love</h1>
<p>When I got bored, I like to play games like <a class="link" href="https://minecraft.net">Minecraft</a>,
<a class="link" href="https://www.celestegame.com/">Celeste</a> or
<a class="link" href="https://www.kingdomthegame.com/">Kingdom
games</a> 🎮</p>
<p>I love reverse engineer APIs, find exploits, make cheats and tools by respecting the ToS of course
😇</p>
<p>I'm also a thigh-highs enjoyer, but of course it still 100% straight</p>
<p>Also, I have this wierd obsession with data collection. I mean, I have 27.6Tb of disk just on my main PC
📊</p>
<h1 class="category">Things where you can find me</h1>
<p>Discord: <a class="link" href="https://discord.com/users/430810808692244480">@uwudev_</a> (maybe outdated since I got frequently terminated)</p>
<p>GitHub: <a class="link" href="https://github.com/UwUDev">@UwUDev</a></p>
<p>Telegram: <a class="link" href="https://t.me/UwUDev">@UwUDev</a></p>
<p>YouTube: <a class="link" href="https://www.youtube.com/@uwuslegitchannel3691">UwU's legit channel</a></p>
<p>X: <a class="link" href="https://twitter.com/UwUCode">@UwUCode</a></p>
<div style="margin-top: 5vh">
<br>
</div>
</div>
<div class="blob-cont">
<div class="red blob"></div>
<div class="pink blob"></div>
<div class="purple blob"></div>
</div>
</div>
<div style="margin-top: 5vh">
<br>
</div>
<script src="js/tilt.min.js"></script>
<script>twemoji.parse(document.body);</script>
</body>
</html>