mirror of
https://github.com/Lapikud/lapikud.github.io.git
synced 2026-03-21 12:37:49 +00:00
Mentors view, history view
* brought over mentors form data and images * add contact information to mentors * add image conversion scripts * optimised current images
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
mkdir -p optimised
|
||||
for file in original/*; do
|
||||
echo $file
|
||||
base_name=$(basename $file)
|
||||
convert ${file} -resize "200x200^>" -quality 89 optimised/${base_name}
|
||||
done
|
||||
Reference in New Issue
Block a user