Files
personal-site/static/about.html
T
2026-03-20 22:30:45 +01:00

202 lines
8.6 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>About — Samantha Vero Friis</title>
<link rel="stylesheet" href="styles.css" />
<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=Libre+Caslon+Text:ital,wght@0,400;0,700;1,400&display=swap"
rel="stylesheet"
/>
</head>
<body>
<div class="container">
<!-- PAGE NAV — place right before <header> -->
<nav class="page-nav">
<a href="#about" class="active"><span>about</span></a>
<a href="/git" target="_blank"><span>git</span></a>
<br /><span><p class="section-label">//Opinion</p></span>
<a href="/cinema"><span>Cinema</span></a>
<a href="/finance"><span>Finance</span></a>
<a href="/cyber"><span>cyber</span></a>
<a href="/infra"><span>infra</span></a>
</nav>
<header>
<p class="tag">// about me</p>
<h1>Samantha<br /><span>Vero Friis</span></h1>
<p class="header-sub">
Denmark, Aalborg &nbsp;·&nbsp; samantha42.xyz
</p>
</header>
<main>
<p class="summary">
Bachelor's student in Business Administration seeking an
entry-level analyst or finance-related role while studying.
Strong numerical skills, advanced Excel, and experience in
company, risk, and financial analysis. Analytical,
detail-oriented, and efficiency-focused.
</p>
<!-- Skills -->
<section>
<p class="section-label">// skills</p>
<div class="skills-list">
<div class="skill-row">
<span>Excel</span>
<div class="skill-bar-track">
<div
class="skill-bar-fill"
style="width: 85%; animation-delay: 0.1s"
></div>
</div>
</div>
<div class="skill-row">
<span>Python</span>
<div class="skill-bar-track">
<div
class="skill-bar-fill"
style="width: 75%; animation-delay: 0.2s"
></div>
</div>
</div>
<div class="skill-row">
<span>SQL</span>
<div class="skill-bar-track">
<div
class="skill-bar-fill"
style="width: 60%; animation-delay: 0.3s"
></div>
</div>
</div>
<div class="skill-row">
<span>Go</span>
<div class="skill-bar-track">
<div
class="skill-bar-fill"
style="width: 70%; animation-delay: 0.4s"
></div>
</div>
</div>
<div class="skill-row">
<span>Git</span>
<div class="skill-bar-track">
<div
class="skill-bar-fill"
style="width: 65%; animation-delay: 0.5s"
></div>
</div>
</div>
</div>
</section>
<!-- Experience -->
<section>
<p class="section-label">// experience</p>
<div class="exp-block">
<h2>Independent Equity Research</h2>
<p>
Perform fundamental analysis using SEC filings
(10-K, 10-Q) and earnings reports. Assess
profitability, liquidity, risk factors, and
long-term business sustainability. Handle incomplete
or low-transparency information through structured
cross-validation.
</p>
</div>
<div class="exp-block">
<h2>Technical Tools & Automation</h2>
<p>
Build lightweight backend tools to automate
repetitive analytical and operational tasks. Use
Python for data processing, validation, and workflow
automation. Develop lightweight online services in
Go, focusing on speed and reliability.
</p>
</div>
</section>
<!-- Education -->
<section>
<p class="section-label">// education</p>
<div class="edu-item">
<span class="edu-year">2025 — now</span>
<div>
<p class="edu-title">
Bachelor of Economics & Business Administration
(HA)
</p>
<p class="edu-sub">
Aalborg University &nbsp;·&nbsp; Expected 2028
</p>
</div>
</div>
<div class="edu-item">
<span class="edu-year">2020 — 2023</span>
<div>
<p class="edu-title">
HTX Technical Upper Secondary Education
</p>
<p class="edu-sub">
Viden Gymnasier &nbsp;·&nbsp; Mathematics A,
Biology B<br />Study project: Mathematics &
Technology
</p>
</div>
</div>
</section>
<!-- Languages -->
<section>
<p class="section-label">// languages</p>
<div class="skills-list">
<div class="skill-row">
<span>Danish</span>
<div class="skill-bar-track">
<div
class="skill-bar-fill"
style="width: 100%; animation-delay: 0.1s"
></div>
</div>
</div>
<div class="skill-row">
<span>English</span>
<div class="skill-bar-track">
<div
class="skill-bar-fill"
style="width: 80%; animation-delay: 0.2s"
></div>
</div>
</div>
</div>
</section>
<!-- Interests -->
<section>
<p class="section-label">// interests</p>
<div class="tags">
<span class="tag-pill">Gaming</span>
<span class="tag-pill">Board games</span>
<span class="tag-pill">Programming</span>
<span class="tag-pill">Financial markets</span>
</div>
</section>
</main>
<footer>
<a href="mailto:contact@samantha42.xyz"
>contact@samantha42.xyz</a
>
<p class="footer-copy">&copy; 2026 — All rights reserved</p>
</footer>
</div>
</body>
</html>