File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 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} ) ( ) ;
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments