mudanças
This commit is contained in:
32
index.html
32
index.html
@@ -4,16 +4,17 @@
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>ivanch - Portfolio</title>
|
||||
<link rel="stylesheet" href="css/style.css">
|
||||
<link rel="stylesheet" href="css/button.css">
|
||||
<link rel="stylesheet" href="css/matrix.css">
|
||||
<link rel="stylesheet" href="css/content.css">
|
||||
|
||||
<link rel="stylesheet" href="css/sections/profile.css">
|
||||
<link rel="stylesheet" href="css/main.css">
|
||||
|
||||
<link rel="stylesheet" href="css/sections/hero.css">
|
||||
<link rel="stylesheet" href="css/sections/projects.css">
|
||||
<link rel="stylesheet" href="css/sections/profile.css">
|
||||
<link rel="stylesheet" href="css/sections/homelab.css">
|
||||
<link rel="stylesheet" href="css/sections/projects.css">
|
||||
<link rel="stylesheet" href="css/sections/hero.css">
|
||||
|
||||
<link rel="stylesheet" href="css/matrix.css">
|
||||
<link rel="stylesheet" href="css/button.css">
|
||||
|
||||
|
||||
<!-- Remix Icon CDN for social icons -->
|
||||
<link href="https://cdn.jsdelivr.net/npm/remixicon@3.5.0/fonts/remixicon.css" rel="stylesheet">
|
||||
</head>
|
||||
@@ -44,7 +45,7 @@
|
||||
</span>
|
||||
</div>
|
||||
<div class="profile-info-item">
|
||||
<i class="ri-book-2-fill"></i>
|
||||
<i class="ri-briefcase-line"></i>
|
||||
<span class="profile-info-value">5+ years</span>
|
||||
</div>
|
||||
</div>
|
||||
@@ -55,17 +56,17 @@
|
||||
<h2 class="name">ivanch</h2>
|
||||
<p class="description">Developer and Self Hoster</p>
|
||||
<div class="social-links">
|
||||
<a href="https://www.linkedin.com/in/joseivanch/" class="social-link" target="_blank">
|
||||
<a href="https://www.linkedin.com/in/joseivanch/" class="btn social-link" target="_blank">
|
||||
<i class="ri-linkedin-fill"></i> <span>LinkedIn</span>
|
||||
</a>
|
||||
<a href="#" class="social-link" id="email-link">
|
||||
<a href="#" class="btn social-link" id="email-link">
|
||||
<i class="ri-mail-fill"></i> <span>Email</span>
|
||||
</a>
|
||||
<span class="email-tooltip" id="email-tooltip">Copied!</span>
|
||||
<a href="https://github.com/ivanch" class="social-link" target="_blank">
|
||||
<a href="https://github.com/ivanch" class="btn social-link" target="_blank">
|
||||
<i class="ri-github-fill"></i> <span>GitHub</span>
|
||||
</a>
|
||||
<a href="https://git.ivanch.me/ivanch" class="social-link" target="_blank">
|
||||
<a href="https://git.ivanch.me/ivanch" class="btn social-link" target="_blank">
|
||||
<i class="ri-git-repository-fill"></i> <span>Gitea</span>
|
||||
</a>
|
||||
</div>
|
||||
@@ -73,8 +74,8 @@
|
||||
<div class="homelab-section">
|
||||
<h3 class="homelab-title">Homelab</h3>
|
||||
<div class="homelab-buttons">
|
||||
<a href="#" class="homelab-btn">Diagram</a>
|
||||
<a href="#" class="homelab-btn">Main Applications</a>
|
||||
<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>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -98,7 +99,6 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</main>
|
||||
|
||||
|
Reference in New Issue
Block a user