diff --git a/src/components/app/Tabs/Explore/serverTemplate.vue b/src/components/app/Tabs/Explore/serverTemplate.vue
new file mode 100644
index 0000000..da96bc4
--- /dev/null
+++ b/src/components/app/Tabs/Explore/serverTemplate.vue
@@ -0,0 +1,128 @@
+
+
+
+
+
{{server.description}}
+
+ Joined
+
+ Join Server
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/components/app/Tabs/Explore/servers.vue b/src/components/app/Tabs/Explore/servers.vue
index 6214512..8fe194d 100644
--- a/src/components/app/Tabs/Explore/servers.vue
+++ b/src/components/app/Tabs/Explore/servers.vue
@@ -4,167 +4,9 @@
-
-
-
-
Nertivia is a cool server.
-
Join
-
-
-
-
-
-
Nertivia is a cool server.
-
Join
-
-
-
-
-
-
Nertivia is a cool server.
-
Join
-
-
-
-
-
-
Nertivia is a cool server.
-
Join
-
-
-
-
-
-
Nertivia is a cool server.
-
Join
-
-
-
-
-
-
Nertivia is a cool server.
-
Join
-
-
-
-
-
-
Nertivia is a cool server.
-
Join
-
-
-
-
-
-
Nertivia is a cool server.
-
Join
-
-
-
-
-
-
Nertivia is a cool server.
-
Join
-
-
-
-
-
-
Nertivia is a cool server.
-
Join
-
-
-
-
-
-
Nertivia is a cool server.
-
Join
-
-
-
-
-
-
Nertivia is a cool server.
-
Join
-
-
-
-
-
-
Nertivia is a cool server.
-
Join
-
-
-
-
-
-
Nertivia is a cool server.
-
Join
-
-
-
-
-
-
Nertivia is a cool server.
-
Join
-
-
-
-
-
-
Nertivia is a cool server.
-
Join
-
-
-
+
+
+
@@ -173,9 +15,17 @@
@@ -210,71 +60,6 @@ export default {
align-items: stretch;
justify-content: space-evenly;
user-select: none;
-
- .item {
- width: 250px;
- height: 270px;
- background: rgba(0, 0, 0, 0.479);
- opacity: 0.9;
- margin: 5px;
- flex-shrink: 0;
- border-radius: 10px;
- transition: 0.3s;
- display: flex;
- flex-direction: column;
- overflow: hidden;
- &:hover {
- opacity: 1;
- }
- .top {
- display: flex;
- flex-direction: column;
- width: 100%;
- height: 140px;
- justify-content: center;
- align-content: center;
- align-items: center;
- flex-shrink: 0;
- .avatar {
- background: rgb(26, 133, 255);
- height: 80px;
- width: 80px;
- border-radius: 50%;
- margin-bottom: 10px;
- }
- .name {
- font-size: 23px;
- }
- }
- .bottom {
- display: flex;
- flex-direction: column;
- background: rgba(0, 0, 0, 0.194);
- flex: 1;
- .description {
- margin: 20px;
- margin-top: 20px;
- margin-bottom: 10px;
- height: 100%;
- opacity: 0.9;
- }
- .button {
- background: rgba(40, 140, 255, 0.8);
- border-radius: 5px;
- align-self: flex-end;
- flex-shrink: 0;
- margin-bottom: 10px;
- margin-right: 10px;
- padding: 7px;
- transition: 0.3s;
- cursor: pointer;
- &:hover {
- background: rgb(40, 140, 255);
- }
- }
- }
- }
-
}
}
\ No newline at end of file