This repo is the basis for a website that shows before and after photos, highlighting the drought effects in Portugal, in 2022. With no rain for several months, the effects are visible
By publishing this photos, and maintaining them in a location online, we have for objective to raise awareness to this issue, as well as create a historical repository of such images.
Open index.html
** Create new div from the following code**
<div class="row" id="COISA-UNICA">
<div class="col-md-12">
<h2>
<a href="#COISA-UNICA">LOCALIDADE</a>
</h2>
<div class="juxtapose" data-makeresponsive="true">
<img src="img/NOME-DA-IMAGEM.JPG" data-label="DATA1" data-credit="CREDITOS1"/>
<img src="img/NOME-DA-IMAGEM2.JPG" data-label="DATA2" data-credit="CREDITOS2">
</div>
</div>
</div>
Drag images to this directory
Images should have a unique name
Save Changes Please always include a description of what local you added.
<div class="col-md-12">
<h2>
<a href="#COISA-UNICA">LOCALIDADE </a>
</h2>
<img class="img-fluid" style="width: 100%;" src="img/NOME-DA-IMAGEM.JPG" alt="">
<div class="jx-label" tabindex="0">março 2021</div>
<div class="jx-credit"><em>Photo Credits:</em> CREDITOS</div>
</div>