Highlight a, r, v in my full name.
This commit is contained in:
parent
46e5213b36
commit
a2250e1e46
@ -9,7 +9,7 @@ templ About(services *servicestat.ServiceList, r *http.Request) {
|
||||
@base("About", "About me and my home servers.", "about, me, servcies", "/about", aboutHead()) {
|
||||
<section id="about-me">
|
||||
<h2>Me</h2>
|
||||
<p><b class="highlighted">Who am I?</b> My name is Alexander Andreev. I'm a russian guy of age 31 who likes tinkering with computers.</p>
|
||||
<p><b class="highlighted">Who am I?</b> My name is <span class="highlighted">A</span>lexande<span class="highlighted">r</span> <span class="highlighted">A</span>ndree<span class="highlighted">v</span>. I'm a russian guy of age 31 who likes tinkering with computers.</p>
|
||||
<p><b class="highlighted">Why am I doing all of this?</b> Machines are up 24/7 anyway, so why not?</p>
|
||||
<p><b class="highlighted">Why am I almost “doxxing” myself?</b> Yes, my real first and last names and age are here, and since I self-host you can get my city as well. And I simply don't see this as a problem. :|</p>
|
||||
<p><b class="highlighted">Why particularly that slogan?</b> It was the first thing that went on my mind. Don't you think of your website as of a special place of your own? Sacred in some way..? And what else do we do if not wandering through the vastness of Internet looking for something? Think about it... :)</p>
|
||||
|
Loading…
Reference in New Issue
Block a user