Subscription web page - a Vue.js playground project
When clicking on a button :
- save a name and email to validate a registration.
- display a confirmation pop-up
You can run in your browser with play.vuejs.org
- Fontawesome for Icons => https://fontawesome.com/
- Vue js Documentation => https://vuejs.org/api/composition-api-setup.html
- Linear Gradient color maker => https://cssgradient.io/
Some ideas for playing around:
- add a picture with opacity in the body background
- modify the button (examples : https://getcssscan.com/css-buttons-examples)
- add "Bonjour 'firstname'" in the top-left header
- customize the inputs
- Flexbox, handle elements position
- add a contact link with a mailto below the box
- create validation conditions : check if input field is not empty when clicking on the button