Line 1: | Line 1: | ||
<!doctype html> | <!doctype html> | ||
+ | <!--Quite a few clients strip your Doctype out, and some even apply their own. Many clients do honor your doctype and it can make things much easier if you can validate constantly against a Doctype.--> | ||
<html> | <html> | ||
<head> | <head> | ||
Line 14: | Line 15: | ||
</style> | </style> | ||
<meta charset="utf-8"> | <meta charset="utf-8"> | ||
+ | <meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | <meta name="viewport" content="width=device-width, initial-scale=1"> | ||
− | <title> | + | <title>Email template By Adobe Dreamweaver CC</title> |
− | <link href=" | + | <link rel="stylesheet" href="https://2017.igem.org/Template:BIT/bootstrap/min/CSS?action=raw&ctype=text/css"/> |
+ | <link rel="stylesheet" href="https://2017.igem.org/Template:BIT/flexslider/CSS?action=raw&ctype=text/css"/> | ||
+ | <link rel="stylesheet" href="https://2017.igem.org/Template:BIT/jquery.fancybox/CSS?action=raw&ctype=text/css"/> | ||
+ | <link rel="stylesheet" href="https://2017.igem.org/Template:BIT/main/CSS?action=raw&ctype=text/css"/> | ||
+ | <link rel="stylesheet" href="https://2017.igem.org/Template:BIT/responsive/CSS?action=raw&ctype=text/css"/> | ||
+ | <link rel="stylesheet" href="https://2017.igem.org/Template:BIT/animate/min/CSS?action=raw&ctype=text/css"/> | ||
+ | <link rel="stylesheet" href="css/font-icon.css"> | ||
+ | <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css"> | ||
+ | <!-- Animate.css --> | ||
+ | <link rel="stylesheet" href="https://2017.igem.org/Template:BIT/animate/CSS?action=raw&ctype=text/css"/> | ||
+ | <!-- Icomoon Icon Fonts--> | ||
+ | <link rel="stylesheet" href="https://2017.igem.org/Template:BIT/font-icon/CSS?action=raw&ctype=text/css"/> | ||
+ | <!-- Bootstrap --> | ||
+ | <link rel="stylesheet" href="https://2017.igem.org/Template:BIT/bootstrap/CSS?action=raw&ctype=text/css"/> | ||
+ | <!-- Flexslider --> | ||
+ | <link rel="stylesheet" href="https://2017.igem.org/Template:BIT/flexslider/CSS?action=raw&ctype=text/css"/> | ||
− | <!-- | + | <!-- Theme style --> |
− | < | + | <link rel="stylesheet" href="https://2017.igem.org/Template:BIT/style/CSS?action=raw&ctype=text/css"/> |
− | < | + | <!-- Please use an inliner tool to convert all CSS to inline as inpage or external CSS is removed by email clients --> |
+ | <!-- important in CSS is used to prevent the styles of currently inline CSS from overriding the ones mentioned in media queries when corresponding screen sizes are encountered --> | ||
− | < | + | <style type="text/css"> |
− | + | body { | |
− | < | + | margin: 0; |
− | + | } | |
− | + | body, table, td, p, a, li, blockquote { | |
− | < | + | -webkit-text-size-adjust: none!important; |
− | + | font-family: averia-serif-libre; | |
− | + | font-style: normal; | |
− | + | font-weight: 400; | |
− | + | } | |
− | + | button { | |
− | + | width: 90%; | |
− | + | } | |
− | + | ||
− | + | @media screen and (max-width:600px) { | |
− | + | /*styling for objects with screen size less than 600px; */ | |
− | + | body, table, td, p, a, li, blockquote { | |
− | + | -webkit-text-size-adjust: none!important; | |
− | + | font-family: sans-serif; | |
− | + | } | |
− | + | table { | |
− | + | /* All tables are 100% width */ | |
− | + | width: 100%; | |
− | + | } | |
− | + | .footer { | |
− | + | /* Footer has 2 columns each of 48% width */ | |
− | + | height: auto !important; | |
− | + | max-width: 48% !important; | |
− | + | width: 48% !important; | |
− | + | } | |
− | + | table.responsiveImage { | |
− | + | /* Container for images in catalog */ | |
− | </ | + | height: auto !important; |
− | <!-- | + | max-width: 30% !important; |
− | < | + | width: 30% !important; |
− | + | } | |
− | + | table.responsiveContent { | |
− | + | /* Content that accompanies the content in the catalog */ | |
− | + | height: auto !important; | |
− | + | max-width: 66% !important; | |
− | + | width: 66% !important; | |
− | + | } | |
− | + | .top { | |
− | + | /* Each Columnar table in the header */ | |
− | + | height: auto !important; | |
− | + | max-width: 48% !important; | |
− | + | width: 48% !important; | |
− | + | } | |
− | + | .catalog { | |
− | + | margin-left: 0%!important; | |
− | + | } | |
− | + | } | |
− | + | ||
− | + | @media screen and (max-width:480px) { | |
− | + | /*styling for objects with screen size less than 480px; */ | |
− | + | body, table, td, p, a, li, blockquote { | |
− | + | -webkit-text-size-adjust: none!important; | |
− | + | font-family: sans-serif; | |
− | + | } | |
− | + | table { | |
− | + | /* All tables are 100% width */ | |
− | + | width: 100% !important; | |
− | + | border-style: none !important; | |
− | + | } | |
− | + | .footer { | |
− | + | /* Each footer column in this case should occupy 96% width and 4% is allowed for email client padding*/ | |
− | + | height: auto !important; | |
− | + | max-width: 96% !important; | |
− | + | width: 96% !important; | |
− | + | } | |
− | + | .table.responsiveImage { | |
− | + | /* Container for each image now specifying full width */ | |
− | + | height: auto !important; | |
− | + | max-width: 96% !important; | |
− | </ | + | width: 96% !important; |
− | < | + | } |
− | + | .table.responsiveContent { | |
− | + | /* Content in catalog occupying full width of cell */ | |
− | + | height: auto !important; | |
− | </ | + | max-width: 96% !important; |
+ | width: 96% !important; | ||
+ | } | ||
+ | .top { | ||
+ | /* Header columns occupying full width */ | ||
+ | height: auto !important; | ||
+ | max-width: 100% !important; | ||
+ | width: 100% !important; | ||
+ | } | ||
+ | .catalog { | ||
+ | margin-left: 0%!important; | ||
+ | } | ||
+ | button { | ||
+ | width: 90%!important; | ||
+ | } | ||
+ | } | ||
+ | </style> | ||
+ | </head> | ||
+ | <body yahoo="yahoo"> | ||
+ | <table width="100%" cellspacing="0" cellpadding="0"> | ||
+ | <tbody> | ||
+ | <tr> | ||
+ | <td><table width="600" align="center" cellpadding="0" cellspacing="0"> | ||
+ | <!-- Main Wrapper Table with initial width set to 60opx --> | ||
+ | <tbody> | ||
+ | <tr> | ||
+ | <td style="padding-top: 15px;"><table bgcolor="#FFFFFF" class="top" width="48%" align="left" cellpadding="0" cellspacing="0" style="padding:10px 10px 10px 10px;"> | ||
+ | <!-- First header column with Logo --> | ||
+ | <tbody> | ||
+ | <tr> | ||
+ | <td style="font-size: 15px; color:#929292; text-align:center; font-family: averia-serif-libre; font-weight: 700;">Track Document Center</td> | ||
+ | </tr> | ||
+ | </tbody> | ||
+ | </table> | ||
+ | <table bgcolor="#FFFFFF" class="top" width="48%" align="left" cellpadding="0" cellspacing="0" style="padding:10px 10px 10px 10px; text-align:right"> | ||
+ | <!-- Second header column with ISSUE|DATE --> | ||
+ | <tbody> | ||
+ | <tr> | ||
+ | <td><a style="font-size: 15px; color:#929292; text-align:center; font-family: sans-serif; font-weight: 600; text-decoration:none;" href="https://2017.igem.org/Team:BIT">Home</a></td> | ||
+ | </tr> | ||
+ | </tbody> | ||
+ | </table></td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <!-- HTML Spacer row --> | ||
+ | <td style="font-size: 0; line-height: 0;" height="20"><table width="96%" align="left" cellpadding="0" cellspacing="0"> | ||
+ | <tr> | ||
+ | <td style="font-size: 0; line-height: 0;" height="20"> </td> | ||
+ | </tr> | ||
+ | </table></td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <!-- HTML IMAGE SPACER --> | ||
+ | <td style="font-size: 0; line-height: 0;" height="20"><table align="left" cellpadding="0" cellspacing="0" > | ||
+ | <tr> | ||
+ | <td ><img src="https://static.igem.org/mediawiki/2017/c/c0/BIT_figure_TrackTitle.jpeg" alt="" height="" width="100%" class=""></td> | ||
+ | </tr> | ||
+ | </table></td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <!-- HTML Spacer row --> | ||
+ | <td style="font-size: 0; line-height: 0;" height="20"><table width="96%" align="left" cellpadding="0" cellspacing="0"> | ||
+ | <tr> | ||
+ | <td style="font-size: 0; line-height: 0;" height="20"> </td> | ||
+ | </tr> | ||
+ | </table></td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <!-- Introduction area --> | ||
+ | <td><table width="96%" align="left" cellpadding="0" cellspacing="0"> | ||
+ | <tr> | ||
+ | <!-- row container for Tagline --> | ||
+ | <td align="center" style="font-size: 25px; font-weight:700; color:#797676; font-family:'monospace'; padding-top: 20px;">Here are the solid stuff #data</td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <!-- 组名 --> | ||
+ | <td align="left" style="font-size: 15px; font-weight:600; color: #929292; font-family: sans-serif; padding-top: 10px;">Biosensing Group</td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <!-- Row container for Intro/ Description --> | ||
+ | <a href="https://static.igem.org/mediawiki/2017/d/d1/BIT_File_TheSpecificBindingofAFPtoAP.pdf" style="text-decoration: none"><td align="left" style="font-size: 12px; font-style: normal; font-weight: 100; color: #929292; line-height: 1.8; text-align:justify; padding:0px 20px 0px 20px; font-family: sans-serif;">1. The specific binding of AFP to AP-273</td></a> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <!-- Row container for Intro/ Description --> | ||
+ | <a href="https://static.igem.org/mediawiki/2017/d/d1/BIT_File_TheSpecificBindingofAFPtoAP.pdf"><td align="left" style="font-size: 12px; font-style: normal; font-weight: 100; color: #929292; line-height: 1.8; text-align:justify; padding:0px 20px 0px 20px; font-family: sans-serif;">1. The specific binding of AFP to AP-273</td></a> | ||
+ | </tr> | ||
+ | </table></td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <!-- HTML Spacer row --> | ||
+ | <td style="font-size: 0; line-height: 0;" height="10"><table width="96%" align="left" cellpadding="0" cellspacing="0"> | ||
+ | <tr> | ||
+ | <td style="font-size: 0; line-height: 0;" height="20"> </td> | ||
+ | </tr> | ||
+ | </table></td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td><table cellpadding="0" cellspacing="0" align="center" width="84%" style="margin-left:12.5%" class="catalog"> | ||
+ | <!-- Table for catalog --> | ||
+ | <tr> | ||
+ | <td ><table class ="responsive-table" width="48%" cellspacing="0" cellpadding="0" align="left" style="margin: 10px 0px 10px 0px;"> | ||
+ | <!-- Table container for each image and description in catalog --> | ||
+ | <tbody> | ||
+ | <tr> | ||
+ | <td><table class="table.responsiveImage" width="66%" cellspacing="0" cellpadding="0" align="left"> | ||
+ | <!-- Table container for image --> | ||
+ | <tbody> | ||
+ | <tr> | ||
+ | <td align="center" style="padding:10px 3px 10px 3px;"><img src="images/120x120.gif" alt="sample" style="width: 120px;"></td> | ||
+ | </tr> | ||
+ | </tbody> | ||
+ | </table> | ||
+ | <table class="table.responsiveContent" width="66%" cellspacing="0" cellpadding="0" align="left"> | ||
+ | <!-- Table container for content --> | ||
+ | <tbody> | ||
+ | <tr> | ||
+ | <td><p style="font-size: 14px; font-style: normal; font-weight: normal; color: #929292; padding: 5px 0px 0px 10px;line-height: 1.5em; font-family: sans-serif;">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus congue metus</p> | ||
+ | <a href="#" style="text-decoration:none"> | ||
+ | <p style="background-color:#AAAAAA; text-align:center; padding: 10px 10px 10px 10px; margin: 10px 10px 10px 10px;color: #FFFFFF; font-family: sans-serif; ">Read More</p> | ||
+ | </a></td> | ||
+ | </tr> | ||
+ | </tbody> | ||
+ | </table></td> | ||
+ | </tr> | ||
+ | </tbody> | ||
+ | </table> | ||
+ | <table class ="responsive-table" width="48%" cellspacing="0" cellpadding="0" align="left" style="margin: 10px 0px 10px 0px;"> | ||
+ | <!-- Table container for each image and description in catalog --> | ||
+ | <tbody> | ||
+ | <tr> | ||
+ | <td><table class="table.responsiveImage" width="66%" cellspacing="0" cellpadding="0" align="left"> | ||
+ | <!-- Table container for image --> | ||
+ | <tbody> | ||
+ | <tr> | ||
+ | <td align="center" style="padding:10px 3px 10px 3px;"><img src="images/120x120.gif" alt="sample" style="width: 120px;"></td> | ||
+ | </tr> | ||
+ | </tbody> | ||
+ | </table> | ||
+ | <table class="table.responsiveContent" width="66%" cellspacing="0" cellpadding="0" align="left"> | ||
+ | <!-- Table container for content --> | ||
+ | <tbody> | ||
+ | <tr> | ||
+ | <td><p style="font-size: 14px; font-style: normal; font-weight: normal; color: #929292; padding: 5px 0px 0px 10px;line-height: 1.5em; font-family: sans-serif;">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus congue metus</p> | ||
+ | <a href="#" style="text-decoration:none"> | ||
+ | <p style="background-color:#AAAAAA; text-align:center; padding: 10px 10px 10px 10px; margin: 10px 10px 10px 10px;color: #FFFFFF; font-family: sans-serif; ">Read More</p> | ||
+ | </a></td> | ||
+ | </tr> | ||
+ | </tbody> | ||
+ | </table></td> | ||
+ | </tr> | ||
+ | </tbody> | ||
+ | </table></td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td><table class ="responsive-table" width="48%" cellspacing="0" cellpadding="0" align="left" style="margin: 10px 0px 10px 0px;"> | ||
+ | <!-- Table container for each image and description in catalog --> | ||
+ | <tbody> | ||
+ | <tr> | ||
+ | <td><table class="table.responsiveImage" width="66%" cellspacing="0" cellpadding="0" align="left"> | ||
+ | <!-- Table container for image --> | ||
+ | <tbody> | ||
+ | <tr> | ||
+ | <td align="center" style="padding:10px 3px 10px 3px;"><img src="images/120x120.gif" alt="sample" style="width: 120px;"></td> | ||
+ | </tr> | ||
+ | </tbody> | ||
+ | </table> | ||
+ | <table class="table.responsiveContent" width="66%" cellspacing="0" cellpadding="0" align="left"> | ||
+ | <!-- Table container for content --> | ||
+ | <tbody> | ||
+ | <tr> | ||
+ | <td><p style="font-size: 14px; font-style: normal; font-weight: normal; color: #929292; padding: 5px 0px 0px 10px;line-height: 1.5em; font-family: sans-serif;">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus congue metus</p> | ||
+ | <a href="#" style="text-decoration:none"> | ||
+ | <p style="background-color:#AAAAAA; text-align:center; padding: 10px 10px 10px 10px; margin: 10px 10px 10px 10px;color: #FFFFFF; font-family: sans-serif;">Read More</p> | ||
+ | </a></td> | ||
+ | </tr> | ||
+ | </tbody> | ||
+ | </table></td> | ||
+ | </tr> | ||
+ | </tbody> | ||
+ | </table> | ||
+ | <table class ="responsive-table" width="48%" cellspacing="0" cellpadding="0" align="left" style="margin: 10px 0px 10px 0px;"> | ||
+ | <!-- Table container for each image and description in catalog --> | ||
+ | <tbody> | ||
+ | <tr> | ||
+ | <td><table class="table.responsiveImage" width="66%" cellspacing="0" cellpadding="0" align="left"> | ||
+ | <!-- Table container for image --> | ||
+ | <tbody> | ||
+ | <tr> | ||
+ | <td align="center" style="padding:10px 3px 10px 3px;"><img src="images/120x120.gif" alt="sample" style="width: 120px;"></td> | ||
+ | </tr> | ||
+ | </tbody> | ||
+ | </table> | ||
+ | <table class="table.responsiveContent" width="66%" cellspacing="0" cellpadding="0" align="left"> | ||
+ | <!-- Table container for content --> | ||
+ | <tbody> | ||
+ | <tr> | ||
+ | <td><p style="font-size: 14px; font-style: normal; font-weight: normal; color: #929292; padding: 5px 0px 0px 10px;line-height: 1.5em; font-family: sans-serif;">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus congue metus</p> | ||
+ | <a href="#" style="text-decoration:none"> | ||
+ | <p style="background-color:#AAAAAA; text-align:center; padding: 10px 10px 10px 10px; margin: 10px 10px 10px 10px;color: #FFFFFF; font-family: sans-serif;">Read More</p> | ||
+ | </a></td> | ||
+ | </tr> | ||
+ | </tbody> | ||
+ | </table></td> | ||
+ | </tr> | ||
+ | </tbody> | ||
+ | </table></td> | ||
+ | </tr> | ||
+ | </table></td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <!-- HTML spacer row --> | ||
+ | <td style="font-size: 0; line-height: 0;" height="20"><table width="96%" align="left" cellpadding="0" cellspacing="0"> | ||
+ | <tr> | ||
+ | <td style="font-size: 0; line-height: 0;" height="20"> </td> | ||
+ | </tr> | ||
+ | </table></td> | ||
+ | </tr> | ||
+ | <tr bgcolor="#d0cfcf"> | ||
+ | <td><table class="footer" width="48%" align="left" cellpadding="0" cellspacing="0"> | ||
+ | <!-- First column of footer content --> | ||
+ | <tr> | ||
+ | <td><p align="center" style="font-size: 22px; font-weight:300; line-height: 2.5em; color: #929292; font-family: sans-serif;">COMPANY NAME</p> | ||
+ | <p align="center" style="font-size: 12px; color:#929292; text-align:center; font-family: sans-serif;">SOME AWESOME TAGLINE</p></td> | ||
+ | </tr> | ||
+ | </table> | ||
+ | <table class="footer" width="48%" align="left" cellpadding="0" cellspacing="0"> | ||
+ | <!-- Second column of footer content --> | ||
+ | <tr> | ||
+ | <td><p style="font-size: 14px; font-style: normal; font-weight:normal; color: #ffffff; line-height: 1.8; text-align:justify;padding-top:10px; margin-left:20px; margin-right:20px; font-family: sans-serif;">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus congue metus quam, eu luctus risus tincidunt ultrices. Mauris interdum magna ut orci tempus feugiat. </p> | ||
+ | <p align="right" style="font-family: sans-serif;"> <a style="color:#929292; text-decoration:none; padding-left:20px; font-size:14px;" href="#">Link 1</a> <a style="color:#929292; text-decoration:none; padding-left:20px; font-size:14px;" href="#">Link 2</a> <a style="color:#929292; text-decoration:none; font-size:14px; padding-left:20px; padding-right:20px; " href="#">Link 3</a></p></td> | ||
+ | </tr> | ||
+ | </table></td> | ||
+ | </tr> | ||
+ | </tbody> | ||
+ | </table></td> | ||
+ | </tr> | ||
+ | </tbody> | ||
+ | </table> | ||
</body> | </body> | ||
</html> | </html> |
Revision as of 22:52, 1 November 2017
<!doctype html>
|