Git Product home page Git Product logo

email-framework's People

Contributors

annett avatar arlingtonhouse avatar eliasrodeloso avatar g13nn avatar jameswilson avatar joshbader avatar mattez 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

email-framework's Issues

Add Custom & Google Fonts Support

So currently the framework uses the default font Arial, I'm going to add scripts commented out in the boilerplate & mail.css. This can be used when you want to use custom or google fonts in your email templates. For the clients that don't support custom or google fonts it will fallback to Arial.

spacer.gif is missing

Hi Glenn,

First, thank you for sharing your work with us !

In the boilerplate you add an image "images/spacer.gif" but the file is not in the repo, is this normal ?

Use <code> tag instead of <span style="โ€ฆ">

Not an issue per se, but I noticed that you had to add a space to a non-breaking space HTML entity in order for the characters to actually appear on the page, otherwise it would've looked like an empty element.

It looks like this & nbsp; instead of like this &nbsp;

screenshot - 2_19_2016 9_49_38 pm

Why don't you just use the <code> tag instead of a <span> with inline styles?

Greate job with this email framework +1.

Missing "mobile-hide" class

Hi Glenn,

Nice job.

Another day was testing your template and in first it was not working on mobiles, but after some research find out that in style section missing "mobile-hide" class which hide spacer.

Link to Documentation is dead

Documentation on http://emailframe.work/ is down :- (

The server at emailframe.work can't be found, because the DNS lookup failed. DNS is the network service that translates a website's name to its Internet address. This error is most often caused by having no connection to the Internet or a misconfigured network. It can also be caused by an unresponsive DNS server or a firewall preventing Google Chrome from accessing the network.

Outlook 2013 - Images

Some images appear to be squashed in Outlook 2013. Currently looking into this.

Fix : Add line-height & height to style on surrounding td

choose www or non-www

Nice framework, I'll definitely look into it when I consider a redesign for my newsletter (and I'll be sure to promote this in a future issue)!

Just one thought...

For the primary domain, I notice you don't redirect the site for www vs. non-www.

You should pick one and redirect the other to the one you picked. I believe it's bad for SEO to not redirect. I suggest dropping the "www", as it looks cleaner and nicer with just "emailframe.work" in the address bar. Here's how to do this in htaccess, from HTML5 Boilerplate:

<IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteCond %{HTTPS} !=on
    RewriteCond %{HTTP_HOST} ^www\.(.+)$ [NC]
    RewriteRule ^ %{ENV:PROTO}://%1%{REQUEST_URI} [R=301,L]
</IfModule>

Thanks!

Issue with grids on Gmail App on Android?

The mobile version doesn't seem to be taking effect on Gmail for Android. All other mobile versions work fine, except this one. I suspected I had done something wrong, but then copied and pasted your exact "responsive-grid-master.html" and got the same result.

Test on Litmus:

screen shot 2017-01-04 at 10 47 57

The Hybrid Coding approach

So currently this email framework does not support "The Hybrid Coding approach". Currently it uses a 1px gif at the top of the email. This will force android clients to display the desktop version of the template.

It would be good to build this into the framework. We could create a folder and re-do each part of the framework so we can still keep the old setup, or just build it straight into the framework as is...

Resources :

malware on domain at first visit

Website suppose save visited IP, so to reproduce need unique IP "not visited" on this site.

image
image

Bad code possible see with back (undo) history button and disable Javascript (to block run meta refresh tag or window.location redirect inline script).

Deleted content

Hello,

I've been planning on using your great templates on my project.
But I'm seeing a lot of content deleted in the past 5 days: could you tell me why ?

Thanks

mobileOn -mobileOff don't work

Hello everyone;

We are using email-framwork for our mails. Sometimes we need to seperate views for device width. For example; For mobile and desktop using different view, so we decided to use mobileOn and mobileOff, but when we add <style> at the top of page, It didn't work in gmail. Gmail removes all <style> tags, so the mail view is shown as desktop.

How can we fix. Thanks

Font family should be defined for table cells

Outlook overrides table cell font family if one is not defined in cell styles.

So in your grid examples every cell should be replaced with something like this:

<td width="600" class="mobile" style="font-family: Arial; font-size:12px; line-height:18px;">
    Grid One
</td>

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.