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
53 lines (49 loc) · 2.11 KB
/
about_creator.html
File metadata and controls
53 lines (49 loc) · 2.11 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
<!DOCTYPE html>
<html>
<!--Start of Head-->
<head>
<title>About Creator</title>
<link type="text/css" rel="stylesheet" href="css/global.css">
<link type="text/css" rel="stylesheet" href="css/about-creator.css">
</head>
<!--End of Head-->
<!--Start of Body-->
<body>
<h1 class="title">About Me</h1>
<!--Start of Basic Info-->
<h2>Basic Information</h2>
<p> I am Ruby Rose, the lone creator 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" class="link">woman</a>
<a href="https://en.wikipedia.org/wiki/Lesbian">lesbian</a>. Born in Michigan, United States of America.</p>
<!--End of Basic Info-->
<!--Start of Extra Info-->
<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" id="ao3">Archive of Our Own</a>
and I plan on writing books that will be published.</p>
<!--End of Extra Info-->
<!--Start of History-->
<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 of what those commands do.
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 would be free and
have no trackers.</p>
<!--End of History-->
<!--Start of Foot-->
<footer>
<a href="homepage.html" id="home">Homepage</a>
<div id="socials">
<!--Social Handles Here-->
</div>
</footer>
<!--End of Foot-->
</body>
<!--End of Body-->
</html>