Skip to content

Commit

Permalink
0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
vardecab committed Nov 1, 2020
1 parent 399fe58 commit 88543d1
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 7 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ Refreshing the page (F5/⌘+R) will load a quote/text from the same category you

## Release History

- 0.9.2: Added title to the icon.
- 0.9.1: Added bold variant of Arvo font.
- 0.9: Added new category - "Working Remotely". Changed backgrounds, polished code, fixed font.
- 0.8.1: Tiny fix for 1600px+ RWD.
Expand Down
2 changes: 1 addition & 1 deletion categories/behaviors/page-behaviors.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<div class="container">
<div class="row">
<div class="twelve columns" style="margin-top: 7%;">
<a href="../../chooser.html"><img src="../../images/icon-bulb.svg" id="icon-bulb" /></a>
<a href="../../chooser.html"><img src="../../images/icon-bulb.svg" id="icon-bulb" title="Click me to change category!"/></a>

<p id="intro">
Good manager:
Expand Down
2 changes: 1 addition & 1 deletion categories/feedback/page-feedback.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<div class="container">
<div class="row">
<div class="twelve columns" style="margin-top: 7%;">
<a href="../../chooser.html"><img src="../../images/icon-bulb.svg" id="icon-bulb" /></a>
<a href="../../chooser.html"><img src="../../images/icon-bulb.svg" id="icon-bulb" title="Click me to change category!"/></a>

<p id="intro">
Feedback:
Expand Down
2 changes: 1 addition & 1 deletion categories/quotes/page-quotes.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<div class="container">
<div class="row">
<div class="twelve columns" style="margin-top: 7%;">
<a href="../../chooser.html"><img src="../../images/icon-bulb.svg" id="icon-bulb" /></a>
<a href="../../chooser.html"><img src="../../images/icon-bulb.svg" id="icon-bulb" title="Click me to change category!"/></a>

<p id="script_output"></p>

Expand Down
2 changes: 1 addition & 1 deletion categories/things_zero_talent/page-things_zero_talent.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<div class="container">
<div class="row">
<div class="twelve columns" style="margin-top: 7%;">
<a href="../../chooser.html"><img src="../../images/icon-bulb.svg" id="icon-bulb" /></a>
<a href="../../chooser.html"><img src="../../images/icon-bulb.svg" id="icon-bulb" title="Click me to change category!"/></a>

<p id="intro">10 Things That Require <u>Zero</u> Talent:</p>

Expand Down
2 changes: 1 addition & 1 deletion categories/what_to_say/page-what_to_say.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<div class="container">
<div class="row">
<div class="twelve columns" style="margin-top: 7%;">
<a href="../../chooser.html"><img src="../../images/icon-bulb.svg" id="icon-bulb" /></a>
<a href="../../chooser.html"><img src="../../images/icon-bulb.svg" id="icon-bulb" title="Click me to change category!"/></a>

<p id="intro">
Instead of:
Expand Down
2 changes: 1 addition & 1 deletion categories/working_remotely/page-working_remotely.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<div class="container">
<div class="row">
<div class="twelve columns" style="margin-top: 7%;">
<a href="../../chooser.html"><img src="../../images/icon-bulb.svg" id="icon-bulb" /></a>
<a href="../../chooser.html"><img src="../../images/icon-bulb.svg" id="icon-bulb" title="Click me to change category!"/></a>

<p id="script_output" class="remotely"></p>

Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "Good Manager",
"description": "Good Manager acts as a simple way to motivate you to be a better manager. Currently it randomly shows quotes/phrases from 6 categories: Behaviors, What To Say, Feedback, Quotes, 10 Things That Require 0 Talent, Working Remotely. Any time you open a new tab - Good Manager will load.",

"version": "0.9.1",
"version": "0.9.2",

"icons": {"500": "images/icon-bulb.png"},

Expand Down

0 comments on commit 88543d1

Please sign in to comment.