Update signup text

pull/3813/head
Kamran Ahmed 2 years ago
parent 81be1d8802
commit 1950404b20
  1. 0
      src/components/AuthenticationFlow/GitHubButton.tsx
  2. 0
      src/components/AuthenticationFlow/GoogleButton.tsx
  3. 0
      src/components/AuthenticationFlow/TriggerVerifyAccount.tsx
  4. 0
      src/components/AuthenticationFlow/VerificationEmailMessage.tsx
  5. 4
      src/components/Navigation/Navigation.astro
  6. 15
      src/pages/signup.astro
  7. 2
      src/pages/verification-pending.astro
  8. 2
      src/pages/verify-account.astro

@ -34,7 +34,7 @@ import AccountDropdown from './AccountDropdown.astro';
class='flex h-8 w-28 cursor-pointer items-center justify-center rounded-full bg-gradient-to-r from-blue-500 to-blue-700 py-2 px-4 text-sm font-medium text-white hover:from-blue-500 hover:to-blue-600' class='flex h-8 w-28 cursor-pointer items-center justify-center rounded-full bg-gradient-to-r from-blue-500 to-blue-700 py-2 px-4 text-sm font-medium text-white hover:from-blue-500 hover:to-blue-600'
href='/signup' href='/signup'
> >
<span>Register</span> <span>Sign Up</span>
</a> </a>
</li> </li>
</ul> </ul>
@ -113,7 +113,7 @@ import AccountDropdown from './AccountDropdown.astro';
href='/signup' href='/signup'
class='text-xl text-red-300 hover:text-red-400 md:text-lg' class='text-xl text-red-300 hover:text-red-400 md:text-lg'
> >
Register Sign Up
</a> </a>
</li> </li>
</ul> </ul>

@ -4,13 +4,13 @@ import Divider from '../components/Login/Divider.astro';
import GoogleLogin from '../components/Login/GoogleLogin.astro'; import GoogleLogin from '../components/Login/GoogleLogin.astro';
import EmailSignupForm from '../components/Login/EmailSignupForm'; import EmailSignupForm from '../components/Login/EmailSignupForm';
import BaseLayout from '../layouts/BaseLayout.astro'; import BaseLayout from '../layouts/BaseLayout.astro';
import { GitHubButton } from '../components/SocialAuth/GitHubButton'; import { GitHubButton } from '../components/AuthenticationFlow/GitHubButton';
import { GoogleButton } from '../components/SocialAuth/GoogleButton'; import { GoogleButton } from '../components/AuthenticationFlow/GoogleButton';
--- ---
<BaseLayout <BaseLayout
title='Signup - roadmap.sh' title='Signup - roadmap.sh'
description='Register yourself to receive occasional emails about new roadmaps, updates, guides and videos' description='Create an account to track your progress, showcase your skillset'
permalink={'/signup'} permalink={'/signup'}
noIndex={true} noIndex={true}
> >
@ -19,13 +19,12 @@ import { GoogleButton } from '../components/SocialAuth/GoogleButton';
class='mx-auto flex flex-col items-start justify-start py-12 sm:max-w-[400px] sm:items-center sm:justify-center' class='mx-auto flex flex-col items-start justify-start py-12 sm:max-w-[400px] sm:items-center sm:justify-center'
> >
<div class='mb-2 text-left sm:mb-5 sm:text-center'> <div class='mb-2 text-left sm:mb-5 sm:text-center'>
<h1 class='mb-2 text-3xl font-semibold sm:mb-4 sm:text-5xl'>Signup</h1> <h1 class='mb-2 text-3xl font-semibold sm:mb-4 sm:text-5xl'>Sign Up</h1>
<p class='text-md hidden text-gray-600 sm:block'> <p class='text-md hidden text-gray-600 sm:block'>
Register yourself to receive occasional emails about new roadmaps, Create an account to track your progress, showcase your skill-set and be a part of the community.
updates, guides and videos
</p> </p>
<p class='block text-sm text-gray-600 sm:hidden'> <p class='block text-sm text-gray-600 mb-3 sm:hidden'>
Register yourself for occasional updates about roadmaps, guides and Create an account to track your progress, showcase your skill-set and be a part of the community.
videos. videos.
</p> </p>
</div> </div>

@ -1,6 +1,6 @@
--- ---
import SettingLayout from '../layouts/SettingLayout.astro'; import SettingLayout from '../layouts/SettingLayout.astro';
import { VerificationEmailMessage } from '../components/RegistrationFlow/VerificationEmailMessage'; import { VerificationEmailMessage } from '../components/AuthenticationFlow/VerificationEmailMessage';
--- ---
<SettingLayout title='Verify Email'> <SettingLayout title='Verify Email'>

@ -1,5 +1,5 @@
--- ---
import { TriggerVerifyAccount } from '../components/RegistrationFlow/TriggerVerifyAccount'; import { TriggerVerifyAccount } from '../components/AuthenticationFlow/TriggerVerifyAccount';
import SettingLayout from '../layouts/SettingLayout.astro'; import SettingLayout from '../layouts/SettingLayout.astro';
--- ---

Loading…
Cancel
Save