added links/about page. And source code post
This commit is contained in:
parent
a51b5d9efb
commit
6f6b43c881
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
*.swp
|
BIN
comfy_work.png
Normal file
BIN
comfy_work.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.2 MiB |
17
index.html
17
index.html
@ -9,12 +9,21 @@
|
||||
<link rel="stylesheet" href="style.css" type="text/css" />
|
||||
</head>
|
||||
<body>
|
||||
<p><a href="./index.html"><img src="./img/heart.png" alt="Alt Text" /></a></p>
|
||||
<h1 id="shockrahs-not-a-blog">Shockrah's Not-a-Blog</h1>
|
||||
<p><a href="./index.html"><img src="./img/heart.png" alt="Homepage" /></a></p>
|
||||
<h1 id="shockrahs-definitely-not-a-blog">Shockrah's Definitely-Not-a-Blog</h1>
|
||||
<h2 id="cool-stuff-about-me">Cool stuff about me</h2>
|
||||
<blockquote>
|
||||
<p><strong>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.</strong></p>
|
||||
<p><strong><a href="./page/links.html">Links where you can find me</a></strong><br />
|
||||
<strong><a href="./page/about.html">About me and what I do from time to time - <em>under construction</em></a></strong><br />
|
||||
<strong><a href="https://gitlab.com/AlejandroS/shockrah-city">Source Code</a></strong></p>
|
||||
</blockquote>
|
||||
<hr />
|
||||
<h3 id="this-time-for-real"><strong><a href="./post/open.html">This time for real</a></strong></h3>
|
||||
<blockquote>
|
||||
<p><em>June 18, 2018</em><br />
|
||||
terminal commands > gui<br />
|
||||
tfw you want to use propritary software but your ideology gets in the way</p>
|
||||
</blockquote>
|
||||
<p><code>stay a while and listen</code></p>
|
||||
<h3 id="website-construction-philosophy"><strong><a href="./post/phil.html">Website Construction philosophy</a></strong></h3>
|
||||
<blockquote>
|
||||
<p>JS is bloat prove me wrong<br />
|
||||
|
16
index.md
16
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 \
|
||||
|
21
markdown/open.md
Normal file
21
markdown/open.md
Normal file
@ -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_
|
23
markdown/pages/about.md
Normal file
23
markdown/pages/about.md
Normal file
@ -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.
|
||||
|
||||
|
20
markdown/pages/links.md
Normal file
20
markdown/pages/links.md
Normal file
@ -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)
|
8
notes.md
8
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
|
||||
|
||||
|
22
page/about.html
Normal file
22
page/about.html
Normal file
@ -0,0 +1,22 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<meta http-equiv="Content-Style-Type" content="text/css" />
|
||||
<meta name="generator" content="pandoc" />
|
||||
<title></title>
|
||||
<style type="text/css">code{white-space: pre;}</style>
|
||||
<link rel="stylesheet" href="bstyle.css" type="text/css" />
|
||||
</head>
|
||||
<body>
|
||||
<p><a href="../index.html"><img src="../img/heart.png" alt="Homepage" /></a></p>
|
||||
<h1 id="about-me">About Me</h1>
|
||||
<p><em>really though what did you expect a blog post?</em></p>
|
||||
<h2 id="who-i-am">Who I am</h2>
|
||||
<p>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.</p>
|
||||
<h2 id="whatwhy-this-site-huh">What/Why this site? huh?</h2>
|
||||
<p>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 "<em>oh i should update the site with a new post or something</em>". 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.</p>
|
||||
<h2 id="things-i-enjoy">Things I enjoy</h2>
|
||||
<p>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.</p>
|
||||
</body>
|
||||
</html>
|
327
page/bstyle.css
Normal file
327
page/bstyle.css
Normal file
@ -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;
|
||||
}
|
||||
}
|
31
page/links.html
Normal file
31
page/links.html
Normal file
@ -0,0 +1,31 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<meta http-equiv="Content-Style-Type" content="text/css" />
|
||||
<meta name="generator" content="pandoc" />
|
||||
<title></title>
|
||||
<style type="text/css">code{white-space: pre;}</style>
|
||||
<link rel="stylesheet" href="bstyle.css" type="text/css" />
|
||||
</head>
|
||||
<body>
|
||||
<p><a href="../index.html"><img src="../img/heart.png" alt="Homepage" /></a></p>
|
||||
<h1 id="links-and-places-to-find-me-online">Links and places to find me online</h1>
|
||||
<h3 id="professional-linksbusiness-inquires">Professional Links/Business inquires</h3>
|
||||
<p>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:</p>
|
||||
<ul>
|
||||
<li>email: alejandros714@protonmail.com</li>
|
||||
</ul>
|
||||
<h3 id="social-medias-links">Social Medias Links</h3>
|
||||
<p><em>List of places to contanct me or find me doing random things in general</em></p>
|
||||
<ul>
|
||||
<li><a href="https://twitch.tv/shockrahwow">Twitch Channel: shockrahwow</a><br />
|
||||
</li>
|
||||
<li><a href="https://steamcommunity.com/id/shockrah">Steam Profile</a> </li>
|
||||
</ul>
|
||||
<p>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 ;)</p>
|
||||
<ul>
|
||||
<li><a href="https://sites.google.com/view/qcacademy/home">Community website</a></li>
|
||||
</ul>
|
||||
</body>
|
||||
</html>
|
25
post/open.html
Normal file
25
post/open.html
Normal file
@ -0,0 +1,25 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<meta http-equiv="Content-Style-Type" content="text/css" />
|
||||
<meta name="generator" content="pandoc" />
|
||||
<title></title>
|
||||
<style type="text/css">code{white-space: pre;}</style>
|
||||
<link rel="stylesheet" href="bstyle.css" type="text/css" />
|
||||
</head>
|
||||
<body>
|
||||
<p><a href="../index.html"><img src="../img/heart.png" alt="Homepage" /></a></p>
|
||||
<h1 id="all-done-setting-up">All done setting up</h1>
|
||||
<p>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.</p>
|
||||
<blockquote>
|
||||
<p><a href="https://gitlab.com/AlejandroS/shockrah-city">Link to website source code</a><br />
|
||||
<em>tbf i stiill need to work on the bash script to auto build stuff</em></p>
|
||||
</blockquote>
|
||||
<h2 id="now-what">Now what?</h2>
|
||||
<p>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.</p>
|
||||
<p>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.</p>
|
||||
<p>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.</p>
|
||||
<p><em>Published: June 18, 2018</em></p>
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in New Issue
Block a user