index.html 16.2 KB
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448
<html>
<head>
    <title>Runnymede CEO Update</title>
    <style>
        body {
            background:#ededed;
            margin: 0;
            font-size: 12px;
            line-height: 16px;
            color: #2E2925; /*CHARCOAL*/
            font-family: "Verdana", "Arial", sans-serif;
        }
        table, tr, td{
            border: none; 
            border-collapse: collapse;
            padding: 0;
        }
        img, a img{
            border: none;
            border-collapse: collapse;
            display: block;
        }
        .container{
            border: 1px #7a868c solid;
            background-color: #ffffff;
        }
        .address td td{
            font-size: 11px;
            line-height: 13px;
        }
        .address td td a{
            font-weight:bold;
        }
        p {
            margin-bottom: 10px;
            margin-top: 10px;
            font-size: 12px;
            line-height: 15px;
        }
        a {
            color: #7a868c; /*CHARCOAL*/
        }
        .content-table th, .content-table td{
            vertical-align:top;
        }
        .content-table th{
            background-color: #a6a6a8;
            color: #FFFFFF;
            text-align: left;
        }
        .odd{
            background-color: #e5e5e5;
        }
        .float-l{
            float: left;
            margin: 0 10px 10px 0;
        }
        .float-r{
            float: right;
            margin: 0 0 10px 10px;
        }
        img{
            border:none;
            border-collapse: collapse;
        }
        a img{
            border:none;
            border-collapse: collapse;
        }
        
        
        /* specific to RHC */
        .mast td{
            vertical-align:top;
        }
        .volume{
            color:#2E2925;
            font-size: 10px;
            line-height: 10px;
            background-color: #7a868c;
        }
        .volume p{
            color:#2E2925;
            font-size: 10px;
            line-height: 12px;
            margin:0;
            padding:0;
        }
        .content td td{
        }
        h1{
            color:#3baf29;
            font-size:28px;
            line-height:32px;
            font-weight:bold;
            margin: 0 0 10px 0;
        }
        h2{
            color:#3baf29;
            font-size:20px;
            line-height:24px;
            font-weight:bold;
            margin: 0 0 10px 0;
        }
        h3{
            font-size:16px;
            line-height:18px;
            font-weight:bold;
            margin: 0 0 10px 0;
        }
        .column-left h1{
            font-size:20px;
            line-height:24px;
        }
        .column-left h2{
            font-size:16px;
            line-height:20px;
        }
        .column-left h3{
            font-size:12px;
            line-height:16px;
        }
        .read-more p, .read-more a{
            text-align:right;
            font-weight:bold;
            font-size:10px;
            line-height:10px;
            margin:0;
            color:#7C858C;
        }
        .read-more{
            text-align:right;
        }
        .read-more td{
            vertical-align:top;
        }
        tr.read-more td p, tr.read-more td a{
            margin:0;
        }
        .logobar{
            background-color: #2E2925;
        }
        .logobar2{
            background-color: #3FAE29;
        }
        
        .box td{
            vertical-align:top;
        }
        .box p{
            margin:0;
            padding:0;
            margin-bottom:7px;
            line-height:15px;
        }
        
        .green td{
            background-color:#3baf29;
        }
        .green td a, .green td p{
            color:white;
        }
        .green td h2, .dkgrey td h2 a{
            color:white;
        }
        
        .grey td{
            background-color:#a9afb3;
        }
        .grey td a, .grey td p{
            color:#2E2925;
        }
        .grey td h2, .dkgrey td h2 a{
            color:#2E2925;
        }
        td.white{
            background-color:white;
        }
        .white td h2, .white td h2 a{
            color:#3baf29;
        }
        td.white-border{
            background-color:#7a868c;
        }
        td.design{
            font-size:1px;
            line-height:1px;
            height:1px;
        }
        .column-left p{
            color:#7C858C;
        }
        p.staff-name, p.staff-title{
            font-size:10px;
            line-height:12px;
            color:#2E2925;
            margin:5px 0 5px 0;
        }
        .optout{
            font-size:9px;
            font-style:italic;
        }
        .optout a, .address a{
            color:#7C858C;
            font-weight:bold;
        }
       
        
    </style>
