diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1377554 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +*.swp diff --git a/comfy_work.png b/comfy_work.png new file mode 100644 index 0000000..0320209 Binary files /dev/null and b/comfy_work.png differ diff --git a/index.html b/index.html index 32f9b03..0f4ae9f 100644 --- a/index.html +++ b/index.html @@ -9,12 +9,21 @@
- --+HEY I am currently trying to port my entire site out of a previous location so things might look really weird here for a minute.
+Links where you can find me
+
+About me and what I do from time to time - under construction
+Source Code
+-June 18, 2018
+terminal commands > gui
+tfw you want to use propritary software but your ideology gets in the way
stay a while and listen
JS is bloat prove me wrong
+ + + +
diff --git a/index.md b/index.md index 510cfe7..b4a9ff0 100644 --- a/index.md +++ b/index.md @@ -1,10 +1,18 @@ -[![Alt Text](./img/heart.png)](./index.html) +[![Homepage](./img/heart.png)](./index.html) -# Shockrah's Not-a-Blog +# Shockrah's Definitely-Not-a-Blog -> __HEY I am currently trying to port my entire site out of a previous location so things might look really weird here for a minute.__ +## Cool stuff about me -`stay a while and listen` +> **[Links where you can find me](./page/links.html)** \ +> **[About me and what I do from time to time - _under construction_](./page/about.html)** \ +> **[Source Code](https://gitlab.com/AlejandroS/shockrah-city)** + +------ +### **[This time for real](./post/open.html)** +> _June 18, 2018_ \ +> terminal commands > gui \ +> tfw you want to use propritary software but your ideology gets in the way ### **[Website Construction philosophy](./post/phil.html)** > JS is bloat prove me wrong \ diff --git a/markdown/open.md b/markdown/open.md new file mode 100644 index 0000000..5024ccd --- /dev/null +++ b/markdown/open.md @@ -0,0 +1,21 @@ +[![Homepage](../img/heart.png)](../index.html) + +# All done setting up + +Finally after some struggling with various git clients and learning to use some new tools the source code for this website is finally up and hosted on Gitlab. + +> [Link to website source code](https://gitlab.com/AlejandroS/shockrah-city)\ +> *tbf i stiill need to work on the bash script to auto build stuff* + +## Now what? +This would have gone by more quickly if it wasn't for the fact that I have recently decided to switch off of GitKraken since it uses a proprietary license. +The main thing I liked about it was that it made pushing, pulling, and dealing with large branches and merges very easy. +After some testing with other git clients I ended up decided that it would be easier to just learn to use the terminal commands which git comes with. + +For now this site will be maintained to journal and document things which interest me so that I can come back to it after some time and maybe use some of what I learn over time. +If it grows to be something larger; or at least something with an audience, then I may also do some stuff for the interest of the readers/audience as well, but we'll see in due time where this all goes. + +The next thing for this site is to post some stuff that I never posted for the old one, namely a simple headphone mod and do some stuff with bash scripting. +Also maybe some random notes about cool stuff I find. + +_Published: June 18, 2018_ diff --git a/markdown/pages/about.md b/markdown/pages/about.md new file mode 100644 index 0000000..4513121 --- /dev/null +++ b/markdown/pages/about.md @@ -0,0 +1,23 @@ +[![Homepage](../img/heart.png)](../index.html) + +# About Me + +_really though what did you expect a blog post?_ + +## Who I am + +Student studying computer science, hoping to learn about low level programming, security, and maybe some compiler/language design topics. +Generally though I just rice my linux distro, play games, or pretend to study so we'll see how far in get one of those thins. + +## What/Why this site? huh? + +Because I like to journal things, and when it feels like people could be watching my posts it makes me put some effort into it. +Not only that but it gives me a weird motivation to actually do projects outside of school since I think "_oh i should update the site with a new post or something_". +As long as I don't take on a project in a really dumb way I usually finish it up to a point where it is somewhat usable or mildy interesting. + + +## Things I enjoy + +Not being dead or a fern are probably my top two things I enjoy right ahead of not being a wooly sock in siberia as a third. + + diff --git a/markdown/pages/links.md b/markdown/pages/links.md new file mode 100644 index 0000000..fe14eee --- /dev/null +++ b/markdown/pages/links.md @@ -0,0 +1,20 @@ +[![Homepage](../img/heart.png)](../index.html) + +# Links and places to find me online + +### Professional Links/Business inquires + +I would highly prefer that you contact me via email so that I may get to the message in a timely manner. I typically respond within 24 hours but there are no guarantees: + +* email: alejandros714@protonmail.com + +### Social Medias Links + +_List of places to contanct me or find me doing random things in general_ + +* [Twitch Channel: shockrahwow](https://twitch.tv/shockrahwow) \ +* [Steam Profile](https://steamcommunity.com/id/shockrah) \ + +Also I run a small Quake Community dedicated to teaching people about the game to improve and find other people to play with. The game is on steam if you're interested in checking it out ;) + +* [Community website](https://sites.google.com/view/qcacademy/home) diff --git a/notes.md b/notes.md index e37d3c8..f3a89a7 100644 --- a/notes.md +++ b/notes.md @@ -16,3 +16,11 @@ bash make.sh inputFile styleSheet outputFile * Housekeeping - updating site css as time goes on so that I looks good and whatnot +* make script to handle automatically targetting a given file and producing the proper html output file. The only one which may need something special is the index page since it might need some kind of menu to navigate to other places in the site like links/blog/about etc + +# Daily Todo/Order list + +1. Provide post with documentation with site details +2. Create links page +3. Create about page + diff --git a/page/about.html b/page/about.html new file mode 100644 index 0000000..bdad497 --- /dev/null +++ b/page/about.html @@ -0,0 +1,22 @@ + + ++ + + + + + About Me
+really though what did you expect a blog post?
+Who I am
+Student studying computer science, hoping to learn about low level programming, security, and maybe some compiler/language design topics. Generally though I just rice my linux distro, play games, or pretend to study so we'll see how far in get one of those thins.
+What/Why this site? huh?
+Because I like to journal things, and when it feels like people could be watching my posts it makes me put some effort into it. Not only that but it gives me a weird motivation to actually do projects outside of school since I think "oh i should update the site with a new post or something". As long as I don't take on a project in a really dumb way I usually finish it up to a point where it is somewhat usable or mildy interesting.
+Things I enjoy
+Not being dead or a fern are probably my top two things I enjoy right ahead of not being a wooly sock in siberia as a third.
+ + diff --git a/page/bstyle.css b/page/bstyle.css new file mode 100644 index 0000000..be94bda --- /dev/null +++ b/page/bstyle.css @@ -0,0 +1,327 @@ +html { + font-size: 100%; + overflow-y: scroll; + -webkit-text-size-adjust: 100%; + -ms-text-size-adjust: 100%; +} + +body { + color: #444; + font-family: Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif; + font-size: 12px; + line-height: 1.7; + padding: 1em; + margin: auto; + max-width: 42em; + background: lightgrey; +} + +a { + color: black; + text-decoration: none; +} + +a:visited { + color: #0b0080; +} + +a:hover { + color: #06e; +} + +a:active { + color: #faa700; +} + +a:focus { + outline: thin dotted; +} + +*::-moz-selection { + background: rgba(255, 255, 0, 0.3); + color: #000; +} + +*::selection { + background: rgba(255, 255, 0, 0.3); + color: #000; +} + +a::-moz-selection { + background: rgba(255, 255, 0, 0.3); + color: #0645ad; +} + +a::selection { + background: rgba(255, 255, 0, 0.3); + color: #0645ad; +} + +p { + margin: 1em 0; +} + +img { + max-width: 100%; +} + +h1, h2, h3, h4, h5, h6 { + color: #111; + line-height: 125%; + margin-top: 2em; + font-weight: normal; +} + +h4, h5, h6 { + font-weight: bold; +} + +h1 { + font-size: 2.5em; +} + +h2 { + font-size: 2em; +} + +h3 { + font-size: 1.5em; +} + +h4 { + font-size: 1.2em; +} + +h5 { + font-size: 1em; +} + +h6 { + font-size: 0.9em; +} + +blockquote { + color: #666666; + margin: 0; + padding-left: 3em; + border-left: 0.5em red solid; +} + +hr { + display: block; + height: 2px; + border: 0; + border-top: 1px solid #aaa; + border-bottom: 1px solid #eee; + margin: 1em 0; + padding: 0; +} + +pre, code, kbd, samp { + background-color: lightblue; + border-radius: 8px; + padding: 8px; + color: #000; + font-family: monospace, monospace; + _font-family: 'courier new', monospace; + font-size: 0.98em; +} + +pre { + white-space: pre; + white-space: pre-wrap; + word-wrap: break-word; +} + +b, strong { + font-weight: bold; +} + +dfn { + font-style: italic; +} + +ins { + background: #ff9; + color: #000; + text-decoration: none; +} + +mark { + background: #ff0; + color: #000; + font-style: italic; + font-weight: bold; +} + +sub, sup { + font-size: 75%; + line-height: 0; + position: relative; + vertical-align: baseline; +} + +sup { + top: -0.5em; +} + +sub { + bottom: -0.25em; +} + +ul, ol { + margin: 1em 0; + padding: 0 0 0 2em; +} + +li p:last-child { + margin-bottom: 0; +} + +ul ul, ol ol { + margin: .3em 0; +} + +dl { + margin-bottom: 1em; +} + +dt { + font-weight: bold; + margin-bottom: .8em; +} + +dd { + margin: 0 0 .8em 2em; +} + +dd:last-child { + margin-bottom: 0; +} + +img { + border: 0; + -ms-interpolation-mode: bicubic; + vertical-align: middle; +} + +figure { + display: block; + text-align: center; + margin: 1em 0; +} + +figure img { + border: none; + margin: 0 auto; +} + +figcaption { + font-size: 0.8em; + font-style: italic; + margin: 0 0 .8em; +} + +table { + margin-bottom: 2em; + border-bottom: 1px solid #ddd; + border-right: 1px solid #ddd; + border-spacing: 0; + border-collapse: collapse; +} + +table th { + padding: .2em 1em; + background-color: #eee; + border-top: 1px solid #ddd; + border-left: 1px solid #ddd; +} + +table td { + padding: .2em 1em; + border-top: 1px solid #ddd; + border-left: 1px solid #ddd; + vertical-align: top; +} + +.author { + font-size: 1.2em; + text-align: center; +} + +@media only screen and (min-width: 480px) { + body { + font-size: 14px; + } +} +@media only screen and (min-width: 768px) { + body { + font-size: 16px; + } +} +@media print { + * { + background: transparent !important; + color: black !important; + filter: none !important; + -ms-filter: none !important; + } + + body { + font-size: 12pt; + max-width: 100%; + } + + a, a:visited { + text-decoration: underline; + } + + hr { + height: 1px; + border: 0; + border-bottom: 1px solid black; + } + + a[href]:after { + content: " (" attr(href) ")"; + } + + abbr[title]:after { + content: " (" attr(title) ")"; + } + + .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { + content: ""; + } + + pre, blockquote { + border: 1px solid #999; + padding-right: 1em; + page-break-inside: avoid; + } + + tr, img { + page-break-inside: avoid; + } + + img { + max-width: 100% !important; + } + + @page :left { + margin: 15mm 20mm 15mm 10mm; +} + + @page :right { + margin: 15mm 10mm 15mm 20mm; +} + + p, h2, h3 { + orphans: 3; + widows: 3; + } + + h2, h3 { + page-break-after: avoid; + } +} diff --git a/page/links.html b/page/links.html new file mode 100644 index 0000000..4f58298 --- /dev/null +++ b/page/links.html @@ -0,0 +1,31 @@ + + + + + + ++ + + + + + Links and places to find me online
+Professional Links/Business inquires
+I would highly prefer that you contact me via email so that I may get to the message in a timely manner. I typically respond within 24 hours but there are no guarantees:
++
+- email: alejandros714@protonmail.com
+Social Medias Links
+List of places to contanct me or find me doing random things in general
+ +Also I run a small Quake Community dedicated to teaching people about the game to improve and find other people to play with. The game is on steam if you're interested in checking it out ;)
+ + + diff --git a/post/open.html b/post/open.html new file mode 100644 index 0000000..490837d --- /dev/null +++ b/post/open.html @@ -0,0 +1,25 @@ + + + + + + ++ + + + + + All done setting up
+Finally after some struggling with various git clients and learning to use some new tools the source code for this website is finally up and hosted on Gitlab.
+++Link to website source code
+
+tbf i stiill need to work on the bash script to auto build stuffNow what?
+This would have gone by more quickly if it wasn't for the fact that I have recently decided to switch off of GitKraken since it uses a proprietary license. The main thing I liked about it was that it made pushing, pulling, and dealing with large branches and merges very easy. After some testing with other git clients I ended up decided that it would be easier to just learn to use the terminal commands which git comes with.
+For now this site will be maintained to journal and document things which interest me so that I can come back to it after some time and maybe use some of what I learn over time. If it grows to be something larger; or at least something with an audience, then I may also do some stuff for the interest of the readers/audience as well, but we'll see in due time where this all goes.
+The next thing for this site is to post some stuff that I never posted for the old one, namely a simple headphone mod and do some stuff with bash scripting. Also maybe some random notes about cool stuff I find.
+Published: June 18, 2018
+ +