Skip to content

Commit

Permalink
update svg, png icons
Browse files Browse the repository at this point in the history
  • Loading branch information
rohanb10 committed Jun 13, 2021
1 parent 17b4b97 commit d937604
Show file tree
Hide file tree
Showing 10 changed files with 12 additions and 16 deletions.
6 changes: 3 additions & 3 deletions html/nap-room.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
<link rel="stylesheet" href="../styles/clock.css" />
</head>
<body>
<div class="scroll-logo hidden"><img src="../icons/main-icon.png"></div>
<div class="scroll-logo hidden"><img src="../icons/logo.svg"></div>
<div class="flex center">
<img class="snoozz-logo hoverable" src="../icons/main-icon.png">
<img class="snoozz-logo hoverable" src="../icons/logo.svg">
<img class="snoozz-text" src="../icons/snoozz.png">
</div>
<div tabindex="0" data-hover="Settings" class="settings"><img src="../icons/settings.svg"></div>
<div tabindex="0" data-hover="Settings" class="settings"><img src="../icons/settings.png"></div>
<div class="iframe-overlay"></div>
<div class="instructions hidden">
<img class="up-arrow" src="../icons/up-arrow.svg">
Expand Down
4 changes: 2 additions & 2 deletions html/popup.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,13 @@ <h3 class="center">Quick Actions</h3>
</div>
</div>
<div class="footer flex">
<div class="center"><img id="icon" src="../icons/main-icon.png"></div>
<div class="center"><img id="icon" src="../icons/logo.svg"></div>
<div>
<a><span tabindex="0" class="nap-room-btn" data-href="/html/nap-room.html">See Sleeping Tabs</span></a>
<span class="upcoming" data-today=""></span>
</div>
<div class="settings" tabindex="0" data-href="/html/settings.html" data-hover="Settings">
<img data-href="/html/settings.html" src="../icons/settings.svg">
<img data-href="/html/settings.html" src="../icons/settings.png">
</div>
</div>
<script type="text/javascript" src="../scripts/dayjs.min.js"></script>
Expand Down
4 changes: 2 additions & 2 deletions html/rise-and-shine.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
</style>
</head>
<body>
<div class="scroll-logo hidden"><img src="../icons/main-icon.png"></div>
<div class="scroll-logo hidden"><img src="../icons/logo.svg"></div>
<div class="flex center">
<img class="snoozz-logo hoverable" src="../icons/main-icon.png">
<img class="snoozz-logo hoverable" src="../icons/logo.svg">
<img class="snoozz-text" src="../icons/snoozz.png">
</div>
<div tabindex="0" class="nap-room" data-hover="See your sleeping tabs"><img src="../icons/human/nap-room.png"></div>
Expand Down
8 changes: 4 additions & 4 deletions html/settings.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
<link rel="stylesheet" href="../styles/settings.css" />
</head>
<body>
<div class="scroll-logo hidden"><img src="../icons/main-icon.png"></div>
<div class="scroll-logo hidden"><img src="../icons/logo.svg"></div>
<div class="flex center">
<img class="snoozz-logo hoverable" src="../icons/main-icon.png">
<img class="snoozz-logo hoverable" src="../icons/logo.svg">
<img class="snoozz-text" src="../icons/snoozz.png">
</div>
<div tabindex="0" class="nap-room" data-href="/html/nap-room.html" data-hover="See your sleeping tabs"><img data-href="/html/nap-room.html" src="../icons/human/nap-room.png"></div>
Expand Down Expand Up @@ -218,8 +218,8 @@ <h4>Remove tabs in Snoozz history after</h4>
<div class="input-container flex">
<div>
<h4>Help make Snoozz better</h4>
<p>How are you helping? By sending less than 1kb of data.</p>
<p>You can learn more about this on the <a target="_blank" href="https://snoozz.me/privacy.html?jump=polling">Snoozz website</a></p>
<p>Snoozz <a target="_blank" href="https://snoozz.me/stats.html">collects</a> anonymous click data in the popup.</p>
<p>You can learn more about this on the <a target="_blank" href="https://snoozz.me/privacy.html">our website</a></p>
</div>
<div class="select-wrapper"><select id="polling">
<option value="on">Sure</option>
Expand Down
1 change: 1 addition & 0 deletions icons/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed icons/main-icon.png
Binary file not shown.
Binary file added icons/settings.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 0 additions & 5 deletions icons/settings.svg

This file was deleted.

Binary file modified icons/snoozz.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified icons/unknown.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d937604

Please sign in to comment.