diff --git a/archive.html b/archive.html index 20fdd57..fa1edee 100644 --- a/archive.html +++ b/archive.html @@ -1,5 +1,6 @@ + @@ -8,6 +9,7 @@ + - + discord_icon

Discord

- +
@@ -51,64 +54,28 @@

Archive


- -
-
- - -
-
-
- -

Resent 3.3.2 - patch 1 US

-
-
- Play - Download -
-
- - - -
-
- -

Resent 3.4 - patch 1 US

-
-
- Play - Download -
-
- - - -
-
- -

Resent

-
-
- Play - Download -
-
+
+

Clients

+
+ -
+ \ No newline at end of file diff --git a/assets/images/folder_closed.png b/assets/images/folder_closed.png index 66ce9f3..495e93e 100644 Binary files a/assets/images/folder_closed.png and b/assets/images/folder_closed.png differ diff --git a/assets/images/folder_open.png b/assets/images/folder_open.png index 4b4292d..aec09a6 100644 Binary files a/assets/images/folder_open.png and b/assets/images/folder_open.png differ diff --git a/scripts/server_checker.js b/assets/scripts/embed.js similarity index 99% rename from scripts/server_checker.js rename to assets/scripts/embed.js index a64c1d5..c376a3a 100644 --- a/scripts/server_checker.js +++ b/assets/scripts/embed.js @@ -71,7 +71,7 @@ class ServerEmbed { self.isSpriteSheetLoaded = true; setInterval(() => self.redraw(), 50); }); - this.spriteSheet.src = "icons.png"; + this.spriteSheet.src = "./assets/scripts/icons.png"; this.socket = null; this.connected = false; this.dirty = false; diff --git a/assets/scripts/icons.png b/assets/scripts/icons.png new file mode 100644 index 0000000..987ff85 Binary files /dev/null and b/assets/scripts/icons.png differ diff --git a/clients/1.8/1_8Clients.html b/clients/1.8/1_8Clients.html index e69de29..ec538d3 100644 --- a/clients/1.8/1_8Clients.html +++ b/clients/1.8/1_8Clients.html @@ -0,0 +1,367 @@ + + + + + + + EaglerArchive + + + + + + + + + +
+
+
+

Archive

+
+
+ +
+

1.8 Clients

+
+ +
+
+ + +
+ +
+
+ Resent_icon +

EaglercraftX 1.8.8

+
+
+ Play + Download +
+
+ +
+
+ Resent_icon +

Resent 3.3.2 - patch 1 - US

+
+
+ Play + Download +
+
+
+
+ Resent_icon +

Resent 3.3.2 - patch 1 - US

+
+
+ Play + Download +
+
+ +
+
+ + +
+ + +
+
+
+ Resent_icon +

Resent 3.3.2 - patch 1 - US

+
+
+ Play + Download +
+
+ + + +
+
+ Resent_icon +

Resent 3.4 - patch 1 - US

+
+
+ Play + Download +
+
+ + + +
+
+ Resent_icon +

Resent 3.6 - patch 1 - US

+
+
+ Play + Download +
+
+ + + +
+
+ Resent_icon +

Resent 3.7 - patch 1 - International

+
+
+ Play + Download +
+
+ + + +
+
+ Resent_icon +

Resent 3.8 - patch 1 - International

+
+
+ Play + Download +
+
+ + + +
+
+ Resent_icon +

Resent 4.0 - patch -

+
+
+ Play + Download +
+
+ + + +
+
+ Resent_icon +

Resent

+
+
+ Play + Download +
+
+ + + +
+
+ Resent_icon +

Resent

+
+
+ Play + Download +
+
+ + + +
+
+ Resent_icon +

Resent

+
+
+ Play + Download +
+
+ + + +
+
+ Resent_icon +

Resent

+
+
+ Play + Download +
+
+ + + +
+
+ Resent_icon +

Resent

+
+
+ Play + Download +
+
+ + + +
+
+ Resent_icon +

Resent

+
+
+ Play + Download +
+
+ + + +
+
+ Resent_icon +

Resent

+
+
+ Play + Download +
+
+ + + +
+
+ Resent_icon +

Resent

+
+
+ Play + Download +
+
+ + + +
+
+ Resent_icon +

Resent

+
+
+ Play + Download +
+
+ + + +
+
+ Resent_icon +

Resent

+
+
+ Play + Download +
+
+ + + +
+
+ Resent_icon +

Resent

+
+
+ Play + Download +
+
+ + + +
+
+ Resent_icon +

Resent

+
+
+ Play + Download +
+
+ +
+
+
+ + +
+

Content for item 2.

