Skip to content

Commit

Permalink
Attempt to fix submission button
Browse files Browse the repository at this point in the history
Attempt to make the button clickable and forwarding to the submission platform
  • Loading branch information
Buyken authored and Buyken committed Nov 26, 2024
1 parent 6d0abae commit c11647b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,10 @@ <h3 class="center-text color-white no-margin-top thumbnail-title">Submission</h3
<div class="caption">
<!-- Link of the submission-->
<p class="color-black justify margin-bottom-button-half p-section">Submit your abstract through the following link:</p>
<p class="color-black justify p-section"><a class="color-dimgray no-underline" target="_blank" alt="Link al convegno virtuale"><button class="button-round center">https://data-ethics.sciencescall.org/</button></a></p>
<p class="color-black justify p-section"><a href="https://data-ethics.sciencescall.org/" target="_blank" class="button-link button-round">
https://data-ethics.sciencescall.org/
</a>
</p>
</div>
</div>
</div>
Expand Down

0 comments on commit c11647b

Please sign in to comment.