From ebd225985010f5451821bef6b223d416c8e34d04 Mon Sep 17 00:00:00 2001
From: Andrew Lee
Date: Sat, 12 Oct 2019 08:49:24 -0400
Subject: stuff
---
.idea/discord.xml | 9 +++++++++
public/css/style.scss | 2 +-
public/js/transition.js | 2 +-
views/about.ejs | 2 ++
views/community/rules.ejs | 4 ++--
views/includes/footer.ejs | 2 +-
views/projects.ejs | 2 ++
7 files changed, 18 insertions(+), 5 deletions(-)
create mode 100644 .idea/discord.xml
diff --git a/.idea/discord.xml b/.idea/discord.xml
new file mode 100644
index 0000000..59b11d1
--- /dev/null
+++ b/.idea/discord.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/public/css/style.scss b/public/css/style.scss
index 4ecceb3..6ebfa9e 100644
--- a/public/css/style.scss
+++ b/public/css/style.scss
@@ -24,7 +24,7 @@ ul {
text-align: center;
}
.none {
- list-style-type:none;
+ list-style-type: none;
}
}
diff --git a/public/js/transition.js b/public/js/transition.js
index 395c2f2..25c62e1 100644
--- a/public/js/transition.js
+++ b/public/js/transition.js
@@ -11,7 +11,7 @@ $(document).ready(function() {
loadingClass: 'animsition-loading',
loadingInner: '', // e.g ' '
timeout: true,
- timeoutCountdown: 2000,
+ timeoutCountdown: 5000,
onLoadEvent: true,
browser: [ 'animation-duration', '-webkit-animation-duration'],
// "browser" option allows you to disable the "animsition" in case the css property in the array is not supported by your browser.
diff --git a/views/about.ejs b/views/about.ejs
index b1f863e..6fee2c4 100644
--- a/views/about.ejs
+++ b/views/about.ejs
@@ -50,9 +50,11 @@
+
Credits
Website is powered by Express.JS, EJS and Material Design Bootstrap.
This project is open source meaning that you can help contribute to this website.
+
<% include ./includes/scripts %>
<% include ./includes/footer %>
diff --git a/views/community/rules.ejs b/views/community/rules.ejs
index 302632a..562fdae 100644
--- a/views/community/rules.ejs
+++ b/views/community/rules.ejs
@@ -28,8 +28,8 @@
Tiers
- Normal Tier - It means it is not too severe and it there’s nothing to worry about.
- Excessive Tier - It means that if a rule is broken that’s severe it will be taken action immediately and will be stored in the punishment log.
+ Normal Tier - It means it is not too severe and it there’s nothing to worry about.
+ Excessive Tier - It means that if a rule is broken that’s severe it will be taken action immediately and will be stored in the punishment log.
diff --git a/views/includes/footer.ejs b/views/includes/footer.ejs
index 4cc1d7d..a26d20f 100644
--- a/views/includes/footer.ejs
+++ b/views/includes/footer.ejs
@@ -1,5 +1,5 @@
Please note that this website is under active development and bugs may occur.
If there's any, report it to the
GitHub repo.
diff --git a/views/projects.ejs b/views/projects.ejs
index bb3e4f2..498dd4a 100644
--- a/views/projects.ejs
+++ b/views/projects.ejs
@@ -52,8 +52,10 @@
+
<% include ./includes/scripts %>