diff --git a/_data/navigation.yml b/_data/navigation.yml index 14c30ac..294a113 100644 --- a/_data/navigation.yml +++ b/_data/navigation.yml @@ -16,8 +16,8 @@ # link: "video" #- name: Schedule # link: "schedule" -#- name: Speakers -# link: "speakers" +- name: Speakers + link: "speakers" #- name: Mentoring # link: "mentoring" - name: "Call for Talks" diff --git a/_participants/louis-pilfold.md b/_participants/louis-pilfold.md new file mode 100644 index 0000000..3b9089d --- /dev/null +++ b/_participants/louis-pilfold.md @@ -0,0 +1,10 @@ +--- +name: Louis Pilfold +pic_url: "/assets/images/louis-pilfold.jpg" +tagline: "Creator of Gleam" +github: lpil +twitter: louispilfold +linkedin: /in/louis-pilfold/ + +--- +Creator of the Gleam programming language and all-round BEAMer! \ No newline at end of file diff --git a/_talks/gleams-first-year.md b/_talks/gleams-first-year.md new file mode 100644 index 0000000..4bc16e5 --- /dev/null +++ b/_talks/gleams-first-year.md @@ -0,0 +1,16 @@ +--- +tags: +- Year in review +level: Beginners, Intermediate users, Proficient users +title: "Gleam's First Year" +speakers: +- _participants/louis-pilfold.md + +--- +It has been 1 year (minus 3 days) since Gleam v1.0.0 was announced! This talk takes a look at what the Gleam team and community have achieved over this time, and what is planned for next year. + +**KEY OBJECTIVE:** +- Share Gleam's advancements and progress over the past year. + +**TARGET AUDIENCE:** +- Anyone part of or interested in Gleam and the BEAM ecosystem. \ No newline at end of file diff --git a/assets/images/louis-pilfold.jpg b/assets/images/louis-pilfold.jpg new file mode 100644 index 0000000..47a04cf Binary files /dev/null and b/assets/images/louis-pilfold.jpg differ diff --git a/index.html b/index.html index 2d9cf4d..d2c53e3 100644 --- a/index.html +++ b/index.html @@ -21,7 +21,7 @@ {% comment %} {% include keynotes.html %} {% endcomment %} -{% comment %} {% include speakers.html %} {% endcomment %} +{% include speakers.html %} {% include register.html %}