Skip to content

Commit

Permalink
- Added v3 todos
Browse files Browse the repository at this point in the history
- Updated copy
- Updated logo
  • Loading branch information
michaelx committed May 6, 2016
1 parent 0ecadf9 commit 0149bdd
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 10 deletions.
13 changes: 8 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

Launchbot enables you to easily open sets of all your favorite websites with just one click.

It's like restoring tabs, but on every device and browser. You can also search the web or just quick-launch one of your favorite websites.
Its like restoring tabs, but on every device and browser. You can also search the web or just quick-launch one of your favorite websites.

> Note: I started working on v3, which comes with an easier config. The instruction below is for the v2 release. If you check out the current code base you can configure Launchbot completely in config.js. Next-up new UI!
Expand All @@ -18,23 +18,26 @@ It's like restoring tabs, but on every device and browser. You can also search t
* Search the web with your preferred search engine
* See the weather forecast for today

### What's next?
### Whats next?

* ✅ Remove configuration from core, into config file
* ✅ Streamline JavaScript functions
* ✅ Add structure for plugin support
* ✅ Remove jQuery dependency
* ◽ New UI
* ◽ UI for all configurations
* ◽ Keyboard shortcuts to open sets
* … send in feature requests via [Twitter](http://twitter.com/michaxndr)
* ◽ Theme support

Ideas or requests? Hit me up on [Twitter](http://twitter.com/michaxndr).

## Compatibility

Launchbot should work with every major browser on every device, as long Javascript is enabled.
Launchbot should work with every major browser on every device, as long JavaScript is enabled.

### Chrome

In some configurations Chrome will open a set in windows instead of tabs. To avoid this behaviour you can hold down cmd (Mac); ctrl (Win).
In some configurations Chrome will open a set in windows instead of tabs. Hold down cmd (Mac)/ctrl (Win) to avoid that behaviour.

## Author

Expand Down
Binary file modified images/launchbot-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 3 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<meta charset="utf-8">
<title>Launchbot &ndash; Your Personal Startpage Script</title>
<meta name="keywords" content="Launchbot, Startpage Script, Michael Xander, Dashboard, Open-Source, Morning Coffee">
<meta name="description" content="Launchbot enables you to easily open sets of all your favorite websites with one click. It's like restoring tabs, but on every device and browser.">
<meta name="description" content="Launchbot enables you to easily open sets of all your favorite websites with one click. Its like restoring tabs, but on every device and browser.">
<meta name="author" content="Michael Xander">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link rel="stylesheet" href="stylesheets/base.css">
Expand Down Expand Up @@ -42,7 +42,7 @@ <h3>Search The Web</h3>
</div>
<div class="one-third column">
<h3>Open Sets</h3>
<p>Oh yeah Sir, let's open -g some sites!</p>
<p>Oh yeah Sir, lets open -g some sites!</p>
<ul class="square" id="siteSets"></ul>
</div>
<div class="one-third column">
Expand All @@ -52,8 +52,7 @@ <h3>Favorite Sites</h3>
<p id="weather"></p>
</div>
<div class="sixteen columns">
<p class="footer">&copy; 2015 <a href="http://michaelxander.com" target="_blank">Michael Xander</a>.
<a href="http://launchbot.michaelxander.com/about.html">Download and about Launchbot.</a> Follow me on <a href="http://twitter.com/michaxndr" target="_blank">Twitter</a> for further projects.
<p class="footer">&copy; 2016 <a href="http://michaelxander.com" target="_blank">Michael Xander</a> &middot; <a href="http://launchbot.michaelxander.com/about.html">Download and about Launchbot</a> &middot; Follow me on <a href="http://twitter.com/michaxndr" target="_blank">Twitter</a>
</p>
</div>
</div>
Expand Down
7 changes: 6 additions & 1 deletion stylesheets/layout.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
/* #Site Styles
================================================== */
h1 { white-space: nowrap; }
h1 {
font-size: 42px;
line-height: 48px;
white-space: nowrap;
}

img.middle { vertical-align: text-bottom; }

input[type="text"],
Expand Down

0 comments on commit 0149bdd

Please sign in to comment.