A Pen by Kameron Robinson on CodePen.
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
| main.animated.fadeInUp | |
| section | |
| video(autoplay='autoplay', poster='//userpages.umbc.edu/~ka12/timeLapse/2466_img.png', loop='loop', style='display: inline-block; width: 80%; opacity: 1;') | |
| source(src='//userpages.umbc.edu/~ka12/timeLapse/IMG_2644.webm', type='video/webm') | |
| source(src='//userpages.umbc.edu/~ka12/timeLapse/IMG_2644.mp4', type='video/mp4') | |
| section | |
| video(autoplay='autoplay', poster='//userpages.umbc.edu/~ka12/timeLapse/2466_img.png', loop='loop', style='display: inline-block; width: 80%; opacity: 1;') | |
| source(src='//demosthenes.info/assets/videos/polina.webm', type='video/webm') | |
| source(src='//demosthenes.info/assets/videos/polina.mp4', type='video/mp4') | |
| section |
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#chartId |
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
| main | |
| div#display | |
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
| #app |
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
| main.animated.fadeInUp | |
| section | |
| video(autoplay='autoplay', poster='//userpages.umbc.edu/~ka12/timeLapse/2466_img.png', loop='loop') | |
| source(src='//userpages.umbc.edu/~ka12/timeLapse/IMG_2644.webm', type='video/webm') | |
| source(src='//userpages.umbc.edu/~ka12/timeLapse/IMG_2644.mp4', type='video/mp4') | |
| div#soundCloud | |
| iframe(width='100%', height='450', scrolling='no', frameborder='no', src='https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/users/109734094/favorites&auto_play=true&hide_related=false&show_comments=true&show_user=true&show_reposts=false&visual=true') | |
| div.text#welcome WELCOME | |
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
| h1#title.animated.fadeIn Kamalculator | |
| main#container.col.animated.fadeIn | |
| div.window | |
| article#ansWindow | |
| div.keys | |
| ul.keypad2.keypads | |
| each val in ["+", "-", "/", "*","C"] | |
| button#op( | |
| type='button' | |
| name= val |
A Pen by Kameron Robinson on CodePen.
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
| main.animated.fadeIn | |
| section | |
| span#weatherIcon.animated I need to know where you are | |
| section#weather | |
| span | |
| //img(src="http://userpages.umbc.edu/~ka12/codePen_Assets/meteocons-icons/SVG/43.svg") | |
| section#location | |
| span | |
| //img(src="http://userpages.umbc.edu/~ka12/codePen_Assets/meteocons-icons/SVG/44.svg") | |
| section#temp |
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
| main.animated.fadeIn | |
| section | |
| p.animated.bounce SearchAPedia | |
| input#search.btn-5(name="search") | |
| button(value="submit" type="search") 👀 | |
| a(href="https://en.wikipedia.org/wiki/Special:Random" target="_blank") 🎲 | |
| section#results | |
| article.wikiPage | |
| p#def click 👀 to search & 🎲 to see a random article. |