layout |
---|
~/layouts/MainPageLayout |
Whether you’re a developer, an artist, a writer, an entrepreneur, or a dreamer, there are many ways for you to contribute to Secret Network. Come talk with our community about Secret Network, privacy-preserving applications, and how we can enable a more human-centric, sustainable, decentralized future.
Secret Agents are community members who work alongside each other towards Secret's mission of global adoption for open-source, privacy-centric technologies. They are the core of our community and the true secret to our success. Secret Agents are also eligible for project funding and compensated leadership positions. Meet a few of them below - and then...
There is no more consequential way to get involved with Secret Network than to become a Secret Agent and join a community committee. Committees are made up of experts and enthusiasts working together to build our network and ecosystem by executing Secret Missions! From Awareness, to Development, to Education, to Design, there's a committee to fit every community member!
Sharing Secrets - a new series from the Secret Foundation - explores the biggest secrets of the blockchain and cryptocurrency space. Hosted by Tor Bair, Sharing Secrets features everything from interviews, to monologues, to special guests, to technical explainers, to surprises, and beyond.
<style lang="scss"> .community-card { &:hover { &.forum { background-color: $primary-orange-color; } &.discord { background-color: #7289DA; } &.telegram { background-color: #0085D3; } &.twitter { background-color: #1DA1F2; } &.youtube { background-color: #F00; } &.github { background-color: #24292E; } @include theme(dark dark-colored) { .community-card__icon { .themed-image { img { filter: invert(0); } } } } @include theme(light light-colored) { .community-card__icon { .themed-image { img { filter: invert(1); } } } } .community-card__name { h4 { color: white; } } } } .agents-grid { grid-row-gap: $gutter !important; grid-column-gap: $gutter !important; @include respond-to("medium and down") { grid-template-columns: repeat(4, 1fr) !important; } .grid-item { border: 0 !important; &__hover { @include respond-to("medium") { padding: $gutter 10px; } @include respond-to("small") { padding: $gutter 10px; } @include respond-to("xsmall and down") { padding: rem(5px); } .top, .bottom { span { color: $primary-blue-color !important; @include respond-to("medium and up") { font-size: 15px; } } p { @include respond-to("medium and up") { font-size: 18px; } } } } } } .twin-columns { &.sharing-secrets { grid-template-columns: 1fr 332px; padding-bottom: 0; .twins-column { &--start { width: 100%; padding: 0; justify-self: left; p { margin-bottom: 0; } } &--end { width: 100%; padding-right: 0; text-align: right; } } @include respond-to("medium and down") { grid-template-columns: 100%; grid-template-rows: auto; grid-row-gap: rem(16px); .twins-column { &--start { width: 100%; padding: 0; justify-self: left; } &--end { width: 100%; padding-right: unset; padding-left: 0; text-align: left; } } } } } </style>