Giter Site home page Giter Site logo

lizzil621 / howtotarget Goto Github PK

View Code? Open in Web Editor NEW

This project forked from customerio/howtotarget

1.0 0.0 0.0 365 KB

Email development techniques for singling out email clients and platforms.

Home Page: https://howtotarget.email

JavaScript 7.53% Ruby 4.21% HTML 35.24% SCSS 53.02%

howtotarget's Introduction

🎯 How to Target Email Clients

A collection of crowdsourced email development techniques for singling out email clients and platforms based on research by Mark Robbins.

Using the site

A note on foo

Some code snippets include foo or .foo. This is placeholder code meant to be replaced with your own class names and styles.

For example, the site lists the following method for targetting Gmail:

u + .body .foo

To target Gmail in your own code, you might write something like this:

u + .body .your-class {
  background-color: red;
}

Contributing email hacks

If you know of a targetting methods not yet listed, or have found a listed technique to no longer work, please open an issue or a pull request.

Opening a pull request

PRs are welcome and should follow the existing file name and format conventions.

  • All hacks/methods are added one per file in hacks/_posts
  • Files are named YYYY-MM-DD-client-platform-version.md
  • Front matter should include client, platform, version, status, and contributor
    • client is the name of the email client (ex: Gmail, Apple Mail)
    • platform is the operating system or OS category (usually one of iOS, Android, desktop, mobile, or webmail)
    • version is usually a number corresponding to the client (ex: 12.4 for Apple Mail 12.4)
    • status must be one of Working (tested and confirmed), Unknown (not confirmed), or Deprecated (confirmed no longer working)
    • contributor is your name in Title Case
    • Note: All fields should be present; if not applicable, leave blank
  • Code blocks should always be wrapped in fences ( ```) with the language name appended to the opening fence (ex: ```html or ```css)
  • Explanations of how and why the code works are encouraged and should be added below the code snippets; this can include markup like inline code and links
  • If this is your first contribution, you should also add yourself to contributors.yml in alphabetical order.

Contributing to development

See Jekyll’s quick start guide for running the site in local development.


Curated by Parcel

howtotarget's People

Contributors

dylanatsmith avatar avigoldman avatar m-j-robbins avatar husseinalhammad avatar dcoder18 avatar

Stargazers

 avatar

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.