diff --git a/index.html b/index.html index 33ac270..d894347 100644 --- a/index.html +++ b/index.html @@ -11,12 +11,19 @@
+Site Source Code
+September 21, 2018
+waddu heck man it looks all different
+ +
July 22, 2018
diff --git a/index.md b/index.md index 1b7033d..7ce7d28 100644 --- a/index.md +++ b/index.md @@ -2,13 +2,19 @@ # Welcome to my Comfy Town +## Cool stuff about me + ### **[Links to find me](./page/links.html)** > **[About Me](./page/about.html)** \ -> **[Site Source Code](https://gitlab.com/shockrahwow/shockrah-city)** +> **[Site Source Code](https://gitlab.com/AlejandroS/shockrah-city)** -------- +------ -### **[Bash is weird sometimes](./post/bash-1.html)** +### **[Wot in tarnation happend to the style](./post/style.html)** +> _September 21, 2018_ \ +> waddu heck man it looks all different \ + +### **[Bash is weird sometimes](./post/bash-1.html)** > _July 22, 2018_ \ > My terminal experience is gettin really weird... \ > More deets coming after this post about that \ diff --git a/markdown/pages/links.md b/markdown/pages/links.md index 5c0eb2b..4ef7465 100644 --- a/markdown/pages/links.md +++ b/markdown/pages/links.md @@ -8,6 +8,10 @@ I would highly prefer that you contact me via email so that I may get to the mes * email: alejandros714@protonmail.com +_A quick side note that I am much more active on gitlab than github_ +* Gitlab Account: https://github.com/shockrahwow +* Github Account: https://gitlab.com/shockrahwow + ### Social Medias Links _List of places to contanct me or find me doing random things in general_ diff --git a/page/bstyle.css b/page/bstyle.css index 06e2c15..d7fc7cf 100644 --- a/page/bstyle.css +++ b/page/bstyle.css @@ -27,20 +27,20 @@ body { /* Link stuff */ a { - color: #06e; + color: #FDD491; text-decoration: none; } /* visited link */ a:visited { - color: #0047a6; + color: #EFE3C9; } /* hovering link */ a:hover { - color: #3284f1; + color: #F2DDB1; } /* clicked on */ a:active { - color: #e5effd; + color: #EFE3C9; } /* only if a link was dragged but not went through or smthng */ a:focus { @@ -69,7 +69,7 @@ a::selection { p { margin: 1em 0; - color: #969696; + color: #E3DCCD; } img { @@ -116,7 +116,8 @@ blockquote { color: #d8d8d8; margin: 0; padding-left: 3em; - border-left: 0.5em #008fae solid; + /*border-left: 0.5em #008fae solid;*/ + border-left: 0.5em #A40026 solid; } hr { @@ -131,9 +132,9 @@ hr { pre, code, kbd, samp { background-color: #000; - border-radius: 8px; - padding: 8px; - color: #00cc03; + /*border-radius: 8px; */ + padding: 4px; + color: #EECA3E; font-family: Freemono, monospace, monospace; _font-family: 'courier new', monospace; font-size: 0.98em; diff --git a/post/bstyle.css b/post/bstyle.css index 06e2c15..ec60d6a 100644 --- a/post/bstyle.css +++ b/post/bstyle.css @@ -27,7 +27,7 @@ body { /* Link stuff */ a { - color: #06e; + color: ##FDD491; text-decoration: none; } /* visited link */ @@ -69,7 +69,7 @@ a::selection { p { margin: 1em 0; - color: #969696; + color: #E3DCCD; } img { @@ -116,7 +116,8 @@ blockquote { color: #d8d8d8; margin: 0; padding-left: 3em; - border-left: 0.5em #008fae solid; + /*border-left: 0.5em #008fae solid;*/ + border-left: 0.5em #A40026 solid; } hr { @@ -131,9 +132,9 @@ hr { pre, code, kbd, samp { background-color: #000; - border-radius: 8px; - padding: 8px; - color: #00cc03; + /*border-radius: 8px; */ + padding: 4px; + color: #EECA3E; font-family: Freemono, monospace, monospace; _font-family: 'courier new', monospace; font-size: 0.98em; diff --git a/post/style.html b/post/style.html new file mode 100644 index 0000000..8c52021 --- /dev/null +++ b/post/style.html @@ -0,0 +1,20 @@ + + + + + + ++ + + + + + Wew lad new colors
+It's been about a minute since I've done anything with this site but I figured what better time to randomly post things then now. Before this update I mostly used some neato fonts but most of it was some boring Times New Roman thing, now the site doesn'tlook like a homework essay.
+But Why?
+I partly wanted to get my Gitlab page a bit more active but also because I didn't like the self-conflicting style from before. Instead of having a bunch of fonts that don't really go together I opted for fonts that are actually somewhat look nice next to each other.
+I'm still gonna mess with the styling but the changes likely won't be whole reworks like this one was, however, I'll probably use this as a place to post some bhop stuff as well.
+:^)
+ + diff --git a/style.css b/style.css index ff8d3fa..cc04ead 100644 --- a/style.css +++ b/style.css @@ -27,20 +27,20 @@ body { /* Link stuff */ a { - color: #06e; + color: #FDD491; text-decoration: none; } /* visited link */ a:visited { - color: #0047a6; + color: #EFE3C9; } /* hovering link */ a:hover { - color: #3284f1; + color: #F2DDB1; } /* clicked on */ a:active { - color: #e5effd; + color: #EFE3C9; } /* only if a link was dragged but not went through or smthng */ a:focus { @@ -69,6 +69,7 @@ a::selection { p { margin: 1em 0; + color: #F1C6A7; } img { @@ -76,7 +77,7 @@ img { } h1, h2, h3, h4, h5, h6 { - color: #e1e1e1; + color: #FDD491; line-height: 125%; margin-top: 2em; font-weight: normal; @@ -112,10 +113,11 @@ h6 { } blockquote { - color: #d8d8d8; + color: #F1C6A7; margin: 0; padding-left: 3em; - border-left: 0.5em #008fae solid; + /*border-left: 0.5em #008fae solid;*/ + border-left: 0.5em #C10042 solid; } hr { @@ -129,10 +131,10 @@ hr { } pre, code, kbd, samp { - background-color: lightblue; - border-radius: 8px; - padding: 8px; - color: #000; + background-color: #000; + /*border-radius: 8px; */ + padding: 4px; + color: #EECA3E; font-family: Freemono, monospace, monospace; _font-family: 'courier new', monospace; font-size: 0.98em; @@ -183,7 +185,7 @@ sub { ul, ol { margin: 1em 0; padding: 0 0 0 2em; - color: #a3a3a3; + color: #858585; } li p:last-child {