..
tireus.pl
Objectives
- design and create the landing page to work on desktop and mobile
- make it display fine on mobile
- make it possible for people to subsctibe to the newsletter
- automatically send a “thank you” email to people when they subscribe to the newsletter
- set up hosting, domains, company emails and ssl certificates for the website (https)
- create a Facebook pagefor the application
Technical-side
- it’s a JAMstack website - there’s no server-side, so no web server required to run it
- hosted on Netlify
- used Netlify Forms to collect newsletter subscribtion emails; used Netlify Functions to add the collected emails to my MailChimp account
- used GatsbyJS as the static site generator
- used React for the website, Bulma as the CSS framework