Make CSS href and img src relative for easy testing on GitHub Pages

This commit is contained in:
Gina Trapani
2012-04-02 20:04:17 -07:00
parent b81bf08d56
commit c27456a45f

View File

@@ -3,9 +3,9 @@
<html xmlns="http://www.w3.org/1999/xhtml"> <html xmlns="http://www.w3.org/1999/xhtml">
<head> <head>
<title>Todo.txt: Future-proof task tracking in a file you control</title> <title>Todo.txt: Future-proof task tracking in a file you control</title>
<link rel="stylesheet" type="text/css" href="/css/bootstrap.min.css"/> <link rel="stylesheet" type="text/css" href="css/bootstrap.min.css"/>
<link rel="stylesheet" type="text/css" href="/css/bootstrap-responsive.css"/> <link rel="stylesheet" type="text/css" href="css/bootstrap-responsive.css"/>
<link rel="stylesheet" type="text/css" href="/css/style.css"/> <link rel="stylesheet" type="text/css" href="css/style.css"/>
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,600,700' rel='stylesheet' type='text/css'> <link href='http://fonts.googleapis.com/css?family=Open+Sans:400,600,700' rel='stylesheet' type='text/css'>
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Track your tasks and projects in a plain text file, todo.txt. A todo.txt is software and operating system agnostic; it's searchable, portable, lightweight and easily manipulated." /> <meta name="description" content="Track your tasks and projects in a plain text file, todo.txt. A todo.txt is software and operating system agnostic; it's searchable, portable, lightweight and easily manipulated." />
@@ -20,8 +20,8 @@
<div class="container"> <div class="container">
<div class="row"> <div class="row">
<div class="span10"> <div class="span10">
<a href="/" title="Todo.txt"><img src="/images/todotxt_logo_2011.png" alt="Todo.txt" width="100" style="float:left;margin-right:10px"/></a> <a href="" title="Todo.txt"><img src="images/todotxt_logo_2011.png" alt="Todo.txt" width="100" style="float:left;margin-right:10px"/></a>
<h1><a href="/">Todo.txt</a></h1> <h1><a href="">Todo.txt</a></h1>
<h2>Get organized in plain text</h2> <h2>Get organized in plain text</h2>
</div> </div>
<div class="span2"> <div class="span2">
@@ -36,7 +36,7 @@
<div class="section"> <div class="section">
<div class="row"> <div class="row">
<div class="span12"> <div class="span12">
<span class="hidden-phone"><img src="/images/todotxt-apps_lrg.png" alt="Todo.txt apps" width="768" style="float:right;margin-bottom:5px"/></span> <span class="hidden-phone"><img src="images/todotxt-apps_lrg.png" alt="Todo.txt apps" width="768" style="float:right;margin-bottom:5px"/></span>
<h3>If you have a file called todo.txt on your computer right now, you're in the right place.</h3> <h3>If you have a file called todo.txt on your computer right now, you're in the right place.</h3>
<p>So many power users try dozens of complicated todo list software applications, only to go right back to their trusty todo.txt file. It's simple, straightforward, and readable by every text editor ever made.</p> <p>So many power users try dozens of complicated todo list software applications, only to go right back to their trusty todo.txt file. It's simple, straightforward, and readable by every text editor ever made.</p>
@@ -54,14 +54,14 @@
<div class="row"> <div class="row">
<div class="span4"> <div class="span4">
<h2>On Your Phone and Tablet</h2> <h2>On Your Phone and Tablet</h2>
<span class="hidden-phone"><p><img src="/images/mobileappsheader.png" alt="Todo.txt mobile apps" /></p></span> <span class="hidden-phone"><p><img src="images/mobileappsheader.png" alt="Todo.txt mobile apps" /></p></span>
<p>Your todo.txt file isn't useful if it's not always at your fingertips. The Todo.txt mobile apps make it easy to view and update your todo list on the go.</p> <p>Your todo.txt file isn't useful if it's not always at your fingertips. The Todo.txt mobile apps make it easy to view and update your todo list on the go.</p>
<p>Currently coupled with <a href="http://dropbox.com">Dropbox</a>, Todo.txt Touch helps you manage your todo.txt on your touchscreen mobile device and automatically syncs your changes to all your devices.</p> <p>Currently coupled with <a href="http://dropbox.com">Dropbox</a>, Todo.txt Touch helps you manage your todo.txt on your touchscreen mobile device and automatically syncs your changes to all your devices.</p>
<h4>iPhone, iPod Touch, and iPad users:</h4> <h4>iPhone, iPod Touch, and iPad users:</h4>
<p><a href="http://itunes.apple.com/us/app/todo.txt-touch/id491342186?ls=1&mt=8" title="Available on the App Store"><img src="/images/app-store-available.png" alt="Available on the App Store"></a></p> <p><a href="http://itunes.apple.com/us/app/todo.txt-touch/id491342186?ls=1&mt=8" title="Available on the App Store"><img src="images/app-store-available.png" alt="Available on the App Store"></a></p>
<p>Todo.txt for iOS is proudly <a href="https://github.com/ginatrapani/todo.txt-touch-ios">open source</a>.</p> <p>Todo.txt for iOS is proudly <a href="https://github.com/ginatrapani/todo.txt-touch-ios">open source</a>.</p>
<h4>Android users:</h4> <h4>Android users:</h4>
<p><a href="https://play.google.com/store/apps/details?id=com.todotxt.todotxttouch&hl=en" title="Android app on Google Play"><img src="/images/app-store-google-available.png" alt="Android app on Google Play"></a> <a href="http://www.amazon.com/o/ASIN/B004MNQTVU/ref=nosim/lifehackerboo-20" title="Available at Amazon Appstore for Android"><img src="/images/app-store-amazon-available.png" alt="Available at Amazon Appstore for Android"></a></p> <p><a href="https://play.google.com/store/apps/details?id=com.todotxt.todotxttouch&hl=en" title="Android app on Google Play"><img src="images/app-store-google-available.png" alt="Android app on Google Play"></a> <a href="http://www.amazon.com/o/ASIN/B004MNQTVU/ref=nosim/lifehackerboo-20" title="Available at Amazon Appstore for Android"><img src="images/app-store-amazon-available.png" alt="Available at Amazon Appstore for Android"></a></p>
<p>Todo.txt for Android is proudly <a href="https://github.com/ginatrapani/todo.txt-touch">open source</a>.</p> <p>Todo.txt for Android is proudly <a href="https://github.com/ginatrapani/todo.txt-touch">open source</a>.</p>
</div> </div>
<div class="span4"> <div class="span4">
@@ -82,7 +82,7 @@
<p>Countless productivity apps and sites store your tasks in their own proprietary database and file format. But you can open a todo.txt file with every text editor under the sun, regardless of operating system or vendor.</p> <p>Countless productivity apps and sites store your tasks in their own proprietary database and file format. But you can open a todo.txt file with every text editor under the sun, regardless of operating system or vendor.</p>
<p>A todo.txt file future-proofs your task list and stores it in a text file YOU control. It isn't dependent on any software or platform to be useful.</p> <p>A todo.txt file future-proofs your task list and stores it in a text file YOU control. It isn't dependent on any software or platform to be useful.</p>
<p>The todo.txt format is <a href="https://github.com/ginatrapani/todo.txt-cli/wiki/The-Todo.txt-Format">a simple set of rules</a> that make todo.txt both human and machine-readable. The todo.txt format supports priorities, creation and completion dates, projects and contexts. That's all you need to be productive.</p> <p>The todo.txt format is <a href="https://github.com/ginatrapani/todo.txt-cli/wiki/The-Todo.txt-Format">a simple set of rules</a> that make todo.txt both human and machine-readable. The todo.txt format supports priorities, creation and completion dates, projects and contexts. That's all you need to be productive.</p>
<p><a href="/todo.txt">See an example Todo.txt file</a>.</p> <p><a href="todo.txt">See an example Todo.txt file</a>.</p>
<h3>Community-built, Community-supported</h3> <h3>Community-built, Community-supported</h3>
<p>These apps are built and maintained by Todo.txt users just like you. We believe in the power of portable file formats, data ownership, and getting things done in plain text.</p> <p>These apps are built and maintained by Todo.txt users just like you. We believe in the power of portable file formats, data ownership, and getting things done in plain text.</p>
<p>Got a question about Todo.txt?</p> <p>Got a question about Todo.txt?</p>