diff --git a/new/css/header.css b/new/css/header.css new file mode 100644 index 0000000..d0df062 --- /dev/null +++ b/new/css/header.css @@ -0,0 +1,40 @@ +.navbar { + background-color: #131316; + color: #fd7717; + padding: 5px; + margin: 0px; + position: sticky; + top: 0px; + align-items: center; + z-index: 6; + width: 100%; + + text-align: center; +} + +.navbar a { + color: #e6e6fa; + text-decoration: none; + padding-top: 5px; + padding-bottom: 5px; + padding-left: 3px; + padding-right: 3px; +} + +.navbar a:hover { + display: inline; + text-decoration: underline; +} + +.navbar name { + text-align: left; +} + +.navbar span { + padding: 5px; + display: inline; +} + +.navbar img { + transform: translate(+30%, +25%) +} diff --git a/new/css/main.css b/new/css/main.css new file mode 100644 index 0000000..ece6ef0 --- /dev/null +++ b/new/css/main.css @@ -0,0 +1,20 @@ +body { + background-color: #1f2024; +} +p { + color: #FFFFFF; +} +a:hover { + color: #FD7717; +} + +.welcome { + font-size: 20px; + text-align: center; +} + +img.pfp { + border-radius: 100px; + width: 100px; + margin-bottom: 40px; +} diff --git a/new/img/d301d.png b/new/img/d301d.png new file mode 100644 index 0000000..e1a2e9d Binary files /dev/null and b/new/img/d301d.png differ diff --git a/new/img/home.png b/new/img/home.png new file mode 100644 index 0000000..9541ff5 Binary files /dev/null and b/new/img/home.png differ diff --git a/new/index.php b/new/index.php new file mode 100644 index 0000000..78d6914 --- /dev/null +++ b/new/index.php @@ -0,0 +1,15 @@ + + +
+Welcome!
+insert content
+ + diff --git a/new/res/header.php b/new/res/header.php new file mode 100644 index 0000000..95d9cd4 --- /dev/null +++ b/new/res/header.php @@ -0,0 +1,6 @@ + diff --git a/new/res/meta.php b/new/res/meta.php new file mode 100644 index 0000000..9d76012 --- /dev/null +++ b/new/res/meta.php @@ -0,0 +1,5 @@ + + + + +