diff --git a/main b/main
deleted file mode 100755
index 2970fe1..0000000
Binary files a/main and /dev/null differ
diff --git a/main.go b/main.go
index 3e79210..689651f 100644
--- a/main.go
+++ b/main.go
@@ -34,9 +34,11 @@ func Infra(w http.ResponseWriter, r *http.Request) { http.ServeFile(w, r, "./s
func Finance(w http.ResponseWriter, r *http.Request) { http.ServeFile(w, r, "./static/finance.html") }
func Cinema(w http.ResponseWriter, r *http.Request) { http.ServeFile(w, r, "./static/cinema.html") }
func Cyber(w http.ResponseWriter, r *http.Request) { http.ServeFile(w, r, "./static/cyber.html") }
+func Engine(w http.ResponseWriter, r *http.Request) { http.ServeFile(w, r, "./static/engine.html") }
func About(w http.ResponseWriter, r *http.Request) { http.ServeFile(w, r, "./static/about.html") }
-func Styles(w http.ResponseWriter, r *http.Request) { http.ServeFile(w, r, "./static/styles.css") }
+func Styles(w http.ResponseWriter, r *http.Request) { http.ServeFile(w, r, "./static/styles.css") }
+func Styles2(w http.ResponseWriter, r *http.Request) { http.ServeFile(w, r, "./static/styles2.css") }
// TradesHandler handles POST /trades
// It accepts a CSV file upload (field name: "file") and returns enriched trades as JSON.
@@ -94,6 +96,7 @@ func main() {
flag.Parse()
http.HandleFunc("/styles.css", Styles)
+ http.HandleFunc("/styles2.css", Styles2)
http.HandleFunc("/", func(w http.ResponseWriter, r *http.Request) {
if r.URL.Path != "/" {
http.Redirect(w, r, "/", http.StatusFound)
@@ -106,6 +109,7 @@ func main() {
http.HandleFunc("/finance", Finance)
http.HandleFunc("/cinema", Cinema)
http.HandleFunc("/cyber", Cyber)
+ http.HandleFunc("/engine", Engine)
http.HandleFunc("/git", func(w http.ResponseWriter, r *http.Request) {
http.Redirect(w, r, "https://git.samantha42.xyz", http.StatusFound)
})
diff --git a/site b/site
index e37e2a0..59fd617 100755
Binary files a/site and b/site differ
diff --git a/static/about.html b/static/about.html
index c28e49a..9bd82e7 100644
--- a/static/about.html
+++ b/static/about.html
@@ -1,201 +1,144 @@
-
+
-
-
-
- About — Samantha Vero Friis
-
-
-
-
-
-
-
-
-
-
-
// about me
-
Samantha Vero Friis
-
- Denmark, Aalborg · samantha42.xyz
-
-
+
+
+
+Samantha Vero Friis
+
+
+
+
+
-
-
- 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.
-
+
-
-
-
// skills
-
-
- Excel
-
-
-
-
-
- Python
-
-
-
-
-
- SQL
-
-
-
-
-
- Go
-
-
-
-
-
- Git
-
-
-
-
-
-
+
+
-
-
-
// experience
+
-
-
Independent Equity Research
-
- 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.
-
-
+
+
portfolio · 2026
+
Samantha Vero Friis
+
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.
+
+ available for work
+ samantha42.xyz
+ contact@samantha42.xyz
+
+
-
-
Technical Tools & Automation
-
- 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.
-
-
-
-
-
-
-
// education
-
-
- 2025 — now
-
-
- Bachelor of Economics & Business Administration
- (HA)
-
-
- Aalborg University · Expected 2028
-
-
-
-
-
- 2020 — 2023
-
-
- HTX – Technical Upper Secondary Education
-
-
- Viden Gymnasier · Mathematics A,
- Biology B Study project: Mathematics &
- Technology
-
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.
-
-
+
+
+ Technical Tools & Automation
+ engineering
+
+
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.
+
+
+
+
+
+
education
+
+
+
2025 — present
+
+
Bachelor of Economics & Business Administration (HA)
+
Aalborg University · Expected 2028
+
+
+
+
2020 — 2023
+
+
HTX – Technical Upper Secondary Education
+
Viden Gymnasier
+
Mathematics A, Biology B · Study project: Mathematics & Technology