diff options
author | echo <91651232+exhq@users.noreply.github.com> | 2022-06-15 17:15:24 +0430 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-15 17:15:24 +0430 |
commit | 821ff2bc4d7b42f43f4540f13cf1ffbc012592ba (patch) | |
tree | 22d1807225309bb61fe78f171d752b2c9a410036 | |
parent | 1740468baa4aff10acd1349fb7ba97d29f53d7e0 (diff) | |
download | exhq.github.io-821ff2bc4d7b42f43f4540f13cf1ffbc012592ba.tar.gz exhq.github.io-821ff2bc4d7b42f43f4540f13cf1ffbc012592ba.tar.bz2 exhq.github.io-821ff2bc4d7b42f43f4540f13cf1ffbc012592ba.zip |
fuck you v2
-rw-r--r-- | myshit/index.css | 56 | ||||
-rw-r--r-- | myshit/index.html | 57 |
2 files changed, 113 insertions, 0 deletions
diff --git a/myshit/index.css b/myshit/index.css new file mode 100644 index 0000000..86ee9c4 --- /dev/null +++ b/myshit/index.css @@ -0,0 +1,56 @@ +@import url('https://fonts.googleapis.com/css2?family=Lora&display=swap'); +@import url('https://fonts.googleapis.com/css?family=Fira+Sans&display=swap'); +@import url('https://fonts.googleapis.com/css?family=Google+Sans&display=swap'); +html, body { + scroll-behavior: smooth; + background-color: #202124; + } + + .header{ + font-family: 'fira sans', serif; + color: #ff80a4; + text-align: center; +} +.notheader{ + font-family: 'fira sans', serif; + color: #ff80a4; + text-align: center; + font-size: small; +} +.center { + margin: auto; + width: 60%; + padding: 10px; + text-align: center; + } + +b{ + font-size: 140%; + color: #7f0622; +} + +h3{ + margin-top: 0%; + font-family: 'fira sans', serif; + color: #ff80a4; + text-align: center; + font-size: small; +} +.desktop{ + width: 100%; + height: auto; +} + +.font{ + color: #10d275; + font-size: xx-large; + text-decoration: none; + font-family: 'google sans'; +} + +.link{ + color: #94216a; + text-decoration: none; + font-family: 'google sans'; + font-size: larger; +}
\ No newline at end of file diff --git a/myshit/index.html b/myshit/index.html new file mode 100644 index 0000000..761b116 --- /dev/null +++ b/myshit/index.html @@ -0,0 +1,57 @@ +<!DOCTYPE html> +<html lang="en"> +<head> + <meta charset="UTF-8"> + <meta http-equiv="X-UA-Compatible" content="IE=edge"> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + <title>my shit</title> + <link rel="stylesheet" href="index.css"> +</head> +<body> + <h1 class="header">my shit</h1> + <h2 class="notheader">everything i use is here, including <b>FONT</b>, background, scripts, etc</h2> + + +<div class="center"> + <h3>my current setup:</h2> + <img class="desktop" src="https://cdn.discordapp.com/attachments/917977729322872853/986582682618183700/unknown.png?size=4096" alt="its my motherfucking desktop, you mf with yo slow ass internet"> + <img class="desktop" src="https://cdn.discordapp.com/attachments/917977729322872853/986589302517547008/unknown.png?size=4096" alt="its my motherfucking desktop, you mf with yo slow ass internet"> + <br> + <br> + <br> + <br> + <br> + <!-- open the file "among.html" in the same folder--> + + <a class="font" href="https://exhq.github.io/myshit/font/">if you just want the font, click here</a> + <br> + <br> + <br> + <br> + <br> + <a class="link" href="https://cdn.discordapp.com/attachments/917977729322872853/986591695728685076/kitty.conf"> kitty config </a> + <br> + <br> + <a class="link" href="https://cdn.discordapp.com/attachments/917977729322872853/986591695544139826/colors.conf"> kitty config (colors) </a> + <br> + <br> + <a class="link" href="https://marketplace.visualstudio.com/items?itemName=ftsamoyed.theme-pink-cat-boo">vsc theme</a> + <br> + <br> + <a class="link" href="https://github.com/adi1090x/polybar-themes">polybar theme: blocks</a> + <br> + <br> + <a class="link" href="https://cdn.discordapp.com/attachments/917977729322872853/986594242606559242/weebshit1.jpg">background</a> + <br> + <br> + <a class="link" href="https://cdn.discordapp.com/attachments/917977729322872853/986594601961939034/config.conf">picom config</a> + <br> + <br> + <a class="link" href="https://cdn.discordapp.com/attachments/917977729322872853/986596434084257812/configPB">i3 config</a> +</div> + + + + +</body> +</html> |