diff --git a/about/style.css b/about/style.css
index 8656990..c66ddb6 100644
--- a/about/style.css
+++ b/about/style.css
@@ -15,7 +15,7 @@ body {
}
img {
- height: 25vh;
+ height: 250px;
}
.title_font {
diff --git a/assets/pigeon.png b/assets/pigeon.png
new file mode 100644
index 0000000..0829550
Binary files /dev/null and b/assets/pigeon.png differ
diff --git a/assets/title.png b/assets/title.png
index 7dda93e..57f60eb 100644
Binary files a/assets/title.png and b/assets/title.png differ
diff --git a/contact/index.html b/contact/index.html
new file mode 100644
index 0000000..97b0997
--- /dev/null
+++ b/contact/index.html
@@ -0,0 +1,27 @@
+
+
+
+
+ Ayabusa club - Contact
+
+
+
+
+
+
+ HOW TO CONTACT ME
+
+ If you want to contact me for any reason, I recommend you contact me through one of those media:
+
+
+ -
+ Mail: Send me an email at contact <at> ayabusa <dot> dev. I should reply in about a week.
+
+ -
+ Discord: As of right now I'm still on this shitty platform, I'm pretty active on there. @ayabusa_
+
+
+ You can also find me on some other forums and message board, sometimes as Ayabusa, sometimes not :)
+
+
+
diff --git a/contact/style.css b/contact/style.css
new file mode 100644
index 0000000..652e80a
--- /dev/null
+++ b/contact/style.css
@@ -0,0 +1,58 @@
+@font-face {
+ font-family: 'smurf';
+ src: url('../assets/smurf.woff') format('woff'), /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
+ url('../assets/smurf.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5 */
+}
+
+@font-face {
+ font-family: 'soos';
+ src: url('../assets/soos.woff') format('woff'), /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
+ url('../assets/soos.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5 */
+}
+
+body {
+ background-color: #8bc8feff;
+ color: #071c2dff;
+}
+
+img {
+ height: 250px;
+}
+
+ul {
+ list-style-position: inside;
+}
+
+.title_font {
+ font-family: "smurf";
+ margin: 0;
+}
+
+h1 {
+ font-size: 50px;
+}
+
+h2 {
+ font-size: 35px;
+}
+
+h3 {
+ font-size: 28px;
+}
+
+.soos {
+ font-family: "soos";
+ font-size: 25px;
+}
+
+.button {
+ width: 88px;
+ height: 31px;
+ image-rendering: pixelated;
+}
+
+.hcu {
+ width: 114px;
+ height: 43px;
+ image-rendering: pixelated;
+}
diff --git a/style.css b/style.css
index 928c84e..5db09ff 100644
--- a/style.css
+++ b/style.css
@@ -4,6 +4,26 @@
url('assets/sftr.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5 */
}
+::-webkit-scrollbar {
+ width: 10px;
+}
+
+::-webkit-scrollbar-track {
+ background: #071c2dff;
+}
+
+/* Handle */
+::-webkit-scrollbar-thumb {
+ background: #8bc8feff;
+ border-radius: 5px;
+ margin: 3px;
+}
+
+/* Handle on hover */
+::-webkit-scrollbar-thumb:hover {
+ background: #8bc8feff;
+}
+
.txt-cyan {
color: #8bc8feff;
}