diff options
Diffstat (limited to 'templates/index.html')
-rw-r--r-- | templates/index.html | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/templates/index.html b/templates/index.html index f0ede2a..a9ef8c2 100644 --- a/templates/index.html +++ b/templates/index.html @@ -7,9 +7,15 @@ <a href="/food">Recipe book</a> </div> <div class="links-container"> - <a href="https://github.com/Yaroslav-95" title="GitHub"><span class="icon"></span></a> - <a href="https://git.yaroslavps.com/yaroslav" title="Git server"><span class="icon"></span></a> - <a href="/feed.xml" title="RSS feed"><span class="icon"></span></a> + <a href="https://github.com/Yaroslav-95" title="GitHub"> + <span class="icon"><img src="/svg/icons/github.svg"/></span> + </a> + <a href="https://git.yaroslavps.com/yaroslav" title="Git server"> + <span class="icon"><img src="/svg/icons/git.svg"/></span> + </a> + <a href="/feed.xml" title="RSS feed"> + <span class="icon"><img src="/svg/icons/rss.svg"/></span> + </a> </div> <p>Welcome, my name is Yaroslav de la Peña Smirnov. I keep this site to sometimes write about what I do or think on my weblog, or to remind myself |