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

Gps #168

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Gps #168

Show file tree
Hide file tree
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
1 change: 1 addition & 0 deletions src/apps/gps.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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://dj0001.github.io/gps/?1"
data-app="gps-hud"
data-tags="demo tool">
<div class="app__wrapper">
<h2 class="app__title">
GPS
</h2>
</div>
<style>
[data-app='gps-hud'] {
color: #0000FF;
background: currentColor url(apps/gps.svg) 50% 50% / 50% auto no-repeat;
}
</style>
</a>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Weird indentation


<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