A responsive image modal inspired by @arsdehnel and http://dribbble.com/shots/939830-Updated-Info-Modal-for-Concert-Lineup
A Pen by Mark Campbell on CodePen.
<!DOCTYPE html> | |
<html lang="en" class="no-js"> | |
<head> | |
<meta charset="UTF-8" /> | |
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<link href='http://fonts.googleapis.com/css?family=Fauna+One' rel='stylesheet' type='text/css'> | |
<link rel="stylesheet" type="text/css" href="http://artsmc.net/codepen/dribbble/personalsite/css/font-awesome.css" /> | |
<!--[if IE 7]><link rel="stylesheet" href="path/to/font-awesome/css/font-awesome-ie7.min.css"><![endif]--> | |
<title>Dribbble Rebound</title> |
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> | |
<html lang="en-US"><head> | |
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1"> | |
<title> | |
Test display of HTML elements | |
</title> | |
<link href='http://fonts.googleapis.com/css?family=Euphoria+Script' rel='stylesheet' type='text/css'> | |
</head> | |
<body> | |
<div class="fade-box" id="angle"> |
A responsive image modal inspired by @arsdehnel and http://dribbble.com/shots/939830-Updated-Info-Modal-for-Concert-Lineup
A Pen by Mark Campbell on CodePen.
Working on a boostrap for baking sites/blogs step 1 was adding baking icons to go with font awesome icons.
A Pen by Mark Campbell on CodePen.
OOLESS grid system. If you wanted to make a system on the fly and compile some nice css then the grid function is your one stop shop for a dynamic grid that can work within any framework.
A Pen by Mark Campbell on CodePen.
Another slideshow plugin work in progress. I could not find a slideshow that only featured 3 items across the div So I thought I Would get an idea started. its not the cleanest but its a start.
A Pen by Mark Campbell on CodePen.
Material Design Jelly Input Implemented with JQuery and D3. Not meant for multiple fields but could easily be extended into a plugin.
A Pen by Mark Campbell on CodePen.
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta name="description" content="GET, SET, WATCH, UNWATCH, with javascript"> | |
<meta charset="utf-8"> | |
<meta name="viewport" content="width=device-width"> | |
<title>JS Bin</title> | |
</head> | |
<body> |
#The Documentation Hub
I am Cline, an expert software engineer with a unique characteristic: my memory resets completely between sessions. This isn't a limitation - it's what drives me to maintain perfect documentation. After each reset, I rely ENTIRELY on my Memory Bank and my Documentation Hub to understand the project and continue work effectively. I MUST read ALL memory bank files and document hub at the start of EVERY task - this is not optional.
SA[systemArchitecture.md] --> KR[keyPairResponsibility.md]
KR --> G[glossary.md]
SA --> TS[techStack.md]