diff --git a/_data/ambassadors.yml b/_data/ambassadors.yml new file mode 100644 index 000000000..f6d73d473 --- /dev/null +++ b/_data/ambassadors.yml @@ -0,0 +1,7 @@ +- name: Template Ambassador + description: Knows everything + image: /resources/img/frontpage/scala-spiral.png + city: Lausanne, Switzerland + email: scala.center@epfl.ch + twitter: scala_lang + mastodon: https://fosstodon.org/@scala_lang diff --git a/ambassadors/index.html b/ambassadors/index.html new file mode 100644 index 000000000..0675cb8f4 --- /dev/null +++ b/ambassadors/index.html @@ -0,0 +1,79 @@ +--- +layout: inner-page-no-masthead +title: Scala Ambassadors +permalink: /ambassadors/ +includeTOC: false +--- + + +
+
+

Scala Ambassadors

+
+
+

Scala Ambassadors are independent community members who are known and have been recognized for their contributions to the community. They are active and welcoming individuals, happy to help newcomers, organize events, teach, speak at conferences, create content, and otherwise contribute to the Scala community.

+
+

What does it mean for me?

+

Scala Ambassadors are here to help you. They are happy to answer your questions, help you get started with Scala, or point you in the right direction. You can ask an Ambassador, for example, about: +

+ + You can recognize an Ambassador by them having the following sticker: +

+
+ Scala Ambassador sticker +
+
+

Ambassadors

+
+ {% for ambassador in site.data.ambassadors %} +
+ {{ambassador.name}} +

{{ambassador.name}}

+

+ {{ambassador.city}} +

+

+ {% if ambassador.email %} + + + + {% endif %} + {% if ambassador.twitter %} + + + + {% endif %} + {% if ambassador.mastodon %} + + + + {% endif %} +

+

{{ambassador.description}}

+
+ {% endfor %} +
+
+
\ No newline at end of file diff --git a/resources/img/scala-ambassador-sticker-sample.png b/resources/img/scala-ambassador-sticker-sample.png new file mode 100644 index 000000000..aa91f2144 Binary files /dev/null and b/resources/img/scala-ambassador-sticker-sample.png differ