https://github.com/onmax/nimiq-email-signatures
A builder for your email signature.
https://github.com/onmax/nimiq-email-signatures
email-signature
Last synced: 3 months ago
JSON representation
A builder for your email signature.
- Host: GitHub
- URL: https://github.com/onmax/nimiq-email-signatures
- Owner: onmax
- Created: 2023-12-19T08:47:16.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-26T10:09:49.000Z (over 1 year ago)
- Last Synced: 2025-03-23T22:21:26.157Z (3 months ago)
- Topics: email-signature
- Language: Vue
- Homepage: https://frabjous-pothos-386060.netlify.app/
- Size: 1.39 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Nimiq's Email signatures
A builder for your email signature.[](https://app.netlify.com/sites/frabjous-pothos-386060/deploys)
See the template HTML Code
```html
@font-face {
font-family: "Mulish";
font-style: normal;
font-weight: normal;
mso-font-alt: "Helvetica";
src: url(https://fonts.bunny.net/mulish/files/mulish-latin-400-normal.woff2) format("woff2");
}* {
font-family: "Mulish", Helvetica;
}@font-face {
font-family: "Mulish";
font-style: normal;
font-weight: bold;
mso-font-alt: "Helvetica";
src: url(https://fonts.bunny.net/mulish/files/mulish-latin-700-normal.woff2) format("woff2");
}* {
font-family: "Mulish", Helvetica;
}Satoshi Nakamoto
Bitcoin Creator
[email protected]+1 555 808 9090
Disclousure:
This email is part of the Bitcoin outreach program. If you do not respond, you may be mistaken for a nocoiner. Remember, Bitcoin fixes this.
Be the Bitcoin with you. I mean, may the Bitcoin be with you.
```We are using [Vue Email](https://www.vuemail.net/) to generate the HTML code for the email signatures.
To make changes, download this repo, install dependencies and run the `dev` script
```sh
pnpm install
pnpm dev
```