This repository was archived by the owner on Nov 21, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout-creator.html
More file actions
64 lines (56 loc) · 1.87 KB
/
about-creator.html
File metadata and controls
64 lines (56 loc) · 1.87 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
<!DOCTYPE html>
<html>
<head>
<title>
About Creator
</title>
<link type="text/css" rel="stylesheet" href="css/about-creator.css">
<link type="text/css" rel="stylesheet" href="css/global.css">
</head>
<body>
<h1>
About Me
</h1>
<h2>
Basic Information
</h2>
<p>
I am Ruby Rose, the founder of <span class="bold">CodingCheats</span>.
<br> I was born November 2nd, 2005 and I am a
<a href="https://www.plannedparenthood.org/learn/gender-identity/transgender">transgender</a>
<a href="https://en.wikipedia.org/wiki/Trans_woman">girl</a>
<a href="https://en.wikipedia.org/wiki/Lesbian">lesbian</a>. Born in Michigan, United States
of America.
</p>
<h3>
Additional Information
</h3>
<p>
Just some additional information about me is that I play video games (which are on
<a href="https://youtube.com/channel/UCykDsmfSfQlAfRD-EpUyjNQ">YouTube</a> and are streamed
on <a href="https://twitch.tv/ruby_lovel1ve">Twitch</a>) and aspire to be an author. I
currently have a short story on
<a href="https://archiveofourown.org/users/Ruby_RoseWrites">Archive of Our Own</a>
and I plan on writing books that will be published.
</p>
<h2>
History of <span class="bold">CodingCheats</span>
</h2>
<p>
The reason I made <span class="bold">CodingCheats</span> was to provide an easy and
accessible website for finding commands with a short summary on what that commands does.
Which was made to allow coders to make a decision on what command to use if they can't decide
on a command. I also made this website with the intention that everything will be free and
have no trackers.
</p>
<footer>
<a href="homepage.html" id="home">
Homepage
</a>
<br>
<br>
<div id="socials">
</div>
</footer>
</body>
</html>