diff --git a/bwee/index.html b/bwee/index.html new file mode 100644 index 0000000..0718c3a --- /dev/null +++ b/bwee/index.html @@ -0,0 +1,36 @@ + + + + + Secret deer page + + + +
+
+  $$\   $$\           $$\                     $$\               $$\  
+  $$$\  $$ |          $$ |                    \__|              \__| 
+  $$$$\ $$ | $$$$$$\  $$ |  $$\  $$$$$$\  $$\ $$\ $$$$$$\$$$$\  $$\  
+  $$ $$\$$ |$$  __$$\ $$ | $$  |$$  __$$\ \__|$$ |$$  _$$  _$$\ $$ | 
+  $$ \$$$$ |$$$$$$$$ |$$$$$$  / $$ /  $$ |$$\ $$ |$$ / $$ / $$ |$$ | 
+  $$ |\$$$ |$$   ____|$$  _$$\  $$ |  $$ |$$ |$$ |$$ | $$ | $$ |$$ | 
+  $$ | \$$ |\$$$$$$$\ $$ | \$$\ \$$$$$$  |$$ |$$ |$$ | $$ | $$ |$$ | 
+  \__|  \__| \_______|\__|  \__| \______/ $$ |\__|\__| \__| \__|\__| 
+                                    $$\   $$ |                       
+                                    \$$$$$$  |                       
+                                     \______/                         
+      
+
+

HHHHHHHHHHHHHHHHHHHHHHHHHH

+ +

Hi sadie!!

+

Here’s some text yeah!! +bmktmhlkgrtgdr +gio

+ +

bleat

+ +
+
+ + diff --git a/index.html b/index.html new file mode 100644 index 0000000..93a9b2f --- /dev/null +++ b/index.html @@ -0,0 +1,34 @@ + + + + + Nekojimi's Awesome Webpage!! + + + +
+
+  $$\   $$\           $$\                     $$\               $$\  
+  $$$\  $$ |          $$ |                    \__|              \__| 
+  $$$$\ $$ | $$$$$$\  $$ |  $$\  $$$$$$\  $$\ $$\ $$$$$$\$$$$\  $$\  
+  $$ $$\$$ |$$  __$$\ $$ | $$  |$$  __$$\ \__|$$ |$$  _$$  _$$\ $$ | 
+  $$ \$$$$ |$$$$$$$$ |$$$$$$  / $$ /  $$ |$$\ $$ |$$ / $$ / $$ |$$ | 
+  $$ |\$$$ |$$   ____|$$  _$$\  $$ |  $$ |$$ |$$ |$$ | $$ | $$ |$$ | 
+  $$ | \$$ |\$$$$$$$\ $$ | \$$\ \$$$$$$  |$$ |$$ |$$ | $$ | $$ |$$ | 
+  \__|  \__| \_______|\__|  \__| \______/ $$ |\__|\__| \__| \__|\__| 
+                                    $$\   $$ |                       
+                                    \$$$$$$  |                       
+                                     \______/                         
+      
+
+

Hello puppy and deer!! :3

+

+ Hi I'm a catboy :3 I like programming and cuddles
+ This website is for showing off things I've made
+ blah blah blah
+

+ +
+
+ + diff --git a/pages/moe.md b/pages/moe.md new file mode 100644 index 0000000..182cd8a --- /dev/null +++ b/pages/moe.md @@ -0,0 +1,5 @@ + --- + title:"Moe" + permalink: "/moe/" + --- + !(moe)[http://2.bp.blogspot.com/-9pnn99BFytw/UjrKCe5EPLI/AAAAAAAANmg/51JddvfD32w/s1600/Los+Simpsons+Wallpapers+Gratis+-+%252884%2529.jpg] diff --git a/static/css/style.css b/static/css/style.css new file mode 100644 index 0000000..06814f0 --- /dev/null +++ b/static/css/style.css @@ -0,0 +1,75 @@ +/* #003f5c, #58508d, #bc5090, #ff6361, #ffa600 */ + +:root { + --color-background: #003f5c; + --color-content-back: #58508d; + + --col-a: #003f5c; + --col-b: #58508d; + --col-c: #bc5090; + --col-d: #ff6361; + --col-e: #ffa600; +} + +body { + background-color: var(--color-background); + color: #eeeeee; + font-family: monospace; + font-size: 24px; + display: flex; + justify-content: center; +/* transform: skew(1deg, 1deg); */ +} + +.content { + background-color: var(--color-content-back); + /*width: 70%;*/ + padding: 16px; + border-radius: 16px; + +} + +.container { + width:70%; + justify-content: center; + display: flex; + flex-direction: column; +} + +@keyframes spin { + 0% { + transform: rotate(0deg) + } + + 100% { + transform: rotate(360deg) + } + } + +.la { + color: var(--col-b); + text-shadow: 0 0 8px var(--col-b); +} +.lb { + color: var(--col-c); + text-shadow: 0 0 8px var(--col-c); +} +.lc { + color: var(--col-d); + text-shadow: 0 0 8px var(--col-d); +} +.ld { + color: var(--col-e); + text-shadow: 0 0 8px var(--col-e); +} + +.title { + text-align: center; +/* background: linear-gradient(to right, #ff00ff, #ff0000); */ +/* background-clip: text; */ +/* -webkit-text-fill-color: transparent; */ +/* text-shadow: 0 0 8px #787878; */ +/* animation: spin 2000ms linear infinite; */ +/* animation: 5s linear 0s infinite normal none running spin; */ + +} diff --git a/static/deer.jpg b/static/deer.jpg new file mode 100644 index 0000000..766bc9d Binary files /dev/null and b/static/deer.jpg differ