Skip to content

Instantly share code, notes, and snippets.

@leopku
Forked from anonymous/index.html
Last active August 29, 2015 14:23
Show Gist options
  • Save leopku/fa5199ea3e3855f67307 to your computer and use it in GitHub Desktop.
Save leopku/fa5199ea3e3855f67307 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<script src="https://code.jquery.com/jquery-1.11.1.min.js"></script>
<meta charset="utf-8">
<title>JS Bin</title>
</head>
<body>
<path d="
M 18 191 L 58.1684 191 L 58.1684 129.1406 L 73.5454 112.6903
L 128.6201 191 L 177 191 L 102.3118 83.5213 L 173.2865 6
L 123.9128 6 L 58.1684 76.4261 L 58.1684 6 L 18 6 L 18 191
L 18 191 Z" />
<div id="art">
<h1 id="we-proudly-announced-for-centos-tweak-first-release:42ca10a67709d12c3657666631ec22f6">We proudly announced for CentOS Tweak first release.</h1>
<p>CentOS Tweak was a set of commands to optimizing CentOS server, including kernel, network and hard disk&nbsp;&nbsp;optimize etc.</p>
<p>It is very useful for automation management of CentOS server farms.</p>
<!-- more -->
<p>CentOS Tweak source code on GitHub:&nbsp;<a href="http://github.com/leopku/centostweak">http://github.com/leopku/centostweak</a></p>
<p>Download last release:&nbsp;<a href="http://github.com/leopku/centostweak/downloads">http://github.com/leopku/centostweak/downloads</a></p>
</div>
<script src="http://julian.com/research/blast/build/jquery.blast.js"></script>
<script src="http://julian.com/research/velocity/build/velocity.js"></script>
<script src="http://julian.com/research/velocity/build/velocity.ui.js"></script>
<script id="jsbin-javascript">
// console.log($('#art').blast({delimiter: "character"}));
$('#art').blast({ delimiter: "character"})
.velocity("transition.fadeIn", {
display: null,
duration: 1250,
stagger: 40,
delay: 400
});
</script>
<script id="jsbin-source-javascript" type="text/javascript">// console.log($('#art').blast({delimiter: "character"}));
$('#art').blast({ delimiter: "character"})
.velocity("transition.fadeIn", {
display: null,
duration: 1250,
stagger: 40,
delay: 400
});</script></body>
</html>
// console.log($('#art').blast({delimiter: "character"}));
$('#art').blast({ delimiter: "character"})
.velocity("transition.fadeIn", {
display: null,
duration: 1250,
stagger: 40,
delay: 400
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment