+ A bookmarklet that will expand and contract all GitHub commit messages on a page. +
+ ++ Drag this link to your browser bookmarks bar: +
+ + GitHub Full Commit +Demo
+
+
+
From f6b722e7c44ece7cc48e2da43248eca0f23398a8 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Thu, 27 Mar 2014 00:25:43 -0400 Subject: Initial commit: start of page Working on font choices. I think I figured that out. Still some layout left to do. --- .gitignore | 1 + demo.gif | Bin 0 -> 397835 bytes index.html | 84 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 85 insertions(+) create mode 100644 .gitignore create mode 100644 demo.gif create mode 100644 index.html diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..fbb925e --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +Resources/ \ No newline at end of file diff --git a/demo.gif b/demo.gif new file mode 100644 index 0000000..7f6f01d Binary files /dev/null and b/demo.gif differ diff --git a/index.html b/index.html new file mode 100644 index 0000000..272710b --- /dev/null +++ b/index.html @@ -0,0 +1,84 @@ + + +
+ ++ A bookmarklet that will expand and contract all GitHub commit messages on a page. +
+ ++ Drag this link to your browser bookmarks bar: +
+ + GitHub Full Commit +
+
+