Skip to content

Commit

Permalink
first commit, moving pyramid from sketches back into separate repo
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlyons committed Jul 22, 2023
0 parents commit 77b5d71
Show file tree
Hide file tree
Showing 20 changed files with 654 additions and 0 deletions.
596 changes: 596 additions & 0 deletions index.html

Large diffs are not rendered by default.

Binary file added models/pyramid-color.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added models/pyramid-normal.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added models/pyramid-spec.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added models/pyramid.fbx
Binary file not shown.
Binary file added pyramid-flash.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
pyramid speaker sound toy
Binary file added sounds/just-dance-notes.gp5
Binary file not shown.
Binary file added sounds/just-dance-notes.mid
Binary file not shown.
Binary file added sounds/square/A.mp3
Binary file not shown.
Binary file added sounds/square/Ab.mp3
Binary file not shown.
Binary file added sounds/square/E.mp3
Binary file not shown.
Binary file added sounds/square/Eb.mp3
Binary file not shown.
57 changes: 57 additions & 0 deletions styles/main.css
Original file line number Diff line number Diff line change
@@ -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;
}
Binary file added textures/eye-of-horus.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added textures/hieroglyphs.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added textures/hieroglyphs.psd
Binary file not shown.
Binary file added textures/hieroglyphs2.psd
Binary file not shown.
Binary file added textures/sand-color.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added thumb-pyramid.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 77b5d71

Please sign in to comment.