diff --git a/source/_data/team.yml b/source/_data/team.yml new file mode 100644 index 0000000..070cf9f --- /dev/null +++ b/source/_data/team.yml @@ -0,0 +1,48 @@ +--- +- name: "Yevhen Kabanov" + image: "/img/cheatfate.jpg" + statusLink: "https://join.status.im/user/0x04f05d31956e9c918c35c30defe1ab69bc693d27eb3f79d619c3ba4f9f044b2349a79fb38e3a614ce9af1286910aa19bf24b53c18d48e10657cbf615a380928f6e" + statusName: "Fluid Stimulating Puma" + gitHubLink: "https://github.com/cheatfate" + +- name: "Jacek Sieka" + image: "/img/jacek.jpg" + statusLink: "https://join.status.im/user/0x049bc24b377c7e97bb94ab993e48fcbfe38f96aad43a42418d7f33f5a99f6f89e2af91875bfe045205771f28c93be50380cdfe5772201fde7019d57f7ead9af9b5" + statusName: "Piercing Double Honeyeater" + gitHubLink: "https://github.com/arnetheduck" + +- name: "Mamy Ratsimbazafy" + image: "/img/mamy.jpg" + statusLink: "https://join.status.im/user/0x04d01118c9cbcf4f9d326c1185bff110d36c96890a37cc47e7ce91e8b53ccc088d9df8c828c0669fb97831502113c1195bb17f1ea25fbccffee6a7fb9e30782a82" + statusName: "Damp Soulful Allensbigearedbat" + gitHubLink: "https://github.com/mratsim" + +- name: "Zahary Karadjov" + image: "/img/zahary.jpg" + statusLink: "https://join.status.im/user/0x049004fb151893f7112d754d92c650d6d35f8151ec0eff1c148812f8741474f7f8906436e782432680b40e96a2549c03d3dd7801c50928c2bf15d56f6d7d2e1246" + statusName: "Useless Gainsboro Serpent" + gitHubLink: "https://github.com/zah" + +- name: "Yuriy Glukhov" + image: "/img/yuriy.jpg" + statusLink: "https://join.status.im/user/0x0483b5849fddb5c85ef69ebdd7bdf57a87eabc5971736d7e2ff5deea210632dac09dbd82df0f2bbf722cc626f867d0c312b9adb9db3f7be81a5d008c25424ce22d" + statusName: "Quarrelsome Lightgoldenrodyellow Anaconda" + gitHubLink: "https://github.com/yglukhov" + +- name: "Dustin Brody" + image: "/img/tersec_moot.png" + statusLink: "https://join.status.im/user/0x04ec0447abf1a0f7308b1acd52d0c4db6ebf287f7aea4588ff3a8e943143c4c3852cdf1b89474b829428e9ec1041d9ba47975b6154f970bf13f2ea2d87707d7276" + statusName: "Pure Quickwitted Indianglassfish" + gitHubLink: "https://github.com/tersec" + +- name: "Ștefan Talpalaru" + image: "/img/stefan.jpg" + statusLink: "https://join.status.im/user/0x0479be6aeb209d22f81363d8fc2d199e9cf8edf75731df6d5e4c7f9cb411afaecfd55088e2c8634877203df1f605bf7daaf07245012af2f206d388b80046a0abe8" + statusName: "Teeming Frayed Argali" + gitHubLink: "https://github.com/stefantalpalaru" + +- name: "Kim De Mey" + image: "/img/kdeme_moot.png" + statusLink: "" + statusName: "" + gitHubLink: "https://github.com/kdeme" diff --git a/source/docs/team.md b/source/docs/team.md deleted file mode 100644 index 7349f80..0000000 --- a/source/docs/team.md +++ /dev/null @@ -1,45 +0,0 @@ ---- -id: team -title: Team and Etymology ---- - -In addition to a dedicated Nimbus team, Status as an organization will support development through our expertise in smart contracts, Ethereum and mobile development, and marketing and user experience research. - -### [Eugene Kabanov](https://github.com/cheatfate) - -Eugene has deep background and interest in systems programming, reverse engineering, development of high-load and high-performance networking services, and information security. He joined Nim community 3 years ago and has contributed to Nim networking, threading, and multiprocessing. - -### [Jacek Sieka](https://www.linkedin.com/in/sieka/) - -With a keen interest and background in peer-to-peer applications and compilers, Jacek joined Status as Head of Research, coming most recently from the high-frequency trading world. Fun hobby projects from the past include DC++ (a file sharing app), nlvm (an llvm-based Nim compiler) and more! - -### [Mamy Ratsimbazafy](https://www.linkedin.com/in/mamyratsimbazafy) - -Mamy joined Status as a Nim developer in the research team. After a career in leading American and French banks and non-profits, he decided that tech, blockchain and AI will eat the world. On the side, instead of mining he is teaching deep learning tricks to his GPU. - -### [Yuriy Glukhov](https://github.com/yglukhov) - -Yuriy has deep passion for new technologies and keen interest in many areas of IT. He was one of the first CTOs to successfully use Nim in a commercial project. - - -### [Zahary Karadjov](https://www.linkedin.com/in/zahary/) - -Zahary is member of the core compiler team of the Nim programming language. He joined the project 5 years ago, hoping that one day Nim will surpass C++ in usage and popularity. His career started as a game engine developer, where he learned how to push the modern hardware to its limits, but eventually he went on to become the CTO of a company shipping an IoT device, a SaaS platform for web publishers and even a defunct Chromium fork. - -### [Dustin Brody](https://github.com/tersec) - -Dustin is the team's Pure Quickwitted Indianglassfish. - - -### [Ștefan Talpalaru](https://github.com/stefantalpalaru) - -Ștefan comes from a decade of professional web development and a decade and a half of amateur free software contributions in a wide range of domains and programming languages. His claim to fame in the Nim world is the grafting of a Go runtime to the Nim compiler by way of the pluggable garbage collector API. - -# ETYMOLOGY - -Nimbus is a reference to: - -* A different kind of "dark cloud" computing -* Spiritual symbolism of sanctity and holiness -* Nim, the language it will be written in -* A Bus in computing architecture diff --git a/themes/navy/layout/index.swig b/themes/navy/layout/index.swig index c14b903..d962dc5 100644 --- a/themes/navy/layout/index.swig +++ b/themes/navy/layout/index.swig @@ -88,71 +88,16 @@

We’re a diverse group of researchers, engineers, and scientists with a passion for web3 technologies. We work primarily in Nim.

+ {% for member in site.data.team %}
- -

Yevhen Kabanov

-

Fluid Stimulating Puma

-

See Github profile - -

-
-
- -

Jacek Sieka

-

Piercing Double Honeyeater

-

See Github profile - -

-
-
- -

Mamy Ratsimbazafy

-

Damp Soulful Allensbigearedbat

-

See Github profile - -

-
-
- -

Zahary Karadjov

-

Useless Gainsboro Serpent

-

See Github profile - -

-
-
- -

Yuriy Glukhov

-

Quarrelsome Lightgoldenrodyellow Anaconda

-

See Github profile - -

-
-
- -

Dustin Brody

-

Pure Quickwitted Indianglassfish

-

- See Github profile -

-
- -
- -

Ștefan Talpalaru

-

Teeming Frayed Argali

-

See Github profile - -

-
-
- -

Kim De Mey

-

-

See Github profile - + +

{{ mamber.name }}

+

{{ member.statusName }}

+

See Github profile +

+ {% endfor %}

Read our News