diff --git a/assets/css/style.css b/assets/css/style.css index 9a81e6b..6ed8ddb 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -103,6 +103,16 @@ canvas { padding: 20px; } +#contact { + background: #a3acbe; + position: relative; + height: inherit; + box-sizing: border-box; + font-family: monospace; + font-size: 20px; + padding: 10px; + overflow: auto!important; +} .prompt-container { display: flex; align-items: center; @@ -175,6 +185,7 @@ canvas { #portfolio-container { background: #a3acbe; + font-size: 10px; } .games-inner-container { @@ -192,6 +203,31 @@ canvas { height: auto; } +.portfolio-item { + display: flex; + position: relative; + box-sizing: border-box; + font-family: monospace; + font-size: 17px; + padding: 10px; + overflow: auto!important; +} + +#portfolio img { + width: 200px; + height: auto; +} + +.on-screen-controller-button:hover { + background-color: +} +#portfolio a { + text-decoration: none; +} + +#portfolio h3 { + margin: 0px; +} .games-inner-container h3 { margin: 0px; width: 100%; @@ -303,7 +339,7 @@ tr:nth-child(even) { margin-top: 5px; } -.nav-bar button { +button { background-color: #ededed; font-size: 16.9px; font-family: monospace; @@ -314,7 +350,7 @@ tr:nth-child(even) { margin-right: 2px; } -.nav-bar button:hover { +button:hover { background-color: #c3f6c3; cursor: pointer; } @@ -340,3 +376,8 @@ tr:nth-child(even) { top: -35px; right: 0px; } + +#on-screen-controller-button:hover { + background-color: #c3f6c3; + cursor: pointer; +} diff --git a/assets/img/thumbnails/alambi.png b/assets/img/thumbnails/alambi.png new file mode 100644 index 0000000..dc2fcc1 Binary files /dev/null and b/assets/img/thumbnails/alambi.png differ diff --git a/assets/img/thumbnails/buleku.png b/assets/img/thumbnails/buleku.png new file mode 100644 index 0000000..24c36c8 Binary files /dev/null and b/assets/img/thumbnails/buleku.png differ diff --git a/assets/img/thumbnails/chordtone.png b/assets/img/thumbnails/chordtone.png new file mode 100644 index 0000000..8224cc9 Binary files /dev/null and b/assets/img/thumbnails/chordtone.png differ diff --git a/assets/img/thumbnails/cwr.png b/assets/img/thumbnails/cwr.png new file mode 100644 index 0000000..92f0a7e Binary files /dev/null and b/assets/img/thumbnails/cwr.png differ diff --git a/assets/img/thumbnails/homemaker.png b/assets/img/thumbnails/homemaker.png new file mode 100644 index 0000000..af41cec Binary files /dev/null and b/assets/img/thumbnails/homemaker.png differ diff --git a/assets/img/thumbnails/korabo.png b/assets/img/thumbnails/korabo.png new file mode 100644 index 0000000..f38dc4c Binary files /dev/null and b/assets/img/thumbnails/korabo.png differ diff --git a/assets/img/thumbnails/minkin-site.png b/assets/img/thumbnails/minkin-site.png new file mode 100644 index 0000000..723ccc2 Binary files /dev/null and b/assets/img/thumbnails/minkin-site.png differ diff --git a/assets/img/thumbnails/pysokoban.png b/assets/img/thumbnails/pysokoban.png new file mode 100644 index 0000000..6ebe525 Binary files /dev/null and b/assets/img/thumbnails/pysokoban.png differ diff --git a/assets/img/thumbnails/tilde-webring.png b/assets/img/thumbnails/tilde-webring.png new file mode 100644 index 0000000..bed8acc Binary files /dev/null and b/assets/img/thumbnails/tilde-webring.png differ diff --git a/assets/js/app.js b/assets/js/app.js index bbc87f2..d781d0c 100644 --- a/assets/js/app.js +++ b/assets/js/app.js @@ -17,6 +17,7 @@ canvas.width = spriteSize * canvasOffset canvas.height = canvas.width var audio = null +var contact = new Contact() var terminal = new Terminal() var games = new Games() var music = new Music() diff --git a/assets/js/contact.js b/assets/js/contact.js new file mode 100644 index 0000000..5a62886 --- /dev/null +++ b/assets/js/contact.js @@ -0,0 +1,5 @@ +class Contact extends Window { + constructor() { + super('contact') + } +} diff --git a/assets/js/dialog.js b/assets/js/dialog.js index d835bb8..29ef233 100644 --- a/assets/js/dialog.js +++ b/assets/js/dialog.js @@ -24,6 +24,10 @@ class Dialog { event.currentTarget.self.startIntroDialogSequence() } } + + hide() { + this.dialogElem.style.display = 'none' + } startIntroDialogSequence() { document.removeEventListener("keydown", this.dialogListener); diff --git a/index.html b/index.html index 24c68fe..612084a 100644 --- a/index.html +++ b/index.html @@ -16,6 +16,7 @@ + @@ -104,6 +105,27 @@ + +
+ EMAIL: me@domdit.com
+ XMPP: domdit@xmpp.jp
+