Worked some shit
This commit is contained in:
@@ -15,7 +15,7 @@ body {
|
||||
}
|
||||
|
||||
img {
|
||||
height: 25vh;
|
||||
height: 250px;
|
||||
}
|
||||
|
||||
.title_font {
|
||||
|
||||
BIN
assets/pigeon.png
Normal file
BIN
assets/pigeon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 751 KiB |
BIN
assets/title.png
BIN
assets/title.png
Binary file not shown.
|
Before Width: | Height: | Size: 38 KiB After Width: | Height: | Size: 38 KiB |
27
contact/index.html
Normal file
27
contact/index.html
Normal file
@@ -0,0 +1,27 @@
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Ayabusa club - Contact</title>
|
||||
<link rel="stylesheet" href="./style.css">
|
||||
<!--<script src="script.js"></script> -->
|
||||
</head>
|
||||
<body>
|
||||
<center>
|
||||
<img class="pigeon" src="../assets/pigeon.png"/>
|
||||
<h1 class="title_font">HOW TO CONTACT ME</h1>
|
||||
<p class="soos">
|
||||
If you want to contact me for any reason, I recommend you contact me through one of those media:
|
||||
</p>
|
||||
<ul class="soos">
|
||||
<li>
|
||||
<b>Mail:</b> Send me an email at <b>contact <at> ayabusa <dot> dev</b>. I should reply in about a week.
|
||||
</li>
|
||||
<li>
|
||||
<b>Discord:</b> As of right now I'm still on this shitty platform, I'm pretty active on there. <b>@ayabusa_</b>
|
||||
</li>
|
||||
</ul>
|
||||
<p class="soos">You can also find me on some other forums and message board, sometimes as Ayabusa, sometimes not :)</p>
|
||||
</center>
|
||||
</body>
|
||||
</html>
|
||||
58
contact/style.css
Normal file
58
contact/style.css
Normal file
@@ -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;
|
||||
}
|
||||
20
style.css
20
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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user