</head>
<body LEFTMARGIN="0" TOPMARGIN="0">
<table width="100%" cellspacing="0" cellpadding="0" border="0">
    <tr>
        <td><img src="images/blank.gif" alt="" width="1" height="1"/></td>
        <td id="centering" width="600">
            <table  class="container" cellspacing="0" cellpadding="0" border="0"><tr><td><!-- this enables a border and/or background colour -->
                
                


<!-- this will be different with every email -->

<!-- layoutrows first, then layout tables within each row for further control -->          
<a href="https://www.runnymedehc.ca/">
<table class="layoutrows" cellspacing="0" cellpadding="0" border="0">

    <tr class="mast">
        <td><img src="images/mast.gif" width="598" height="133" alt="Runnymede Healthcare CEO Update"/></td>
    </tr>
    <tr class="mast">
        <td>
            <table cellpadding="0" cellspacing="0" border="0" width="598" class="volume">
                <tr>
                    <td width="40"><img src="images/blank.gif" width="40" height="1" alt=""/></td>
                    <td><p><singleline label="Volume" repeatertitle='true' >Volume 2  |  Number 3  |  December 2014</singleline></p>
                    </td>
                </tr>
            </table>
</td>
    </tr>
    <tr class="mast">
        <td><img src="images/mast2.gif" width="598" height="48" alt=""/></td>
    </tr>
</table>
</a>
    <!-- mast ends -->
    <!-- content -->
