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

chnages are done #498

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
Binary file added src/apps/todo-list.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,21 @@ <h2 class="tags__title hidden">
</nav>

<main class="list js-list" data-filter="all">

<a class="list__item app js-app"
href="https://todolist-pwa-b6712.web.app/" data-app="todo-list" data-tags="tool demo">
<div class="app__wrapper">
<h2 class="app__title">
TODO-LIST
</h2>
</div>
<style>
[data-app='todo-list'] {
color: COLOR;
background: currentColor url(apps/todo-list.png) 50% 50% / 50% auto no-repeat;
}
</style>
</a>

<a class="list__item app js-app"
href="https://airhorner.com/"
Expand Down