I hereby claim:
- I am mfrohberg on github.
- I am michaelfrohberg (https://keybase.io/michaelfrohberg) on keybase.
- I have a public key ASDqNw4y2z_OFXUfKjSNhjtLgWDQbIqUExqvGAGVkrJBTAo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
made with esnextbin
| echo 'export PATH=$HOME/local/bin:$PATH' >> ~/.bashrc | |
| . ~/.bashrc | |
| mkdir ~/local | |
| mkdir ~/node-latest-install | |
| cd ~/node-latest-install | |
| curl http://nodejs.org/dist/node-latest.tar.gz | tar xz --strip-components=1 | |
| ./configure --prefix=~/local | |
| make install # ok, fine, this step probably takes more than 30 seconds... | |
| curl -L https://www.npmjs.org/install.sh | sh |
A basic example on how to show fullscreen images (if possible) within a modal using a slide box
Forked from Roberto De la Fuente O.'s Pen Ionic Modal + Slide Box - Fullscreen images.
A Pen by Michael Frohberg on CodePen.
| <body ng-app="codeBrowse"> | |
| <div class="flex"> | |
| <div> | |
| <div class="controls"> | |
| <div class="controls-left"> | |
| <button id="html-settings" class="control-buttons"> | |
| <i class="ion-gear-b"></i> | |
| </button> | |
| <h2>HTML</h2> | |
| </div> |
Attempting to recreate the mobile facebook app UI with Ionic
A Pen by Michael Frohberg on CodePen.
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta charset="utf-8"> | |
| <title>JS Bin</title> | |
| </head> | |
| <body> | |
| </body> | |
| </html> |