diff --git a/about.html b/about.html index b72d1a3..ae2e981 100644 --- a/about.html +++ b/about.html @@ -11,6 +11,8 @@ + + @@ -46,9 +48,9 @@

Tee

Heya! I'm Tee, A small Modrinth creator.

- - - + + +
diff --git a/assets/css/about/style.css b/assets/css/about/style.css new file mode 100644 index 0000000..2acaac4 --- /dev/null +++ b/assets/css/about/style.css @@ -0,0 +1,44 @@ +body { + overflow: hidden; + display: flex; + justify-content: center; + align-items: center; + height: 100vh; + background-color: black; + z-index: 1; +} + +.content { + text-align: center; + color: white; + z-index: 1; + font-size: 30px; +} + +#images { + display: flex; + justify-content: center; + align-items: center; +} + +.social-logo { + padding-left: 15px; + padding-right: 1px; + transition: transform 0.2s; + width: 65px; + height: 47px; +} + +video { + position: fixed; + top: 50%; + left: 50%; + min-width: 100%; + min-height: 100%; + width: auto; + height: auto; + transform: translateX(-50%) translateY(-50%); + z-index: -1; + filter: blur(7px); + opacity: 65%; +} \ No newline at end of file diff --git a/assets/css/style.css b/assets/css/style.css index 0af0d59..d663658 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -101,16 +101,6 @@ ul.navbar-nav { font-size: 22px; } -/* About */ -.about { - text-align: center; - margin: auto; - width: 1000px; - padding: 260px; - color: #b1cbcc; - font-size: 22px; -} - /* Footer */ footer { padding: 40px 0 45px 0; background: none; } @@ -128,7 +118,6 @@ center { margin: 0 auto; } - /* Project List */ div.pl { text-align: center; @@ -144,6 +133,17 @@ div.pl { } /* About Page */ + +/* About */ +.about { + text-align: center; + margin: auto; + width: 1000px; + padding: 260px; + color: #b1cbcc; + font-size: 22px; +} + .aboutcontent { text-align: center; color: white; @@ -157,7 +157,7 @@ div.pl { align-items: center; } -.aboutsocial-logo { +.about-social-logo { padding-left: 15px; padding-right: 1px; transition: transform 0.2s;