diff --git a/CNAME b/CNAME deleted file mode 100644 index 6a7a170..0000000 --- a/CNAME +++ /dev/null @@ -1 +0,0 @@ -midou.dev \ No newline at end of file diff --git a/README.md b/README.md index d4b7e49..5c91169 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,38 @@ -# midou.github.io -pain. -also pleaso don'tt tch comiit dot es ayche +# create-svelte + +Everything you need to build a Svelte project, powered by [`create-svelte`](https://github.com/sveltejs/kit/tree/master/packages/create-svelte). + +## Creating a project + +If you're seeing this, you've probably already done this step. Congrats! + +```bash +# create a new project in the current directory +npm create svelte@latest + +# create a new project in my-app +npm create svelte@latest my-app +``` + +## Developing + +Once you've created a project and installed dependencies with `npm install` (or `pnpm install` or `yarn`), start a development server: + +```bash +npm run dev + +# or start the server and open the app in a new browser tab +npm run dev -- --open +``` + +## Building + +To create a production version of your app: + +```bash +npm run build +``` + +You can preview the production build with `npm run preview`. + +> To deploy your app, you may need to install an [adapter](https://kit.svelte.dev/docs/adapters) for your target environment. diff --git a/bio-and-projects/bio.html b/bio-and-projects/bio.html deleted file mode 100644 index f0594d6..0000000 --- a/bio-and-projects/bio.html +++ /dev/null @@ -1,11 +0,0 @@ - - - - Coming Soon... - - - -

Work in progress!

- get back to main site - - \ No newline at end of file diff --git a/bio-and-projects/projects.html b/bio-and-projects/projects.html deleted file mode 100644 index f0594d6..0000000 --- a/bio-and-projects/projects.html +++ /dev/null @@ -1,11 +0,0 @@ - - - - Coming Soon... - - - -

Work in progress!

- get back to main site - - \ No newline at end of file diff --git a/commit.sh b/commit.sh deleted file mode 100644 index 6ae5a5f..0000000 --- a/commit.sh +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/sh - -git add . -git commit -am "page update" -git push diff --git a/donation.html b/donation.html deleted file mode 100644 index df39f31..0000000 --- a/donation.html +++ /dev/null @@ -1,8 +0,0 @@ - - - -

Monero: 47L7Qsto7XcifY3CdG18ySe5Tt83kpFLDLve9jQwbc9taPBLNGv6ZrJNUKpMG9Nj9zHgCZ4FQMSyt75e8Jvx12JFLtJyFdA

- - - - diff --git a/index.html b/index.html deleted file mode 100644 index df84bbd..0000000 --- a/index.html +++ /dev/null @@ -1,64 +0,0 @@ - - - - - - - Midou's site - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
- Midou's profile picture -

Midou

-

Developer, Kind of Artist, Sysadmin (Sort of)

