Skip to content

Commit

Permalink
Tito registration for layouts april 2025
Browse files Browse the repository at this point in the history
  • Loading branch information
mirisuzanne committed Jun 18, 2024
1 parent dc3920d commit 5a29ee2
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 20 deletions.
54 changes: 37 additions & 17 deletions content/workshops/cascading-layouts.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ sub: A workshop on resilient CSS layouts
author: miriam
date: 2024-12-31
action:
text: Bring this workshop to your company »
url: '/workshops/cascading-layouts/#contact-us-to-book-a-workshop'
text: Register now for April 2025 »
url: '/workshops/cascading-layouts/#register-now'
image:
src: talks/cascading-workshop-cat.jpg
position: center
Expand Down Expand Up @@ -64,30 +64,37 @@ summary: |

{{ embed.figure([{ youtube: '9EDOzJJdxWA' }]) }}

{% callout %}
This material will also be covered in the
[Smashing Online Workshop, October 2024](https://smashingconf.com/online-workshops/workshops/modern-css-miriam-suzanne),
on sale now!
{% endcallout %}

## What Will Attendees Get?

{{ embed.icon_block(
data=included,
grid='fit'
) }}

## Contact Us to Book a Workshop
## Register Now

{{ contact.form(
submit='Book Now',
name='workshop',
extraActions='or [schedule a call to learn more »](https://calendly.com/oddbirdllc/schedule-a-workshop)'
) }}
<script src="https://js.tito.io/v2" async></script>
<script>
window.tito = window.tito ||
function() {
(tito.q = tito.q || []).push(arguments);
};
tito('on:widget:loaded',function(){
document.getElementById('tito-registration-fallback').setAttribute('hidden', 'hidden');
});
</script>

Or join the more in-depth
[Smashing Online Workshop, October 2024](https://smashingconf.com/online-workshops/workshops/modern-css-miriam-suzanne),
on sale now!
<a href="https://ti.to/pland/css-layout" id="tito-registration-fallback">Register</a>
<tito-widget event="pland/css-layout"></tito-widget>

{% callout %}
This material will also be covered in the
[Smashing Online Workshop, October 2024](https://smashingconf.com/online-workshops/workshops/modern-css-miriam-suzanne) --
along with sessions on the cascade,
inheritance,
custom properties,
and progressive enhancement.
{% endcallout %}

## What Will Attendees Learn In This Workshop?

Expand Down Expand Up @@ -191,3 +198,16 @@ and container queries.

Practical use-cases,
and interactive exercises related to defining layouts.

## Contact Us to Book a Workshop

Register now for the
[online workshop, April 2025](https://smashingconf.com/online-workshops/workshops/modern-css-miriam-suzanne),
or consider bringing us in
to talk with your team directly:

{{ contact.form(
submit='Book Now',
name='workshop',
extraActions='or [schedule a call to learn more »](https://calendly.com/oddbirdllc/schedule-a-workshop)'
) }}
14 changes: 11 additions & 3 deletions content/workshops/cascading-styles-deep.md
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,15 @@ but we’ll look at practical strategies
for building an expressive and robust CSS system
that works for you.

{{ utility.main_action(
content='Bring this workshop to your company »',
url='#attend-or-schedule-a-workshop'
## Contact Us to Book a Workshop

Register now for the
[Smashing Online Workshop, October 2024](https://smashingconf.com/online-workshops/workshops/modern-css-miriam-suzanne),
or consider bringing us in
to talk with your team directly:

{{ contact.form(
submit='Book Now',
name='workshop',
extraActions='or [schedule a call to learn more »](https://calendly.com/oddbirdllc/schedule-a-workshop)'
) }}

0 comments on commit 5a29ee2

Please sign in to comment.