Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
nwoyecid authored Jul 14, 2024
1 parent 2fc971d commit f9494da
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@
/*animation: rotate3D 5s linear infinite;*/
}

.survey img {
.survey {
float: right;
}

Expand Down Expand Up @@ -597,20 +597,20 @@ <h2 class="title is-3">Survey </h2>
<div class="columns is-centered has-text-centered">
<div class="column is-four-fifths">
<div class="content has-text-justified">
<div class="survey">
<div class="survey" style="width:30%">
<img src="static/images/qr-code.png" width="25%" style="margin-left: 20px; max-width: 200px; height: auto; align-self: flex-start;" />
<b>
<ul>
<li>Do you have medical knowledge? </li>
<li>Do you know about laparoscopic cholecystectomy?</li>
<li>Can you differentiate AI generated surgical images from the real one? </li>
<li>Take the test <a href="https://bit.ly/endgen" style="color:blue">here !</a>. </li>
<li><a href="leaderboard.html" style="color:green">View your performance afterward</a>... </li>
<li>And not forgetting that you effort will be acknowledged.</li>
</ul>
</b>

<br>URL: <i>https://t.ly/endogen</i>
</div>
<b>
<ul>
<li>Do you have medical knowledge? </li>
<li>Do you know about laparoscopic cholecystectomy?</li>
<li>Can you differentiate AI generated surgical images from the real one? </li>
<li>Take the test <a href="https://bit.ly/endgen" style="color:blue">here !</a>. </li>
<li><a href="leaderboard.html" style="color:green">View your performance afterward</a>... </li>
<li>And not forgetting that you effort will be acknowledged.</li>
</ul>
</b>
</div>
</div>
</div>
Expand Down

0 comments on commit f9494da

Please sign in to comment.