docbrown/app/views/shared/authentication/_initial_account_wizard.html.erb
Ridhwana c5bcb4c021
RFC 50: fix some more hardcoded paths (#13473)
* fix: remove hardcoded paths

* fix: use path helpers

* swap href for link_to

* feat: use path helpers

* feat: use a data path to send through the path that we will be calling

* feat: pass route through to js

* dus index path

* chore: change to use path_helpers

* feat: update DUS controller

* chore: oops remove these paths
2021-04-26 17:49:54 +02:00

21 lines
1 KiB
Text

<% title "Let's get started with Forem" %>
<div class="crayons-card crayons-card--secondary crayons-notice crayons-notice--success mx-auto mt-8 mb-10 p-4 fs-2xl lh-base align-center" style="width:96%;max-width:1300px;" aria-live="polite">
<h1 class="m-7 mb-3">Let's start your Forem journey</h1>
<img class="m-7 mb-2 radius-default" alt="Dancing Baby Groot GIF" src="https://media.giphy.com/media/F9hQLAVhWnL56/giphy.gif" style="height:220px" />
<p class="mb-4 mt-6">
Create an account. It will be the first super admin account.
</p>
<p class="mb-4">
Once you sign up below, you can configure your community at <a href="<%= admin_config_path %>"><%= admin_config_path %></a>.
</p>
<p class="mb-4">
There is lots you can do as an admin, but there is a learning curve.
</p>
<p class="mb-8">
Please reach out to the Forem team if you are unsure about anything!
</p>
<p class="mb-7 fw-bold">
For Empowering Community 🌱
</p>
<%= render "shared/authentication/email_registration_form" %>
</div>