summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/index.html5
-rw-r--r--src/style.css2
-rw-r--r--src/wiki/wiki.html2
3 files changed, 3 insertions, 6 deletions
diff --git a/src/index.html b/src/index.html
index 08965b7..2fb1b7d 100644
--- a/src/index.html
+++ b/src/index.html
@@ -24,10 +24,7 @@
My real name is Suleyman Farajli but I occasionally use shorter nicknames as
<span class="color1"> theion</span> and <span class="color1">thei0n</span> and they are not the same as
"<strong>the ion</strong>"!
- in fact, they don't even mean anything in other languages either.
- I am a system administrator, who is currently studying at university. Recently,
- I have been interested in <span class="color2">Unix programming</span> and <span class="color2">Computer
- Networking</span>.
+ in fact, they don't even mean anything in other languages either.
</p>
<h2>posts</h2>
diff --git a/src/style.css b/src/style.css
index 71c93d8..5e157f3 100644
--- a/src/style.css
+++ b/src/style.css
@@ -93,7 +93,7 @@ table {
/*
* "pointer-events: none" doesn't work on some browsers,
* to deactivate hover effect on this tag,
- * hover and regular styles are defined
+ * hover and regular styles are defined as the same
*/
#header-link, #header-link:hover {
diff --git a/src/wiki/wiki.html b/src/wiki/wiki.html
index 5165dc5..20347ef 100644
--- a/src/wiki/wiki.html
+++ b/src/wiki/wiki.html
@@ -15,7 +15,7 @@
<div class="menu">
<a class="menu_item" href="../index.html">Home/</a>
<a class="menu_item" href="../software/software.html">Software/</a>
- <a class="menu_item" href="wiki.html"><u>Wiki<u>/</a>
+ <a class="menu_item" href="wiki.html"><u>Wiki</u>/</a>
<a class="menu_item right" href="https://git.farajli.xyz">Git</a>
</div>