diff --git a/index.html b/index.html index 4d51c7e..89c5a4c 100644 --- a/index.html +++ b/index.html @@ -1,6 +1,5 @@ - @@ -9,24 +8,23 @@ + RJ Studios Official Website -
RJ Logo -
+

Really Janky

STUDIOS

-
+

It's not just Janky, it's Really Janky!

-<<<<<<< HEAD
@@ -76,80 +74,6 @@

aCloud

File and Text Sharing, and URL Shortning ToolSource Code


-======= -
- -
- -
- -
- -
-
-
-

About

-

RJ Studios is an indie studio, currently making cool programs.
RJ Studios stands for Really Janky Studios, and as the name suggests, we are a bit Janky...
RJ Studios is consisted of Andrecon, CGCristi and Arond

-
-
-

Members' Socials

- -

Andrecon's Instagram

-

CGCristi's Github

-

Arond's Youtube

-
-
-
-
-

Members' Websites

- -

Andrecon's Website

-

CGCristi's Website

-

Arond's Website (sorry nothing here, for now)

-
-
-
-

Contact

- -

Support/Requests: RJ Form

-

Or email us directly at: rj-support@cgcristi.xyz

-
-
-
-

Projects

-
-
- RJ-Tools -

A quality-of-life multi-tool

-
-
-
- StreamFlare Terminal / UI -

YouTube Video Downloading Tool, that runs in terminal or using User-Interface

-
-
-
- aCloud -

File and Text Sharing, and URL Shortening Tool Source Code

-
-
->>>>>>> 328efa3419852eaa82cd77deaeb28456d02146c1
aSearch

A simple and private search engine.

@@ -157,7 +81,6 @@

-======= -

Comics

-

Read Pablo's Very Normal Adventure, right here, right now!
Click on a comic to open it full-screen. Hover over it to show its title.
If you see comics covered in outlines, the comics are connected / is a comic with multiple pages

-
- -
- -

At the Pizza Place

- - -

- -

Pablo's Fear of Long Words

- - -
- -

The Pet - Three part Comic

- - - -

- - - -

The Button Series (continuation of "The White Void")

- - - - - - - -

- -

The Secret Package

- - -

- - - -

Minecraft News

- - -
-
->>>>>>> 328efa3419852eaa82cd77deaeb28456d02146c1
diff --git a/style.css b/style.css index d983547..2b425e7 100644 --- a/style.css +++ b/style.css @@ -23,63 +23,6 @@ body { font-family: 'Poppins', sans-serif; } -/* Top Navigation Bar */ -.navbar { - display: flex; - justify-content: center; - background-color: #333; - padding: 10px; - position: fixed; - width: 100%; - top: 0; - z-index: 1000; -} - -.navbar a { - color: white; - padding: 14px 20px; - text-align: center; - text-decoration: none; -} - -.navbar a:hover { - background-color: #ddd; - color: black; -} - -/* Sidebar for Logo, Name, and Slogan */ -.sidebar { - position: fixed; - left: 0; - top: 0; - width: 250px; - padding: 20px; - background-color: #f4f4f4; - height: 100vh; -} - -.sidebar img { - width: 100px; - margin-bottom: 10px; -} - -.sidebar h1 { - font-size: 24px; - margin: 10px 0; -} - -.sidebar p { - font-size: 16px; - color: gray; -} - -/* Main content */ -.main-content { - margin-left: 270px; - padding: 20px; - padding-top: 80px; /* to avoid overlap with navbar */ -} - button.asearch { border-radius: 30px; width: 160px; @@ -115,6 +58,7 @@ button.asearch:hover { .left-section { flex: 1; + display: flex; flex-direction: column; align-items: center; text-align: center; @@ -133,6 +77,7 @@ button.asearch:hover { } .section-links { + display: flex; flex-direction: column; gap: 10px; align-items: stretch; @@ -487,4 +432,4 @@ div#images#items { border-radius: 25px; width: 3px; cursor: row-resize; -} +} \ No newline at end of file