This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.draggable-menu-accordion-div { | |
background-color: #FFFFFF; | |
padding: 17px 5px 5px 5px; | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div style="background-color: #D1E8F6; height: 300px; width: 750px; text-align: center;"> | |
<img src="logo.jpg" alt="Logo"> | |
<p style="padding: 0; margin: 0 0 10px 0; font-family: 'Myriad Pro'; font-weight: 600; color: #006C96;">OpenHouse.ca is happy to announce they will be offering <span>FREE</span> Postcard Packages to REALTORS©. Here is yours for your Open House located at xxxxxx xxxxxx for July 28, 2013</p> | |
<p style="padding: 0; margin: 0; font-family: 'Myriad Pro'; font-weight: 600; color: #006C96;">Feel free to use this card to help the public know about your open house - either by printing it, saving it, posting it on Facebook/Twitter, etc. We also recommend you forward a copy to your clients who can send it to their friends and post on their social media as well.</p> | |
<div style="margin-top: 5px;"> | |
<img src="1.jpg" alt="1" style="padding-top: 500;"> | |
</div> | |
<div style="clear: both; text-align: left; font-family: 'Myriad Pro'; color: #006C96;"> | |
<img src="2.jpg" alt="2"> | |
<div styl |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
C:\Users\Sam\Desktop\Blog>jitsu deploy --debug | |
info: Welcome to Nodejitsu latros | |
info: jitsu v0.13.3, node v0.10.21 | |
info: It worked if it ends with Nodejitsu ok | |
info: Executing command deploy | |
info: Analyzing application dependencies in node app.js | |
debug: { method: 'GET', | |
debug: uri: 'https://api.nodejitsu.com/apps/latros/Blog', | |
debug: headers: | |
debug: { Authorization: '************************************************** |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
C:\Users\Sam\Desktop\Blog>jitsu deploy --debug | |
info: Welcome to Nodejitsu latros | |
info: jitsu v0.13.3, node v0.10.21 | |
info: It worked if it ends with Nodejitsu ok | |
info: Executing command deploy | |
info: Analyzing application dependencies in node app.js | |
debug: { method: 'GET', | |
debug: uri: 'https://api.nodejitsu.com/apps/latros/Blog', | |
debug: headers: | |
debug: { Authorization: '************************************************** |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
debug: rejectUnauthorized: false } | |
info Uploading: [=============================] 100% | |
debug: { statusCode: 201, | |
debug: result: | |
debug: { snapshot: | |
debug: { id: '0.0.1-12', | |
debug: md5: '9cafbb79947376268478428c81536e70', | |
debug: filename: 'latros-Blog-0.0.1-12.tgz', | |
debug: ctime: 1385576608365 } } } | |
info: Updating app Blog |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
console.log('info'.green + ': Visitor' + ': ' + req.connection.remoteAddress.green + ' is now viewing post: ' + post.title.green + '.'); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Array.prototype.randomElement = function () { | |
return this[Math.floor(Math.random() * this.length)] | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Samuel Stiles@SAMS-W8-TABLET ~/Desktop/BeauCSS_Website (master) | |
$ grunt serve --verbose | |
Initializing | |
Command-line options: --verbose | |
Reading "Gruntfile.js" Gruntfile...OK | |
Registering Gruntfile tasks. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
>> File "app\styles\main.scss" changed. | |
Initializing | |
Command-line options: --verbose | |
Reading "Gruntfile.js" Gruntfile...OK | |
Registering Gruntfile tasks. | |
Registering "grunt-contrib-copy" local Npm module tasks. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Generated on 2014-01-07 using generator-webapp 0.4.6 | |
'use strict'; | |
// # Globbing | |
// for performance reasons we're only matching one level down: | |
// 'test/spec/{,*/}*.js' | |
// use this if you want to recursively match all subfolders: | |
// 'test/spec/**/*.js' | |
module.exports = function (grunt) { |
OlderNewer