diff --git a/index.html b/index.html
new file mode 100644
index 0000000..40a3328
--- /dev/null
+++ b/index.html
@@ -0,0 +1,596 @@
+
+
+
+
+
+
+
+
+ Sound Pyramid
+
+
+
+
+
+
+
+
+
+
+
+
+ Loading...
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/models/pyramid-color.jpg b/models/pyramid-color.jpg
new file mode 100644
index 0000000..015c9b3
Binary files /dev/null and b/models/pyramid-color.jpg differ
diff --git a/models/pyramid-normal.jpg b/models/pyramid-normal.jpg
new file mode 100644
index 0000000..9a7ef49
Binary files /dev/null and b/models/pyramid-normal.jpg differ
diff --git a/models/pyramid-spec.jpg b/models/pyramid-spec.jpg
new file mode 100644
index 0000000..e9f5bd1
Binary files /dev/null and b/models/pyramid-spec.jpg differ
diff --git a/models/pyramid.fbx b/models/pyramid.fbx
new file mode 100644
index 0000000..8f3dc40
Binary files /dev/null and b/models/pyramid.fbx differ
diff --git a/pyramid-flash.jpg b/pyramid-flash.jpg
new file mode 100644
index 0000000..8e37aa2
Binary files /dev/null and b/pyramid-flash.jpg differ
diff --git a/readme.md b/readme.md
new file mode 100644
index 0000000..56cceea
--- /dev/null
+++ b/readme.md
@@ -0,0 +1 @@
+pyramid speaker sound toy
\ No newline at end of file
diff --git a/sounds/just-dance-notes.gp5 b/sounds/just-dance-notes.gp5
new file mode 100644
index 0000000..5c602f9
Binary files /dev/null and b/sounds/just-dance-notes.gp5 differ
diff --git a/sounds/just-dance-notes.mid b/sounds/just-dance-notes.mid
new file mode 100644
index 0000000..7a392be
Binary files /dev/null and b/sounds/just-dance-notes.mid differ
diff --git a/sounds/square/A.mp3 b/sounds/square/A.mp3
new file mode 100644
index 0000000..ed67eb7
Binary files /dev/null and b/sounds/square/A.mp3 differ
diff --git a/sounds/square/Ab.mp3 b/sounds/square/Ab.mp3
new file mode 100644
index 0000000..cca861f
Binary files /dev/null and b/sounds/square/Ab.mp3 differ
diff --git a/sounds/square/E.mp3 b/sounds/square/E.mp3
new file mode 100644
index 0000000..a2a1303
Binary files /dev/null and b/sounds/square/E.mp3 differ
diff --git a/sounds/square/Eb.mp3 b/sounds/square/Eb.mp3
new file mode 100644
index 0000000..a7d8e78
Binary files /dev/null and b/sounds/square/Eb.mp3 differ
diff --git a/styles/main.css b/styles/main.css
new file mode 100644
index 0000000..7937d57
--- /dev/null
+++ b/styles/main.css
@@ -0,0 +1,57 @@
+html {
+ overflow: hidden;
+}
+
+body {
+ margin: 0;
+ padding: 0;
+ overflow: hidden;
+ font-family: Arial, sans-serif;
+ font-size: 12px;
+ background: #E3CAB3;
+}
+
+a {
+ color: #0fc;
+}
+
+#info { text-align: left;
+ color: #fff;
+ position: absolute;
+ width: 240px;
+ padding: 15px;
+ background: rgba(0,0,0,0.2);
+ bottom: 50px;
+ left: 10px;
+ display: none;
+}
+
+#info h1 { margin: 0 0 10px;
+ font-size: 20px;
+}
+
+h1 a { text-decoration: none; }
+
+#info-icon { position: absolute;
+ left: 10px;
+ bottom: 10px;
+ background: rgba(0,0,0,0.3);
+ width: 30px;
+ height: 30px;
+ font-weight: bold;
+ text-align: center;
+ line-height: 30px;
+ color: #fff;
+ font-family: monospace;
+ font-size: 16px;
+}
+
+#info-icon:hover {
+ cursor: pointer;
+ background: rgba(0,0,0,0.4);
+}
+
+#loading {
+ padding: 10px;
+ font-weight: bold;
+}
\ No newline at end of file
diff --git a/textures/eye-of-horus.png b/textures/eye-of-horus.png
new file mode 100644
index 0000000..6a7d42e
Binary files /dev/null and b/textures/eye-of-horus.png differ
diff --git a/textures/hieroglyphs.png b/textures/hieroglyphs.png
new file mode 100644
index 0000000..244ee5b
Binary files /dev/null and b/textures/hieroglyphs.png differ
diff --git a/textures/hieroglyphs.psd b/textures/hieroglyphs.psd
new file mode 100644
index 0000000..5e2cb08
Binary files /dev/null and b/textures/hieroglyphs.psd differ
diff --git a/textures/hieroglyphs2.psd b/textures/hieroglyphs2.psd
new file mode 100644
index 0000000..286c213
Binary files /dev/null and b/textures/hieroglyphs2.psd differ
diff --git a/textures/sand-color.jpg b/textures/sand-color.jpg
new file mode 100644
index 0000000..ec654b1
Binary files /dev/null and b/textures/sand-color.jpg differ
diff --git a/thumb-pyramid.jpg b/thumb-pyramid.jpg
new file mode 100644
index 0000000..4a4e34c
Binary files /dev/null and b/thumb-pyramid.jpg differ