Skip to content

Commit

Permalink
Merge pull request #1 from square/margolis/more-proofreading
Browse files Browse the repository at this point in the history
Clean up the intro page
  • Loading branch information
opazazzyzen committed Oct 13, 2014
2 parents 79df9ba + 28ea0bf commit 14c8773
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,22 +5,23 @@ title: Overview

### Background

In Square's New Engineer Onboarding program, we offer short courses and lectures
on tools the variety of tools that Square uses. We started to collect notes from
our course on D3.js and found that it was well-suited to a written tutorial, and
was worth sharing.
In Square’s new engineer onboarding program, which we call NEO, we offer short
courses and lectures on a variety of tools that we use at Square. We started to
collect notes from our course on D3.js and found the notes were well-suited for
a tutorial — and worth sharing.

### Introduction

This course provides a quick intro to
[D3.js](http://d3js.org/), a Javascript library for creating data visualizations
in the browser. D3 is built on top of common web standards like HTML, CSS, and SVG.
The tutorial provides a quick intro to [D3.js](http://d3js.org/), a Javascript
library for creating data visualizations in the browser. D3 is built on top of
common web standards like HTML, CSS, and SVG.

D3 makes web-based visualizations easier by "automating the hard bits you already
understand," as opposed to "hiding the hard
bits" (hat tip [@andy_matuschak](https://twitter.com/andy_matuschak/status/365547794129358849)).

Again, this course is _not_ a deep dive. The goal is get a high-level understanding of D3 basics.
Again, the tutorial is _not_ a deep dive — we want you to learn _how_ to learn
D3 and gain a high-level understanding of this useful tool.

<a href="{{ "/web-standards/" | prepend: site.baseurl }}" class="giant-button">
Let's get started!
Expand Down

0 comments on commit 14c8773

Please sign in to comment.