One
What, if any, of these html/css/js elements can be used when building and sending HTML email? Provide your answer in the comments below.
a. Forms placed directly in the email
b. Custom fonts from resources like Google or Typefont
c. Flash for awesome late 90's style interactive media
d. Now way! None of the above
What excites or interests you about html/email coding? Provide your answer in the comments below.
What coding editors (computer application or web based) are you familiar with? List them below. List them in the comments below.
Install wordpress from scratch, setup the database and open the new site's home page on your machine (e.g. on localhost, site.dev, etc). Attach a screenshot of the final page to this gist.
Wordpress: https://wordpress.org/download/
It doesn't need to be pretty. The goal of the test is coding specific. The landing page you create must include the following:
- Responsive at 3 points. Less than 768 for mobile, greater than or equal to 768 for tablets and greater than or equal to 1200 for Desktop.
- Responsive imagery using the html5 "picture" tag. Different images must be loaded for different breakpoints. Use placehold.it for your images. The image can be placed anywhere on screen - so it's fine if it's a full width header or inline with copy.
- Custom Font for the header via Google fonts
- The html document must use the HTML5 doctype and include one H1, two to three paragraphs and the responsive image(s)
You can use a framework, grid system or build from scratch. Use this jsbin to submit your work: http://jsbin.com/nuzewoc/edit?html,css,js,output