-
- - - - - - - -
- -
-
-
- -
- - - - diff --git a/pull.sh b/pull.sh deleted file mode 100644 index bddc158..0000000 --- a/pull.sh +++ /dev/null @@ -1 +0,0 @@ -git pull \ No newline at end of file diff --git a/src/images/BG_FHD.png b/src/images/BG_FHD.png deleted file mode 100644 index edb0cbe..0000000 Binary files a/src/images/BG_FHD.png and /dev/null differ diff --git a/src/images/BG_FHD_darker.png b/src/images/BG_FHD_darker.png deleted file mode 100644 index 75af990..0000000 Binary files a/src/images/BG_FHD_darker.png and /dev/null differ diff --git a/src/images/BG_FHD_darker_mb.png b/src/images/BG_FHD_darker_mb.png deleted file mode 100644 index cdbda1f..0000000 Binary files a/src/images/BG_FHD_darker_mb.png and /dev/null differ diff --git a/src/images/BG_MAX.png b/src/images/BG_MAX.png deleted file mode 100644 index 95e7b5f..0000000 Binary files a/src/images/BG_MAX.png and /dev/null differ diff --git a/src/images/OpenGraph.jpg b/src/images/OpenGraph.jpg deleted file mode 100644 index 29bcf25..0000000 Binary files a/src/images/OpenGraph.jpg and /dev/null differ diff --git a/src/images/OpenGraph.png b/src/images/OpenGraph.png deleted file mode 100644 index e13bf18..0000000 Binary files a/src/images/OpenGraph.png and /dev/null differ diff --git a/src/images/OpenGraphNoTxt.png b/src/images/OpenGraphNoTxt.png deleted file mode 100644 index b01329c..0000000 Binary files a/src/images/OpenGraphNoTxt.png and /dev/null differ diff --git a/src/images/banner.png b/src/images/banner.png deleted file mode 100644 index a69092d..0000000 Binary files a/src/images/banner.png and /dev/null differ diff --git a/src/images/donate.svg b/src/images/donate.svg deleted file mode 100644 index 58c6e12..0000000 --- a/src/images/donate.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/src/images/email.svg b/src/images/email.svg deleted file mode 100644 index 5632a1b..0000000 --- a/src/images/email.svg +++ /dev/null @@ -1 +0,0 @@ -Mail.Ru icon diff --git a/src/images/github.svg b/src/images/github.svg deleted file mode 100644 index 32aef91..0000000 --- a/src/images/github.svg +++ /dev/null @@ -1 +0,0 @@ -GitHub icon \ No newline at end of file diff --git a/src/images/matrix.svg b/src/images/matrix.svg deleted file mode 100644 index 865d1db..0000000 --- a/src/images/matrix.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - Matrix (protocol) logo - - - - - - diff --git a/src/images/small_banner.png b/src/images/small_banner.png deleted file mode 100644 index e05e430..0000000 Binary files a/src/images/small_banner.png and /dev/null differ diff --git a/src/index.css b/src/index.css deleted file mode 100644 index 399e4c9..0000000 --- a/src/index.css +++ /dev/null @@ -1,145 +0,0 @@ -@import url('https://fonts.googleapis.co/css2?family=Open+Sans&display=swap'); - -:root { - --purple-color: #7a00ec; - --brighter-purple-color: #9d41f3; - --glowish-yellow: rgb(216, 213, 15); -} - -html { - height: 100%; - overflow-x: hidden; - scroll-behavior: smooth; -} - - -.bio-and-projects { - text-align: center; - position: fixed; - left: 5px; - width: 100%; -} - -.h1dance { - margin-top: 0; - margin: 0; - color: var(--brighter-purple-color); -} - - -body { - background-color:rgb(0, 0, 0); - background-image: url("./images/BG_FHD_darker.png"); - background-repeat:no-repeat; - background-size: cover; - height: 100%; - color: var(--brighter-purple-color); - margin: 0px; - font-family: 'Open Sans', sans-serif; - -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale; -} - -.sociallink { - color: white; - animation-name: fadeIn; - animation-duration: 3s; -} - -@keyframes fadeIn { - 0% {opacity: 0;} - 100% {opacity: 1;} -} - -#profilepicture { - height: 100px; - width: 100px; - border-style: solid; - border-radius:50%; - transition: all .5s ease-in-out; - margin-bottom: -20px; - color: var(--purple-color) -} - -#profilepicture:hover { - height: 125px; - width: 125px; - color: var(--glowish-yellow) -} -.middle { - position: absolute; - transform: translate(-50%, -50%); - text-align: center; - top: 50%; - left: 50%; - -} - - - -a { - color:var(--glowish-yellow); - text-decoration: none; -} - -a:visited { - color:rgb(72, 115, 243); -} - -a:hover { - color: crimson; -} - -.middle-bottom { - height: 200px; - width: 400px; - position: fixed; - top: 50%; - left: 50%; - margin-top: 7%; - margin-left: -200px; -} - -img { - padding: 3px; -} - -.center { /*
tag is no longer needed and is considered useless/going to be deprecated???? so im just gonna center using css and div */ - text-align: center; -} - - -@media only screen and (max-width: 600px) { - body { - font-size: calc(9px + 1vmin); - background-image: url("./images/BG_FHD_darker_mb.png"); - } - .pfp-holder { - margin-top: -50%; - margin-left: 0%; - position:static; - } - - img { - padding: 6px; - } -} - -.banner { - padding: 10px; - text-align: center; - background: #6e0000; - color: white; - font-size: 15px; - animation: fadeInOut linear 5s infinite; -} - -.banner:hover { - animation: none; -} - -@keyframes fadeInOut { - 0% {opacity: 1;} - 50% {opacity: 0;} - 100% {opacity: 1;} -}