changed banner image for all pages/posts
This commit is contained in:
parent
40afc66f61
commit
611244d3de
BIN
img/banner.png
Normal file
BIN
img/banner.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.6 KiB |
BIN
img/heart.png
BIN
img/heart.png
Binary file not shown.
Before Width: | Height: | Size: 585 B |
@ -9,7 +9,7 @@
|
||||
<link rel="stylesheet" href="style.css" type="text/css" />
|
||||
</head>
|
||||
<body>
|
||||
<p><a href="./index.html"><img src="./img/heart.png" alt="Homepage" /></a></p>
|
||||
<p><a href="./index.html"><img src="./img/banner.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>
|
||||
|
2
index.md
2
index.md
@ -1,4 +1,4 @@
|
||||
[![Homepage](./img/heart.png)](./index.html)
|
||||
[![Homepage](./img/banner.png)](./index.html)
|
||||
|
||||
# Shockrah's Definitely-Not-a-Blog
|
||||
|
||||
|
9
make.sh
9
make.sh
@ -7,11 +7,12 @@ post() {
|
||||
# compile the new post and drop it in ./post/
|
||||
pandoc markdown/post/$1 --css bstyle.css -s -o post/${1%.*}.html
|
||||
# check to see if we have to rebuild the post or not
|
||||
if [ $2 == "n" ]
|
||||
then
|
||||
echo "changing index.html for brand new post"
|
||||
if [ $2 == "new" ]
|
||||
then
|
||||
echo "Rebuilding index.html"
|
||||
|
||||
fi
|
||||
else
|
||||
else
|
||||
# error message incase file was not found
|
||||
echo "File \"$1\" not found in markdown/post"
|
||||
fi
|
||||
|
@ -1,4 +1,4 @@
|
||||
[![Homepage](../img/heart.png)](../index.html)
|
||||
[![Homepage](../img/banner.png)](../index.html)
|
||||
|
||||
# About Me
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
[![Homepage](../img/heart.png)](../index.html)
|
||||
[![Homepage](../img/banner.png)](../index.html)
|
||||
|
||||
# Links and places to find me online
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
[![HomePage](../img/heart.png)](../index.html)
|
||||
[![HomePage](../img/banner.png)](../index.html)
|
||||
|
||||
[Link to the map I discuss here](https://steamcommunity.com/sharedfiles/filedetails/?id=1329660201)
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
[![Homepage](../img/heart.png)](../index.html)
|
||||
[![Homepage](../img/banner.png)](../index.html)
|
||||
|
||||
# All done setting up
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
[![Homepage](../img/heart.png)](../index.html)
|
||||
[![Homepage](../img/banner.png)](../index.html)
|
||||
|
||||
# No Non-free JS here
|
||||
|
||||
|
@ -9,7 +9,7 @@
|
||||
<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>
|
||||
<p><a href="../index.html"><img src="../img/banner.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>
|
||||
|
@ -9,7 +9,7 @@
|
||||
<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>
|
||||
<p><a href="../index.html"><img src="../img/banner.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>
|
||||
|
@ -9,7 +9,7 @@
|
||||
<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>
|
||||
<p><a href="../index.html"><img src="../img/banner.png" alt="HomePage" /></a></p>
|
||||
<p><a href="https://steamcommunity.com/sharedfiles/filedetails/?id=1329660201">Link to the map I discuss here</a></p>
|
||||
<h2 id="feverstrafe">FeverStrafe</h2>
|
||||
<p>To clear up some confusion, <em>feverStrafe</em> is a Reflex Race map I made a few months ago but never got around to finishing due to some issues with time, and motivation. After a few months I came back to see what I had made so far and realized if this was to ever be release worthy it would have to go through a through cleaning.</p>
|
||||
|
@ -9,7 +9,7 @@
|
||||
<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>
|
||||
<p><a href="../index.html"><img src="../img/banner.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>
|
||||
|
@ -9,7 +9,7 @@
|
||||
<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>
|
||||
<p><a href="../index.html"><img src="../img/banner.png" alt="Homepage" /></a></p>
|
||||
<h1 id="no-non-free-js-here">No Non-free JS here</h1>
|
||||
<p>To explain succintly, I don't like Javascript, especially considering how much power it has on a user's browser. Namely the issue being that while it used to mainly be focused around making websites look pretty it now also serves to execute malicious code; luckily I don't think that is too common but that fact alone makes JS for me, something which should be avoided.</p>
|
||||
<p>It's JS's non-free abilities which I don't like and is why I am not going to be using it for any of my projects, unless it is a client-side only project where it is running on some local server.</p>
|
||||
|
Loading…
Reference in New Issue
Block a user