changes
This commit is contained in:
+5
-14
@@ -5,14 +5,7 @@
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Jarne Götz - Portfolio</title>
|
||||
<meta name="description"
|
||||
content="Software Developer & Technology Enthusiast. Focusing on Rust, AI, Security, and Infrastructure.">
|
||||
|
||||
<!-- Font: Space Grotesk -->
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||
<link href="https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600;700&display=swap"
|
||||
rel="stylesheet">
|
||||
<meta name="description" content="Software Developer. Focusing on Rust, AI, Security, and Infrastructure.">
|
||||
|
||||
<!-- Preload Icons -->
|
||||
<link rel="preload" href="icons/menu.svg" as="image" type="image/svg+xml">
|
||||
@@ -53,8 +46,7 @@
|
||||
<!-- Hero Section -->
|
||||
<header class="section">
|
||||
<div class="container">
|
||||
<div class="mb-4"
|
||||
style="display: inline-flex; align-items: center; gap: 0.5rem; font-size: 0.75rem; text-transform: uppercase; color: var(--fg-muted); border: 1px solid var(--border); padding: 0.25rem 0.75rem;">
|
||||
<div class="mb-4 tag">
|
||||
<img src="icons/terminal.svg" alt="Terminal" class="icon-sm">
|
||||
Software Developer
|
||||
</div>
|
||||
@@ -112,8 +104,7 @@
|
||||
<!-- Projects Section -->
|
||||
<section id="projects" class="section">
|
||||
<div class="container">
|
||||
<div class="flex"
|
||||
style="justify-content: space-between; align-items: flex-end; border-bottom: 1px solid var(--border); padding-bottom: 1rem; margin-bottom: 2rem;">
|
||||
<div class="flex project-header">
|
||||
<h2>Selected Projects</h2>
|
||||
<span class="text-sm font-mono text-muted">03 / REPOS</span>
|
||||
</div>
|
||||
@@ -291,8 +282,8 @@
|
||||
<h3>Home Assistant</h3>
|
||||
<p class="text-sm text-muted">Smart Home Automation</p>
|
||||
</a>
|
||||
<a href="https://www.librechat.ai" class="grid-item lab-item" target="_blank">
|
||||
<h3>LibreChat</h3>
|
||||
<a href="https://openwebui.com" class="grid-item lab-item" target="_blank">
|
||||
<h3>Open WebUI</h3>
|
||||
<p class="text-sm text-muted">LLM Web Interface</p>
|
||||
</a>
|
||||
<a href="https://github.com/dani-garcia/vaultwarden" class="grid-item lab-item" target="_blank">
|
||||
|
||||
Reference in New Issue
Block a user