An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

        




Email Signature Preview


Nimiq's Email signatures



A builder for your email signature.

[![Netlify Status](https://api.netlify.com/api/v1/badges/74608a27-48ed-4415-bd75-1be0c8cb5ece/deploy-status)](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

Telegram @SatoshiNakamoto    

Logo

Twitter @SatoshiNakamoto    

Facebook /SatoshiNakamoto    

Youtube @SatoshiNakamoto    

Instagram @SatoshiNakamoto    

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
```