Skip to content

Commit 40ac2f7

Browse files
committed
Added keywords + description + favicon.
1 parent d30443d commit 40ac2f7

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
# d3-table-cards
1+
# D3-Table-Cards
22

3-
Experiment on using D3.js to transition between table and cards views, and reordering elements. It uses HTML rather than SVG, and has no dependencies beside D3.js.
3+
Experiment on using D3.js to transformation between table and cards views, and transition while reordering elements. It uses HTML rather than SVG, and has no dependencies beside D3.js.
44

5+
Check out [the demo](https://evoluteur.github.io/d3-table-cards/).

favicon.png

1.93 KB
Loading

index.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,11 @@
33
<script src="d3.v4.min.js" charset="utf-8"></script>
44
<script src="data.js" charset="utf-8"></script>
55
<script src="d3-table-cards.js" charset="utf-8"></script>
6+
<link rel="icon" type="image/png" href="favicon.png" />
67
<link href="d3-table-cards.css" rel="stylesheet">
8+
<title>D3-Table-Cards</title>
9+
<meta name="description" content="D3-Table-Cards: Table/Cards views using D3.js for animated transformations and transitions.">
10+
<meta name="keywords" content="d3 d3.js table card cards view javascript gemstones">
711
</head>
812
<body onresize="redraw()">
913

0 commit comments

Comments
 (0)