For our 20-year anniversary: An interview with founder Rolf Hilchner
Ashampoo's turning 20! Instead of throwing a huge party, we've moved into our new headquarters! Still, it's a great opportunity to look back on how it all began–from our humble beginnings in an extended corner office to the modern software company we are today.
And if you're looking for the man to tell the story, look no further than Rolf Hilchner, member of our supervisory board and thoroughbred salesman. Rolf was kind enough to make time for an interview at our //CRASH building (www.crash.immo) to answer 20 questions from you, our customers. And if you know Rolf, you know it's going to be straight talk without business mumbo jumbo.
Feel free to check it out!
<div class="mt-8 flex flex-col-reverse items-center gap-x-8 gap-y-4 [grid-area:1/1] @[640px]:flex-row">
<label x-data class="initial:max-w-max initial:font-semibold font-normal whitespace-nowrap">
<div class="flex">
<input type="checkbox"
name=""
value=""
class=" shrink-0 peer"
x-model="alwaysUnlockCheckboxState"
>
<div class="w-full ml-3 relative text-left peer-disabled:opacity-50 transition">
Always unblock
</div>
</div>
</label> <button
class="AshButton AshButton--neutral "
x-data="button({ isButton: true })"
x-bind="button"
x-on:click="play()"
<svg class="AshButton__icon" fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><!--! Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2023 Fonticons, Inc. --><path d="M73 39c-14.8-9.1-33.4-9.4-48.5-.9S0 62.6 0 80V432c0 17.4 9.4 33.4 24.5 41.9s33.7 8.1 48.5-.9L361 297c14.3-8.7 23-24.2 23-41s-8.7-32.2-23-41L73 39z"/></svg>
Load video
<span x-cloak class="absolute top-0 left-0 flex items-center justify-center w-full h-full pointer-events-none transition-all duration-150"
x-bind:class="{
'invisible opacity-0 [animation-play-state:paused]': typeof isSubmitting === 'undefined' || !isSubmitting,
'visible opacity-100 [animation-play-state:running]': typeof isSubmitting !== 'undefined' && isSubmitting
}"
aria-hidden="true"
>
<span class="flex gap-4 [animation-play-state:inherit]">
<span
class="block initial:w-8 initial:h-8 initial:border-4 rounded-full animate-spin [animation-play-state:inherit] border-t-gray-500 border-gray-400/25 dark:invert dark:brightness-0"
style="
animation-timing-function: cubic-bezier(.53, .28, .36, .59);
"
</div>
</div>
</div>
<div
class="relative -z-1 place-self-center [grid-area:1/1] pointer-events-none"
x-show="isLoading"
x-transition.opacity.duration.300ms
>
<span
class="block initial:w-8 initial:h-8 initial:border-4 rounded-full animate-spin [animation-play-state:inherit] border-t-white border-white/50 w-16 h-16"
style="
animation-timing-function: cubic-bezier(.53, .28, .36, .59);
"
<div
class="justify-self-stretch [grid-area:1/1] transition duration-300"
x-bind:class="{
'invisible opacity-0': !isLoading
}"
>
<iframe
x-bind:src="isLoading && `https://www.youtube.com/embed/QJ-jx0TuY-8`"
width="100%"
height="100%"
frameborder="0"
allow="autoplay; encrypted-media"
allowfullscreen
></iframe>
</div>
</div>