mirror of
https://github.com/skiqqy/skiqqy.github.io
synced 2025-01-18 04:50:46 +00:00
Added gif button
This commit is contained in:
parent
0bca6ec137
commit
dac7505419
BIN
assets/linux.gif
Normal file
BIN
assets/linux.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 14 KiB |
3
build.sh
3
build.sh
@ -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' |
|
||||
|
@ -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.
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user