A Pen by Jordan Checkman

Size
3,495 Kb
Views
4,048

How do I make an a pen by jordan checkman?

What is a a pen by jordan checkman? How do you make a a pen by jordan checkman? This script and codes were developed by Jordan Checkman on 21 January 2023, Saturday.

A Pen by Jordan Checkman Previews

A Pen by Jordan Checkman - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>A Pen by Jordan Checkman</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <html>	<head>	<title>Way Better Report Style</title>	<link rel="shortcut icon" href="favicon.png?v=001">	<link rel="stylesheet" type="text/css" href="ex_styles/fancy_fonts.css">	<link rel="stylesheet" type="text/css" href="ex_styles/fancy_main.css">	<script type="text/javascript" src="https://code.jquery.com/jquery-2.0.3.min.js"></script>	<script type="text/javascript" src="ex_scripts/fancy_scripts.js"></script>	</head>	<body>	<nav>	<ul id="main_nav" class="uncovered">	<li>4/25/2013<span>&gt;</span></li>	</ul>	<ol class="submenu hidden">	<li class="back">Back</li>	<li>Gen Report<span>&gt;</span></li>	<li>Trans Report<span>&gt;</span></li>	<li>Other<span>&gt;</span></li>	</nav>	<div class="content">	<table>	<caption>Awesome Table</caption>	<thead>	<tr>	<th>This</th>	<th>Is</th>	<th>Much</th>	<th>Better</th>	<th>Design</th>	</tr>	</thead>	<tbody>	<tr>	<td>Data 1</td>	<td>Data 2</td>	<td>Data 3</td>	<td>Data 4</td>	<td>Data 5</td>	</tr>	<tr>	<td>Data 1</td>	<td>Data 2</td>	<td>Data 3</td>	<td>Data 4</td>	<td>Data 5</td>	</tr>	<tr>	<td>Data 1</td>	<td>Data 2</td>	<td>Data 3</td>	<td>Data 4</td>	<td>Data 5</td>	</tr>	<tr>	<td>Data 1</td>	<td>Data 2</td>	<td>Data 3</td>	<td>Data 4</td>	<td>Data 5</td>	</tr>	</tbody>	</table>	</div>	<div class="content blur hidden">	<table>	<caption>Another Awesome Table</caption>	<thead>	<tr>	<th>This</th>	<th>Is</th>	<th>Much</th>	<th>Better</th>	<th>Design</th>	</tr>	</thead>	<tbody>	<tr>	<td>Data 1</td>	<td>Data 2</td>	<td>Data 3</td>	<td>Data 4</td>	<td>Data 5</td>	</tr>	<tr>	<td>Data 1</td>	<td>Data 2</td>	<td>Data 3</td>	<td>Data 4</td>	<td>Data 5</td>	</tr>	<tr>	<td>Data 1</td>	<td>Data 2</td>	<td>Data 3</td>	<td>Data 4</td>	<td>Data 5</td>	</tr>	<tr>	<td>Data 1</td>	<td>Data 2</td>	<td>Data 3</td>	<td>Data 4</td>	<td>Data 5</td>	</tr>	<tr>	<td>Data 1</td>	<td>Data 2</td>	<td>Data 3</td>	<td>Data 4</td>	<td>Data 5</td>	</tr>	<tr>	<td>Data 1</td>	<td>Data 2</td>	<td>Data 3</td>	<td>Data 4</td>	<td>Data 5</td>	</tr>	</tbody>	</table>	</div>	<div class="content blur hidden">	<table>	<caption>Yet Another Awesome Table</caption>	<thead>	<tr>	<th>This</th>	<th>Is</th>	<th>Much</th>	<th>Better</th>	<th>Design</th>	</tr>	</thead>	<tbody>	<tr>	<td>Data 1</td>	<td>Data 2</td>	<td>Data 3</td>	<td>Data 4</td>	<td>Data 5</td>	</tr>	<tr>	<td>Data 1</td>	<td>Data 2</td>	<td>Data 3</td>	<td>Data 4</td>	<td>Data 5</td>	</tr>	<tr>	<td>Data 1</td>	<td>Data 2</td>	<td>Data 3</td>	<td>Data 4</td>	<td>Data 5</td>	</tr>	<tr>	<td>Data 1</td>	<td>Data 2</td>	<td>Data 3</td>	<td>Data 4</td>	<td>Data 5</td>	</tr>	<tr>	<td>Data 1</td>	<td>Data 2</td>	<td>Data 3</td>	<td>Data 4</td>	<td>Data 5</td>	</tr>	</tbody>	</table>	</div>	</body>
</html> <script src="js/index.js"></script>
</body>
</html>

A Pen by Jordan Checkman - Script Codes CSS Codes

