Skip to content

Commit

Permalink
Mention that I'm open to contracting on the website
Browse files Browse the repository at this point in the history
  • Loading branch information
pepicrft committed Oct 2, 2023
1 parent e60955c commit 7e03c2c
Showing 1 changed file with 32 additions and 24 deletions.
56 changes: 32 additions & 24 deletions lib/pepicrft_web/controllers/home_html/index.html.heex
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>

0 comments on commit 7e03c2c

Please sign in to comment.