diff --git a/README.md b/README.md
index 58b6358f0..91807a7e1 100644
--- a/README.md
+++ b/README.md
@@ -1,16 +1,10 @@
# Static Site: Code Journal & Portfolio
+__Learning Goal:__ Practice creating semantic HTML and applying visual styles with CSS. The goal is to explore the relationship between HTML and CSS, and how visual styles add to the semantics and hierarchy established by the foundational HTML.
-You will create a _static_ web site using HTML & CSS. This static site will serve as the foundation for later projects, and will contain information about your programming projects and efforts at Ada.
-
-This is an individual, [stage 2](https://github.com/Ada-Developers-Academy/pedagogy/blob/master/rule-of-three.md) project.
-
-## Learning Goals:
-- Practice creating semantic HTML
-- Practice applying visual styles with CSS
-- Use both HTML & CSS together to create a comprehensive design
+You will create a _static_ web site using HTML & CSS. This static site will serve as the foundation for later projects, and will contain information about your programming projects and efforts at Ada.
## Project Requirements
-This is an individual project. It consists of a baseline and a single wave. You are only permitted to use static HTML and CSS for this project. Preprocessors (haml, erb, sass, less, etc.) and Javascript of any time are not allowed.
+This is an individual project. It consists of a baseline and a single wave. You are only permitted to use static HTML and CSS for this project. Preprocessors (haml, erb, sass, less, etc.) and Javascript are not allowed.
### Baseline
- Create an `index.html` that has the necessary meta information to link a stylesheet called `styles.css`.
@@ -27,18 +21,23 @@ This is an individual project. It consists of a baseline and a single wave. You
- The site should follow best practices including:
- All markup should be semantic, with consideration of hierarchy and accessibility.
- CSS should be concise and well formatted
- - Images and stylesheets should be kept in their own folders, called `images` and `stylesheets`, respectively.
+ - Images and stylesheets should be kept in their own folders, called `images` and `styles`, respectively.
### Optional Enhancements
- Create a `blog/` or `code-journal/` directory. Within this directory...
- create single `html` file for each entry in your blog/journal
- - update the nav on the rest of your site to reference each entry as a sublist/subnav.
- - update any tags with path references (`img`, `link`, `a` tags) to accomodate for the entries being in a different directory.
-- Create any number of additional pages or directories.
+ - update the nav on the rest of your site to reference each entry as a sublist/subnav
+ - update any tags with path references (`img`, `link`, `a` tags) to accomodate for the entries being in a different directory
+- Create any number of additional pages or directories
+
+### Hosting
+Websites will be hosted using Github Pages. Before creating the repository, read [ Github Pages documentation ](https://pages.github.com/).
+
### A Word of Caution
Lots of developers find their initial foray into CSS frustrating. Every browser implements the CSS standard a little (or a lot) differently. Learning to manipulate elements and understand the _box model_ takes time. Floats can be especially challenging to developers new to CSS. For this project, focus on understanding the mechanics and semantics of HTML and CSS, and how the two work together.
+
### Inspiration 👯
- [http://lizabinante.com/](http://lizabinante.com/)
- [http://www.elenichappen.com/](http://www.elenichappen.com/)
diff --git a/about.html b/about.html
new file mode 100644
index 000000000..30e41c26c
--- /dev/null
+++ b/about.html
@@ -0,0 +1,51 @@
+
+
+
+ "Hearties avast gally jib brigantine scourge of the seven seas hardtack weigh anchor coxswain Gold Road. Yo-ho-ho port driver pillage booty scuttle reef ballast barkadeer hang the jib. Spanker jury mast line weigh anchor yardarm American Main bilge aft jib crow's nest."
+
+ "Do what you can, with what you have, where you are. First we form habits, then they form us. Conquer your bad habits, or they will eventually conquer you. Imagine you only have one year to live. What important things would you be doing? How would you be allotting your time to accomplish the most you could? This exercise is one method of going after your priorities."
+
+ "For those who have seen the Earth from space, and for the hundreds and perhaps thousands more who will, the experience most certainly changes your perspective. The things that we share in our world are far more valuable than those which divide us."
+
+
+
+
+
+
+
+
+
+
diff --git a/images/Blue-owl.jpg b/images/Blue-owl.jpg
new file mode 100644
index 000000000..5ce10ec00
Binary files /dev/null and b/images/Blue-owl.jpg differ
diff --git a/images/Colorful-bird-1.jpg b/images/Colorful-bird-1.jpg
new file mode 100644
index 000000000..b0ecdf06b
Binary files /dev/null and b/images/Colorful-bird-1.jpg differ
diff --git a/images/DanceMath.jpg b/images/DanceMath.jpg
new file mode 100644
index 000000000..ccedd48d9
Binary files /dev/null and b/images/DanceMath.jpg differ
diff --git a/images/EinsteinFishQuote.jpeg b/images/EinsteinFishQuote.jpeg
new file mode 100644
index 000000000..219ddaeb5
Binary files /dev/null and b/images/EinsteinFishQuote.jpeg differ
diff --git a/images/EinsteinFishQuote2.jpeg b/images/EinsteinFishQuote2.jpeg
new file mode 100644
index 000000000..74afbd7ba
Binary files /dev/null and b/images/EinsteinFishQuote2.jpeg differ
diff --git a/images/FormulaBlackboard1.jpeg b/images/FormulaBlackboard1.jpeg
new file mode 100644
index 000000000..f6fe75142
Binary files /dev/null and b/images/FormulaBlackboard1.jpeg differ
diff --git a/images/Fractal-1.jpeg b/images/Fractal-1.jpeg
new file mode 100644
index 000000000..2e04a5393
Binary files /dev/null and b/images/Fractal-1.jpeg differ
diff --git a/images/Fractal-2.jpeg b/images/Fractal-2.jpeg
new file mode 100644
index 000000000..ea750e5e5
Binary files /dev/null and b/images/Fractal-2.jpeg differ
diff --git a/images/Fractal-3.jpeg b/images/Fractal-3.jpeg
new file mode 100644
index 000000000..caa4497aa
Binary files /dev/null and b/images/Fractal-3.jpeg differ
diff --git a/images/Fractal-4.jpeg b/images/Fractal-4.jpeg
new file mode 100644
index 000000000..5abf5d3eb
Binary files /dev/null and b/images/Fractal-4.jpeg differ
diff --git a/images/Fractal-5.jpeg b/images/Fractal-5.jpeg
new file mode 100644
index 000000000..52b5a1c6f
Binary files /dev/null and b/images/Fractal-5.jpeg differ
diff --git a/images/Fractal-6.jpg b/images/Fractal-6.jpg
new file mode 100644
index 000000000..569140aad
Binary files /dev/null and b/images/Fractal-6.jpg differ
diff --git a/images/India-1.jpg b/images/India-1.jpg
new file mode 100755
index 000000000..60ca397fb
Binary files /dev/null and b/images/India-1.jpg differ
diff --git a/images/JandMdancing.jpg b/images/JandMdancing.jpg
new file mode 100644
index 000000000..a4c963cd3
Binary files /dev/null and b/images/JandMdancing.jpg differ
diff --git a/images/LillyPadFrog.jpg b/images/LillyPadFrog.jpg
new file mode 100755
index 000000000..476259722
Binary files /dev/null and b/images/LillyPadFrog.jpg differ
diff --git a/images/MandalaDance13.jpg b/images/MandalaDance13.jpg
new file mode 100644
index 000000000..3bccb4a97
Binary files /dev/null and b/images/MandalaDance13.jpg differ
diff --git a/images/MandalaDance30.jpg b/images/MandalaDance30.jpg
new file mode 100644
index 000000000..37c1be085
Binary files /dev/null and b/images/MandalaDance30.jpg differ
diff --git a/images/Owl-1.jpg b/images/Owl-1.jpg
new file mode 100644
index 000000000..5f320ebad
Binary files /dev/null and b/images/Owl-1.jpg differ
diff --git a/images/Owl-2.jpg b/images/Owl-2.jpg
new file mode 100644
index 000000000..e823ff12d
Binary files /dev/null and b/images/Owl-2.jpg differ
diff --git a/images/Owl-3.jpg b/images/Owl-3.jpg
new file mode 100644
index 000000000..7e44988fe
Binary files /dev/null and b/images/Owl-3.jpg differ
diff --git a/images/Owl-family.jpg b/images/Owl-family.jpg
new file mode 100644
index 000000000..02d777898
Binary files /dev/null and b/images/Owl-family.jpg differ
diff --git a/images/mandelbrot-set_1.png b/images/mandelbrot-set_1.png
new file mode 100644
index 000000000..5a7922088
Binary files /dev/null and b/images/mandelbrot-set_1.png differ
diff --git a/images/mandelbrot-set_2.jpeg b/images/mandelbrot-set_2.jpeg
new file mode 100644
index 000000000..f5c754812
Binary files /dev/null and b/images/mandelbrot-set_2.jpeg differ
diff --git a/images/mandelbrot-set_3.jpeg b/images/mandelbrot-set_3.jpeg
new file mode 100644
index 000000000..af112f729
Binary files /dev/null and b/images/mandelbrot-set_3.jpeg differ
diff --git a/images/mandelbrot-set_4.jpeg b/images/mandelbrot-set_4.jpeg
new file mode 100644
index 000000000..583f6c605
Binary files /dev/null and b/images/mandelbrot-set_4.jpeg differ
diff --git a/images/math-object.gif b/images/math-object.gif
new file mode 100644
index 000000000..70bd3d506
Binary files /dev/null and b/images/math-object.gif differ
diff --git a/images/mystery-hunt-2014-1.jpg b/images/mystery-hunt-2014-1.jpg
new file mode 100644
index 000000000..c791b5dde
Binary files /dev/null and b/images/mystery-hunt-2014-1.jpg differ
diff --git a/images/mystery-hunt-2014-2.jpg b/images/mystery-hunt-2014-2.jpg
new file mode 100644
index 000000000..dc1eeecd8
Binary files /dev/null and b/images/mystery-hunt-2014-2.jpg differ
diff --git a/images/mystery-hunt-2014-3.jpg b/images/mystery-hunt-2014-3.jpg
new file mode 100644
index 000000000..a9dd15bef
Binary files /dev/null and b/images/mystery-hunt-2014-3.jpg differ
diff --git a/images/mystery-hunt-2014-4.jpg b/images/mystery-hunt-2014-4.jpg
new file mode 100644
index 000000000..2e96f6680
Binary files /dev/null and b/images/mystery-hunt-2014-4.jpg differ
diff --git a/images/rick-shaw-1.jpeg b/images/rick-shaw-1.jpeg
new file mode 100644
index 000000000..f35ffae94
Binary files /dev/null and b/images/rick-shaw-1.jpeg differ
diff --git a/images/ride-share-monkey.jpg b/images/ride-share-monkey.jpg
new file mode 100755
index 000000000..2f27e8e19
Binary files /dev/null and b/images/ride-share-monkey.jpg differ
diff --git a/images/ride-share.jpg b/images/ride-share.jpg
new file mode 100755
index 000000000..1bef26b26
Binary files /dev/null and b/images/ride-share.jpg differ
diff --git a/images/scrabble-1.jpeg b/images/scrabble-1.jpeg
new file mode 100644
index 000000000..78adced32
Binary files /dev/null and b/images/scrabble-1.jpeg differ
diff --git a/images/scrabble-2.jpeg b/images/scrabble-2.jpeg
new file mode 100644
index 000000000..d5ebe61de
Binary files /dev/null and b/images/scrabble-2.jpeg differ
diff --git a/images/scrabble-3.jpeg b/images/scrabble-3.jpeg
new file mode 100644
index 000000000..0177f3b10
Binary files /dev/null and b/images/scrabble-3.jpeg differ
diff --git a/images/solar-system-1.png b/images/solar-system-1.png
new file mode 100644
index 000000000..cd51b8140
Binary files /dev/null and b/images/solar-system-1.png differ
diff --git a/images/solar-system-2.jpeg b/images/solar-system-2.jpeg
new file mode 100644
index 000000000..c79559b57
Binary files /dev/null and b/images/solar-system-2.jpeg differ
diff --git a/images/solar-system-3.jpeg b/images/solar-system-3.jpeg
new file mode 100644
index 000000000..4f38aaaaf
Binary files /dev/null and b/images/solar-system-3.jpeg differ
diff --git a/images/solar-system-4.jpeg b/images/solar-system-4.jpeg
new file mode 100644
index 000000000..f9a490ef2
Binary files /dev/null and b/images/solar-system-4.jpeg differ
diff --git a/images/solar-system-5.jpg b/images/solar-system-5.jpg
new file mode 100644
index 000000000..2ee506bc4
Binary files /dev/null and b/images/solar-system-5.jpg differ
diff --git a/images/solar-system-6.jpg b/images/solar-system-6.jpg
new file mode 100644
index 000000000..cbd1d01d2
Binary files /dev/null and b/images/solar-system-6.jpg differ
diff --git a/images/solar-system-7.jpg b/images/solar-system-7.jpg
new file mode 100644
index 000000000..396f67205
Binary files /dev/null and b/images/solar-system-7.jpg differ
diff --git a/images/solar-system-square.jpg b/images/solar-system-square.jpg
new file mode 100644
index 000000000..c71524211
Binary files /dev/null and b/images/solar-system-square.jpg differ
diff --git a/images/taxi-1.jpeg b/images/taxi-1.jpeg
new file mode 100644
index 000000000..6102971c0
Binary files /dev/null and b/images/taxi-1.jpeg differ
diff --git a/images/taxi-2.jpeg b/images/taxi-2.jpeg
new file mode 100644
index 000000000..f52db1974
Binary files /dev/null and b/images/taxi-2.jpeg differ
diff --git a/images/under-constrcution-1.jpeg b/images/under-constrcution-1.jpeg
new file mode 100644
index 000000000..9c3f162ea
Binary files /dev/null and b/images/under-constrcution-1.jpeg differ
diff --git a/index.html b/index.html
new file mode 100644
index 000000000..255a6af19
--- /dev/null
+++ b/index.html
@@ -0,0 +1,70 @@
+
+
+
+
+ 🏳️🌈J-C-L:Portfolio
+
+
+
+
+
+
+
+
+
+
“If you are a dreamer come in,
+ If you are a dreamer, a wisher, a liar,
+ A hope-er a pray-er a magic-bean-buyer...
+ If youre a pretender, come sit by my fire
+ For we have some flax golden tales to spin.
+ Come in!
+ Come in!”
+
+
― Shel Silverstein
+
+
+
+
+ A ship in port is safe, but that's not what ships are built for.
+