diff --git a/css/index.css b/css/index.css index 81ada5d..9c14fcd 100644 --- a/css/index.css +++ b/css/index.css @@ -7,8 +7,8 @@ .main { height: 920px; - margin: 10px auto; - padding: 20px; + margin: 10px auto 100px auto; + padding: 50px 20px; position: relative; width: 800px; } @@ -18,7 +18,7 @@ left: 540px; position: absolute; top: 20px; - width: 240px; } + width: 220px; } #chart svg { margin-left: 30px; height: 100%; diff --git a/index.html b/index.html index d942936..531cd9c 100644 --- a/index.html +++ b/index.html @@ -4,9 +4,35 @@
+ Create visualization of California coastal ocean temperature data to find monthly and yearly trends. ++ +
+ Visualization should invite interaction to create and answer questions such as: ++
+- Are ocean temperatures increasing?
+- What are the visible effects of El Nino?
+- What is the temperature of the ocean near San Francisco?
+
+ Data source: National Data Buoy Center. Historical data, such as 46213 Cape Mendocino, is mostly available since 1982. Extract, transform, and reduce scripts run on Node, publically available in source code. +
+ ++ This visualization is created using D3 and Three.js libraries. +
+