Made with Svelte.
- Update name, title, and phone via form
- Button to copy signature for pasting into email client
- Name, title, and phone saved to URL query strings so can be bookmarked
- Very awful HTML should (hopefully) work on all clients.
- In
/public
make sure you have your logo and preferred social media icons (Instagram, YouTube, LinkedIn, and Facebook are included) - In
Signature.svelte
editlogoUrl
andlinks
- Update the
--base=/sigmaker
parameter to the build script inpackages.json
(default assumes you will copy files to a sub-directory calledsigmaker
on your webserver, eg. http://example.com/sigmaker/). - To deploy run
yarn build
and then copy all files in/dist
to a webserver