GithubHelp home page GithubHelp logo

sendwithus / templates Goto Github PK

View Code? Open in Web Editor NEW
1.8K 82.0 286.0 1.08 MB

Sendwithus Open Source Email Templates

Home Page: https://www.sendwithus.com/resources/templates

License: Apache License 2.0

HTML 100.00%

templates's Introduction

Open Source Template Project

The Sendwithus Open Source Template Project is a collection of free email templates created and managed by the sendwithus team and community.

Anyone may contribute new themes and templates, or make impactful updates to the existing ones.

Use with CSS Inliner

To achieve the best compatibility, use a css inliner like premailer.

License

All templates are licensed under the Apache 2.0 license. They are offered as is, free of charge to everyone.

Contributing

Pull requests are welcome. Whether you're submitting a brand new theme or tweaking the look and feel of an existing one, send it our way - we want to see it.

Don’t have a Github account? Send your template designs directly to us at [email protected] and we’ll feature them on our resources page.

Any contributions are made under the contribution terms of the Apache 2.0 license.

Notes

Some email platforms aren't compatible with @import statements. Simply switch the @import to an html <link> to fix. EG:

<!-- Desktop Outlook chokes on web font references and defaults to Times New Roman, so we force a safe fallback font. -->
    <!--[if mso]>
        <style>
            * {
                font-family: sans-serif !important;
            }
        </style>
    <![endif]-->

    <!-- All other clients get the webfont reference; some will render the font and others will silently fail to the fallbacks. More on that here: http://stylecampaign.com/blog/2015/02/webfont-support-in-email/ -->
    <!--[if !mso]><!-->
        <link href='https://fonts.googleapis.com/css?family=Roboto:400,700' rel='stylesheet' type='text/css'>
    <!--<![endif]-->

templates's People

Contributors

aileen-swu avatar alexophile avatar alfonsoestevez avatar bean0b avatar bvanvugt avatar coliff avatar davejohnson avatar demoore avatar flipcodes avatar gschier avatar idris avatar jbrady avatar karlhorky avatar kaytcat avatar laulaman avatar mariesta avatar moxuz avatar mrmch avatar pgrens avatar phil-ma avatar troy avatar troymcginnis avatar turnerdev avatar wesleycyu avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

templates's Issues

Skyline image not centered in Gmail

The large background image is not properly centered in the Gmail web app or on the Android app. This can be seen in Litmus.

Is there a way to correct this?

Button on Narrative Templates

Hi,

I am less than a novice at CSS... was hoping to grab & hack these templates to success for my usage.

I am trying to use the narrative templates and when sent to Google, etc it seems to work OK, but some of our customers are are not get an active button. Specifically the confirmation email.

We also use InfusionSoft, so when I just attached this email to the contact history as a 'sent mail', without actually sending the email body, the HTML tag is getting stripped out. I suspect that InfusionSoft is using some sort of Outlook engine under the hood.

When I remove the tag from wrapping an inner

it seems to work, but it does not look at nice.

It also looks like the urn:schemas-microsoft-com:office:word has been deprecated.

https://msdn.microsoft.com/en-us/library/ms875215(v=exchg.65).aspx

Since the "button" is contained by all the MSO stuff, I suspect his is the root cause.

Any Insights ?

Thanks in advance.

Tyler

Gmail?

I'm using the Sunday/Invoice template, but it looks really bad in Gmail. Am I missing something or is this expected behavior?

Templates are useless

While I do understand how you can use them, my opinion is that these are useless templates for reason that you are using tables and content is in various tags, which is basically against the HTML guidelines. This makes it so hard to simply provide content, and run it in the template. It is HTML template, but not usable.

Gmail, responsive and fonts?

Have these templates, notably Oxygen, been updated to ensure support for the Gmail updates that allow for media queries?

Additionally, I'm having trouble finding recent news about Google Fonts being supported in gmail. Seen anything?

Oxygen template styling in Gmail in Chrome

I tried sending one of the confirmation templates to myself. It appears as if the borders are missing in Chrome. They look fine in other browsers and clients. I've attached an image below.
screen shot 2015-06-13 at 9 58 24 am

Outlook chokes on <link> for webfonts

Regarding the mention of linking webfonts in the Notes section of the readme, Desktop Outlook (Windows) chokes on the <link> tag and defaults everything to Times New Roman. Have you experienced this?

Doing something like this can right the ship without using the @import tag.

<!-- Desktop Outlook chokes on web font references and defaults to Times New Roman, so we force a safe fallback font. -->
    <!--[if mso]>
        <style>
            * {
                font-family: sans-serif !important;
            }
        </style>
    <![endif]-->

    <!-- All other clients get the webfont reference; some will render the font and others will silently fail to the fallbacks. More on that here: http://stylecampaign.com/blog/2015/02/webfont-support-in-email/ -->
    <!--[if !mso]><!-->
        <link href='https://fonts.googleapis.com/css?family=Roboto:400,700' rel='stylesheet' type='text/css'>
    <!--<![endif]-->

Example from Rob Berinti's TEDC15 talk - slide 46

Additional Icons

Is it possible to find additional social icons to add to the Oxygen templates? Maybe find the specific icon library or something that was used or something?

Oxygen Upsell and Ping missing TR tag

In both the Oxygen Upsell and Ping there appear to be missing TR elements around a TD element. The table content looks like this:

<table>
  <tr>...</tr>
  <tr>...</tr>
  <td>...</td>
</table>

The Welcome template appear to be correct however.

Doesn't play nice with CSS inliners

These templates seem to work without inlining, but then all the non-inline styles are ignored by most common email clients. The Gmail web client does not look like the litmus screen shot.

To fix this, most people inline CSS from style blocks into the corresponding elements' style attribute. However, these templates don't work well when css is inlined. For example, after CSS is inlined on the zen-flat template the green call to action button is not clickable. This happens with two common css inline libraries.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.