-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
52 lines (49 loc) · 3.04 KB
/
index.html
File metadata and controls
52 lines (49 loc) · 3.04 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Bertel Torp</title>
<meta content="width=device-width,initial-scale=1" name="viewport">
<link href="./css/style.css" rel="stylesheet">
</head>
<body class="animated bounceInDown">
<div class="avatar"><img alt="Bertel" src="https://pbs.twimg.com/profile_images/1151923132640444416/B297wKoT_400x400.jpg"></div>
<div class="content">
<h1 class="title">Bertel<br>
Torp</h1>
<p>Tech ∩ Strategy ∩ Business</p>
<p>Hi!<br>
I am a software developer based in Denmark.</p>
<p>My passion lies at the intersection of software, business, and strategy, where I focus on creating high-quality, maintainable applications that empower users. Besides building apps and businesses myself i also enjoy helping Business Angels with technical due diligence on a casual basis</p>
<p>I look under the hood of early-stage startups to verify that the architecture and code quality match the pitch.</p>
<p>My involvement usually ends with the assessment, but for the right case, I am open to co-investing. I’m also happy to spar with founders on my findings—mostly providing strategic advice, though I don’t shy away from rolling up my sleeves to help fix small-scope issues if needed.</p>
<p>My technical expertise includes PHP, JS, and Python, with strong experience in both DevOps and frontend development.</p>
<p>If you're a founder or investor and would like to discuss a project, <a href="mailto:bertel@bertel.dk">send me an email</a> to start a conversation.</p>
<ul class="social-icons">
<li>
<a class="mastodon" href="https://mstdn.dk/@bertel" rel=
"me" title="Mastodon">Mastodon</a>
</li>
<li>
<a class="bluesky" href="https://bsky.app/profile/bertel.dk" rel=
"me" title="Bluesky">Bluesky</a>
</li>
<li>
<a class="linkedin" href=
"https://www.linkedin.com/in/berteltorp" rel="author" title=
"LinkedIn">LinkedIn</a>
</li>
<li>
<a class="github" href="https://github.com/berteltorp" rel=
"author" title="Github">Github</a>
</li>
</ul>
<p>Email<br>
<a href="mailto:bertel@bertel.dk">bertel@bertel.dk</a></p>
<div id="blogposts"></div>
</div>
<script async>
function show(t){var e,l="<p>The last 3 posts on <a href='https://blog.bertel.dk' rel='prefetch'>my personal blog</a></p><ul>";for(e=0;3>e;e++)l+='<li><h4><a href="'+t[e].link+'">'+t[e].title.rendered+"</a></h4>"+t[e].excerpt.rendered;l+="</ul>",document.getElementById("blogposts").innerHTML=l}var xmlhttp=new XMLHttpRequest,url="https://blog.bertel.dk/wp-json/wp/v2/posts";xmlhttp.onreadystatechange=function(){if(4==xmlhttp.readyState&&200==xmlhttp.status){var t=JSON.parse(xmlhttp.responseText);show(t)}},xmlhttp.open("GET",url,!0),xmlhttp.send()
</script>
</body>
</html>