Skip to content
This repository has been archived by the owner on Sep 2, 2021. It is now read-only.

Removing references to Extract #181

Merged
merged 3 commits into from
Jun 22, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified img/hero.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified img/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 6 additions & 12 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -139,25 +139,19 @@ <h1><span data-i18n="index.page.hero.description">A modern, open source text edi
<div id="sub-hero-wrapper">
<div class="intro row">
<div class="large-10 large-centered columns">
<p data-i18n="index.page.content.blurb">With focused visual tools and preprocessor support, Brackets is a modern text editor that makes it easy to design in the browser. Try Creative Cloud Extract (preview) for Brackets for an easy way to get clean, minimal CSS straight from a PSD with no generated code.</p>
<p data-i18n="index.page.content.blurb">With focused visual tools and preprocessor support, Brackets is a modern text editor that makes it easy to design in the browser. It's crafted from the ground up for web designers and front-end developers.</p>
</div>
</div>
<div class="sub-intro row">
<div class="large-6 columns">
<h2 data-i18n="index.page.content.why.header">Why Use Brackets?</h2>
<p data-i18n="index.page.content.why.content">Brackets is a lightweight, yet powerful, modern text editor. We blend visual tools into the editor so you get the right amount of help when you want it. With new features and extensions released every 3-4 weeks, it's like getting presents all year long.</p>
<p data-i18n="index.page.content.why.content">Brackets is a lightweight, yet powerful, modern text editor. We blend visual tools into the editor so you get the right amount of help when you want it without getting in the way of your creative process. You'll enjoy writing code in Brackets.</p>
</div>
<div class="large-6 columns">
<h2>
<svg id="extract" width="20px" height="23px">
<g>
<path d="M0,11.917 L8.34,7.255 L8.34,8.412 L2.07,11.918 L10,16.352 L17.931,11.918 L11.66,8.412 L11.66,7.255 L20,11.917 L10,17.509 L0,11.917 Z M4.387,16.113 L2.07,17.408 L10,21.843 L17.931,17.408 L15.613,16.113 L16.648,15.535 L20,17.408 L10,23 L0,17.408 L3.352,15.535 L4.387,16.113 Z" id="layers" fill="#2098F5"></path>
<path d="M10.553,1.973 L10.553,12.113 L9.454,12.113 L9.454,1.972 L6.526,5.07 L5.744,4.374 L10.008,0 L14.256,4.374 L13.474,5.07 L10.553,1.973 L10.553,1.973 Z" id="arrow" fill="#2098F5"></path>
</g>
</svg>
<span data-i18n="index.page.content.extract.header">Get Code Hints from a PSD</span>
</h2>
<p><span data-i18n="index.page.content.extract.content">The Extract for Brackets (Preview) extension lets you pull out design information from a PSD including colors, fonts, gradients, and measurement information as clean, minimal CSS via contextual code hints. You can also extract layers as images, use information from the PSD to define preprocessor variables, and easily get dimensions between objects. All in the context of your code.</span> <a href="http://blog.brackets.io/2014/11/04/brackets-1-0-and-extract-for-brackets-preview-now-available/" data-i18n="index.page.content.extract.more">Learn more&hellip;</a></p>
<h2 data-i18n="[html]index.page.content.love-and-js.header">Made with
<a href="contribute.html">&hearts;</a> and JavaScript</h2>
<p><span data-i18n="index.page.content.love-and-js.content">Brackets is an open-source project, supported by an active and passionate community. It's made by other web developers like you!</span> <a href="contribute.html" data-i18n="index.page.content.love-and-js.contribute">Learn How to Contribute&hellip;</a></p>

</div>
</div>
<div class="last-row on-white row">
Expand Down
12 changes: 6 additions & 6 deletions locales/_en/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@
"other-downloads": "Other Downloads"
},
"content": {
"blurb": "With focused visual tools and preprocessor support, Brackets is a modern text editor that makes it easy to design in the browser. Try Creative Cloud Extract (preview) for Brackets for an easy way to get clean, minimal CSS straight from a PSD with no generated code.",
"blurb": "With focused visual tools and preprocessor support, Brackets is a modern text editor that makes it easy to design in the browser. It's crafted from the ground up for web designers and front-end developers.",
"why": {
"header": "Why Use Brackets?",
"content": "Brackets is a lightweight, yet powerful, modern text editor. We blend visual tools into the editor so you get the right amount of help when you want it. With new features and extensions released every 3-4 weeks, it's like getting presents all year long."
"content": "Brackets is a lightweight, yet powerful, modern text editor. We blend visual tools into the editor so you get the right amount of help when you want it without getting in the way of your creative process. You'll enjoy writing code in Brackets."
},
"extract": {
"header": "Get Code Hints from a PSD",
"content": "The Extract for Brackets (Preview) extension lets you pull out design information from a PSD including colors, fonts, gradients, and measurement information as clean, minimal CSS via contextual code hints. You can also extract layers as images, use information from the PSD to define preprocessor variables, and easily get dimensions between objects. All in the context of your code.",
"more": "Learn more…"
"love-and-js": {
"header": "Made with <a href='contribute.html'>&hearts;</a> and JavaScript",
"content": "Brackets is an open-source project, supported by an active and passionate community. It's made by other web developers like you!",
"contribute": "Learn How to Contribute&hellip;"
},
"feature-highlights": {
"inline-editor": {
Expand Down