International Space Station: http://www.nasa.gov/mission_pages/station/main/
This file contains hidden or 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
I am attesting that this GitHub handle leemark is linked to the Tezos account tz1YkVdXCn1xTk11nddc7j2yua9j12zn869K for tzprofiles | |
sig:edsigtk4QZmzYQAFQ1qdPQd1UxZjSCYaAtPupnJ38Fv4RmnGAbBVaJeX4UUjJdgS9jnBv5uoEG6RqnXGLyJGa1YwuzFJrc2iYV4 |
This file contains hidden or 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
a-frame clock | |
------------- | |
A simple example of how to build a reusable component in A-frame. | |
A [Pen](http://codepen.io/leemark/pen/KmKoPy) by [Mark Lee](http://codepen.io/leemark) on [CodePen](http://codepen.io/). | |
[License](http://codepen.io/leemark/pen/KmKoPy/license). |
This file contains hidden or 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
(function () { | |
if ( typeof window.CustomEvent === "function" ) return false; | |
function CustomEvent ( event, params ) { | |
params = params || { bubbles: false, cancelable: false, detail: undefined }; | |
var evt = document.createEvent( 'CustomEvent' ); | |
evt.initCustomEvent( event, params.bubbles, params.cancelable, params.detail ); | |
return evt; | |
} |
This file contains hidden or 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
{ | |
"origin": ["#positives# :)"], | |
"positives" : ["You are the hero of your own story. If you don't like your story, change it! ", | |
"Life is not about the end result, it's about the journey. Build. Create. Enjoy.", | |
"The worst-case scenario is never as bad, or as likely, as you think.", | |
"Struggle, turmoil, and failure all dissolve as soon as they are in the past. They're gone.", | |
"Challenges are the universe's way of indicating that your goals are worth pursuing.", | |
"Your time is limited, so don't waste it living someone else's life, pursuing someone else's dream.", | |
"Don't let other people's noise drown out your own voice.", | |
"Fear is just a feeling, embrace the feeling, experience it, accept it, then push through it. ", |
This file contains hidden or 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
<script src="js/better-simple-slideshow.min.js"></script> | |
<script> | |
var opts = { | |
auto : false, | |
fullScreen : true, | |
swipe : false | |
}; | |
makeBSS('.num2', opts); | |
</script> |
This file contains hidden or 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="bss-slides num2" tabindex="2"> | |
<figure> | |
<img src="http://themarklee.com/wp-content/uploads/2013/12/snowying.jpg" width="100%" /><figcaption>"Snowying" by <a href="http://www.flickr.com/photos/fiddleoak/8511209344/">fiddleoak</a>.</figcaption> | |
</figure> | |
<figure> | |
<img src="http://themarklee.com/wp-content/uploads/2013/12/starlight.jpg" width="100%" /><figcaption>"Starlight" by <a href="http://www.flickr.com/photos/chaoticmind75/10738494123/in/set-72157626146319517">ChaoticMind75</a>.</figcaption> | |
</figure> | |
<figure> | |
<img src="http://themarklee.com/wp-content/uploads/2013/12/snowstorm.jpg" width="100%" /><figcaption>"Snowstorm" by <a href="http://www.flickr.com/photos/tylerbeaulawrence/8539457508/">Beaulawrence</a>.</figcaption> | |
</figure> |
This file contains hidden or 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
<script src="demo/js/hammer.min.js"></script><!-- for swipe support on touch interfaces --> | |
<script src="js/better-simple-slideshow.min.js"></script> | |
<script> | |
var opts = { | |
auto : { | |
speed : 3500, | |
pauseOnHover : true | |
}, | |
fullScreen : false, | |
swipe : true |
This file contains hidden or 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="bss-slides num1" tabindex="1" autofocus="autofocus"> | |
<figure> | |
<img src="demo/img/medium.jpg" width="100%" /><figcaption>"Medium" by <a href="https://www.flickr.com/photos/thomashawk/14586158819/">Thomas Hawk</a>.</figcaption> | |
</figure> | |
<figure> | |
<img src="demo/img/colorado.jpg" width="100%" /><figcaption>"Colorado" by <a href="https://www.flickr.com/photos/stuckincustoms/88370744">Trey Ratcliff</a>.</figcaption> | |
</figure> | |
<figure> | |
<img src="demo/img/monte-vista.jpg" width="100%" /><figcaption>"Early Morning at the Monte Vista Wildlife Refuge, Colorado" by <a href="https://www.flickr.com/photos/davesoldano/8572429635">Dave Soldano</a>.</figcaption> | |
</figure> |
This file contains hidden or 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
<script> | |
makeBSS('.slideshow-class-goes-here'); | |
</script> |
NewerOlder