+
+
+
+
+ + + \ No newline at end of file diff --git a/archive_stylesheet.css b/clients/archive_stylesheet.css similarity index 91% rename from archive_stylesheet.css rename to clients/archive_stylesheet.css index e315991..cb5ba00 100644 --- a/archive_stylesheet.css +++ b/clients/archive_stylesheet.css @@ -17,6 +17,7 @@ .accordion-icon { width: 50px; margin-right: 10px; + border-radius: 50%; } .accordion-item { @@ -40,11 +41,10 @@ overflow: hidden; background-color: #555; border-radius: 0 0 10px 10px; - transition: max-height 0.1s ease-out; } .accordion-item input:checked ~ .accordion-content { - max-height: calc(71px * 18); /* You can adjust this value depending on your content */ + max-height: 100%; /* You can adjust this value depending on your content */ } diff --git a/index.html b/index.html index 37e4957..0b7bb7e 100644 --- a/index.html +++ b/index.html @@ -96,7 +96,11 @@
-
+
+
+
+
+
diff --git a/nav_bar.css b/nav_bar.css index 84b5e23..3b2ecc6 100644 --- a/nav_bar.css +++ b/nav_bar.css @@ -36,9 +36,12 @@ } #nav_bar { + z-index: 1000; + display: flex; flex-direction:row; justify-content: space-between; + position: fixed; width: 100%; background-color: #333; color: white; @@ -46,7 +49,7 @@ padding-left: var(--side_distance); padding-right: calc(var(--side_distance) - 10px); - box-shadow: 0px 5px 0px 0px rgb(0, 0, 0, 0.2); + box-shadow: 0px 7.5px 7.5px 0px rgba(0, 0, 0, 0.5); } .icon_link { diff --git a/servers.html b/servers.html index d01f779..e7a669e 100644 --- a/servers.html +++ b/servers.html @@ -4,8 +4,134 @@ Document + + + + + + +
+
+
+

Servers

+
+
+
+

EaglercraftX 1.8 Server List

+ +
+
+ +

VanillaCraftSMP

+ +
+ + + +
+
+

Info:

+
+
+

IPs:

+
+
+ +
+ +
+

Zentic

+ +
+ + + +
+
+

Info:

+
    +
  • +

    Bedwars

    +
  • +
  • +

    Practice

    +
  • +
+
+
+

IPs:

+
+
+
+ +
+

Server Name

+ +
+ + + +
+
+

Info:

+
+
+

IPs:

+
+
+
+ +
+ + \ No newline at end of file diff --git a/servers_stylesheet.css b/servers_stylesheet.css new file mode 100644 index 0000000..d411647 --- /dev/null +++ b/servers_stylesheet.css @@ -0,0 +1,30 @@ +.server-embed-container { + margin-bottom: 20px; + padding: 10px; + border-radius: 20px; + background-color: #333; +} + +.server-name { + font-size: 20px; + font-family: 'SF-Bold'; +} + +.server-embed { + width: 900px; + height: 140px; + background-color: black; + margin: 10px 0; +} + +.server-info div { + margin-bottom: 10px; +} + +.server-info div:first-child { + font-family: 'SF-Bold'; +} + +.server-info li { + margin-left: 25px; +} \ No newline at end of file diff --git a/stylesheet.css b/stylesheet.css index b8a9852..bfbacbf 100644 --- a/stylesheet.css +++ b/stylesheet.css @@ -38,13 +38,7 @@ body { width: 100%;; padding-left: var(--side_distance); padding-right: var(--side_distance); -} - -#view .page-title { - display: flex; - flex-direction: row; - align-items: center; - justify-content: space-between; + padding-bottom: 30px; } #view hr { @@ -60,12 +54,35 @@ body { text-align: center; } +.page-title { + display: flex; + flex-direction: row; + align-items: center; + justify-content: space-between; + padding-top: 65px; +} + +.page-subtitle { + display: flex; + flex-direction: row; + margin-bottom: 20px; +} + +.page-subtitle p { + font-family: 'SF-Bold'; + font-size: 30px; + margin: 0; +} + .folder { - background-image: url('./assets/folder-closed.png'); + width: 269px; + height: 212px; + margin: 0 auto; + background-image: url('./assets/images/folder_closed.png'); } .folder:hover { - background-image: url('./assets/folder-open.png'); + background-image: url('./assets/images/folder_open.png'); } .box-container { @@ -80,6 +97,7 @@ body { color: white; font-size: 30px; text-align: center; + justify-content: center; padding: 25px; border-radius: 20px; text-decoration: none; @@ -92,12 +110,13 @@ body { text-decoration: none; text-align: center; justify-content: center; + align-items: center; color: white; transition: background-color 0.75s ease, color 0.75s ease, filter 0.75s ease; } .box-content img { - transition: filter 0.75s ease; + transition: all 0.75s ease; } .box:hover {