From b52cd5cf0d40fa22b8a8906e0993523cfae2fb68 Mon Sep 17 00:00:00 2001 From: Athene Allen Date: Sun, 26 Jan 2025 19:59:31 +0000 Subject: [PATCH 1/1] iframe a bunch of stuff for code reuse --- entries/1.html | 66 ++---------------------------------- entries/miku.html | 66 ++---------------------------------- entries/template.html | 66 ++---------------------------------- index.html | 66 ++---------------------------------- main.css | 24 +++++++++++++ projects/dalamudplugins.html | 66 ++---------------------------------- projects/youbeat.html | 0 shared/footer.html | 51 ++++++++++++++++++++++++++++ shared/links.html | 23 +++++++++++++ shared/title.html | 16 +++++++++ 10 files changed, 129 insertions(+), 315 deletions(-) create mode 100644 projects/youbeat.html create mode 100644 shared/footer.html create mode 100644 shared/links.html create mode 100644 shared/title.html diff --git a/entries/1.html b/entries/1.html index f6f5a81..c6a33a6 100644 --- a/entries/1.html +++ b/entries/1.html @@ -7,13 +7,7 @@
-
-
- -

🏳️‍⚧️ 👩🏼‍💻 Athene.Gay 👩🏼‍💻 🏳️‍⚧️

-
-
-
+
@@ -71,62 +65,8 @@
-
- -
-
- -
+ +
diff --git a/entries/miku.html b/entries/miku.html index a53c1cc..de40eab 100644 --- a/entries/miku.html +++ b/entries/miku.html @@ -7,13 +7,7 @@
-
-
- -

🏳️‍⚧️ 👩🏼‍💻 Athene.Gay 👩🏼‍💻 🏳️‍⚧️

-
-
-
+
@@ -93,62 +87,8 @@
-
- -
-
- -
+ +
diff --git a/entries/template.html b/entries/template.html index f1825ff..a4aa4b7 100644 --- a/entries/template.html +++ b/entries/template.html @@ -7,13 +7,7 @@
-
-
- -

🏳️‍⚧️ 👩🏼‍💻 Athene.Gay 👩🏼‍💻 🏳️‍⚧️

-
-
-
+
@@ -28,62 +22,8 @@
-
- -
-
- -
+ +
diff --git a/index.html b/index.html index 4b20b3d..7641f49 100644 --- a/index.html +++ b/index.html @@ -7,13 +7,7 @@
-
-
- -

🏳️‍⚧️ 👩🏼‍💻 Athene.Gay 👩🏼‍💻 🏳️‍⚧️

-
-
-
+
@@ -61,61 +55,7 @@
-
- -
-
- -
+ + diff --git a/main.css b/main.css index 34a741a..3f4adaa 100644 --- a/main.css +++ b/main.css @@ -25,6 +25,30 @@ border-radius: 25px; } +.embed-title{ + width: 100%; + height: 50px; + display: block; + margin: 0 auto; + border: 0; +} + +.embed-footer { + width: 100%; + height: 250px; + display: block; + margin: 0 auto; + border: 0; +} + +.embed-links { + width: 100%; + height: 100px; + display: block; + margin: 0 auto; + border: 0; +} + .marquee-heading{ color:crimson } diff --git a/projects/dalamudplugins.html b/projects/dalamudplugins.html index 2d753a7..3f7f549 100644 --- a/projects/dalamudplugins.html +++ b/projects/dalamudplugins.html @@ -7,13 +7,7 @@
-
-
- -

🏳️‍⚧️ 👩🏼‍💻 Athene.Gay 👩🏼‍💻 🏳️‍⚧️

-
-
-
+
@@ -82,62 +76,8 @@
-
- -
-
- -
+ +
diff --git a/projects/youbeat.html b/projects/youbeat.html new file mode 100644 index 0000000..e69de29 diff --git a/shared/footer.html b/shared/footer.html new file mode 100644 index 0000000..b0f914b --- /dev/null +++ b/shared/footer.html @@ -0,0 +1,51 @@ + + + + + + + +
+ +
+ + diff --git a/shared/links.html b/shared/links.html new file mode 100644 index 0000000..9a46925 --- /dev/null +++ b/shared/links.html @@ -0,0 +1,23 @@ + + + + + + + +
+ +
+ + diff --git a/shared/title.html b/shared/title.html new file mode 100644 index 0000000..4a0a3e7 --- /dev/null +++ b/shared/title.html @@ -0,0 +1,16 @@ + + + + + + + +
+
+ +

🏳️‍⚧️ 👩🏼‍💻 Athene.Gay 👩🏼‍💻 🏳️‍⚧️

+
+
+
+ + -- 2.47.3