spee.ch/views/login.handlebars

16 lines
996 B
Handlebars
Raw Normal View History

2017-10-23 16:00:03 -07:00
<div class="row row--padded">
2017-10-19 18:55:15 -07:00
<div class="column column--5 column--med-10 align-content-top">
2017-10-23 09:46:55 -07:00
<div class="column column--8 column--med-10">
2017-10-25 09:17:47 -07:00
<p>Channels allow you to publish and group content under an identity. You can create a channel for yourself, or share one with like-minded friends. You can create 1 channel, or 100, so whether you're documenting <a class="link--primary" target="_blank" href="/@hikingchris45">a hike around town</a>, or making a public repository for <a target="_blank" href="/@catGifs">cat gifs</a> (password: '1234'), try creating a channel for it!</p>
2017-10-19 18:55:15 -07:00
</div>
</div><div class="column column--5 column--med-10 align-content-top">
2017-10-23 09:46:55 -07:00
<div class="column column--8 column--med-10">
2017-10-24 13:39:06 -07:00
<h3 class="h3--no-bottom">Log in to an existing channel:</h3>
2017-10-16 14:58:32 -07:00
{{>channelLoginForm}}
2017-10-24 13:39:06 -07:00
<h3 class="h3--no-bottom">Create a brand new channel:</h3>
2017-10-16 14:58:32 -07:00
{{>channelCreationForm}}
</div>
2017-09-26 15:12:47 -07:00
</div>
2017-09-29 14:11:00 -07:00
</div>