| The graphics are nice, but I think you can polish the writing. 1. It took me probably 30 seconds to understand that the text blocks on the start page are summaries of what's in every chapter. Try to read this without knowing that this website is an online book: > The purpose of HTML, CSS, and JavaScript, the difference between frameworks and languages, and finding your way around a basic website project with Atom. This doesn't make any sense if you don't know that it describes a chapter in a book. 2. Simplify sentences. Cut adjectives. Shorten. It reads academic. Examples: > Our goal is to make it as easy as possible for complete beginners to become professional web developers, so if you’ve never written a line of HTML or CSS, but you’re contemplating a career shift, grab a cup of coffee, take a seat, and let’s get to work. This is a single sentence. It's hard to understand. Your readers aren't all native Americans. This could be turned into: -> This guide helps you to become a professional web developer, even if you've never written a single line of HTML or CSS. > They’re very closely related, but they’re also designed for very specific tasks. Understanding how they interact will go a long way towards becoming a web developer. Ctrl + F "very": Too often. A good editor might reduce the text by 25-50%. My secret tip is the Material Design Writing guide [1]. It shows how to write for apps. With apps, the user needs to get a task done as fast and efficient as possible. Write that way. [1] https://material.io/guidelines/style/writing.html |