Skip to content
This repository has been archived by the owner on Jan 31, 2020. It is now read-only.

Added The Focus Rises to index plus app svg #487

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1077,6 +1077,23 @@ <h2 class="app__title">
</style>
</a>

<a class="list__item app js-app"
href="https://www.thefocusrises.com"
data-app="the-focus-rises"
data-tags="TAGS">
<div class="app__wrapper">
<h2 class="app__title">
The Focus Rises
</h2>
</div>
<style>
[data-app='the-focus-rises'] {
color: #1D4350;
background: currentColor url(apps/the-focus-rises.svg) 50% 50% / 50% auto no-repeat;
}
</style>
</a>

<a class="list__item suggest js-suggest" href="https://github.com/pwarocks/pwa.rocks" title="Suggest an app">
<span class="hidden">Suggest an app</span>
</a>
Expand Down