Skip to content

sulmanweb/Email-Confirmation-Success-HTML

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Email Confirmed HTML Page

Should be shown when email is confirmed by your server

Preview HTML Page

made by @sulmanweb

Technologies used:

Details

This is a single page that shows to client that your email has been successfully confirmed by the server.

The key ingredient is the translation. This page will show the messages in language by checking browser or user preferred language.

Also to change the text in page is much easy and also easy to enter translations according to desired new language.

Usage

  • First clone the repo
  • the open the app.js and make changes in this portion to change text of english:
$translateProvider.translations('en', {
            'APP_NAME': 'Work Chat',
            'THANKS': 'Thank You for Subscribing',
            'CONFIRM_SUCCESS_MESSAGE': 'Your email has been successfully confirmed. Thanks for using our services.',
            'FOOTER': 'Work Chat, Sulman Baig, Pakistan'
        });
  • You can also create new language translation by just adding another object like given above with language shortkey. Also change the preffered language in app.js as you like.
  • Now compress back the app.js by any compressor to make app.min.js. I compress using jscompress
  • Now double click o index.html and you will see the confirmation message with browser preferred language.

Callouts

Thanks to the following, this was not possible without them:

About

HTML Should be shown when email is confirmed by your server

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published