diff --git a/images/body-bg.png b/images/body-bg.png new file mode 100644 index 000000000..d0618fe74 Binary files /dev/null and b/images/body-bg.png differ diff --git a/images/highlight-bg.jpg b/images/highlight-bg.jpg new file mode 100644 index 000000000..4c4a78eff Binary files /dev/null and b/images/highlight-bg.jpg differ diff --git a/images/hr.png b/images/hr.png new file mode 100644 index 000000000..6c723a560 Binary files /dev/null and b/images/hr.png differ diff --git a/images/octocat-icon.png b/images/octocat-icon.png new file mode 100644 index 000000000..f0ba137d2 Binary files /dev/null and b/images/octocat-icon.png differ diff --git a/images/tar-gz-icon.png b/images/tar-gz-icon.png new file mode 100644 index 000000000..d50f34f6d Binary files /dev/null and b/images/tar-gz-icon.png differ diff --git a/images/zip-icon.png b/images/zip-icon.png new file mode 100644 index 000000000..162c425b4 Binary files /dev/null and b/images/zip-icon.png differ diff --git a/index.html b/index.html index d51739d58..e36bcfc40 100644 --- a/index.html +++ b/index.html @@ -1,39 +1,68 @@ - - - - - - -Generated Documentation (Untitled) - - - - - - - - - - - -<H2> -Frame Alert</H2> - -<P> -This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client. -<BR> -Link to<A HREF="overview-summary.html">Non-frame version.</A> - - - + + + + + + Astrid by abaker + + + + + + + +
+
+

Astrid

+

Tasks & To-Do List

+ +

View the Project on GitHub abaker/astrid

+ + + +
+
+

+About

+ +

This is a fork of Todoroo's Astrid and is in no way associated with Yahoo! or Todoroo. You can install Astrid by visiting the Google Play Store

+ +

+Get Involved

+ +

I intend on continuing development of Astrid and could use your help!

+ +

+Support or Contact

+ +

Having trouble with Astrid? Report an issue or contact @abaker

+
+ +
+ + + + + + \ No newline at end of file diff --git a/javascripts/main.js b/javascripts/main.js new file mode 100644 index 000000000..d8135d37b --- /dev/null +++ b/javascripts/main.js @@ -0,0 +1 @@ +console.log('This would be the main JS file.'); diff --git a/javascripts/scale.fix.js b/javascripts/scale.fix.js new file mode 100644 index 000000000..87a40ca71 --- /dev/null +++ b/javascripts/scale.fix.js @@ -0,0 +1,17 @@ +var metas = document.getElementsByTagName('meta'); +var i; +if (navigator.userAgent.match(/iPhone/i)) { + for (i=0; i