diff --git a/assets/ida_blue.png b/assets/ida_blue.png new file mode 100644 index 0000000..6acf133 Binary files /dev/null and b/assets/ida_blue.png differ diff --git a/assets/title.png b/assets/title.png new file mode 100644 index 0000000..7dda93e Binary files /dev/null and b/assets/title.png differ diff --git a/index.html b/index.html new file mode 100644 index 0000000..49101c3 --- /dev/null +++ b/index.html @@ -0,0 +1,21 @@ + + + + + + + + + +

+
+
+ +
+
+ +
+
+

+ + diff --git a/src/script.js b/script.js similarity index 100% rename from src/script.js rename to script.js diff --git a/src/index.html b/src/index.html deleted file mode 100644 index ac33466..0000000 --- a/src/index.html +++ /dev/null @@ -1,15 +0,0 @@ - - - - - Ayabusa's Homepage - - - - - - ... - - ... - - diff --git a/src/style.css b/src/style.css deleted file mode 100644 index e69de29..0000000 diff --git a/style.css b/style.css new file mode 100644 index 0000000..6f5196e --- /dev/null +++ b/style.css @@ -0,0 +1,8 @@ +.txt-cyan { + color: #8bc8feff; +} + +.bg-grey { + background-color: #071c2dff; + color: #071c2dff; +}