-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtools.html
More file actions
25 lines (22 loc) · 792 Bytes
/
tools.html
File metadata and controls
25 lines (22 loc) · 792 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
---
layout: default
title: Tools
pageClass: '-no-padding-top'
stylesheets:
- pages/tools.css
---
{% include shapesHero.html heading="Tools" limiterClass="content-limiter -page" %}
<section class="content-limiter -page tools-list">
<p class="tools-intro">
Random front-end tools I made for myself that might be useful to other people - it all runs
client-side!
</p>
<a href="/tools/img-compressor" class="tool-card">
<h2>Viktor's Bulk Image Compressor</h2>
<p>
Compress and convert images to JPEG, WebP, or PNG, <em>in bulk</em> with a chosen quality
level, with EXIF metadata preserved. Great for photographers, so you can take high quality
photos, but then back them up in lower quality if you don't need all that data!
</p>
</a>
</section>