new cv and css

This commit is contained in:
samantha42
2026-09-09 19:21:51 +02:00
parent 18ba3b15fb
commit 796bf7dd64
4 changed files with 3631 additions and 14 deletions
+11 -13
View File
@@ -32,7 +32,7 @@
</div>
<div>
<p class="sidebar-label">location</p>
<div style="font-family:var(--ff-mono);font-size:0.75rem;color:var(--muted);">Denmark<br>Aalborg Øst, 9220</div>
<div style="font-family:var(--ff-mono);font-size:0.75rem;color:var(--muted);">Denmark<br>Aalborg</div>
</div>
<div>
<p class="sidebar-label">languages</p>
@@ -55,6 +55,9 @@
<span>
<span class="available">Available</span>
<span class="exp-tag">email: me@samantha42.xyz</span>
<a href="/static/cv.pdf" target="_blank" rel="noopener">
<button style="background: var(--surface);">Download CV</button>
</a>
</div>
</section>
<section id="experience">
@@ -76,18 +79,13 @@
<span class="exp-title">Bookkeeping &amp; Administration</span>
<span class="exp-tag">Record keeping</span>
</div>
<p class="exp-body">Excel to In house Bookkeeping tooling and backups and safe sql databse for larger scale. made to better comply to lawmakers in KLACQ ApS(small self owned company) currently selling SaaS products. <a href="https:klacq.eu">klacq website</a> </p>
</div>
<!--
<div class="exp-card link" onclick="window.location.href='/automation'">
<div class="exp-header">
<span class="exp-title">Technical Tools &amp; Automation</span>
<span class="exp-tag">programing</span>
<p class="exp-body">Excel to In house Bookkeeping tooling and backups and safe sql databse for larger scale. made to better comply with lawmakers in KLACQ ApS(small self owned company) currently selling SaaS products.
<br>
<a href="https://klacq.eu" download="Samantha_Vero_Friis_CV.pdf">
<button style="background: var(--surface);">Klacq website</button>
</a>
</div>
<p class="exp-body">Build lightweight backend tools to automate repetitive analytical and operational tasks.
Python for data processing, validation, and workflow automation. Lightweight online services in Go,
focusing on speed and reliability.</p>
</div>-->
</div>
</section>
<section id="education">
@@ -133,7 +131,7 @@
<div class="exp-grid">
<div class="exp-card link" onclick="window.location.href='/interests'">
<div class="exp-header">
<span class="exp-title">Personal Free Time Interest</span>
<span class="exp-title">Free time Interest</span>
<span class="exp-tag">Personal</span>
</div>
<p class="exp-body">Movies, computers, PC gaming and board games</p>
+3618
View File
File diff suppressed because it is too large Load Diff
+1
View File
@@ -307,6 +307,7 @@ footer{
display:flex;align-items:center;justify-content:space-between;
flex-wrap:wrap;gap:0.5rem;
background:var(--surface);
height: 100px;
}
.footer-contact a{font-family:var(--ff-mono);font-size:0.78rem;color:var(--accent);text-decoration:none;}
.footer-contact a:hover{text-decoration:underline;}
+1 -1
View File
File diff suppressed because one or more lines are too long