diff --git a/blog/index.html b/blog/index.html index 9d4759d..9e244f1 100644 --- a/blog/index.html +++ b/blog/index.html @@ -1,6 +1,7 @@ + iRaven - Blog @@ -19,6 +20,7 @@ Computers and MORE Computers Other Things Waaaaaaay Cooler Than Me Tech and Tinkering Blog + OC References Softwares

This will be organized and revised over time- however stay tuned, more content is coming :)

diff --git a/index.html b/index.html index 44838d3..6c72db2 100644 --- a/index.html +++ b/index.html @@ -31,6 +31,7 @@ Other Things Waaaaaaay Cooler Than Me
+ OC References Tech and Tinkering Blog Softwares diff --git a/links.html b/links.html index edb6cd5..8d77b69 100644 --- a/links.html +++ b/links.html @@ -14,6 +14,7 @@ Home Computer Collection Other Things Waaaaaaay Cooler Than Me + OC References Tech and Tinkering Blog Softwares @@ -21,7 +22,7 @@

Friiieeendos :3

@@ -47,6 +48,8 @@

Neat & Random Sites

diff --git a/ocref.html b/ocref.html new file mode 100644 index 0000000..1680bcf --- /dev/null +++ b/ocref.html @@ -0,0 +1,149 @@ + + + iraven - oc references + + + + + +
+ +

OC References

+

i struggled to make this page as i hate bringing attention to myself! help

+ + + +
+

Xeno

+
+ + +

basically iRaven as a pony. XD

+

- Electric dark blue pony

+

- Very soff and floofy chest

+

- Long mane and fluffy tail, with a gradient from electric-blue to midnight darkness

+

- Chip cutie mark represents their extravagant tech/electronic hobby, rumors say that they may be a computer/pone hybrid and the chip is real

+

- Pure midnight darkness in mane signifies a talent in space/astronomy

+
+
+
+
+

Body: #1e3184

+
+
+
+
+

Eyes: #d21717

+
+
+
+

Mane Gradient

+

#1736ff

+


+

#0a1459

+
+
+ +
Art by LimeDazzle +
+

Cutie Mark

+ + +
+ download cutie mark in PNG +
+

download an image version of this ref

+

oh hey, you came here looking for backstories? hahahah lol no i'm too dum and depressed to come up with any!

+
+

Other images

+ + Art by Neon + + Art by LimeDazzle +
+
+

+ +
+

Starpool (pony)

+
+
+

Mane Colors

+

Main: #212121

+

Highlights: #00ffd2

+
+
+
+

Body: #424242

+
+
+
+
+

Eyes: #00ffd2

+
+
+
+ +
Art by Storm Cloud Rivers +
+

Cutie Mark

+ + +
+ download cutie mark in PNG +
+ + +
+

+ +
+

Starpool (cat)

+
+

-Weilds plasma as a weapon

+

-Fur always bristly

+

-Majorly damaged limbs held together by plasma

+
+ +

download an image version of this ref (art by coffee-catss)

+
+
+

Body Fur Colors:

+ +
+

#212121

+
+
+

#272727

+
+
+

#313131

+
+
+

#424242

+
+
+

#5f5f5f

+
+
+
+

Tail Highlight: #00ffd2

+
+
+

Face Markings: #00ffd2

