Created
May 1, 2014 01:31
-
-
Save attitude/ffd91e5c168614617fcc to your computer and use it in GitHub Desktop.
First site contnt data for example usage of Macaw together with Publisher
This file contains hidden or 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
--- | |
################################################################################ | |
# | |
# COLLECTIONS | |
# | |
################################################################################ | |
_id: homepage | |
_type: collection | |
route: / | |
template: homepage | |
title: index | |
nowAvailableNotice: Now available for OSX and Windows! | |
hero: | |
headline: Stop writing code, start drawing it. | |
subheadline: Macaw provides the same flexibility as your favorite image editor but also writes semantic HTML and remarkably succinct CSS. It's time to expect more from a web design tool. | |
testimonial: | |
quote: "The superhot web design tool of the future." | |
by: —Jeffrey Zeldman, Founder of Happy Cog | |
features: | |
line: Built for today's web designer | |
featureList: | |
- | |
src: images/responsive-icon.png | |
name: Responsive | |
text: Set breakpoints and optimize your site for all devices. | |
- | |
src: images/type-icon.png | |
name: Typography | |
text: Pull in web fonts or use system fonts like never before. | |
- | |
src: images/stamp-icon.png | |
name: Global Styles | |
text: Apply a style to multiple elements and modify it in one location. | |
- | |
src: images/remote-icon.png | |
name: Remote Preview | |
text: Broadcast your design to any device on the network. | |
- | |
src: images/interactive-icon.png | |
name: Interactive | |
text: Set variable names and add scripts for fast prototyping. | |
- | |
src: images/page-icon.png | |
name: Pages | |
text: Share assets between pages and save them all in one document. | |
- | |
src: images/positioning-icon.png | |
name: Positioning | |
text: Utilize static, absolute and fixed positioning for dynamic layouts. | |
- | |
src: images/components-icon.png | |
name: Components | |
text: Store elements in your library and reuse them on any page. | |
engines: | |
stream: | |
name: Stream | |
src: images/stream-black.png | |
short: Real-time, fluid layout engine | |
text: Macaw’s design environment is powered by a real-time layout engine called Stream, which allows elements to be manipulated in a manner similar to image editors like Adobe’s Photoshop. Behind the scenes, Stream calculates all of the properties necessary (floats, clears, margins, etc) to place the elements into a static document flow just as a seasoned developer would. The days of fighting layout logic are over. | |
testimonial: | |
quote: "This could be the beginning of the end of coding." | |
by: —Paul Boag, Host of Boagworld Podcast | |
alchemy: | |
name: Alchemy | |
src: images/alchemy-black.png | |
short: Real-time, fluid layout engine | |
text: Converting a design into usable HTML and CSS has long been considered impossible. However, Macaw’s powerful design-to-code engine - Alchemy - is changing that perception. It was built from the ground up on a foundation of best-practices collected from the community and is so intuitive to use you might accidentally write beautiful, semantic code. | |
testimonial: | |
quote: "I dunno what sorcery they're using to make the code, but it's amazing and beautiful." | |
by: —Mike Finch, Product Designer at Facebook | |
team: | |
- | |
name: Danny Kleinman | |
role: Window Engineer | |
url: http://twitter.com/megapixel | |
handle: @megapixel | |
- | |
name: Brandon Jones | |
role: OSX Engineer | |
url: http://twitter.com/btj | |
handle: @btj | |
- | |
name: Tom Giannattasio | |
role: Founder/CEO | |
url: http://twitter.com/attasi | |
handle: @attasi | |
- | |
name: Adam Christ | |
role: Cofounder/JS Engineer | |
url: http://twitter.com/gesusc | |
handle: @gesusc | |
footer: | |
nav: | |
- Store | |
- Forums | |
- Videos | |
languages: | |
query(): {_type: language, published: true } | |
copyrightYear: { copyrightYear(): {since: 2014}} | |
... | |
--- | |
################################################################################ | |
# | |
# LANGUAGES | |
# | |
################################################################################ | |
_id: sk_SK | |
_type: language | |
_collection: languages | |
name: Slovenčina | |
code: sk | |
published: true | |
default: true | |
... | |
--- | |
_id: en_EN | |
_type: language | |
_collection: languages | |
name: English | |
code: en | |
published: true | |
... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment