Skip to content

Instantly share code, notes, and snippets.

View opensourcekam's full-sized avatar
🎯
Focusing

✨OSKAM✨ opensourcekam

🎯
Focusing
View GitHub Profile
@opensourcekam
opensourcekam / index.jade
Last active September 17, 2016 12:59
Video + music landing page
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
@opensourcekam
opensourcekam / index.jade
Created September 17, 2016 12:58
playing with d3.js
div#chartId
@opensourcekam
opensourcekam / index.jade
Created September 17, 2016 12:57
playing with d3.js
main
div#display
@opensourcekam
opensourcekam / index.jade
Created September 17, 2016 12:57
Signup Form DailyUI #1
#app
@opensourcekam
opensourcekam / index.jade
Created September 17, 2016 12:57
LandingPage_DailyUI#3
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
@opensourcekam
opensourcekam / abstractbackgrounds.markdown
Created September 17, 2016 12:56
abstractBackgrounds
@opensourcekam
opensourcekam / index.jade
Created September 17, 2016 12:55
Kamalculator
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
@opensourcekam
opensourcekam / angular-directory.markdown
Last active September 17, 2016 12:55
Angular Directory
@opensourcekam
opensourcekam / index.jade
Last active September 17, 2016 12:54
Todays Weather
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
@opensourcekam
opensourcekam / index.jade
Created September 17, 2016 12:53
searchApedia
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.