diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..68e4cff
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+/HTML5Application/nbproject/private/
\ No newline at end of file
diff --git a/HTML5Application/nbproject/project.properties b/HTML5Application/nbproject/project.properties
new file mode 100644
index 0000000..0a29c57
--- /dev/null
+++ b/HTML5Application/nbproject/project.properties
@@ -0,0 +1,8 @@
+auxiliary.org-netbeans-modules-web-clientproject-api.js_2e_libs_2e_folder=js/libs
+config.folder=${file.reference.HTML5Application-config}
+file.reference.HTML5Application-config=config
+file.reference.HTML5Application-public_html=public_html
+file.reference.HTML5Application-test=test
+files.encoding=UTF-8
+site.root.folder=${file.reference.HTML5Application-public_html}
+test.folder=${file.reference.HTML5Application-test}
diff --git a/HTML5Application/nbproject/project.xml b/HTML5Application/nbproject/project.xml
new file mode 100644
index 0000000..19f5d88
--- /dev/null
+++ b/HTML5Application/nbproject/project.xml
@@ -0,0 +1,9 @@
+
+
+ org.netbeans.modules.web.clientproject
+
+
+ HTML5Application
+
+
+
diff --git a/HTML5Application/public_html/gallery.json b/HTML5Application/public_html/gallery.json
new file mode 100644
index 0000000..b33934d
--- /dev/null
+++ b/HTML5Application/public_html/gallery.json
@@ -0,0 +1,40 @@
+{
+ "gallery-title": "Famous Creatures",
+ "photos": [{
+ "attribution": "Carter Brown",
+ "creation-data": "2009-01-08T19:20:30+01:00",
+ "description": "Annoyed at the length of the photo shoot, this otter diva barks at her assistant for another cuppachino.",
+ "title": "The Otter",
+ "src": " img/otter.jpeg"
+ }, {
+ "attribution": "Harrision K. B.",
+ "creation-data": "2011-10-28T16:43:00+04:00",
+ "description": "Considered a star in the snail community, this little guy can be seen in two shots in Pixar's 'A Bug's Life' and acheived child star status with his premiering role in 'Honey I Shrunk the Kids'. ",
+ "title": "The Snail",
+ "src": " img/snail.jpeg "
+ }, {
+ "attribution": "Amber Crockett",
+ "creation-data": "2007-07-07T13:00:00+01:00",
+ "description": "In a shameful and desperate attempt for attention, this granddaughter of the once great fox of Fox in Socks fame, claims to have been the inspiration behind the ears on Josie and her Pussycats. Aside from the obvious problem of the band's ears being feline in nature and foxes being of the canine varity, there is also the anachronistic problems, Josie predating this young fox by several decades... Just shameful!",
+ "title": "The Fox",
+ "src": " img/fox.jpeg"
+ }, {
+ "description": "This gentle giant of the land-based arachnids is a common house pet for a legion of adolesant and pre-adolesant boys.",
+ "title": "The Taranchula",
+ "src": " img/taranchula.jpeg"
+ }, {
+ "attribution": "Creative Commons",
+ "description": "A plesant picnic in the grass adds some extra color to another beautiful day on the preserve",
+ "title": "The Chimpanzee",
+ "src": " img/chimps.jpeg"
+ }, {
+ "attribution": "Creative Commons",
+ "title": "The African elephant",
+ "src": " img/African_elephant.jpeg"
+ }, {
+ "attribution": "Creative Commons",
+ "description": "A mysogonist bird makes cat calls at a passing female on his lunch break. The bird was later reported to H.R. and his union rep, but was merely given a slap on the wrist. When questioned about the diminutive punishment, the H.R. rep stated unapologetically, 'birds will be birds.' Of no comfort to the passing female as this was the thrid time this week she had been whistled at in a tone denoting that the male is available for mating",
+ "title": "The Bird",
+ "src": " img/bird.jpeg"
+ }]
+}
\ No newline at end of file
diff --git a/HTML5Application/public_html/img/African_elephant.jpeg b/HTML5Application/public_html/img/African_elephant.jpeg
new file mode 100644
index 0000000..a8df6ab
Binary files /dev/null and b/HTML5Application/public_html/img/African_elephant.jpeg differ
diff --git a/HTML5Application/public_html/img/Northern_Baikal_Russia.jpeg b/HTML5Application/public_html/img/Northern_Baikal_Russia.jpeg
new file mode 100644
index 0000000..25d738b
Binary files /dev/null and b/HTML5Application/public_html/img/Northern_Baikal_Russia.jpeg differ
diff --git a/HTML5Application/public_html/img/bird.jpeg b/HTML5Application/public_html/img/bird.jpeg
new file mode 100644
index 0000000..dd27b36
Binary files /dev/null and b/HTML5Application/public_html/img/bird.jpeg differ
diff --git a/HTML5Application/public_html/img/chimps.jpeg b/HTML5Application/public_html/img/chimps.jpeg
new file mode 100644
index 0000000..97a4347
Binary files /dev/null and b/HTML5Application/public_html/img/chimps.jpeg differ
diff --git a/HTML5Application/public_html/img/fox.jpeg b/HTML5Application/public_html/img/fox.jpeg
new file mode 100644
index 0000000..3318737
Binary files /dev/null and b/HTML5Application/public_html/img/fox.jpeg differ
diff --git a/HTML5Application/public_html/img/otter.jpeg b/HTML5Application/public_html/img/otter.jpeg
new file mode 100644
index 0000000..47781e6
Binary files /dev/null and b/HTML5Application/public_html/img/otter.jpeg differ
diff --git a/HTML5Application/public_html/img/snail.jpeg b/HTML5Application/public_html/img/snail.jpeg
new file mode 100644
index 0000000..cbdc284
Binary files /dev/null and b/HTML5Application/public_html/img/snail.jpeg differ
diff --git a/HTML5Application/public_html/img/taranchula.jpeg b/HTML5Application/public_html/img/taranchula.jpeg
new file mode 100644
index 0000000..e04c5c1
Binary files /dev/null and b/HTML5Application/public_html/img/taranchula.jpeg differ
diff --git a/HTML5Application/public_html/index.html b/HTML5Application/public_html/index.html
new file mode 100644
index 0000000..8446b83
--- /dev/null
+++ b/HTML5Application/public_html/index.html
@@ -0,0 +1,126 @@
+
+
+
+ Image Gallery
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
![]()
+
+
+
+
\ No newline at end of file
diff --git a/gallery.json b/gallery.json
index fd49ada..e672877 100644
--- a/gallery.json
+++ b/gallery.json
@@ -4,13 +4,13 @@
"attribution": "Carter Brown",
"creation-data": "2009-01-08T19:20:30+01:00",
"description": "Annoyed at the length of the photo shoot, this otter diva barks at her assistant for another cuppachino.",
- "title": "otter",
+ "title": "Otter",
"src": " img/otter.jpeg"
}, {
"attribution": "Harrision K. B.",
"creation-data": "2011-10-28T16:43:00+04:00",
"description": "Considered a star in the snail community, this little guy can be seen in two shots in Pixar's 'A Bug's Life' and acheived child star status with his premiering role in 'Honey I Shrunk the Kids'. ",
- "title": "snail",
+ "title": "Snail",
"src": " img/snail.jpeg "
}, {
"attribution": "Amber Crockett",
@@ -21,7 +21,8 @@
}, {
"attribution": "Creative Commons",
"description": "Widely roumored to be the site of the elusive Durmstrang school for wizards, made famous (infamous?) in the works of renouned biographer J.K. Rowling's epic seven part expose on one Harry Potter, this lake in northern Russia Baikal region has long been known for it's magical properites and unexplained evnets.",
- "src": " img/Northern_Baikal_Russia.jpeg"
+ "title": "Northern Baikal",
+ "src": " img/Northern_Baikal_Russia.jpeg"
}, {
"description": "This gentle giant of the land-based arachnids is a common house pet for a legion of adolesant and pre-adolesant boys.",
"title": "Taranchula",