Kimberley Mackenzie
e35e01f06f
Prettier Spike ( #1517 )
...
* Add Prettier set-up (no formatting in this commit).
* Manual fixes for Prettier issues.
* Run Prettier fix on non-markdown files.
* Incorporate Prettier PR feedback - update commands, re-apply new yaml styles, add editor config.
* Remove deprecated config item.
* Add dependency on prettier-plugin-go-template.
* reconcile changed file with prettier formatting.
* Add git blame ignore revs file to include Prettier formatting commit.
* Fix format issue with merge conflict.
2022-06-01 10:58:20 -07:00
Zack Chase
c1ae86a453
Add support for subtitles on events
2020-02-21 14:14:51 -08:00
Zack Chase
dcdad6a1c7
Use relref for workshop redirect
2020-02-21 13:59:55 -08:00
Zack Chase
251cc68de7
Update layouts/events/single.html
...
Co-Authored-By: Justin Van Patten <jvp@justinvp.com>
2020-02-21 12:03:08 -08:00
Zack Chase
4f87687f63
Update layouts/events/single.html
...
Co-Authored-By: Justin Van Patten <jvp@justinvp.com>
2020-02-21 12:03:00 -08:00
Zack Chase
81d05b4ef9
Address feedback
2020-02-21 11:26:11 -08:00
Zack Chase
d054f280e8
Fix misnamed callback
2020-02-21 09:39:21 -08:00
Zack Chase
b889b3d77b
Add support for eventbrite registration modal
2020-02-21 09:22:55 -08:00
Christian Nunciato
6c10154163
Add a case-studies list page ( #2474 )
2020-02-19 15:13:31 -08:00
Zack Chase
af877a3610
UX improvements to events pages ( #2419 )
...
* Move filter and CTA to right side of event listing page
* Add heading to event list showing number of events available when filtering
* Remove calendar embed and use button to bring up calendar modal
* Slightly prettify the event-listings page
* Slightly prettify the event-detail page
* Make the registration button orange
* Add ability to use filter query param to pre filter events
* Address feedback
* Remove excess console.log
* Update assets/js/event-filtering.js
Co-Authored-By: Justin Van Patten <jvp@justinvp.com>
Co-authored-by: Christian Nunciato <christian@pulumi.com>
Co-authored-by: Justin Van Patten <jvp@justinvp.com>
2020-02-13 11:38:39 -08:00
Zack Chase
d43b972ce6
Add events pages ( #2318 )
...
* Add initial framework of events listing page
* Add prototype of event generation and landing pages
* Start moving event generation code to go project
* Add functions for building event pages in go
* Generate event specific pages by content type value
* Update event page generation, page content, and styles
* Formatting fixes
* Address feedback
* Add meta_desc to event pages and fix markdown lint errors
* Reorder events by date; remove unused package
* Move calendar above details on mobile
* Use archetypes for generating event pages
* Remove event generation tool
* Add registration heading above calendar
* Remove references to toml parsing libraries
* Add container to event listings and landing pages
* Rename layouts
* Update assets/js/event-filtering.js
Co-Authored-By: Christian Nunciato <c@nunciato.org>
* Update archetypes/workshop/index.md
Co-Authored-By: Christian Nunciato <c@nunciato.org>
Co-authored-by: Christian Nunciato <christian@pulumi.com>
2020-02-06 16:58:30 -08:00