Skip to content

Commit 5b646ec

Browse files
committed
Updated GitHub page
1 parent 642c8fe commit 5b646ec

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

source/index.haml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
%pre
2121
= preserve do
2222
:escaped
23-
new Timesheet('timesheet', 2002, 2013, [
23+
new Timesheet('timesheet-default', 2002, 2013, [
2424
['2002', '09/2002', 'A freaking awesome time', 'lorem'],
2525
['06/2002', '09/2003', 'Some great memories', 'ipsum'],
2626
['2003', 'Had very bad luck'],
@@ -35,3 +35,5 @@
3535
]);
3636

3737
%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 …
38+
39+
%p.footer Timesheet.js is licensed under MIT License<br />Cheers to <a href="https://twitter.com/cheeaun">Cheeaun</a> and <a href="https://twitter.com/igrigorik/">Ilya</a><br /><br /><br />❤<br /><br />

source/stylesheets/all.css.sass

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,22 @@ p
8585
color: rgba(255, 145, 18, 1)
8686
font-weight: 600
8787

88+
a, a:hover, a:visited, a:active
89+
color: rgba(255, 145, 18, 1)
90+
font-weight: 600
91+
text-decoration: none
92+
93+
.footer
94+
margin-top: 25px
95+
text-align: center
96+
font-size: 12px
97+
font-weight: 300
98+
color: rgba(100, 100, 100, 1)
99+
100+
a
101+
font-weight: 300
102+
color: rgba(100, 100, 100, 1)
103+
88104
code
89105
pre
90106
margin: 0 auto

0 commit comments

Comments
 (0)