adjustments

This commit is contained in:
2025-08-18 18:47:36 -03:00
parent 63be3a4dd5
commit 3275142b1c
2 changed files with 8 additions and 3 deletions

BIN
assets/favicon.ico Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 582 B

View File

@@ -3,7 +3,12 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>ivanch - Portfolio</title>
<meta name="description" content="ivanch's personal portfolio showcasing projects, skills, and homelab setup.">
<meta name="author" content="ivanch">
<link rel="icon" href="/assets/favicon.ico" type="image/x-icon">
<title>ivanch</title>
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/sections/profile.css">
@@ -75,8 +80,8 @@
<div class="homelab-background"></div>
<h3 class="homelab-title">Homelab</h3>
<div class="homelab-buttons">
<a href="https://github.com/ivanch/homelab" class="btn homelab-btn" target="_blank">Diagram</a>
<a href="https://docs.ivanch.me/" class="btn homelab-btn" target="_blank">Applications</a>
<a href="https://blog.ivanch.me/posts/selfhost/" class="btn homelab-btn" target="_blank">Applications</a>
<a href="" class="btn homelab-btn" target="_blank">Scripts</a>
</div>
</div>
</div>