-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·155 lines (139 loc) · 4.01 KB
/
index.html
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
<!DOCTYPE HTML>
<html lang="en">
<head>
<meta charset="utf-8">
<title>
SynPro.io - Lars Wolff
</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="theme-color" content="#d3e13c"/>
<meta name="msapplication-TileColor" content="#d3e13c"/>
<meta name="description" content="SynPro.io - Lars Wolff">
<meta name="keywords" content="
Web,
Database,
NoSql,
Ruby,
PHP,
JavaScript,
HTML5,
CSS,
Linux,
Consulting,
Concept,
Workflow-Management,
Change-Management,
destroy it rebuild it,
Agile-Development,
Distributed Load Testing,
Performance Analysis,
Input,
Output,
Scrum,
Certified ScrumMaster®,
Kanban,
DevOps
">
<meta name="author" content="SynPro.io - Lars Wolff">
<meta name="google-site-verification" content="UVJCKQDHYVPAw3mYPbAFwzdllgkjkrYBH0nLTqABMNY" />
<style>
body {
text-align: center;
background-color: #fbfcfd;
border-bottom: 100px solid #d3e13c;
}
img {
max-width: 100%;
height: auto;
}
ul {
display: inline-block;
list-style: none;
text-align: center;
margin: 0;
padding: 0;
}
li {
display: block;
float: left;
}
li a {
line-height: 2em;
}
section {
clear: both;
}
</style>
<!-- Favicon -->
<link rel="shortcut icon" href="img/favicon.ico">
</head>
<body>
<body>
<section>
<img src="img/profilepic.jpg">
<h1><span>EHLO<sup>[<a href="http://www.ietf.org/rfc/rfc2821.txt" target="_blank">1</a>]</sup></span> My name is Lars</h1>
<h2>
I help tech companies to create great products, deliver it to customers to build a sustainable and scalable business.
</h2>
<!-- <h3>
I am not a Sales Person. I am a customer focused product builder – the product is successful when the customer is happy and expand usage
</h3>
-->
</section>
<section>
<!--
<iframe src="https://www.linkedin.com/embed/feed/update/urn:li:ugcPost:7131038718534012928" height="490" width="504" frameborder="0" allowfullscreen="" title="Embedded post"></iframe>
-->
</section>
<section>
<p><a href="https://www.linkedin.com/posts/larswolffcgn_in-2014-sebastian-cohnen-and-i-bootstrapped-activity-7131038721381945344-PRDI">Here</a> is what I did in the last decade. Feel free to get in touch:</p>
<p>
<ul>
<li>
<a href="https://www.linkedin.com/in/larswolffcgn">LinkedIn</a>,
</li>
<li>
<a href="https://twitter.com/larsvegas">Xitter</a>,
</li>
<!--
<li>
<a href="https://bsky.app/profile/larsvegasgt.bsky.social">Bluesky</a>,
</li>
<li>
<a href="https://mastodon.social/@larsvegas">Mastodon</a>,
</li>
-->
<li>
<a href="https://app.apptivegrid.de/api/r/65eb0aecc9747099a6cf7a1e/65f9af0740d2bd9254d065f1/BDOmRVrRfuAzfyGa0wsSJO80S0hYyq6aTFXDGzZslYYR2NmllLL">Contact Form</a>,
</li>
<li>
or leave feedback: <a href="https://app.apptivegrid.de/api/r/65eb0aecc9747099a6cf7a1e/65eb0ffde19b5696becf76e0/BDOmRVrRfuAzfyGa0wsSJO80S0hYyq6aTFXDGzZslYYR2NmllLL">👍 or 👎 – How did I do?</a>
</li>
</ul>
</p>
</section>
<section>
<!-- Calendly inline widget begin -->
<div class="calendly-inline-widget" data-url="https://calendly.com/larswolff" style="min-width:320px;height:700px;"></div>
<script type="text/javascript" src="https://assets.calendly.com/assets/external/widget.js" async></script>
<!-- Calendly inline widget end -->
</section>
<section>
<p>
<small>
<a href="https://twitter.com/IanColdwater/status/1628929264509759488">Why so unfancy?</a>
</small>
</p>
</section>
<!--ANALYTICS CODE-->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-42483669-1', 'synpro.io');
ga('set', 'anonymizeIp', true);
ga('send', 'pageview');
</script>
</body>
</html>