diff --git a/assets/css/main.css b/assets/css/main.css index 3bf0a02..f7f1bb6 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -312,6 +312,20 @@ input:focus, textarea:focus { margin-top: 3rem; } +/* Cal.com inline embed (layouts/partials/cal-embed.html) */ +.cal-embed { + width: 100%; + height: 700px; + border-radius: var(--radius); + overflow: hidden; + margin: 2rem 0; +} +@media (max-width: 30rem) { + .cal-embed { + height: 600px; + } +} + /* Home page: hero photo floats left, first list wraps beside it, second section clears below once the photo's height runs out. */ main img { diff --git a/content/talk/index.md b/content/talk/index.md new file mode 100644 index 0000000..b84834c --- /dev/null +++ b/content/talk/index.md @@ -0,0 +1,7 @@ +--- +title: "Let's Talk" +description: "Book a free strategy session with Will Estes to talk about getting your stories in front of the readers who need them." +type: "talk" +hero_subhead: "Let's find out how to get your stories in front of the readers who need them. Pick a time below." +cal_link: "willestes/booking" +--- diff --git a/layouts/partials/cal-embed.html b/layouts/partials/cal-embed.html new file mode 100644 index 0000000..4e6f5af --- /dev/null +++ b/layouts/partials/cal-embed.html @@ -0,0 +1,19 @@ +
+ diff --git a/layouts/talk/single.html b/layouts/talk/single.html new file mode 100644 index 0000000..efeb63d --- /dev/null +++ b/layouts/talk/single.html @@ -0,0 +1,8 @@ +{{ define "main" }} +{{ . }}
{{ end }} +