+
+
+ +
+ Art by Raiuche +
+
+ + \ No newline at end of file diff --git a/refpage.css b/refpage.css new file mode 100644 index 0000000..377004d --- /dev/null +++ b/refpage.css @@ -0,0 +1,142 @@ +/*Xeno*/ +.xeno h1 { + color:mediumblue +} +.xeno .description { + color: white; + font-style:italic; +} +.xeno .colors { + box-sizing: border-box; + display:inline-block; + height:100px; + width:100px; +} +.xeno .colors .bodycolor { + position:relative; + bottom:35px; + left:70px; + background-color: #1e3184; + color:white; +} +.xeno .colors .eyecolor { + position:relative; + bottom:360px; + left:475px; + background-color: #d21717; + color:white; +} +.xeno .colors .manegradient { + position:relative; + bottom:480px; + right:20px; + /*cssgradient.io*/ + background: rgb(23,54,255); + background: linear-gradient(180deg, rgba(23,54,255,1) 0%, rgba(9,9,121,1) 70%, rgba(10,20,89,1) 100%); + color:white; +} +.xeno .cutiemark { + color:white; +} +.xeno .otherimgs { + position: relative; + width: 750px; + border: 3px solid #0b4ac0; + padding: 8px; + background-color: darkcyan; +} +/*Starpool*/ +.starpool h1 { + color:aqua +} +.starpoolcat h1 { + color:aqua +} +.starpool .description { + color: white; + font-style:italic; +} +.starpoolcat .description { + color: white; + font-style:italic; +} +.starpool .colors { + box-sizing: border-box; + display:inline-block; + height:100px; + width:100px; +} +.starpoolcat .colors { + box-sizing: border-box; + display:inline-block; + height:100px; + width:100px; +} +.starpool .colors .bodycolor { + position:relative; + bottom:315px; + left:15px; + background-color: #424242; + color:white; +} +.starpool .colors .eyecolor { + position:relative; + bottom:450px; + left:500px; + background-color: #00ffd2; + color:black; +} +.starpool .colors .manecolors { + position:relative; + bottom:375px; + left:100px; + /*background-color: #212121;*/ + /*cssgradient.io*/ + background: rgb(0,255,210); + background: linear-gradient(180deg, rgba(0,255,210,1) 0%, rgba(33,33,33,1) 100%); + color:white; +} +.starpoolcat .colors .furcolors { + position:relative; + /*bottom:240px;*/ + top:220px; + left:500px; + /*background: #212121;*/ + color:white; +} +.starpoolcat .colors .furcolors .color1{ + /* position:relative; + right:450px; */ + background:#212121 +} +.starpoolcat .colors .furcolors .color2{ + background:#272727 +} +.starpoolcat .colors .furcolors .color3{ + background:#313131 +} +.starpoolcat .colors .furcolors .color4{ + background:#424242 +} +.starpoolcat .colors .furcolors .color5{ + background:#5f5f5f +} +.starpoolcat .colors .tailhilite { + position:relative; + top:30px; + left:700px; + /*cssgradient.io*/ + background: rgb(33,33,33); + background: linear-gradient(270deg, rgba(33,33,33,1) 0%, rgba(78,108,103,1) 42%, rgba(0,255,210,1) 100%); + color:white; +} +.starpoolcat .colors .facemarks { + position:relative; + bottom:435px; + left:110px; + background-color: #00ffd2; + color:black; +} +.starpool .cutiemark { + color:white; +} diff --git a/siteimg/deioxpy-efac1e6d-aeda-4ed9-bfe6-29f2e0a33f13smol.png b/siteimg/deioxpy-efac1e6d-aeda-4ed9-bfe6-29f2e0a33f13smol.png new file mode 100644 index 0000000..21f6f7b Binary files /dev/null and b/siteimg/deioxpy-efac1e6d-aeda-4ed9-bfe6-29f2e0a33f13smol.png differ diff --git a/siteimg/starpool/ICON_18_transparent.png b/siteimg/starpool/ICON_18_transparent.png new file mode 100644 index 0000000..6b7c1ae Binary files /dev/null and b/siteimg/starpool/ICON_18_transparent.png differ diff --git a/siteimg/starpool/StarpoolCat_Raiuche.png b/siteimg/starpool/StarpoolCat_Raiuche.png new file mode 100644 index 0000000..7b4591b Binary files /dev/null and b/siteimg/starpool/StarpoolCat_Raiuche.png differ diff --git a/siteimg/starpool/StarpoolCat_Wyndreya.png b/siteimg/starpool/StarpoolCat_Wyndreya.png new file mode 100644 index 0000000..6866fbb Binary files /dev/null and b/siteimg/starpool/StarpoolCat_Wyndreya.png differ diff --git a/siteimg/starpool/Starpool_StormSCR_2.png b/siteimg/starpool/Starpool_StormSCR_2.png new file mode 100644 index 0000000..fe20cce Binary files /dev/null and b/siteimg/starpool/Starpool_StormSCR_2.png differ diff --git a/siteimg/starpool/Tak berjudul131_20220310083749.png b/siteimg/starpool/Tak berjudul131_20220310083749.png new file mode 100644 index 0000000..66198cc Binary files /dev/null and b/siteimg/starpool/Tak berjudul131_20220310083749.png differ diff --git a/siteimg/starpool_galaxy_cmark.png b/siteimg/starpool_galaxy_cmark.png new file mode 100644 index 0000000..2f73b69 Binary files /dev/null and b/siteimg/starpool_galaxy_cmark.png differ diff --git a/siteimg/xeno_hoodie_crop.png b/siteimg/xeno_hoodie_crop.png new file mode 100644 index 0000000..8331c53 Binary files /dev/null and b/siteimg/xeno_hoodie_crop.png differ diff --git a/siteimg/xenopone_chip_cmark.png b/siteimg/xenopone_chip_cmark.png new file mode 100644 index 0000000..096f3e9 Binary files /dev/null and b/siteimg/xenopone_chip_cmark.png differ diff --git a/software.html b/software.html index ebc8d8d..ca7601d 100644 --- a/software.html +++ b/software.html @@ -15,6 +15,7 @@ Home Computer Collection Other Things Waaaaaaay Cooler Than Me + OC References Tech and Tinkering Blog Softwares