Skip to content

Commit 09680ad

Browse files
author
Rafael J. Staib
committed
Add real content
1 parent b5156b6 commit 09680ad

File tree

1 file changed

+86
-85
lines changed

1 file changed

+86
-85
lines changed

index.html

Lines changed: 86 additions & 85 deletions
Original file line numberDiff line numberDiff line change
@@ -1,88 +1,89 @@
11
<!DOCTYPE html>
22
<html>
3-
<head>
4-
<meta charset='utf-8'>
5-
<meta http-equiv="X-UA-Compatible" content="chrome=1">
6-
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
7-
<link href='https://fonts.googleapis.com/css?family=Architects+Daughter' rel='stylesheet' type='text/css'>
8-
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen" />
9-
<link rel="stylesheet" type="text/css" href="stylesheets/pygment_trac.css" media="screen" />
10-
<link rel="stylesheet" type="text/css" href="stylesheets/print.css" media="print" />
11-
12-
<!--[if lt IE 9]>
13-
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
14-
<![endif]-->
15-
16-
<title>jquery-steps by rstaib</title>
17-
</head>
18-
19-
<body>
20-
<header>
21-
<div class="inner">
22-
<h1>jquery-steps</h1>
23-
<h2>A powerful jQuery wizard plugin that supports accessibility and HTML5.</h2>
24-
<a href="https://github.com/rstaib/jquery-steps" class="button"><small>View project on</small>GitHub</a>
25-
</div>
26-
</header>
27-
28-
<div id="content-wrapper">
29-
<div class="inner clearfix">
30-
<section id="main-content">
31-
<h3>Welcome to GitHub Pages.</h3>
32-
33-
<p>This automatic page generator is the easiest way to create beautiful pages for all of your projects. Author your page content here using GitHub Flavored Markdown, select a template crafted by a designer, and publish. After your page is generated, you can check out the new branch:</p>
34-
35-
<pre><code>$ cd your_repo_root/repo_name
36-
$ git fetch origin
37-
$ git checkout gh-pages
38-
</code></pre>
39-
40-
<p>If you're using the GitHub for Mac, simply sync your repository and you'll see the new branch.</p>
41-
42-
<h3>Designer Templates</h3>
43-
44-
<p>We've crafted some handsome templates for you to use. Go ahead and continue to layouts to browse through them. You can easily go back to edit your page before publishing. After publishing your page, you can revisit the page generator and switch to another theme. Your Page content will be preserved if it remained markdown format.</p>
45-
46-
<h3>Rather Drive Stick?</h3>
47-
48-
<p>If you prefer to not use the automatic generator, push a branch named <code>gh-pages</code> to your repository to create a page manually. In addition to supporting regular HTML content, GitHub Pages support Jekyll, a simple, blog aware static site generator written by our own Tom Preston-Werner. Jekyll makes it easy to create site-wide headers and footers without having to copy them across every page. It also offers intelligent blog support and other advanced templating features.</p>
49-
50-
<h3>Authors and Contributors</h3>
51-
52-
<p>You can <a href="https://github.com/blog/821" class="user-mention">@mention</a> a GitHub username to generate a link to their profile. The resulting <code>&lt;a&gt;</code> element will link to the contributor's GitHub Profile. For example: In 2007, Chris Wanstrath (<a href="https://github.com/defunkt" class="user-mention">@defunkt</a>), PJ Hyett (<a href="https://github.com/pjhyett" class="user-mention">@pjhyett</a>), and Tom Preston-Werner (<a href="https://github.com/mojombo" class="user-mention">@mojombo</a>) founded GitHub.</p>
53-
54-
<h3>Support or Contact</h3>
55-
56-
<p>Having trouble with Pages? Check out the documentation at <a href="http://help.github.com/pages">http://help.github.com/pages</a> or contact <a href="mailto:support@github.com">support@github.com</a> and we’ll help you sort it out.</p>
57-
</section>
58-
59-
<aside id="sidebar">
60-
<a href="https://github.com/rstaib/jquery-steps/zipball/master" class="button">
61-
<small>Download</small>
62-
.zip file
63-
</a>
64-
<a href="https://github.com/rstaib/jquery-steps/tarball/master" class="button">
65-
<small>Download</small>
66-
.tar.gz file
67-
</a>
68-
69-
<p class="repo-owner"><a href="https://github.com/rstaib/jquery-steps"></a> is maintained by <a href="https://github.com/rstaib">rstaib</a>.</p>
70-
71-
<p>This page was generated by <a href="pages.github.com">GitHub Pages</a> using the Architect theme by <a href="http://twitter.com/jasonlong">Jason Long</a>.</p>
72-
</aside>
73-
</div>
74-
</div>
75-
76-
<script type="text/javascript">
77-
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
78-
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
79-
</script>
80-
<script type="text/javascript">
81-
try {
82-
var pageTracker = _gat._getTracker("UA-40997516-1");
83-
pageTracker._trackPageview();
84-
} catch(err) {}
85-
</script>
86-
87-
</body>
3+
<head>
4+
<meta charset='utf-8'>
5+
<meta http-equiv="X-UA-Compatible" content="chrome=1">
6+
<meta name="description" content="A powerful jQuery wizard plugin that supports accessibility and HTML5.">
7+
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
8+
<link href='https://fonts.googleapis.com/css?family=Architects+Daughter' rel='stylesheet' type='text/css'>
9+
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen" />
10+
<link rel="stylesheet" type="text/css" href="stylesheets/pygment_trac.css" media="screen" />
11+
<link rel="stylesheet" type="text/css" href="stylesheets/print.css" media="print" />
12+
13+
<!--[if lt IE 9]>
14+
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
15+
<![endif]-->
16+
17+
<title>jQuery Steps by rstaib</title>
18+
</head>
19+
<body>
20+
<header>
21+
<div class="inner">
22+
<h1>jquery-steps</h1>
23+
<h2>A powerful jQuery wizard plugin that supports accessibility and HTML5.</h2>
24+
<a href="https://github.com/rstaib/jquery-steps" class="button"><small>View project on</small>GitHub</a>
25+
</div>
26+
</header>
27+
28+
<div id="content-wrapper">
29+
<div class="inner clearfix">
30+
<section id="main-content">
31+
<h3>Overview</h3>
32+
<p>jQuery Steps is a smart UI component which allows you to create easily wizard like interfaces.
33+
This plugin groups content into sections for a more structured and orderly page view.
34+
Furthermore, it is just simple as 1 2 3 to add plugins such as jQuery Validation which can prevent step changing or submission.
35+
Convince yourself of the many advantages and get a first-hand impression by checking the demos!</p>
36+
<ul>
37+
<li><a href="basic.html">Basic Example</a></li>
38+
<li>Async Example</li>
39+
<li>Basic Form Example</li>
40+
<li>Advanced Form Example</li>
41+
<li><a href="add-remove.html">Dynamic Manipulation Example</a></li>
42+
</ul>
43+
44+
<h3>Features</h3>
45+
<ul>
46+
<li>HTML5 and Accessability support</li>
47+
<li>Async (AJAX) content loading</li>
48+
<li>Form validation made easy</li>
49+
<li>Embedded iframe content</li>
50+
<li>Cool transition effects</li>
51+
<li>Keyboard navigation</li>
52+
<li>Simple Step Manipulation</li>
53+
<li>Multiple wizards in one page</li>
54+
<li>Easy Navigation</li>
55+
<li>And much more ...</li>
56+
</ul>
57+
58+
<h3>License</h3>
59+
<p>Copyright (c) 2013 Rafael J. Staib Licensed under the <a href="https://github.com/rstaib/jquery-steps/blob/master/LICENSE.txt">MIT license</a>.</p>
60+
</section>
61+
62+
<aside id="sidebar">
63+
<a href="https://github.com/rstaib/jquery-steps/zipball/master" class="button">
64+
<small>Download</small>
65+
.zip file
66+
</a>
67+
<a href="https://github.com/rstaib/jquery-steps/tarball/master" class="button">
68+
<small>Download</small>
69+
.tar.gz file
70+
</a>
71+
72+
<p class="repo-owner"><a href="https://github.com/rstaib/jquery-steps"></a>is maintained by <a href="https://github.com/rstaib">rstaib</a>.</p>
73+
74+
<p>This page was generated by <a href="pages.github.com">GitHub Pages</a> using the Architect theme by <a href="http://twitter.com/jasonlong">Jason Long</a>.</p>
75+
</aside>
76+
</div>
77+
</div>
78+
79+
<script>
80+
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
81+
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
82+
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
83+
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
84+
85+
ga('create', 'UA-40997516-1', 'rstaib.github.io');
86+
ga('send', 'pageview');
87+
</script>
88+
</body>
8889
</html>

0 commit comments

Comments
 (0)