Skip to content

Commit

Permalink
added source files from pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
leph83 committed Mar 16, 2015
1 parent aca2592 commit 135be8f
Show file tree
Hide file tree
Showing 192 changed files with 16,290 additions and 0 deletions.
1 change: 1 addition & 0 deletions lab/source/README
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
After you generate Pattern Lab for the first time your source files will be placed here.
188 changes: 188 additions & 0 deletions lab/source/_data/_data.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,188 @@
{
"theme" : "default",
"css" : "style",
"meta-title" : "Pattern Lab",
"htmlClass": "pl html",
"bodyClass": "body",
"modifier": "modifier",
"img": {
"logo": {
"src": "http://placehold.it/350x150",
"alt": "logo"
},
"landscape-4x3": {
"src": "http://placehold.it/400x300",
"alt": "4x3 Image"
},
"landscape-16x9": {
"src": "http://placehold.it/1600x900",
"alt": "16x9 Image"
},
"portrait": {
"src" : "http://placehold.it/900x1600",
"alt": "Portrait"
},
"square": {
"src": "http://placehold.it/1000x1000",
"alt": "Square Thumbnail"
},
"avatar" : {
"src" : "../../images/fpo_avatar.png",
"alt" : "Person Name"
},
"rectangle": {
"src": "http://placehold.it/400x300",
"alt": "Rectangle"
}
},
"headline" : {
"short" : "Lorem ipsum dolor sit (37 characters)",
"medium" : "Lorem ipsum dolor sit amet, consectetur adipiscing elit. (72 characters)"
},
"excerpt" : {
"short" : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam",
"medium" : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.",
"long" : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum."
},
"description" : "So, setting about it as methodically as men might smoke out a wasps' nest, the Martians spread this strange stifling vapour over the Londonward country. The horns of the crescent slowly moved apart, until at last they formed a line from Hanwell to Coombe and Malden. All night through their destructive tubes advanced.",
"url" : "#",
"name" : {
"first": "Lacy",
"firsti": "L",
"middle": "Tommie",
"middlei": "T",
"last": "Way",
"lasti": "W"
},
"year" : {
"long": "2013",
"short": "13"
},
"month" : {
"long": "February",
"short": "Feb",
"digit": "02"
},
"dayofweek" : {
"long": "Monday",
"short": "Mon"
},
"day" : {
"long": "10",
"short": "10",
"ordinal": "th"
},
"hour" : {
"long": "01",
"short": "1",
"military": "13",
"ampm": "pm"
},
"minute" : {
"long": "20",
"short": "20"
},
"seconds" : "31",





"show-comments" : false,
"more": "more",
"all-rights" : "Alle rechte vorbehalten",
"date": "24.12.2015",



"show-company" : true,
"company" : "Company",
"show-address" : true,
"street" : "Streetname",
"street-nr" : "42",
"show-city" : true,
"zip" : "0815",
"city" : "Basin City",
"show-country" : true,
"country" : "Zimbabwe",
"show-phone" : true,
"phone" : "0815 300 600",
"show-fax" : true,
"fax" : "0815 300 600-15",
"show-mail" : true,


"opening" : true,



"block-nav" : true,
"nav-item" : "navigation",
"nav-items" : [
{}
],



"footer-1" : true,
"footer-2" : true,
"footer-3" : true,
"footer-4" : true,





"block-tag" : "div",
"block-modifier" : "",
"show-block-overlay" : false,
"show-block-link" : true,
"show-lightbox" : false,
"block-grid" : "",
"block-grid-image" : "one-third",
"block-grid-content" : "two-thirds",
"show-block-image" : true,
"block-image" : "http://placehold.it/1980x1280",
"show-block-date" : false,
"show-block-header" : true,
"block-header-tag" : "div",
"block-title-tag" : "div",
"block-title" : "Block Title dolor sit (37 characters)",
"show-block-subtitle" : false,
"block-subtitle-tag" : "div",
"block-subtitle" : "Block Sub Title lor sit amet, consectetur adipiscing elit. (72 characters)",
"show-block-excerpt" : true,
"block-excerpt" : "Block excerpt dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.",
"show-block-more" : false,





"section-tag" : "section",
"section-modifier" : "",
"show-section-image" : false,
"section-image" : "../../../../img/testimages/werkzeuge.jpg",
"show-section-overlay" : false,

"show-section-header" : true,
"section-header-tag" : "div",
"section-title-tag" : "h1",
"section-subtitle-tag" : "div",
"section-title" : "Section Title",
"show-subtitle" : true,
"section-subtitle" : "Section Subtitle",

"show-section-items" : true,
"section-grid" : "",
"section-grid-item" : "",
"section-items" : [
{}
],

"show-section-button" : false,

"sections" : [
{}
]
}
Loading

0 comments on commit 135be8f

Please sign in to comment.