diff --git a/404.html b/404.html new file mode 100644 index 0000000..7bd7ba7 --- /dev/null +++ b/404.html @@ -0,0 +1,12 @@ + + + + + + + Polygon - 404 + + + + + \ No newline at end of file diff --git a/CNAME b/CNAME new file mode 100644 index 0000000..a6cde06 --- /dev/null +++ b/CNAME @@ -0,0 +1 @@ +interstellar.eu.org \ No newline at end of file diff --git a/css/style.css b/css/style.css new file mode 100644 index 0000000..bf184e1 --- /dev/null +++ b/css/style.css @@ -0,0 +1,89 @@ +* { + box-sizing: border-box; +} + +:root { + --light-brand: #64ffda; + --brand: #1de9b6; + --dark-brand: #00bfa5; +} + +html, body { + margin: 0; + padding: 0; + font-family: 'Roboto', Arial, Helvetica, sans-serif; + font-size: 1.3rem; + color: #333; + background: #fafafa; + scroll-behavior: smooth; + scroll-padding: 5em; + -ms-overflow-style: none; + scrollbar-width: none; +} + +html::-webkit-scrollbar, body::-webkit-scrollbar { + display: none; +} + +h1, h2, h3, h4, h5, h6 { + font-weight: 800; + margin: 0; + padding: 0; + color: var(--brand); +} + +section { + text-align: center; + padding: 5em 5em; +} + +section.main { + background-image: url(/img/bgmVeyt.jpg); + background-size: cover; + background-position: center; + background-repeat: no-repeat; + background-attachment: fixed; + min-height: 100vh; +} + +section.main>p { + color: #fff; +} + +.project-container { + display: grid; + grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); + grid-gap: 1em; +} + +.project-container>div>a>img { + width: 100%; + height: auto; + border-radius: 15px; + filter: drop-shadow(-5px 10px 5px rgba(0, 0, 0, 0.25)); +} + +.project-container>div>a>p { + text-decoration: none; + color: #333; +} + +.contact { + display: flex; + flex-direction: row; + align-items: center; + justify-content: center; + gap: 1em; +} + +.contact>div>a>img { + width: 300px; + border-radius: 15px; + filter: drop-shadow(-5px 10px 5px rgba(0, 0, 0, 0.25)); + margin-top: 1em; +} + +.contact>div>a>p { + text-decoration: none; + color: #333; +} \ No newline at end of file diff --git a/img/arrow.svg b/img/arrow.svg new file mode 100644 index 0000000..ee1925a --- /dev/null +++ b/img/arrow.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/bgmVeyt.jpg b/img/bgmVeyt.jpg new file mode 100644 index 0000000..d482b4d Binary files /dev/null and b/img/bgmVeyt.jpg differ diff --git a/img/circlearrow.svg b/img/circlearrow.svg new file mode 100644 index 0000000..cc4efea --- /dev/null +++ b/img/circlearrow.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/discord.png b/img/discord.png new file mode 100644 index 0000000..e2964bb Binary files /dev/null and b/img/discord.png differ diff --git a/img/scratch.png b/img/scratch.png new file mode 100644 index 0000000..ff18854 Binary files /dev/null and b/img/scratch.png differ diff --git a/img/youtube.png b/img/youtube.png new file mode 100644 index 0000000..88c0fe1 Binary files /dev/null and b/img/youtube.png differ diff --git a/index.html b/index.html index 06e7575..2698a6a 100644 --- a/index.html +++ b/index.html @@ -4,96 +4,125 @@ - - Polygon - - - - - - - - + Polygon - Home + + -
-
-

Polygon

-

Hello! Im Polygon and I'm the creator of Odyssey OS and a Website Developer for Aspect OS.
I have 100+ Followers and I create Animations on Scratch!

-
- -
+
+

I'm Polygon

+

I'm a Web Developer, Youtuber, Thursday Enthusiast and a Scratcher!

+

Go down below to see Other Stuff!

+


+ +
+
+

Scratch Projects

+

Below is some of my Projects that are either bad animations with no quality at all or Games

+
+
+ + Sorry but the project image is somehow deleted from scrackts servers :( +

Getting a snack at 3AM

+
+
+
+ + Sorry but the project image is somehow deleted from scrackts servers :( +

Tangerine Clicker - Polygon

+
+
+
+ + Sorry but the project image is somehow deleted from scrackts servers :( +

Find The Triangle - Polygon

+
+
+
+ + Sorry but the project image is somehow deleted from scrackts servers :( +

Recreating User Icons - Polygon

+
+
+
+ + Sorry but the project image is somehow deleted from scrackts servers :( +

Old Artworks!

-
-
- -
+
+

Youtube Videos

+

Basically all of these are Bad Videos, Meme Reviews or No Context Scratch.

+
+
+ + +

How to Hack Scratch Accounts

+
+
+
+ + +

Scratch Speedrun Ban%

+
+
+
+ + +

No Context Scratch (P1)

+
+
+
+ + +

Why is Mike Floating? | 5. No Context Scratch

+
+
+
+ + +

No Context Scratch (P2)

+
+
+
+ + +

LGBTQ+ Google Easter Egg! Flag Emoji!

+
+
- - -
- -

Contact Me

-
+
+

Contacts

+
+
+ + +

PoIygon

-
- - +
+ +

Polygon#3250

-
- - +
+ +

OneMiWay

-
- +
\ No newline at end of file diff --git a/src/css/style.css b/src/css/style.css deleted file mode 100644 index 902356b..0000000 --- a/src/css/style.css +++ /dev/null @@ -1,84 +0,0 @@ -body { - background: #202020; - font-family: 'Inter', sans-serif; - font-size: 14px; - color: #eeeeee; - line-height: 1.5; -} - -h1, h2 { - font-family: 'Inter', sans-serif; - color: #eeeeee; - font-weight: 900; -} - -h3, h4, h5, h6 { - font-family: 'Inter', sans-serif; - color: #eeeeee; - font-weight: 700; -} - -.section { - padding: 50px 15vw; - -} - -.start-grid { - /* make a grid with 2 collums and 1 row */ - display: grid; - grid-template-columns: 1fr 1fr; - grid-template-rows: 1fr; - column-gap: 50px; -} - -.grid { - display: grid; - /* make a grid with 3 columns */ - grid-template-columns: 1fr 1fr 1fr; - column-gap: 20px; -} - -.grid>div>img { - width: 100%; - height: auto; -} - -p { - text-align: center; - font-size: 1.5rem; - font-weight: bold; - margin-top: 10px; -} - -.p { - text-align: center; - font-size: 1.5rem; - font-weight: bold; - margin-top: 10px; -} - -a { - text-decoration: none; - color: #eeeeee; -} - -.round { - border-radius: 25px; - -webkit-border-radius: 25px; - -moz-border-radius: 25px; - -ms-border-radius: 25px; - -o-border-radius: 25px; -} - -.footer { - display: flex; - text-align: center; - flex-direction: row; - flex-wrap: nowrap; - justify-content: space-between; -} - -dd { - margin-left: 0; - margin-right: 0; -} \ No newline at end of file diff --git a/src/images/logo.png b/src/images/logo.png deleted file mode 100644 index 5ed232b..0000000 Binary files a/src/images/logo.png and /dev/null differ diff --git a/src/js/script.js b/src/js/script.js deleted file mode 100644 index e69de29..0000000