Skip to content

Commit 2296d50

Browse files
committed
🧹
1 parent f596ff4 commit 2296d50

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

assets/main.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,9 @@
2222
document.documentElement.classList.toggle("dark");
2323
});
2424

25-
document.querySelectorAll('.flip-card').forEach(card => {
25+
document.querySelectorAll('.flippable').forEach(card => {
2626
card.addEventListener('click', () => {
2727
card.classList.toggle('flipped');
2828
});
2929
});
30-
3130
})();

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
---
33
<main>
44
<section id="introduction" data-source="{{ page.url | absolute_url }}#introduction">
5-
<h2>Intro</h2>
5+
<h2>Introduction</h2>
66
<p>I’m Henrik, a senior backend consultant running a one-person tech company based in Stockholm. Since 1999,
77
I’ve helped teams build robust backend solutions with a focus on automation, integration, and long-term
88
maintainability.</p>

0 commit comments

Comments
 (0)