commit 8b9e730f4e7cdb9456754326ac303ef4cadff745 Author: Joshua Ashton Date: Wed Jan 15 10:03:08 2025 -0700 init commit diff --git a/birthday/css/styles.css b/birthday/css/styles.css new file mode 100644 index 0000000..f47a681 --- /dev/null +++ b/birthday/css/styles.css @@ -0,0 +1,29 @@ +body { + margin: 2vw; + background-color: #091A19; +} + +#content {} + +#header-container { + width: 100%; + margin: 0 auto; + display: flex; + align-items: center; + justify-content: center; +} + +#header-container h1 { + color: #E0EAD9; +} + +#pic-container { + margin: 0 auto; + width: 50%; +} + +img { + width: 100%; + border-radius: 50%; + aspect-ratio: 1 / 1; +} diff --git a/birthday/img/birthday-AIgenerated.jpg b/birthday/img/birthday-AIgenerated.jpg new file mode 100644 index 0000000..4625d9d Binary files /dev/null and b/birthday/img/birthday-AIgenerated.jpg differ diff --git a/birthday/index.php b/birthday/index.php new file mode 100644 index 0000000..3b6db5d --- /dev/null +++ b/birthday/index.php @@ -0,0 +1,25 @@ + + + + + + + Birthday | Josh Ashton + + + + +
+

Happy Birthday!

+
+
+ +
+ + "; + ?> + + + diff --git a/index.php b/index.php new file mode 100644 index 0000000..e583759 --- /dev/null +++ b/index.php @@ -0,0 +1 @@ +

Test