17 Commits

Author SHA1 Message Date
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
01bc66a9b7 Add cloud engineering summit as listing on events and webinar (#3942)
* Add cloud engineering summit on webinar page

* Add cloud engineering summit to events page

* Add noopener noreferrer to external links in webinar list

* Update description

* Remove note at top of events page
2020-08-19 14:12:40 -04:00
Zack Chase
be261f421f Update dates for london event; add note to top of page w/ link to webinars (#2871)
* Update dates for london event; add note to top of page w/ link to webinar listings

* Update copy; address feedback
2020-04-07 15:12:45 -07:00
Zack Chase
51925a8de3 Removed canceled events (#2598)
* Unlist canceled events

* Unlist redmon workshop
2020-03-06 10:39:06 -08:00
Zack Chase
3e06bb5b48 Do not show old events on the event list (#2506)
* Do not list events that have already taken place

* Use end date as date to check for unlisting

* Remove unused variable

* Address feedback
2020-02-24 08:25:50 -08: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
0fe0fd4d00 Add events page links to header/footer navs (#2454)
* Add events page links to header/footer navs

* Remove event link from header tab
2020-02-19 09:24:41 -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
e9de5172d7 Add paul's events to the event list 2020-02-07 11:23:53 -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