::selection {	background: rgb(240,240,240);	}
::-moz-selection {	background: rgb(240,240,240);
}
body{	margin: 0;	background: rgb(90, 161, 255);	/*background: rgb(255, 196, 58);*/	/*background: rgb(52, 152, 219);*/	/*background: rgb(231, 76, 60);*/	/*background: rgb(175,175,175);*/	/*background: rgb(48, 109, 153);*/	font-family: 'Lato', sans-serif;	text-rendering: optimizeLegibility;	-webkit-font-feature-settings: "liga";	min-width: 1000px;
}
div.content{	width: 80%;	height: 100%;	float: right;	transition: all 0.35s ease;
}
caption{	margin-bottom: 1em;	font-size: 2em;	font-weight: 400;	color: rgba(255,255,255,.8);
}
table{	width: 85%;	margin: 50px auto;	color: rgb(100,100,100);	box-shadow:	0px 0px 15px rgba(0,0,0,0.15),	0px 0px 1px 1px rgba(0,0,0,0.1);	border-collapse: collapse;	font-size: .8rem;	cursor: default;
}
th{	text-transform: uppercase;	letter-spacing: 1px;	font-size: .9rem;	font-weight: 900;	background: rgba(255,255,255,.9);
}
td{	font-weight: 400;	border-right: 1px solid rgba(230,230,230,.3);
}
tr>td:last-child{	border-right: none;
}
th, td{	text-align: center;	padding: 3px;
}
tbody>tr:nth-child(odd){	background: rgba(255,255,255,.65);
}
tbody>tr:nth-child(even){	background: rgba(255,255,255,.9);
}
/*navigation*/
nav{	width: 20%;	max-width: 200px;	height: 100%;	float: left;	-webkit-transition: all .5s ease;	-moz-transition: all .5s ease;	-ms-transition: all .5s ease;	transition: all .5s ease;	overflow-y: auto;	overflow-x: hidden;	box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.2);
}
nav>ul,
nav>ol{	position: absolute;	width: 200px;	height: 100%;	list-style-type: none;	overflow: auto;	background: rgba(255,255,255,.8);	color: rgb(50,50,50);	-webkit-margin-before: 0;	-webkit-margin-after: 0;	-webkit-padding-start: 0;
}
nav>ul>li,
nav>ol>li{	padding: 10px;	cursor: pointer;	font-weight: 700;	text-transform: uppercase;	-webkit-transition: background 1s ease, color .35s ease, box-shadow .35s ease;	-moz-transition: background 1s ease, color .35s ease, box-shadow .35s ease;	-ms-transition: background 1s ease, color .35s ease, box-shadow .35s ease;	transition: background 1s ease, color .35s ease, box-shadow .35s ease;
}
nav>ul.covered>li{	cursor: default;
}
nav>ul.uncovered>li:hover,
nav>ol>li:hover{	background: rgb(255,255,255);	box-shadow: 2px 2px 3px 1px rgba(0,0,0,0.2);	z-index: 2;
}
nav>ul.uncovered>li:active,
nav>ol>li:active{	box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.2);
}
li>span{	position: absolute;	right: 10px;	font-weight: 900;	font-size: 1.1em;
}
.back{	font-weight: 900;	/*margin: 10px 0;*/	text-align: center;
}
.covered{	background: rgba(200,200,200,.8);	color: rgb(255,255,255);
}
.submenu{	position: relative;	float: right;	background: rgba(255,255,255,.95);	width: 180px;	right: 0;	z-index: 2;
}
.hidden{	display: none;	right: -100%;
}
.hidden_animation{	-webkit-animation: slide_out .5s cubic-bezier(.1,.7,.1,1);
}
.shown{	right: 0;	-webkit-animation: slide_in .5s cubic-bezier(.1,.7,.1,1);
}
@-webkit-keyframes slide_in{	from{	right: -100%;	}	to{	right: 0;	}
}
@-webkit-keyframes slide_out{	from{	right: 0%;	}	to{	right: -100%;	}
}
.blur {	-webkit-filter: blur(8px) contrast(0.4) brightness(1.4);	-moz-filter: blur(8px) contrast(0.4) brightness(1.4);	-o-filter: blur(8px) contrast(0.4) brightness(1.4);	-ms-filter: blur(8px) contrast(0.4) brightness(1.4);	-webkit-transform: translate3d(0,0,0); opacity: .5;
}
/*
@media screen and (min-width: 1280px) { div.content{ width: 90%; } nav{	width: 10%; }
}
*/

A Pen by Jordan Checkman - Script Codes JS Codes

$(document).ready(function(){	$('ul>li').click(function(){	var dex=$(this).index();	//alert(wow);	$('nav>ol').slice(dex,(dex+1)).removeClass('hidden').addClass('shown');	$('#main_nav').removeClass('uncovered').addClass('covered');	});	$('.back').click(function(){	//animate the removal	$('.submenu').removeClass('shown').addClass('hidden_animation');	//wait .35 seconds then actually remove it.	setTimeout(function(){	$('.submenu').addClass('hidden');	},350);	$('#main_nav').removeClass('covered').addClass('uncovered');	});	$('ol>li:not(.back)').click(function(){	//blur content and hide it	$('.content').addClass('blur');	setTimeout(function(){	$('.content').addClass('hidden');	},350);	//determine which content to display	var totalIndex = 0;	for (var i = 1; i < $(this).parent().index(); i++) {	totalIndex+=($('nav>ol').slice(i,(i+1)).children().length-1);	};	totalIndex+=$(this).index();	//display and unblur content	setTimeout(function(){	$('.content').slice((totalIndex-1),(totalIndex)).removeClass('hidden blur');	},350);	});
});
A Pen by Jordan Checkman - Script Codes
A Pen by Jordan Checkman - Script Codes
Home Page Home
Developer Jordan Checkman
Username JordanC
Uploaded January 21, 2023
Rating 3
Size 3,495 Kb
Views 4,048
Do you need developer help for A Pen by Jordan Checkman?

Find the perfect freelance services for your business! Fiverr's mission is to change how the world works together. Fiverr connects businesses with freelancers offering digital services in 500+ categories. Find Developer!

Jordan Checkman (JordanC) Script Codes
Create amazing captions with AI!

Jasper is the AI Content Generator that helps you and your team break through creative blocks to create amazing, original content 10X faster. Discover all the ways the Jasper AI Content Platform can help streamline your creative workflows. Start For Free!