-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
262 lines (233 loc) · 13.5 KB
/
index.html
File metadata and controls
262 lines (233 loc) · 13.5 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
<!DOCTYPE html>
<html lang="da">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Karl Kristiansen | IT Solutions Architect</title>
<style>
:root {
--primary: #2d3748;
--secondary: #4a5568;
--accent: #4299e1;
--light: #f7fafc;
--dark: #1a202c;
}
body {
font-family: 'SF Mono', 'Roboto Mono', monospace;
line-height: 1.6;
color: var(--dark);
background-color: var(--light);
max-width: 900px;
margin: 0 auto;
padding: 2rem;
}
header {
text-align: center;
margin-bottom: 3rem;
border-bottom: 1px solid #e2e8f0;
padding-bottom: 1rem;
position: relative;
}
h1 {
color: var(--primary);
font-size: 2.5rem;
margin-bottom: 0.5rem;
}
.tagline {
color: var(--secondary);
font-size: 1.2rem;
font-weight: 400;
}
.expertise {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 2rem;
margin: 3rem 0;
}
.expertise-item {
background: white;
padding: 1.5rem;
border-radius: 8px;
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
border-left: 4px solid var(--accent);
}
h2 {
color: var(--primary);
margin-top: 0;
}
.language-toggle {
position: absolute;
top: 0;
right: 0;
background: white;
padding: 0.5rem;
border-radius: 4px;
box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}
.language-toggle button {
background: none;
border: none;
cursor: pointer;
padding: 0.25rem 0.5rem;
font-family: inherit;
}
.language-toggle button.active {
font-weight: bold;
color: var(--accent);
}
footer {
text-align: center;
margin-top: 3rem;
padding-top: 1rem;
border-top: 1px solid #e2e8f0;
color: var(--secondary);
font-size: 0.9rem;
}
footer>p {
margin-bottom: 5rem;
}
@media (max-width: 768px) {
body {
padding: 1rem;
}
h1 {
font-size: 2rem;
}
.language-toggle {
position: static;
margin-bottom: 1rem;
text-align: center;
}
}
</style>
</head>
<body>
<header>
<div class="language-toggle">
<button id="lang-da" class="active">Dansk</button>
<button id="lang-en">English</button>
</div>
<h1>Karl Kristiansen</h1>
<div class="social-links">
<a href="https://github.com/troldmand" style="text-decoration: auto;" target="_blank" aria-label="GitHub">
<svg width="24" height="24" viewBox="0 0 24 24" fill="var(--dark)">
<path d="M12 .297c-6.63 0-12 5.373-12 12 0 5.303 3.438 9.8 8.205 11.385.6.113.82-.258.82-.577 0-.285-.01-1.04-.015-2.04-3.338.724-4.042-1.61-4.042-1.61C4.422 18.07 3.633 17.7 3.633 17.7c-1.087-.744.084-.729.084-.729 1.205.084 1.838 1.236 1.838 1.236 1.07 1.835 2.809 1.305 3.495.998.108-.776.417-1.305.76-1.605-2.665-.3-5.466-1.332-5.466-5.93 0-1.31.465-2.38 1.235-3.22-.135-.303-.54-1.523.105-3.176 0 0 1.005-.322 3.3 1.23.96-.267 1.98-.399 3-.405 1.02.006 2.04.138 3 .405 2.28-1.552 3.285-1.23 3.285-1.23.645 1.653.24 2.873.12 3.176.765.84 1.23 1.91 1.23 3.22 0 4.61-2.805 5.625-5.475 5.92.42.36.81 1.096.81 2.22 0 1.606-.015 2.896-.015 3.286 0 .315.21.69.825.57C20.565 22.092 24 17.592 24 12.297c0-6.627-5.373-12-12-12"/>
</svg>
</a>
<a href="https://www.linkedin.com/in/karl-kristiansen-a6323847/" target="_blank" aria-label="LinkedIn">
<svg width="24" height="24" viewBox="0 0 24 24" fill="var(--dark)">
<path d="M20.447 20.452h-3.554v-5.569c0-1.328-.027-3.037-1.852-3.037-1.853 0-2.136 1.445-2.136 2.939v5.667H9.351V9h3.414v1.561h.046c.477-.9 1.637-1.85 3.37-1.85 3.601 0 4.267 2.37 4.267 5.455v6.286zM5.337 7.433c-1.144 0-2.063-.926-2.063-2.065 0-1.138.92-2.063 2.063-2.063 1.14 0 2.064.925 2.064 2.063 0 1.139-.925 2.065-2.064 2.065zm1.782 13.019H3.555V9h3.564v11.452zM22.225 0H1.771C.792 0 0 .774 0 1.729v20.542C0 23.227.792 24 1.771 24h20.451C23.2 24 24 23.227 24 22.271V1.729C24 .774 23.2 0 22.222 0h.003z"/>
</svg>
</a>
</div>
<p class="tagline" data-en="IT Solutions Architect | Project Leader | Technology Entrepreneur" data-da="IT Arkitekt | Projektleder | Teknologientreprenør">IT Arkitekt | Projektleder | Teknologientreprenør</p>
</header>
<main>
<section>
<h2 data-en="Professional Profile" data-da="Professionel profil">Professionel profil</h2>
<p data-en="With over a decade of experience in IT and software development, I bridge the gap between technical implementation and business strategy. My expertise spans from hands-on development to high-level solution architecture and project brokerage."
data-da="Hej! Jeg hedder Karl, jeg har +10 års erfaring inden for IT og softwareudvikling, jeg formidler effektivt imellem teknisk implementering og forretningsstrategi. Min ekspertise spænder fra praktisk udvikling til løsningsarkitektur og projektformidling.">
Hej! Jeg hedder Karl, jeg har +10 års erfaring inden for IT og softwareudvikling, jeg formidler effektivt imellem teknisk implementering og forretningsstrategi. Min ekspertise spænder fra praktisk udvikling til løsningsarkitektur og projektformidling.
</p>
</section>
<section class="expertise">
<div class="expertise-item">
<h3 data-en="Development & Prototyping" data-da="Udvikling & Prototyping">Udvikling & Prototyping</h3>
<p data-en="Rapid application development with focus on practical, scalable solutions. Specialized in turning concepts into working prototypes quickly."
data-da="Hurtig applikationsudvikling med fokus på praktiske, skalerbare løsninger. Speciale i at omdanne koncepter til fungerende prototyper hurtigt.">
Hurtig applikationsudvikling med fokus på praktiske, skalerbare løsninger. Speciale i at omdanne koncepter til fungerende prototyper hurtigt.
</p>
</div>
<div class="expertise-item">
<h3 data-en="Project Leadership" data-da="Projektledelse">Projektledelse</h3>
<p data-en="End-to-end project management from requirements gathering to delivery. Proven track record of keeping projects on time and within budget."
data-da="Komplet projektstyring fra kravindsamling til levering. Dokumenteret evne til at holde projekter til tiden og inden for budget.">
Komplet projektstyring fra kravindsamling til levering. Dokumenteret evne til at holde projekter til tiden og inden for budget.
</p>
</div>
<div class="expertise-item">
<h3 data-en="Solution Architecture" data-da="Løsningsarkitektur">Løsningsarkitektur</h3>
<p data-en="Designing robust IT landscapes that grow with your business. Technology agnostic approach focused on solving business problems."
data-da="Design af robuste IT-landskaber der vokser med din virksomhed. Teknologineutral tilgang fokuseret på at løse forretningsproblemer.">
Design af robuste IT-landskaber der vokser med din virksomhed. Teknologineutral tilgang fokuseret på at løse forretningsproblemer.
</p>
</div>
<div class="expertise-item">
<h3 data-en="Technology Brokerage" data-da="Teknologiformidling">Teknologiformidling</h3>
<p data-en="Connecting businesses with the right technology solutions and partners for larger scale implementations and digital transformations."
data-da="Formidling af de rigtige teknologiløsninger og partnere til større implementeringer og digitale transformationer.">
Formidling af de rigtige teknologiløsninger og partnere til større implementeringer og digitale transformationer.
</p>
</div>
</section>
<section>
<h2 data-en="Approach" data-da="Tilgang">Tilgang</h2>
<p data-en="I believe in pragmatic technology solutions that deliver real business value. My work combines technical excellence with commercial awareness, ensuring that investments in technology translate to measurable results."
data-da="Jeg tror på pragmatiske teknologiløsninger der skaber reel forandring. Mit arbejde kombinerer teknisk ekspertise med forretningsforståelse, så teknologinvesteringer omsættes til ægte resultater.">
Jeg tror på pragmatiske teknologiløsninger der skaber reel forandring. Mit arbejde kombinerer teknisk ekspertise med forretningsforståelse, så teknologinvesteringer omsættes til ægte resultater.
</p>
</section>
</main>
<footer>
<p data-en="Available for consulting engagements, project leadership, and technology advisory."
data-da="Tilgængelig for konsulentopgaver, projektledelse og teknologirådgivning.">
Tilgængelig for konsulentopgaver, projektledelse og teknologirådgivning.
</p>
</footer>
<!-- Cal floating-popup embed code begins -->
<script type="text/javascript">
(function (C, A, L) { let p = function (a, ar) { a.q.push(ar); }; let d = C.document; C.Cal = C.Cal || function () { let cal = C.Cal; let ar = arguments; if (!cal.loaded) { cal.ns = {}; cal.q = cal.q || []; d.head.appendChild(d.createElement("script")).src = A; cal.loaded = true; } if (ar[0] === L) { const api = function () { p(api, arguments); }; const namespace = ar[1]; api.q = api.q || []; if(typeof namespace === "string"){cal.ns[namespace] = cal.ns[namespace] || api;p(cal.ns[namespace], ar);p(cal, ["initNamespace", namespace]);} else p(cal, ar); return;} p(cal, ar); }; })(window, "https://app.cal.com/embed/embed.js", "init");
Cal("init", "30min", {origin:"https://cal.com"});
Cal.ns["30min"]("floatingButton", {"calLink":"karlkrist/30min","config":{"layout":"month_view","theme":"light"},"buttonText":"Book en snak","hideButtonIcon":false,"buttonPosition":"bottom-left"});
Cal.ns["30min"]("ui", {"theme":"light","styles":{"branding":{"brandColor":"#cacb4a"}},"hideEventTypeDetails":false,"layout":"month_view"});
</script>
<!-- Cal floating-popup embed code ends -->
<script>
// Language toggle functionality
document.addEventListener('DOMContentLoaded', function() {
// Check browser language and set initial language
const userLang = navigator.language || navigator.userLanguage;
const isDanish = userLang.startsWith('da');
setLanguage(isDanish ? 'da' : 'en');
// Set up button event listeners
document.getElementById('lang-da').addEventListener('click', () => setLanguage('da'));
document.getElementById('lang-en').addEventListener('click', () => setLanguage('en'));
function setLanguage(lang) {
// Update button states
document.getElementById('lang-da').classList.toggle('active', lang === 'da');
document.getElementById('lang-en').classList.toggle('active', lang === 'en');
// Update all translatable elements
document.querySelectorAll('[data-da], [data-en]').forEach(el => {
if (el.tagName === 'HTML') {
el.lang = lang;
} else {
const text = lang === 'da' ? el.getAttribute('data-da') : el.getAttribute('data-en');
if (text) {
if (el.hasAttribute('placeholder')) {
el.setAttribute('placeholder', text);
} else {
el.textContent = text;
}
}
}
});
// Update Cal.com button text
if (window.Cal && window.Cal.ns && window.Cal.ns["30min"]) {
const newText = lang === 'da' ? "Book en snak" : "Book a chat";
Cal.ns["30min"]("ui", {
"buttonText": newText
});
// Also update the floating button config directly
Cal.ns["30min"]("floatingButton", {
"buttonText": newText,
"calLink": "karlkrist/30min",
"config": {"layout":"month_view","theme":"light"},
"hideButtonIcon": false,
"buttonPosition": "bottom-left"
});
}
}
});
</script>
</body>
</html>