Skip to content

Instantly share code, notes, and snippets.

View ichoake's full-sized avatar

steven chaplinski ichoake

View GitHub Profile
@ichoake
ichoake / index.html
Created November 9, 2022 18:12
Rad Responsive Gallery w/ Hover transitions
<div class="case-study-gallery">
<h1 class="title">CASE STUDIES</h1>
<p>This is an example of a portfolio gallery. It has some simple hover transitions and is pretty rad.</p>
<div class="case-study study1">
<figure>
<img class="case-study__img" src="http://static.squarespace.com/static/51b79838e4b0b8b55c75cf91/t/51c4b688e4b03003ea9f1a63/1371846281755/Hexxis+Logo+White.png" alt="" />
</figure>
<div class="case-study__overlay">
<h2 class="case-study__title">Developing Hexxis</h2>
<a class="case-study__link" href="#">View Case Study</a>
@ichoake
ichoake / bird-s-eye-view.markdown
Created November 8, 2022 23:04
Bird's Eye View

rsync notes

rsync -av --delete [source] [destination]

rsync [options] source destination sftp://198.101.206.164//home/klru/klru.org rsync -e ssh -avz AllReviews \

The -e ssh option tells rsync to use the secure shell connection. The -a option does an archive and preserves access modes (permissions, owner and group), the -v option means verbose (returns details about the copy process), and the -z option compresses the files using gzip.

@ichoake
ichoake / Brewfile
Created November 8, 2022 20:27 — forked from cooperpellaton/Brewfile
🍺 A script to bootstrap the install of brew, then install all the applications and utilities I'll need on a new Mac.
tap "eddieantonio/eddieantonio"
tap "github/gh"
tap "homebrew/bundle"
tap "homebrew/cask"
tap "homebrew/cask-drivers"
tap "homebrew/cask-fonts"
tap "homebrew/core"
tap "instrumenta/instrumenta"
tap "mongodb/brew"
tap "nektos/tap"
@ichoake
ichoake / githubpull.md
Created November 8, 2022 19:42 — forked from Jabarabo/githubpull.md
Gist of a stolen gist
@ichoake
ichoake / index.html
Created November 5, 2022 17:57
Portfolio filter gallery with pagination
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<title>Portfolio Gallery Filter With Pagination Responsive</title>
<link rel="stylesheet" href="./style.css">
<link href="https://cdnjs.cloudflare.com/ajax/libs/magnific-popup.js/1.1.0/magnific-popup.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Parisienne&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Open+Sans:400,600,700&display=swap" rel="stylesheet">
@ichoake
ichoake / rsync_backup.sh
Created October 30, 2022 23:32 — forked from tommeier/rsync_backup.sh
RSync backup script for Mac OSX from External drive
#!/bin/sh
echo "Running..."
PROG=$0
RSYNC="/usr/bin/rsync"
SCRIPT_MOUNTED='false'
MOUNT_VOLUME="/Volumes/Qdownload"
SRC="$MOUNT_VOLUME/transmission/completed/"
DST="/Users/tom/Dumping Ground/Qnap Downloads"
@ichoake
ichoake / index.html
Last active November 5, 2022 15:50
Responsive Slideshow / Carousel with only HTML5 & CSS3
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<style>@import "bourbon";
/*---- NUMBER OF SLIDE CONFIGURATION ----*/
$num-of-slide: 5;
@ichoake
ichoake / index.html
Created October 28, 2022 09:42
SMPTE color bars using Flexbox
<div class="cb">
<div class="row a">
<div class="gray-light"></div>
<div class="yellow"></div>
<div class="blue-light"></div>
<div class="green"></div>
<div class="pink"></div>
<div class="red"></div>
<div class="blue"></div>
</div>
@ichoake
ichoake / index.html
Created October 28, 2022 09:39
Pure CSS Featured Image Slider
<!-- Images from Craig Henry's Dribbble profile: http://dribbble.com/craighenry -->
<ul class="slider">
<li>
<input type="radio" id="slide1" name="slide" checked>
<label for="slide1"></label>
<img src="https://dribbble.s3.amazonaws.com/users/322/screenshots/872485/coldchase.jpg" alt="Panel 1">
</li>
<li>
<input type="radio" id="slide2" name="slide">