Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New gh page #35

Open
wants to merge 19 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Empty file removed .jshintignore
Empty file.
37 changes: 0 additions & 37 deletions .jshintrc

This file was deleted.

14 changes: 0 additions & 14 deletions Gemfile

This file was deleted.

120 changes: 0 additions & 120 deletions Gemfile.lock

This file was deleted.

78 changes: 0 additions & 78 deletions Gruntfile.js

This file was deleted.

21 changes: 0 additions & 21 deletions README.md

This file was deleted.

14 changes: 0 additions & 14 deletions config.rb

This file was deleted.

1 change: 0 additions & 1 deletion dist/timesheet.css

This file was deleted.

1 change: 0 additions & 1 deletion dist/timesheet.js

This file was deleted.

97 changes: 97 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,97 @@
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta content='IE=edge,chrome=1' http-equiv='X-UA-Compatible'>
<meta content='Timesheet.js' property='og:title'>
<meta content="With Timesheet.js you can easily create simple time and data sheets or timelines using HTML5, JavaScript and CSS3. Yep, it's a Vanilla JS library!" property='og:description'>
<meta content='https://sbstjn.github.io/timesheet.js/' property='og:url'>
<meta content='https://raw.githubusercontent.com/sbstjn/timesheet.js/master/screen.png' property='og:image'>
<meta content='669118929' property='fb:admins'>
<title>Timesheet.js - Open time tables with HTML, JavaScript and CSS …</title>
<script src="javascripts/timesheet-d66c51c0.js" type="text/javascript"></script><script src="javascripts/main-f324c27e.js" type="text/javascript"></script>
<link href="//fonts.googleapis.com/css?family=Oxygen+Mono:400,600,800" rel="stylesheet" type="text/css" />
<link href="//fonts.googleapis.com/css?family=Open+Sans:400,600,800" rel="stylesheet" type="text/css" />
<link href="//fonts.googleapis.com/css?family=Signika+Negative:300,400,600,700" rel="stylesheet" type="text/css" />
<link href="stylesheets/all-6dc65153.css" rel="stylesheet" type="text/css" />

</head>
<body class='black index'>

<header class="header">
<div class="container">

<span>
<a href='https://github.com/sbstjn/timesheet.js'>
<img style='position: absolute; top: 0; right: 0; border: 0;'
src='https://camo.githubusercontent.com/a6677b08c955af8400f44c6298f40e7d19cc5b2d/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f677261795f3664366436642e706e67' alt='Fork me on GitHub' data-canonical-src='https://s3.amazonaws.com/github/ribbons/forkme_right_gray_6d6d6d.png'>
</a>
</span>

<h1>
Timesheet<span>.js</span>
</h1>
<p>
Visualize your data and events with sexy
<span>HTML5</span>
and
<span>CSS3</span>.
Create simple time sheets with sneaky JavaScript. Style them with CSS and have mobile fun as well …
</p>

</div>
</header>

<div class='container'>
<div id='box'>
<div id='box-inner'>

<div id='timesheet-default'></div>

<p>
Just include Timesheet.js and configure your data. No external dependencies, no jQuery needed and of course no Angular.JS! Just a few lines JavaScript to generate a beautiful HTML5 layout and some really delicious CSS to be customized by almighty you.
</p>
<code>
<pre>
&lt;script src=&quot;/javascripts/timesheet.js&quot; type=&quot;text/javascript&quot; /&gt;</pre></code>
<p>Create a simple time sheet based on a JS array of events:</p>
<code><pre>new Timesheet('timesheet-default', 2002, 2013, [&#x000A; ['2002', '09/2002', 'A freaking awesome time', 'lorem'],&#x000A; ['06/2002', '09/2003', 'Some great memories', 'ipsum'],&#x000A; ['2003', 'Had very bad luck'],&#x000A; ['10/2003', '2006', 'At least had fun', 'dolor'],&#x000A; ['02/2005', '05/2006', 'Enjoyed those times as well', 'ipsum'],&#x000A; ['07/2005', '09/2005', 'Bad luck again', 'default'],&#x000A; ['10/2005', '2008', 'For a long time nothing happened', 'dolor'],&#x000A; ['01/2008', '05/2009', 'LOST Season #4', 'lorem'],&#x000A; ['01/2009', '05/2009', 'LOST Season #4', 'lorem'],&#x000A; ['02/2010', '05/2010', 'LOST Season #5', 'lorem'],&#x000A; ['09/2008', '06/2010', 'FRINGE #1 &amp; #2', 'ipsum']&#x000A;]);</pre></code>
<p>It's that simple to use <span>Timesheet.js</span>. So, have a nice day, thank you for smoking and maybe try using Timesheet.js with custom styles …</p>


</div>
</div>
</div>

<div class="changer">
<div class="wrap-button">
<a href="#light" id="switch-light">light</a>
<a href="#dark" id="switch-dark">dark</a>
</div>
</div>

<footer class="footer">
<p>
Timesheet.js is licensed under
<a href="https://github.com/sbstjn/timesheet.js/blob/master/LICENSE.md">
MIT License
</a>
<br />
Cheers to <a href="https://twitter.com/cheeaun">Cheeaun</a> and
<a href="https://twitter.com/igrigorik/">Ilya</a>
<span>
<a href="http://S11K.com">❤</a>
</span>
</p>
<p>
<small>
GitHub Pages &mdash;
Theme by <a href="https://github.com/Luanramos" title="Luan Ramos">Luan Ramos</a>
</small>
</p>
</footer>


<script type='text/javascript'>var _gauges = _gauges || []; (function() { var t = document.createElement('script'); t.type = 'text/javascript'; t.async = true; t.id = 'gauges-tracker'; t.setAttribute('data-site-id', '538272a38bfdf705f50037c3'); t.src = '//secure.gaug.es/track.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(t, s); })();</script>
</body>
</html>
1 change: 1 addition & 0 deletions javascripts/lib-df0795e9.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading