summaryrefslogtreecommitdiff
path: root/about.html
diff options
context:
space:
mode:
authorR-man3000 <rasmus.luha@gmail.com>2026-06-12 23:50:08 +0300
committerR-man3000 <rasmus.luha@gmail.com>2026-06-12 23:50:08 +0300
commit7f0745bedb68e12fd2216f8e5329adca773c2e5b (patch)
tree6ff1649b7017815de2819f5e11d27cb1f532a944 /about.html
parent30a19112216e12d19459474f7308ec57cd8aaf9d (diff)
update about page with some logos and linksHEADmaster
Diffstat (limited to 'about.html')
-rw-r--r--about.html13
1 files changed, 6 insertions, 7 deletions
diff --git a/about.html b/about.html
index a54a94d..1fbc570 100644
--- a/about.html
+++ b/about.html
@@ -20,17 +20,16 @@
my background, interests work and so on.<br/>
</p>
- <div class="contact-item">
- <p>Mail: TODO</p>
- </div>
-
- <div class="contact-item">
- <p>Github:</p>
- <a href="https://github.com/luhamus" target="_blank"> <img class="contactImg" src="/img/githubGreen.jpg"> </a>
+ <div class="contact-list">
+ <a href="mailto:rasmus.luha@gmail.com" target="_blank"><img class="contactImg" src="/img/mail.png"></a>
+ <a href="https://github.com/luhamus" target="_blank"><img class="contactImg" src="/img/github.png"></a>
+ <a href="/cv.pdf" target="_blank"><img class="contactImg" src="/img/cv.png"></a>
</div>
</main>
</div>
+
<footer id="footer"></footer>
<script src="/script.js"></script>
+
</body>
</html>