diff --git a/img/.DS_Store b/img/.DS_Store new file mode 100644 index 0000000..e662b7f Binary files /dev/null and b/img/.DS_Store differ diff --git a/img/2016_04_29_Lola_flowers-3.jpg b/img/2016_04_29_Lola_flowers-3.jpg new file mode 100644 index 0000000..6d14b2f Binary files /dev/null and b/img/2016_04_29_Lola_flowers-3.jpg differ diff --git a/img/2017_02_04_Reeky_Catnip-6.jpg b/img/2017_02_04_Reeky_Catnip-6.jpg new file mode 100644 index 0000000..2939a34 Binary files /dev/null and b/img/2017_02_04_Reeky_Catnip-6.jpg differ diff --git a/img/2017_03_03_Clippings-1.jpg b/img/2017_03_03_Clippings-1.jpg new file mode 100644 index 0000000..d1c8bc3 Binary files /dev/null and b/img/2017_03_03_Clippings-1.jpg differ diff --git a/img/Peggy.jpg b/img/Peggy.jpg deleted file mode 100644 index 65aac62..0000000 Binary files a/img/Peggy.jpg and /dev/null differ diff --git a/img/block_1.jpg b/img/block_1.jpg new file mode 100644 index 0000000..53b0b8c Binary files /dev/null and b/img/block_1.jpg differ diff --git a/img/block_2.jpg b/img/block_2.jpg new file mode 100644 index 0000000..2768e91 Binary files /dev/null and b/img/block_2.jpg differ diff --git a/img/meredith-jeff-229.jpg b/img/meredith-jeff-229.jpg new file mode 100644 index 0000000..6b4a0f7 Binary files /dev/null and b/img/meredith-jeff-229.jpg differ diff --git a/img/profile_pic.jpg b/img/profile_pic.jpg new file mode 100644 index 0000000..83ae643 Binary files /dev/null and b/img/profile_pic.jpg differ diff --git a/js/app.js b/js/app.js new file mode 100644 index 0000000..b6211f2 --- /dev/null +++ b/js/app.js @@ -0,0 +1 @@ +console.log("Hello!"); diff --git a/js/script.js b/js/script.js deleted file mode 100644 index 03ff95b..0000000 --- a/js/script.js +++ /dev/null @@ -1,8 +0,0 @@ -/* - Below, we are simply using JavaScript to trigger a console - message when we click within the main container div. -*/ - -document.getElementById('container').onclick = function(){ - console.log("You've triggered an onclick event!"); -}