Added gif button

This commit is contained in:
Stephen Cochrane 2021-04-04 23:10:20 +02:00
parent 0bca6ec137
commit dac7505419
4 changed files with 8 additions and 4 deletions

BIN
assets/linux.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

View File

@ -9,9 +9,12 @@ conv () {
# ^/name -> https://github.com/name
# */name.domain -> https://name.domain
# !/name.domain -> http://name.domain
# a/name.domain/title/ -> <a href="name.domain">title</a>
sed -E "s|(\\^/)([^ \)]*)|^\/<a href=$HOST/\2>\2</a>|g" |
sed -E "s|(\\*/)([^ \)]*)|*\/<a href=https:\/\/\2/>\2</a>|g" |
sed -E "s|(\\!/)([^ \)]*)|!\/<a href=http:\/\/\2/>\2</a>|g" |
sed -E 's|a/(.+)/(.+)/|<a href="\1">\2</a>|g' |
sed -E 's|^SBLOCK (.+)\.|<div class=box><div class=boxheader>\1</div><br>|g' |
sed -E 's|^EBLOCK|</div>|g' |
sed -E 's|\\\\|<br>|g' |

View File

@ -6,11 +6,10 @@ SBLOCK About Me.
There are 3 methods, shown below,
\\1. <code>$ man <(curl -s https://skiqqy.xyz/skiqqy.1)</code>
\\2. <code>$ curl https://skiqqy.xyz/gencv | bash</code>
\\3. Or you can download it <a href=./assets/CurriculumVitae.pdf>here</a>.
\\3. Or you can download it a/./assets/CurriculumVitae.pdf/here/.
\\\\
* I am currently studying at Stellenbosh University
a BSc in Computer Science, I am in my third year
of studies.
* I am currently studying my Honours in Computer Science at Stellenbosh
University, I am in my Fourth year.
\\\\
* I love low level coding, my language of choice
is C.

View File

@ -89,7 +89,9 @@ Hosted Services:
<a href=https://files.skiqqy.xyz/>Files</a>
<a href=https://proj.skiqqy.xyz/>Projects Home</a>
<a href=https://irc.skiqqy.xyz/>IRC Webclient</a>
</pre>
<img src="/assets/linux.gif" alt="" moz-do-not-send="true" width="88" border="0" height="31">
</div>
<br>
<div class=c>