This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="phonewrap landscape"> | |
<div class="bananaphone"> | |
<div class="iframe-wrapper"> | |
<iframe id="mobile-preview-content" class="preview-frame" src='https://trustsphere.mitrustview.com/widget/widget?key=0ea79ty6hzfnjqh4&options={"header":true,"border":true,"widget":"linksWithin"}&query={"remote":"[email protected]"}'> | |
</iframe> | |
</div> | |
</div> | |
</div> | |
<a href="#" class="btn rotate">Rotate Me</a> | |
<a href="#" class="btn stretch">Stretch Me</a> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/php | |
<?php | |
/* | |
* DroneMapper.com | |
* Quick EC2 Integration Script | |
* 2012-04-14 | |
* | |
* This script works from the command line and allows you to spin up an AWS EC2 | |
* instance that you have already created via the AWS console. | |
* |