<table cellpadding="0" cellspacing="0" border="0" width="598" class="content-table">
    <tr>
        <td width="228" class="column-left">
            <img editable label="Feature Image" src="images/ceo.jpg" width="228" height="201" alt=""/>
            <table cellpadding="0" cellspacing="0" border="0" width="228">
                <tr>
                    <td width="35"><img src="images/blank.gif" width="35" height="1" alt=""/></td>
                    <td><multiline label='Sidebar Body'>
                        <p class="staff-name"><strong>Connie Dejak</strong></p>
                        <p class="staff-title">President & CEO<br>
                        Runnymede Healthcare Centre</p>
                        <p>It is with great pleasure that I bring you this edition of the CEO Update.</p>
                        <p>This brief update is a tool to disseminate vital and important information about the hospital in a timely manner, to our staff and community partners.</p>
                        <p>Sincerely,</p>
                        </multiline>
                        <img editable label="Signature" src="images/connie-signature.gif" width="95" height="59" alt="Connie's signature"/>
                        
                        
                    </td>
                    <td width="24"><img src="images/blank.gif" width="24" height="1" alt=""/></td>
                </tr>
            </table>
            
            <repeater>
            <layout  label='Grey'>
            <table cellspacing="0" cellpadding="0" border="0" class="box grey">
              <tr>
                <td class="white"><img src="images/blank.gif" width="1" height="20" alt=""/></td>
                <td class="white"></td>
                <td class="white"></td>
                <td class="white"></td>
              </tr>
              <tr>
                <td width="35"><img src="images/blank.gif" width="35" height="1" alt=""/></td>
                <td></td>
                <td width="16"><img src="images/RHC_TR.png" width="16" height="16" alt=""/></td>
                <td width="24" class="white"><img src="images/blank.gif" width="24" height="1" alt=""/></td>
              </tr>
              <tr>
                <td><img src="images/blank.gif" width="1" height="115" alt=""/></td>
                <td><h2>
                  <singleline label="Pullquote Title" repeatertitle='true' >Lorem ipsum dolor mit amet </singleline>
                </h2>
                  <multiline label="Pullquote Body" >
                    <p>Doenim ad minim veniam, quis nostrud commodo.  ipsum dolor minim mit...</p>
                  </multiline></td>
                <td></td>
                <td class="white"></td>
              </tr>
              <tr class="read-more">
                <td><img src="images/blank.gif" width="1" height="15" alt=""/></td>
                <td><p>
                  <singleline label="Read More" repeatertitle='true' >READ MORE</singleline>
                </p></td>
                <td></td>
                <td class="white"></td>
              </tr>
              <tr>
                <td><img src="images/blank.gif" width="1" height="16" alt=""/></td>
                <td></td>
                <td><img src="images/RHC_BR.png" width="16" height="16" alt=""/></td>
                <td class="white"></td>
              </tr>
            </table>
            </layout>
            
            
            <layout  label='Green'>
            <table cellspacing="0" cellpadding="0" border="0" class="box green">
              <tr>
                <td class="white"><img src="images/blank.gif" width="1" height="20" alt=""/></td>
                <td class="white"></td>
                <td class="white"></td>
                <td class="white"></td>
              </tr>
              <tr>
                <td width="35"><img src="images/blank.gif" width="35" height="1" alt=""/></td>
                <td></td>
                <td width="16"><img src="images/RHC_TR.png" width="16" height="16" alt=""/></td>
                <td width="24" class="white"><img src="images/blank.gif" width="24" height="1" alt=""/></td>
              </tr>
              <tr>
                <td><img src="images/blank.gif" width="1" height="115" alt=""/></td>
                <td><h2>
                  <singleline label="Pullquote Title" repeatertitle='true' >Lorem ipsum dolor mit amet </singleline>
                </h2>
                  <multiline label="Pullquote Body" >
                    <p>Doenim ad minim veniam, quis nostrud commodo.  ipsum dolor minim mit...</p>
                  </multiline></td>
                <td></td>
                <td class="white"></td>
              </tr>
              <tr class="read-more">
                <td><img src="images/blank.gif" width="1" height="15" alt=""/></td>
                <td><p>
                  <singleline label="Read More" repeatertitle='true' >READ MORE</singleline>
                </p></td>
                <td></td>
                <td class="white"></td>
              </tr>
              <tr>
                <td><img src="images/blank.gif" width="1" height="16" alt=""/></td>
                <td></td>
                <td><img src="images/RHC_BR.png" width="16" height="16" alt=""/></td>
                <td class="white"></td>
              </tr>
            </table>
            </layout>



            </repeater>
            
            
            </td>
        <td width="330"><multiline label='Body'>
<h2>Width of content is 330px </h2>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum et laoreet lectus. Fusce nisi lacus, interdum eget ligula molestie, viverra ultrices dolor. Maecenas convallis tempor dolor at egestas. Vestibulum eu auctor nisl. Maecenas porttitor dolor eu justo rutrum, dapibus ultrices purus condimentum. Sed quis viverra ante. Cras ullamcorper lacus fermentum metus scelerisque venenatis. Proin facilisis lorem nec dui facilisis pretium. Vestibulum quis nisi semper, faucibus nulla quis, tincidunt turpis. Morbi pharetra mi at metus blandit vulputate. Vivamus pellentesque arcu at leo varius vulputate. Sed aliquam arcu quam, nec ullamcorper nisi tristique non. Sed quis arcu tortor.</p>
<p>Etiam eros metus, varius sit amet faucibus ut, dictum non velit. Ut diam magna, auctor nec lobortis id, vulputate eu metus. Nunc ultricies nulla in venenatis bibendum. Cras porttitor tellus pretium eros ullamcorper, eu cursus enim fringilla. Curabitur fermentum nisl ut rhoncus consequat.</p>
<p>Praesent auctor lacinia elementum. Phasellus vel risus augue. Duis at cursus nulla. Mauris ac feugiat sapien, vel aliquam ante. Quisque eleifend feugiat odio, at elementum leo com.</p>
<p>Vestibulum porta condimentum massa non sollicitudin. Suspendisse varius, tellus nec fermentum consequat, purus magna sagittis arcu, eu dictum ipsum ligula vel dolor. Fusce sem dui, lacinia non iaculis quis, mollis et elit. Nunc nec odio et odio iaculis ultricies vitae sed magna. Aenean mauris ligula, tristique viverra ultricies quis, consectetur sit amet neque. Integer eget scelerisque tellus. Nunc vitae eros pulvinar, vestibulum quam eget.</p>
<p>Mauris euismod eget magna quis elementum. Sed mattis dui semper erat auctor aliquam. Praesent malesuada viverra viverra. </p>
<p>Nulla dapibus ac lectus vitae mollis. Ut eros erat, commodo vitae sem et, venenatis convallis neque. Nullam vitae tortor id dolor temsse eu auctor quam. Fusce quis nisl nec odio dignissim cursus. Maecenas scelerisque et nunc id commodo. Lorem ipsum...</p></multiline>

