-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Mention that I'm open to contracting on the website
- Loading branch information
Showing
1 changed file
with
32 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,35 @@ | ||
<div> | ||
<div class="py-12"> | ||
<div class="space-y-3 mt-3"> | ||
<p> | ||
Hola 👋, | ||
</p> | ||
<p> | ||
I'm a Berlin-based software crafter. For the past ten years, I have been a hands-on and adaptable problem solver, collaborating with start-ups and e-commerce platforms and building open-source solutions like <a href="https://tuist.io" target="_blank">Tuist</a>. I'm currently bootstrapping <b><a href="https://tuist.io/cloud">Tuist Cloud</a></b> and <a href="https://glossia.ai"><b>Glossia</b></a>. | ||
</p> | ||
<p> | ||
My work is trusted by <a target="_blank" href="https://shopify.com">Shopify</a>, <a target="_blank" href="https://americanexpress.com">American Express</a>, <a target="_blank" href="https://soundcloud.com">SoundCloud</a>, <a target="_blank" href="https://shopify.com">Bloomberg</a>, <a target="_blank" href="https://stripe.com" >Stripe</a>, <a target="_blank" href="https://google.com">Google</a>, <a target="_blank" href="https://monday.com">Monday</a>, <a target="_blank" href="https://justeat.com">Just Eat</a>, <a target="_blank" href="https://etsy.com">Etsy</a>, and <a target="_blank" href="https://adidas.com">Adidas</a>. | ||
</p> | ||
</div> | ||
</div> | ||
<div class="flex flex-col space-y-10"> | ||
<div> | ||
<div class="space-y-3 mt-3"> | ||
<p> | ||
Hola 👋, | ||
</p> | ||
<p> | ||
I'm a Berlin-based software crafter. For the past ten years, I have been a hands-on and adaptable problem solver, collaborating with start-ups and e-commerce platforms and building open-source solutions like <a href="https://tuist.io" target="_blank">Tuist</a>. I'm currently bootstrapping <b><a href="https://tuist.io/cloud">Tuist Cloud</a></b> and <a href="https://glossia.ai"><b>Glossia</b></a>. | ||
</p> | ||
<p> | ||
My work is trusted by <a target="_blank" href="https://shopify.com">Shopify</a>, <a target="_blank" href="https://americanexpress.com">American Express</a>, <a target="_blank" href="https://soundcloud.com">SoundCloud</a>, <a target="_blank" href="https://shopify.com">Bloomberg</a>, <a target="_blank" href="https://stripe.com" >Stripe</a>, <a target="_blank" href="https://google.com">Google</a>, <a target="_blank" href="https://monday.com">Monday</a>, <a target="_blank" href="https://justeat.com">Just Eat</a>, <a target="_blank" href="https://etsy.com">Etsy</a>, and <a target="_blank" href="https://adidas.com">Adidas</a>. | ||
</p> | ||
</div> | ||
</div> | ||
|
||
<div> | ||
<h2 id="open-to-contracting"> | ||
<a href="#open-to-contracting" class="no-underline">Open to contracting 👨🏻💻</a> | ||
</h2> | ||
|
||
<p> | ||
To support my bootstrapping journey, I'm offering contracting services. I have deep knowledge in Xcode and building apps at scale, developer tooling, platforms, and command line interfaces. I'm very familiar with JavaScript, TypeScript, Ruby, Swift, and Elixir. Drop me an email at <a href="mailto:[email protected]">[email protected]</a>. | ||
</p> | ||
</div> | ||
|
||
<div class="grid gap-12 md:gap-24"> | ||
<div class="text-base font-normal"> | ||
<h2 id="recent-blog-posts"> | ||
<a href="#recent-blog-posts" class="no-underline">Recent blog posts</a> | ||
</h2> | ||
<div> | ||
<h2 id="recent-blog-posts"> | ||
<a href="#recent-blog-posts" class="no-underline">Recent blog posts ✍️</a> | ||
</h2> | ||
|
||
<div class="grid gap-6 mt-3"> | ||
<.posts_component posts={Pepicrft.Blog.all_posts() |> Enum.take(3)}/> | ||
</div> | ||
</div> | ||
</div> | ||
<div class="grid gap-6 mt-3"> | ||
<.posts_component posts={Pepicrft.Blog.all_posts() |> Enum.take(3)}/> | ||
</div> | ||
</div> | ||
</div> |