Skip to content

pistell/email-markup-generator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Email Markup Generator

This application is somewhat of a boilerplate for an intranet application that generates HTML to be used in an email. It currently features input for 2 social media links and a file upload that uses the imgur API to upload the image for use in the template.

Template

When the button is clicked, template.html is loaded into the application and the application searches for a few specific template tags to replace with the user data. You can of course use whatever template you want, and continue using the following template tags and/or edit or add your own within the template and app.js.

Tag         Description  
{{imgurLink}} the literal link to the imgur upload
{{link1}}     the first social media link      
{{link2}}     the second social media link      

Credit

About

Somewhat of a boilerplate for an email markup generator with an imgur uploader.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 55.5%
  • JavaScript 32.9%
  • CSS 11.6%