<p class="read-more"><singleline label='Read More'>READ MORE</singleline></p>

        </td>
        <td width="40"><img src="images/blank.gif" width="40" height="1" alt=""/></td>
    </tr>
</table>
    <!-- content ends -->
    
<table cellpadding="0" cellspacing="0" border="0">
    <tr>
        <td><img src="images/blank.gif" width="1" height="20" alt=""/></td>
        <td></td>
        <td></td>
    </tr><!-- logobar ends -->
    <tr class="logo-bar">
        <td width="35" class="design"><img src="images/blank.gif" width="35" height="1" alt=""/></td>
        <td width="523" class="white-border design"><img src="images/blank.gif" width="523" height="1" alt=""/></td>
        <td width="40" class="design"><img src="images/blank.gif" width="40" height="1" alt=""/></td>
    </tr><!-- logobar ends -->
    
    
    <tr class="address white">
        <td></td>
        <td>
            <table cellspacing="0" cellpadding="0" border="0" >
            <tr>
                <td valign="top"><img src="images/blank.gif" width="1" height="15" alt=""/></td>
                <td></td>
            </tr>
            <tr>
                <td class="" width="567">
<strong>Runnymede Healthcare Centre</strong><br>
625 Runnymede Rd., Toronto, ON  M6S 3A3<br>
T 416 762 7316  |  F 416 762 3836<br>
<a href="https://www.runnymedehc.ca">www.runnymedehc.ca</a><br>
&nbsp;</td>
<td style="text-align:right;vertical-align:top;"><img src="images/RHC-tag.gif" width="161" height="25" alt="We make it possible."/></td>
            </tr>
            </table>
        </td>
        <td></td>
    </tr><!-- address ends -->
    
    <tr class="opt-out">
        <td><img src="images/blank.gif" width="1" height="24" alt=""/></td>
        <td class="optout">
        If you no longer wish to receive this newsletter, click <unsubscribe>unsubscribe</unsubscribe>. <br>&copy; 2014 Runnymede Healthcare Centre <a href="https://www.runnymedehc.ca/quality-accountability/privacy-protection">Privacy Policy</a>.</td>
        <td></td>
    </tr><!-- opt-out ends -->
    <tr>
        <td><img src="images/blank.gif" width="1" height="24" alt=""/></td>
        <td></td>
        <td></td>
    </tr><!-- bottom margin ends -->

</table><!-- layoutrows ends -->
            


            



            
            
            </td></tr></table><!-- container ends -->
        </td>
        <td><img src="images/blank.gif" alt="" width="1" height=""/></td>
    </tr>
    <tr>
        <td><img src="images/blank.gif" alt="" width="1" height="1"/></td>
        <td class="address" width="600"><img src="images/blank.gif" alt="" width="600" height="1"/></td>
        <td><img src="images/blank.gif" alt="" width="1" height="1"/></td>
    </tr>
</table>
</body>
</html>