diff --git a/README.md b/README.md index 218eea5f..c24ae2b8 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,10 @@ Assignment 1 - Hello World: GitHub and d3 === +Source: https://webdva.github.io/how-to-draw-a-line-in-d3js/ +gh-url: https://github.com/mnorales/a1-ghd3/blob/master/index.html +Section for Technical and Design Achievements: +I am completely new to Java Script and I haven't used github in 5-6 years, so as of right now, i am pretty pround of the fact that i was able to get this far while being so out of practice. A technical acheivment for me was finding an alternative to making the polygons because i tries multiple methods that all failed. Ans the basic design was made through multiple lines instead of one program. +--- This is a starting project to make sure you can write and host a webpage that generates graphics using d3. diff --git a/index.html b/index.html index 774ccfcc..78a627de 100644 --- a/index.html +++ b/index.html @@ -2,9 +2,109 @@ + // Add Lines + // Source: https://webdva.github.io/how-to-draw-a-line-in-d3js/ + + + +