diff --git a/image/image.php b/image/image.php
new file mode 100644
index 0000000..c82651b
--- /dev/null
+++ b/image/image.php
@@ -0,0 +1,7 @@
+
\ No newline at end of file
diff --git a/image/index.php b/image/index.php
new file mode 100644
index 0000000..bbbc3d5
--- /dev/null
+++ b/image/index.php
@@ -0,0 +1,41 @@
+
+
+
+
+ imgr: the simple image sharer
+
+
+
+
+
+
+
+
+
+
+
+
+
+

';
+ }
+ ?>
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/image/uploads/bobross.jpg b/image/uploads/bobross.jpg
new file mode 100644
index 0000000..2d4f114
Binary files /dev/null and b/image/uploads/bobross.jpg differ
diff --git a/image/uploads/diver.jpg b/image/uploads/diver.jpg
new file mode 100644
index 0000000..9f6914d
Binary files /dev/null and b/image/uploads/diver.jpg differ
diff --git a/image/uploads/gynbutterfly.jpg b/image/uploads/gynbutterfly.jpg
new file mode 100644
index 0000000..ebd6a12
Binary files /dev/null and b/image/uploads/gynbutterfly.jpg differ
diff --git a/image/uploads/hydrant.jpg b/image/uploads/hydrant.jpg
new file mode 100644
index 0000000..507c2c2
Binary files /dev/null and b/image/uploads/hydrant.jpg differ
diff --git a/image/uploads/science.png b/image/uploads/science.png
new file mode 100644
index 0000000..649bad0
Binary files /dev/null and b/image/uploads/science.png differ
diff --git a/image/uploads/stars.jpg b/image/uploads/stars.jpg
new file mode 100644
index 0000000..cd357c0
Binary files /dev/null and b/image/uploads/stars.jpg differ
diff --git a/themes/css/imgr.css b/themes/css/imgr.css
new file mode 100644
index 0000000..682cfec
--- /dev/null
+++ b/themes/css/imgr.css
@@ -0,0 +1,72 @@
+body {
+ background-color: #121211;
+ color: white;
+ margin: 0 auto;
+ font-family: Arial, sans-serif;
+}
+
+#center {
+ margin: 0 auto;
+ float: none;
+}
+
+#site-header {
+ background-color: #2b2b2b;
+ border-bottom: 4px solid #444442;
+ height: 36px;
+ margin-bottom: 10px;
+}
+
+#site-header img {
+ height: 36px;
+}
+
+.panel {
+ background-color: #2b2b2b;
+ padding: 25px;
+ -webkit-border-radius: 10px;
+ -moz-border-radius: 10px;
+ border-radius: 10px;
+ font-weight: 700;
+}
+
+.header {
+ background-color: #181817;
+ -webkit-border-radius: 4px;
+ -moz-border-radius: 4px;
+ border-radius: 4px;
+ padding: 10px;
+ margin-bottom: 10px;
+ height: 19px;
+ line-height: 18px;
+ color: #ddddd1;
+}
+
+.header em {
+ font-style: normal;
+ color: #85bf25;
+}
+
+.images img {
+ width: 135px;
+ height: 135px;
+ margin: 3px;
+ float: left;
+ border: 3px solid #444442;
+}
+
+button {
+ background: #2b2b2b;
+ background: -moz-linear-gradient(top,#2b2b2b 0,#444442 0,#121211 100%);
+ background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#2b2b2b),color-stop(0%,#444442),color-stop(100%,#121211));
+ background: -webkit-linear-gradient(top,#2b2b2b 0,#444442 0,#121211 100%);
+ background: -o-linear-gradient(top,#2b2b2b 0,#444442 0,#121211 100%);
+ background: -ms-linear-gradient(top,#2b2b2b 0,#444442 0,#121211 100%);
+ background: linear-gradient(to bottom,#2b2b2b 0,#444442 0,#121211 100%);
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#444442', endColorstr='#121211', GradientType=0);
+ border-radius: 8px;
+ color: white;
+ font-weight: 700;
+ width: 100%;
+ padding: 4px;
+}
\ No newline at end of file
diff --git a/themes/images/imgr.png b/themes/images/imgr.png
new file mode 100644
index 0000000..b1d75dc
Binary files /dev/null and b/themes/images/imgr.png differ