Skip to content

Instantly share code, notes, and snippets.

View ichoake's full-sized avatar

steven chaplinski ichoake

View GitHub Profile
@ichoake
ichoake / fullscreen-youtube-video-background-in-pure-css.markdown
Created November 13, 2022 16:03
FullScreen YouTube Video Background In Pure CSS
@ichoake
ichoake / fullscreen-youtube-video-background-in-pure-css.markdown
Created November 13, 2022 15:58
FullScreen YouTube Video Background In Pure CSS
@ichoake
ichoake / basic-fullscreen-video-background.markdown
Created November 13, 2022 15:57
Basic Fullscreen Video Background
@ichoake
ichoake / index.html
Created November 13, 2022 15:54
Portfolio Responsive
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
<header id="banner" class="navbar navbar-defalt navbar-fixed-top">
<div class="container"><a href="#top" class="scrollable"><img src=http://www.zootemplate.com/wp-content/uploads/2014/04/bootstrap-html5-css3.png alt="HTML5 Bootstap and css" title="Saad Web Development"/></a>
<button type="button" data-toggle="collapse" data-target="#navbar" aria-expanded="false" class="navbar-toggle collapsed"><span class="sr-only">Toggle navigation</span><span class="icon-bar"></span><span class="icon-bar"></span><span class="icon-bar"></span></button>
<nav id="navbar" role="navigation" class="collapse navbar-collapse">
<ul class="nav navbar-nav navbar-right">
<li><a href="#top" class="scrollable">About</a></li>
<li><a href="#portfolio" class="scrollable">Portfolio</a></li>
<li><a href="#contact" class="scrollable">Contact</a></li>
</ul>
@ichoake
ichoake / index.html
Created November 13, 2022 15:42
Interactive Before-After Image Comparison with visible divider
<div style="width: 80%; margin: 0 auto">
<div id="inked-painted">
<img src="https://s3-us-west-2.amazonaws.com/s.cdpn.io/4273/inked-panel.png" id="inked" alt>
<div id="colored"></div>
</div>
@ichoake
ichoake / etsy-shop.markdown
Created November 13, 2022 15:31
Etsy Shop

Etsy Shop

This is an Etsy shop featuring a responsive, column-based "masonry" layout written in pure CSS. Listings and pagination are handled via jQuery with an AJAX call to the Etsy API returning JSONP. In this example, I'm using a publicly available key to grab all active listings.

Simply update the AJAX url and api_key to pull listings from your own Etsy shop and display them on your website.

Docs: https://www.etsy.com/developers/documentation/

A Pen by Steven on CodePen.

@ichoake
ichoake / index.html
Created November 13, 2022 15:31
The Great Wall of Gitmoji
<div class="😀"></div>
@ichoake
ichoake / full-screen-video-with-parallax-scrolling.markdown
Created November 13, 2022 15:29
Full Screen Video with Parallax Scrolling

Full Screen Video with Parallax Scrolling

This is a responsive layout that features a full screen "hero" video with a hardware accelerated parallax scrolling effect. You can play/pause the video at any time, set different scroll rates to as many elements as you like as well as add additional CSS transitions using jQuery.

A Pen by Steven on CodePen.

License.

@ichoake
ichoake / css3-picture-frame.markdown
Created November 13, 2022 15:28
CSS3 picture frame
@ichoake
ichoake / 3d-text-with-text-shadow.markdown
Created November 13, 2022 15:27
3D-Text with Text-Shadow

3D-Text with Text-Shadow

Nice looking text-effect using CSS 3 text-shadow and rgba-values.

A Pen by Steven on CodePen.

License.