Skip to content

Commit

Permalink
First sponsors
Browse files Browse the repository at this point in the history
  • Loading branch information
franzbona authored Jul 27, 2023
1 parent f8b6a96 commit e3e2294
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 27 deletions.
1 change: 1 addition & 0 deletions _posts/2023-07-17-67.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ slug: "boost-browser"

At Pitch, we made an unconventional choice by picking ClojureScript, a functional programming language that compiles to JavaScript, as our primary language. In this talk, I will explore the reasons behind this decision, delve into the key features of ClojureScript, and share real-life experiences of using it in a large-scale codebase. Whether you're new to the language or curious about its benefits, this presentation will shed light on the advantages of ClojureScript, its impact at Pitch, and how the insights gained can inspire developers across various programming languages.

<iframe src="//pitch.com/embed/c6c9a989-b976-4d5a-aabe-e9ac3dac5339" width="595" height="485" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" allowfullscreen> </iframe>

## Give your Web App superpowers by using GPUs

Expand Down
64 changes: 37 additions & 27 deletions retreat.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,51 +39,61 @@ <h2 class="h2 text-red">
💪 <br />
Powered by
</h2>
<p class="h3">Become a sponsor!</p>

<div class="sponsor-type-container gold-sponsor-container mt-5">
<span class="sponsor-type-label fw-bold h4">🥇 GOLD SPONSOR 🥇</span>
<div class="mt-3 mb-3 d-flex align-items-center justify-content-center bg-light rounded p-5">
<div>
<p class="mb-0">
<small
>This space could be yours! <br />
Support us!</small
>
</p>
</div>
</div>
<span class="sponsor-type-label fw-bold h4">🥇 GOLD SPONSORS 🥇</span>
<div class="sponsor-group d-flex justify-content-center">
<a target="_blank" href="//openmove.com" class="logo_container">
<img class="" src="/img/logos/openmove.png" alt="Supported by Openmove"/>
</a>
</div>
</div>

<div class="sponsor-type-container silver-sponsor-container mt-5">
<span class="sponsor-type-label fw-bold h5">🥈 SILVER SPONSOR 🥈</span>
<span class="sponsor-type-label fw-bold h5">🥈 SILVER SPONSORS 🥈</span>
<div class="mt-3 mb-3 d-flex align-items-center justify-content-center bg-light rounded p-5">
<div>
<p class="mb-0">
<small
>This space could be yours! <br />
Support us!</small
>Your logo could be here! <br />
Become a sponsor!</small
>
</p>
</div>
</div>
</div>

<div class="sponsor-type-container bronze-sponsor-container mt-5">
<span class="sponsor-type-label fw-bold">🥉 BRONZE SPONSORS 🥉</span>
<div class="mt-3 mb-3 d-flex align-items-center justify-content-center bg-light rounded p-5">
<div>
<p class="mb-0">
<small
>This space could be yours! <br />
Support us!</small
>
</p>

<div class="mt-4 sponsor-type-container bronze-sponsor-container row row-cols-1 row-cols-md-3 mb-3 text-center">
<div class="d-flex align-items-center justify-content-center bg-light rounded p-5">
<div>
<p class="mb-0">
<small
>This space could be yours! <br />
Support us!</small
>
</p>
</div>
</div>
<div class="col d-flex justify-content-center">
<a target="_blank" href="//www.hotelincloud.com/?from=speckntech" class="logo_container">
<img src="/img/logos/hotel_in_cloud.jpg" alt="Supported by Hotel in Cloud" />
</a>
</div>
<div class="d-flex align-items-center justify-content-center bg-light rounded p-5">
<div>
<p class="mb-0">
<small
>This space could be yours! <br />
Support us!</small
>
</p>
</div>
</div>
</div>
</div>

<a href="mailto:[email protected]" class="btn btn-primary text-white btn-lg mt-3">Support Speck&Tech!</a>
<a href="mailto:[email protected]" class="btn btn-primary text-white btn-lg mt-3">Become a sponsor!</a>
</div>
<div class="img-gallery">
<a target="_blank" href="//bit.ly/retreat-v4">
Expand Down Expand Up @@ -469,7 +479,7 @@ <h2 class="retreat-page-section-title">
The Organizing team reserves the right to modify these FAQs, as any Terms & Conditions without notice, at any time.
<br />
<br />
<small> Last modified: 2023-07-20 </small>
<small> Last modified: 2023-07-26 </small>
</p>
</div>
</div>
Expand Down

0 comments on commit e3e2294

Please sign in to comment.