|
Server : Apache/2.4.62 System : FreeBSD fbsdweb2.web.rcn.net 14.1-RELEASE FreeBSD 14.1-RELEASE releng/14.1-n267679-10e31f0946d8 GENERIC amd64 User : www ( 80) PHP Version : 8.3.8 Disable Function : NONE Directory : /domains/folderwave/mailer/ |
Upload File : |
<!DOCTYPE html>
<!--[if lt IE 7 ]><html class="ie ie6" lang="en"> <![endif]-->
<!--[if IE 7 ]><html class="ie ie7" lang="en"> <![endif]-->
<!--[if IE 8 ]><html class="ie ie8" lang="en"> <![endif]-->
<!--[if (gte IE 9)|!(IE)]><!--><html lang="en"> <!--<![endif]-->
<head>
<!-- Basic Page Needs
================================================== -->
<meta charset="utf-8">
<title>FolderWave User Group Meeting - June 16 Sheraton Boston Hotel</title>
<!-- Mobile Specific Metas
================================================== -->
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<!-- Google Fonts
================================================== -->
<link href="http://fonts.googleapis.com/css?family=Raleway" rel="stylesheet" type="text/css">
<link href="http://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet" type="text/css">
<!-- CSS
================================================== -->
<link rel="stylesheet" href="http://www.folderwave.com/mailer/stylesheets/base.css">
<link rel="stylesheet" href="http://www.folderwave.com/mailer/stylesheets/skeleton.css">
<link rel="stylesheet" href="http://www.folderwave.com/mailer/stylesheets/layout.css">
<link rel="stylesheet" href="http://www.folderwave.com/mailer/stylesheets/font-awesome.css">
<link rel="stylesheet" href="http://www.folderwave.com/mailer/stylesheets/prettyPhoto.css">
<!-- Javascript
================================================== -->
<script src="http://code.jquery.com/jquery-1.10.2.min.js"></script>
<script src="http://www.folderwave.com/mailer/js/custom.js"></script>
<script src="http://www.folderwave.com/mailer/js/jquery.nav.js"></script>
<script src="http://www.folderwave.com/mailer/js/jquery.scrollTo.js"></script>
<script src="http://www.folderwave.com/mailer/js/jquery.prettyPhoto.js"></script>
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<script>
window.matchMedia=window.matchMedia||(function(e,f){var c,a=e.documentElement,b=a.firstElementChild||a.firstChild,d=e.createElement("body"),g=e.createElement("div");g.id="mq-test-1";g.style.cssText="position:absolute;top:-100em";d.appendChild(g);return function(h){g.innerHTML='­<style media="'+h+'"> #mq-test-1 { width: 42px; }</style>';a.insertBefore(d,b);c=g.offsetWidth==42;a.removeChild(d);return{matches:c,media:h}}})(document);
// JavaScript Document
/*! Picturefill - Responsive Images that work today. (and mimic the proposed Picture element with span elements). Author: Scott Jehl, Filament Group, 2012 | License: MIT/GPLv2 */
(function( w ){
// Enable strict mode
"use strict";
w.picturefill = function() {
var ps = w.document.getElementsByTagName( "span" );
// Loop the pictures
for( var i = 0, il = ps.length; i < il; i++ ){
if( ps[ i ].getAttribute( "data-picture" ) !== null ){
var sources = ps[ i ].getElementsByTagName( "span" ),
matches = [];
// See if which sources match
for( var j = 0, jl = sources.length; j < jl; j++ ){
var media = sources[ j ].getAttribute( "data-media" );
// if there's no media specified, OR w.matchMedia is supported
if( !media || ( w.matchMedia && w.matchMedia( media ).matches ) ){
matches.push( sources[ j ] );
}
}
// Find any existing img element in the picture element
var picImg = ps[ i ].getElementsByTagName( "img" )[ 0 ];
if( matches.length ){
var matchedEl = matches.pop();
if( !picImg || picImg.parentNode.nodeName === "NOSCRIPT" ){
picImg = w.document.createElement( "img" );
picImg.alt = ps[ i ].getAttribute( "data-alt" );
}
picImg.src = matchedEl.getAttribute( "data-src" );
matchedEl.appendChild( picImg );
}
else if( picImg ){
picImg.parentNode.removeChild( picImg );
}
}
}
};
// Run on resize and domready (w.load as a fallback)
if( w.addEventListener ){
w.addEventListener( "resize", w.picturefill, false );
w.addEventListener( "DOMContentLoaded", function(){
w.picturefill();
// Run once only
w.removeEventListener( "load", w.picturefill, false );
}, false );
w.addEventListener( "load", w.picturefill, false );
}
else if( w.attachEvent ){
w.attachEvent( "onload", w.picturefill );
}
}( this ));
</script>
<style type="text/css">
/* #Typography
================================================== */
h1, h2, h3, h4, h5, h6 {
color: #09C;
font-family: Arial, Helvetica, sans-serif;
font-weight: normal;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
h1 {font-size: 21px; line-height: 24px; margin-bottom: 14px;}
h2 { font-size: 24px; line-height: 26px; margin-bottom: 10px; color: #333333; font-weight:bold;}
h3 {
font-size: 18px;
line-height: 23px;
margin-bottom: 8px;
}
h4 {
font-size: 18px;
line-height: 21px;
margin-bottom: 5px;
margin-top: 15px;
}
p {
margin: 10px 0 20px 0;
font-family: Verdana, Geneva, sans-serif;
}
p img { margin: 0; }
p.lead {
font-size: 14px;
line-height: 21px;
color: #666666;}
p.details {
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
line-height: 21px;
color: #666666;
text-decoration:none;
}
p.details a { font-family: Arial, Helvetica, sans-serif; font-size: 16px; line-height: 21px; color: #FF6600; text-decoration:none; }
p.details a:hover {
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
line-height: 21px;
color: #FF6600;
text-decoration: underline;
}
/* #Links
================================================== */
a { text-decoration: underline; font-family: Verdana, Geneva, sans-serif;}
a, a:visited {
color: #FF6600;
text-decoration: none;
outline: 0;
}
a:hover, a:focus { color: #003399; text-decoration: underline;}
body{
width: 100%;
background-color: #ffffff;
margin:0 0 0 10px;
padding:0 0 0 10px;
-webkit-font-smoothing: antialiased;
mso-margin-top-alt:0px;
mso-margin-bottom-alt:0px;
mso-padding-alt: 0px 0px 0px 0px;
}
p,h1,h2,h3,h4{
margin-top:0;
margin-bottom:0;
padding-top:0;
padding-bottom:0;
}
span.preheader{display: none; font-size: 1px;}
html{
width: 100%;
}
table{
font-size: 14px;
border: 0;
}
</style>
</head>
<body class="container">
<!-- Header -->
<header>
<!-- Container -->
<div class="container">
<a href="http://www.folderwave.com/mailer/FolderWave_UserGroup_Invitation_2014e.html" >
<img src="http://www.folderwave.com/mailer/images/header-usergroup.png" alt="FolderWave User Group Invitation">
</a>
<!-- End logo -->
</div>
<!-- End Container -->
</header>
<!-- End Header -->
<!-- FW UG -->
<section id="fw" style="border-top:2px solid #29c;">
<!-- Container -->
<div class="container" >
<div style="font-size: 24px; font-weight:lighter; font-family: Arial, Helvetica, sans-serif; line-height: 28px; padding-bottom:10px; padding-top:15px !important; color:#29c;">
FolderWave User Group Meeting<br></div>
<span class="details">
<p>When: Monday, June 16, 2014</p>
<p>Time: 8:30am - 5:30pm</p>
<p>Where: <a href="http://www.sheratonbostonhotel.com/" title="Sheraton Boston Hotel" target="_blank">Sheraton Boston Hotel</a></p>
</span>
</div>
</div>
</section>
<!-- End FW UG -->
<!-- About -->
<section id="about" style="border-top:2px solid #29c; margin-top:15px !important;">
<!-- Container -->
<div class="container" >
<h3 style="margin-top:5px;">Greetings! </h3>
<p>FolderWave is excited to announce the date for our Second Annual Higher Ed User Group Meeting at the <a href="http://www.sheratonbostonhotel.com/" target="_blank" >Sheraton Boston Hotel</a>, 39 Dalton Street, Boston. </p>
<h4> </h4>
<p>Please contact me if you have ideas or suggestions on topics you would like discussed. An agenda and additional information will follow as we get closer to the event date. A continental breakfast and lunch will be served.</p>
<h3 style="margin-right:10px; margin-top:20px;"><a href="http://www.sheratonbostonhotel.com/" target="_blank" ><img src="images/sheraton.png" alt="Sheraton Boston" width="393" height="335" align="left" /></a>Hotel Accommodations</h3>
<p style="margin-right:10px;">We have reserved rooms at the <a href="http://www.sheratonbostonhotel.com/" title="Sheraton Boston Hotel" target="_blank">Sheraton Boston Hotel</a> at a special group rate for Sunday and Monday. When making a reservation, please refer to the <em>FolderWave Room Block</em> event to receive the special rate. The Sheraton Boston Hotel reservation number is 1.888.627.7054.</p>
<br />
<p>Please RSVP to Pamela Brennan at <a href="mailto:[email protected]">[email protected]</a> or 781.264.4458.<br />
<br />
We look forward to seeing you!</p>
<p>Regards,<br>
Pamela Brennan <br>
Executive Director of Customer Success </p>
<p style="border-top:1px solid #cccccc; color: #677A83; text-decoration: none; font-size: 12px; font-family: Arial, sans-serif; line-height: 16px; padding-top: 10px; margin-top: 40px;"><a href="http://www.FolderWave.com"><img src="http://www.folderwave.com/mailer/images/header-fwsm.png" alt="FolderWave" width="100" height="43" border="0" align="right" ></a>©2014 FolderWave, Inc.<br>
238 Littleton Road <br>
Westford, MA 01886 <br>
<a href="http://www.folderwave.com" style="color: #289fdb; text-decoration: none; font-size: 12px; font-family: Arial, sans-serif; line-height: 18px;">www.FolderWave.com</a> • <a href="http://www.folderwave.com/mailer/FolderWave_UserGroup_Invitation_2014e.html" style="color: #289fdb; text-decoration: none; font-size: 12px; font-family: Arial, sans-serif; line-height: 18px;">View Invitation Online</a></p>
</div>
<!-- End Container -->
</section>
<!-- End About -->
</body>
</html>