@use super::{header_html, footer_html}; @use crate::signalboost::Person; @(people: Vec) @:header_html(Some("Signal Boosts"), None)

Signal Boosts

These awesome people are currently looking for a job. If you are looking for anyone with these skills, please feel free to reach out to them.

To add yourself to this list, fork this website's source code and send a pull request with edits to /dhall/signalboost.dhall.

With COVID-19 raging across the world, these people are in need of a job now more than ever.

People

@for person in people {
@person.name

@for tag in person.tags { @tag }

@if person.git_link.is_some() { GitHub } @if person.twitter.is_some() { Twitter }
}
@:footer_html()