Better images

This commit is contained in:
matcornic 2017-03-28 18:20:11 +02:00
parent 0b783aebf0
commit bfde01c13c
1 changed files with 23 additions and 23 deletions

View File

@ -5,11 +5,11 @@ It's a package that generates clean, responsive HTML e-mails for sending transac
# Demo
![Welcome](screens/default/welcome.png)
<img src="https://raw.github.com/matcornic/hermes/master/screens/default/welcome.png" height="400" />
![Reset](screens/default/reset.png)
<img src="https://raw.github.com/matcornic/hermes/master/screens/default/reset.png" height="400" />
![Receipt](screens/default/receipt.png)
<img src="https://raw.github.com/matcornic/hermes/master/screens/default/receipt.png" height="400" />
# Usage
@ -59,7 +59,7 @@ email := hermes.Email{
"Need help, or have questions? Just reply to this email, we'd love to help.",
},
},
}
}
// Generate an HTML email with the provided contents(for modern clients)
emailBody, err := h.GenerateHTML(email)