Skip to content
Permalink
Browse files
Change Basecamp to 37signals
  • Loading branch information
seanmitchell committed Jan 8, 2023
1 parent 562e62b commit a803ae7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 16 deletions.
@@ -8,20 +8,14 @@
<div class="home-block__spark" aria-hidden="true">
{% include svg/spark.svg %}
</div>
<p>
<strong class="text --size-l">Hotwire is an alternative approach to building modern web applications without using much JavaScript by sending HTML instead of JSON over the wire.</strong> This makes for fast first-load pages, keeps template rendering on the server, and allows for a simpler, more productive development experience in any programming language, without sacrificing any of the speed or responsiveness associated with a traditional single-page application.
</p>

<p><strong class="text --size-l">Hotwire is an alternative approach to building modern web applications without using much JavaScript by sending HTML instead of JSON over the wire.</strong> This makes for fast first-load pages, keeps template rendering on the server, and allows for a simpler, more productive development experience in any programming language, without sacrificing any of the speed or responsiveness associated with a traditional single-page application.</p>
<div class="video" id="screencast">
<video poster="/assets/videos/hotwire-screencast-poster.jpg" width="1920" height="1080" controls playsinline>
<source src="https://d1d6azhz7lc2s3.cloudfront.net/hotwire-screencast.mp4" type="video/mp4">
<track kind="captions" label="English captions" src="/assets/videos/hotwire-screencast-english.vtt" srclang="en" default />
</video>
</div>

<p>
You can follow the HTML-over-the-wire approach as merely inspiration for your own tooling, or you can use these Hotwire designed frameworks created by the team at <a href="https://basecamp.com" target="_blank" rel="noopener">Basecamp</a> to power <a href="https://hey.com" target="_blank" rel="noopener">HEY</a>. They work together, complementing each other to give you a complete solution across all platforms:
</p>
<p>You can follow the HTML-over-the-wire approach as merely inspiration for your own tooling, or you can use these Hotwire designed frameworks created by the team at <a href="https://37signals.com" target="_blank" rel="noopener">37signals</a> to power <a href="https://hey.com" target="_blank" rel="noopener">HEY</a>. They work together, complementing each other to give you a complete solution across all platforms:</p>
</section>

<section class="home-block --connector animate --delay-s" data-aos="--fade-in-pop">
@@ -38,9 +32,7 @@ <h2 class="space --bottom-flush">
<span class="display --sr-only">Stimulus</span>
<img class="home-block__logo" width="275" height="45" src="/assets/logos/stimulus.svg" alt="">
</h2>
<p class="space --top-flush">
While Turbo usually takes care of at least 80% of the interactivity that traditionally would have required JavaScript, there are still cases where a dash of custom code is required. Stimulus makes this easy with a HTML-centric approach to state and wiring.
</p>
<p class="space --top-flush">While Turbo usually takes care of at least 80% of the interactivity that traditionally would have required JavaScript, there are still cases where a dash of custom code is required. Stimulus makes this easy with a HTML-centric approach to state and wiring.</p>
<p><a href="https://stimulus.hotwired.dev" rel="noopener" class="button">Learn more about Stimulus</a></p>
</section>

@@ -49,8 +41,6 @@ <h2 class="space --bottom-flush">
<span class="display --sr-only">Strada</span>
<img class="home-block__logo" width="220" height="45" src="/assets/logos/strada.svg" alt="">
</h2>
<p class="space --top-flush">
Standardizes the way that web and native parts of a mobile hybrid application talk to each other via HTML bridge attributes. This makes it easy to progressively level-up web interactions with native replacements.
</p>
<p><i>Strada will premiere in 2022</i></p>
<p class="space --top-flush">Standardizes the way that web and native parts of a mobile hybrid application talk to each other via HTML bridge attributes. This makes it easy to progressively level-up web interactions with native replacements.</p>
<p><i>Strada will premiere in 2023</i></p>
</section>
@@ -9,4 +9,4 @@ To work on it locally:

## Copyright

The logo, design, and other aesthetic parts of this website are copyright Basecamp, all rights reserved. Feel free to be inspired by the structure, but do not copy the specific design, anymore than you'd copy [basecamp.com](https://basecamp.com/) or [hey.com](https://hey.com/).
The logo, design, and other aesthetic parts of this website are copyright 37signals, all rights reserved. Feel free to be inspired by the structure, but do not copy the specific design, anymore than you'd copy [basecamp.com](https://basecamp.com/) or [hey.com](https://hey.com/).

0 comments on commit a803ae7

Please sign in to comment.