fixed stale source link - beginning styling update - redid a secction in about page - rebuilt index

This commit is contained in:
Medium Fries 2018-09-11 12:18:59 -07:00
parent e3e5ec3aac
commit a6c393a799
5 changed files with 5 additions and 12 deletions

View File

@ -15,7 +15,7 @@
<blockquote>
<p><strong><a href="./page/links.html">Links to find me</a></strong><br />
<strong><a href="./page/about.html">About Me</a></strong><br />
<strong><a href="https://gitlab.com/AlejandroS/shockrah-city">Site Source Code</a></strong></p>
<strong><a href="https://gitlab.com/shockrahwow/shockrah-city">Site Source Code</a></strong></p>
</blockquote>
<hr />
<h3 id="first-foray-into-big-projects"><strong><a href="./post/qca1.html">First Foray into big Projects</a></strong></h3>

View File

@ -6,7 +6,7 @@
> **[Links to find me](./page/links.html)** \
> **[About Me](./page/about.html)** \
> **[Site Source Code](https://gitlab.com/AlejandroS/shockrah-city)**
> **[Site Source Code](https://gitlab.com/shockrahwow/shockrah-city)**
------

View File

@ -22,13 +22,6 @@ page() {
fi
}
# TODO: update the func so that it injects a description into the markdown file and then compiles
# Using this function to update the index
function updateindex() {
arg1 = $1
arg2 = $2
}
# literally just updates the index file nothing else
index() {
pandoc index.md --css style.css -s -o index.html # typing succs

View File

@ -18,6 +18,6 @@ As long as I don't take on a project in a really dumb way I usually finish it up
## 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.
Not being a literal fern or wooly sock in siberia are pretty nice, typically I just mess about with different things, everything from """""_expert_""""" diy to tinkering with software.
Making things is always fun time; until it becomes headache, then I just go off and do something else.

View File

@ -15,7 +15,7 @@ html {
}
body {
color: #444;
font-family: Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif;
font-family: Fixedsys;
font-size: 12px;
line-height: 1.7;
padding: 1em;