* Update Travis.yml * Update README * Update README * Adjust test to not rely on env vars * Update encryption * Refactor * Update env key * Stub AWS calls * Create ApplicationConfig * Fix specs * Fix lint * Update ApplicationConfig * Remove travis env vars * Fix lint * Extend character limit to 100 * Add env to travis * Take out auto-restart after deploy * Immediately discarded test cache * Stub GA in request specs * Stub Pusher * Fix broken specs * Update fixture * Add CodeClimate id * Change CodeClimate key * Remove merge mistakes * WIP * Add Envied gem & Change README * Add missing keys * Add missing key * Update fixture * Fix broken spec * Add Slack Notification for Travis * Fix wording * Fix typo
13 lines
No EOL
599 B
Text
13 lines
No EOL
599 B
Text
<div class="new-article-pitch">
|
|
<h1>Sign In or Create Your Account</h1>
|
|
<div class="links">
|
|
<a href="/users/auth/twitter?callback_url=<%= ApplicationConfig["APP_PROTOCOL"] %><%= ApplicationConfig["APP_DOMAIN"] %>/users/auth/twitter/callback" class="sign-up-link" data-no-instant>
|
|
<%= icon("twitter") %> Auth with Twitter
|
|
</a>
|
|
<a href="/users/auth/github?state=join-club-page_basic" class="sign-up-link" data-no-instant>
|
|
<%= icon("github") %> Auth with GitHub
|
|
</a>
|
|
</div>
|
|
<p>The DEV Community is for amazing humans who code</p>
|
|
<div style="height:200px"/>
|
|
</div> |