This commit is contained in:
fred 2023-01-11 20:57:59 +01:00
parent 2383b566bb
commit c2a8ebb562
2 changed files with 4 additions and 4 deletions

View File

@ -58,8 +58,8 @@ header {
<input type='hidden' name='pepper' value='0'></br></br>
<h2>
<div id="typed-strings">
<p>Découvrez <span><strong><em><a href="https://opencollective.com/monnaie-libre/projects/coeurbox" target="funding">LA ♥BOX</a></u></em></strong> ...^2223 Archivez vos <em>DATA</em> &#128077;</span> sur IPFS.^3222</p>
<p>Activez votre <strong><em><u>👉<a href="https://astroport.cancer.copylaradio.com">TW</a>👈 !</u></em></strong>^3112! - Ralliez Astroport - Le Web des Gens -^2312</p>
<p>Découvrez <span><strong><em><a href="https://opencollective.com/monnaie-libre/projects/coeurbox" target="funding">LA ♥BOX</a></u></em></strong> /^2223 Archivez vos <em>DATA</em> &#128077;</span> sur IPFS.^3222</p>
<p>Activez votre <strong><em><u>👉<a href="https://astroport.cancer.copylaradio.com">TW</a>👈 !</u></em></strong>^3112! Ralliez Astroport / Le Web des Gens^2312</p>
</div>
<span id="typed"></span>
</h2>

View File

@ -41,7 +41,7 @@ echo "<!DOCTYPE html>
#Loop over images
num=1
for i in "$img_dir"/*; do
if [[ $i =~ \.(jpg|png|jpeg|gif)$ ]]; then
if [[ $i =~ \.(JPG|jpg|PNG|png|JPEG|jpeg|GIF|gif)$ ]]; then
if [ $num -ne 1 ]; then
echo " <li data-target=\"#myCarousel\" data-slide-to=\"$num\"></li>" >> $html_file
fi
@ -57,7 +57,7 @@ echo " </ul>
#Loop over images
num=1
for i in "$img_dir"/*; do
if [[ $i =~ \.(jpg|png|jpeg|gif)$ ]]; then
if [[ $i =~ \.(JPG|jpg|PNG|png|JPEG|jpeg|GIF|gif)$ ]]; then
ilink=$(ipfs add -q $i)
img_info=$(identify -format '%w %h %[EXIF:*]' $i)
img_width=$(echo $img_info | cut -d ' ' -f1)