diff --git a/README.MD b/README.MD index a7e7f4e..4be176d 100644 --- a/README.MD +++ b/README.MD @@ -1,3 +1,5 @@ # Website +![enbyware](https://pride-badges.pony.workers.dev/static/v1?label=enbyware&labelColor=%23555&stripeWidth=8&stripeColors=FCF434%2CFFFFFF%2C9C59D1%2C2C2C2C) + My personal website. \ No newline at end of file diff --git a/src/img/me.png b/src/img/me.png new file mode 100644 index 0000000..4017534 Binary files /dev/null and b/src/img/me.png differ diff --git a/src/index.js b/src/index.js new file mode 100644 index 0000000..e69de29 diff --git a/src/index.php b/src/index.php index a53540f..dfb1d3f 100644 --- a/src/index.php +++ b/src/index.php @@ -4,10 +4,17 @@ - Eworc's place + Eworc's site +
+ + + +

Hey, I'm Eworc.

+ +
\ No newline at end of file diff --git a/src/style.css b/src/style.css new file mode 100644 index 0000000..78add0f --- /dev/null +++ b/src/style.css @@ -0,0 +1,33 @@ +@import url('https://fonts.googleapis.com/css2?family=Google+Sans+Code:ital,wght@0,300..800;1,300..800&display=swap'); + +body { + background-color: #1a1b26; +} +p { + + font-family: Google Sans Code; + color: #1a1b26; + +} + +.intro-div{ + + background-color: #2ac3de; + margin-left: auto; + margin-right: auto; + max-width: 50%; + text-align: center; + border-radius: 10px; + padding: 10px; + margin-top: 5%; + +} + +.profile-picture{ + + + border-radius: 100px; + max-width: 25%; + + +} \ No newline at end of file