Skip to content

Commit

Permalink
done
Browse files Browse the repository at this point in the history
  • Loading branch information
koaning committed Mar 22, 2020
1 parent 22b5bf2 commit 444e4fd
Show file tree
Hide file tree
Showing 9 changed files with 99 additions and 8 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

A collaborative motivational website to encourage you to do something special this month.

![](readme-gif.gif)

## API

The website exposes the ideas as a json blob. You can see it [here](https://thismonth.rocks/tips.json) or download it via;
Expand All @@ -14,7 +16,7 @@ wget https://thismonth.rocks/tips.json

## How To Contribute

If you want to contribute, feel free to add a file to the `src/ideas` folder and add a PR. The icons will be handled by the maintainer and are retreived from [the nounproject](https://thenounproject.com/).
If you want to contribute, feel free to add (or update!) a file to the `src/ideas` folder and add a PR. The icons will be handled by the maintainer and are retreived from [the nounproject](https://thenounproject.com/).

When submitting an idea, consider these few points;

Expand Down
2 changes: 1 addition & 1 deletion automator.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def load_md(appendix=False):
md = mistune.create_markdown(escape=False)
if appendix:
d['appendix'] = md(fm.content)
d['id'] = d['icon'].replace(".svg", "")
d['id'] = d['icon'].replace(".svg", "")
results.append(d)
return results

Expand Down
31 changes: 29 additions & 2 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,21 @@
</div>
</div>
<div class="p-8">
There is no appendix. Consider adding it to <a href='https://github.com/koaning/thismonth.rocks'>github</a>.
<p>Pomodoro is a method of working in 25 minute segments.</p>
<br>
<p>It makes you aware of the time in a day and it prevents you from getting stuck in
a rabbit hole. There's a great explainer video on <a href="https://www.youtube.com/watch?v=VFW3Ld7JO0w">youtube</a>.</p>
<br>
<p>There's great apps that you can download but the most popular one
seems to be <a href="https://tomighty.github.io/">tomighty</a>. If you're interested
in knowing more behind the theory behind it you might appreciate
reading <a href="https://francescocirillo.com/products/the-pomodoro-technique-book-us-edition">the book</a>
written by the creator.</p>
<br>
<p>If possible, consider buying the book from a local toy-store.</p>


<p class="text-gray-600">If you want to commit to this, consider writing yourself an email via <a href="https://dearme.email">dearme.email</a>.</p>

<button class="float-right modal-close bg-white hover:bg-gray-100 text-gray-800 font-semibold py-2 px-4 border border-gray-400 rounded shadow">
Close
Expand Down Expand Up @@ -1759,7 +1773,20 @@
</div>
</div>
<div class="p-8">
There is no appendix. Consider adding it to <a href='https://github.com/koaning/thismonth.rocks'>github</a>.
<p>Raspberry Pi is a great invention and there's a lovely community.</p>
<br>
<p>All the great resources for getting started can be found on
<a href="https://www.raspberrypi.org/">the official webpage</a>.</p>
<p>If you're interested in sensors you may want to check out the
<a href="https://shop.pimoroni.com/">pimoroni store</a>. They make great
sensors that are plug+play and they tend to have great support
for python. The customer service is great too and they have
inspiring tutorials on their website.</p>
<br>
<p>If possible, consider buying gear from a local store.</p>


<p class="text-gray-600">If you want to commit to this, consider writing yourself an email via <a href="https://dearme.email">dearme.email</a>.</p>

<button class="float-right modal-close bg-white hover:bg-gray-100 text-gray-800 font-semibold py-2 px-4 border border-gray-400 rounded shadow">
Close
Expand Down
31 changes: 29 additions & 2 deletions public/mind.html
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,21 @@
</div>
</div>
<div class="p-8">
There is no appendix. Consider adding it to <a href='https://github.com/koaning/thismonth.rocks'>github</a>.
<p>Pomodoro is a method of working in 25 minute segments.</p>
<br>
<p>It makes you aware of the time in a day and it prevents you from getting stuck in
a rabbit hole. There's a great explainer video on <a href="https://www.youtube.com/watch?v=VFW3Ld7JO0w">youtube</a>.</p>
<br>
<p>There's great apps that you can download but the most popular one
seems to be <a href="https://tomighty.github.io/">tomighty</a>. If you're interested
in knowing more behind the theory behind it you might appreciate
reading <a href="https://francescocirillo.com/products/the-pomodoro-technique-book-us-edition">the book</a>
written by the creator.</p>
<br>
<p>If possible, consider buying the book from a local toy-store.</p>


<p class="text-gray-600">If you want to commit to this, consider writing yourself an email via <a href="https://dearme.email">dearme.email</a>.</p>

<button class="float-right modal-close bg-white hover:bg-gray-100 text-gray-800 font-semibold py-2 px-4 border border-gray-400 rounded shadow">
Close
Expand Down Expand Up @@ -583,7 +597,20 @@
</div>
</div>
<div class="p-8">
There is no appendix. Consider adding it to <a href='https://github.com/koaning/thismonth.rocks'>github</a>.
<p>Raspberry Pi is a great invention and there's a lovely community.</p>
<br>
<p>All the great resources for getting started can be found on
<a href="https://www.raspberrypi.org/">the official webpage</a>.</p>
<p>If you're interested in sensors you may want to check out the
<a href="https://shop.pimoroni.com/">pimoroni store</a>. They make great
sensors that are plug+play and they tend to have great support
for python. The customer service is great too and they have
inspiring tutorials on their website.</p>
<br>
<p>If possible, consider buying gear from a local store.</p>


<p class="text-gray-600">If you want to commit to this, consider writing yourself an email via <a href="https://dearme.email">dearme.email</a>.</p>

<button class="float-right modal-close bg-white hover:bg-gray-100 text-gray-800 font-semibold py-2 px-4 border border-gray-400 rounded shadow">
Close
Expand Down
1 change: 0 additions & 1 deletion public/tips-backup.json

This file was deleted.

Loading

0 comments on commit 444e4fd

Please sign in to comment.