Update to sveltekit 1.0 + fix warnings
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
ba5b8570b7
commit
c692e34fdf
18 changed files with 446 additions and 355 deletions
|
|
@ -71,7 +71,7 @@
|
|||
<div class="card-body">
|
||||
<div class="row">
|
||||
<div class="col-md-3 mb-3 text-center">
|
||||
<a href="https://photos.cri.epita.fr/{student.login}" target="_blank">
|
||||
<a href="https://photos.cri.epita.fr/{student.login}" target="_blank" rel="noreferrer">
|
||||
<img src="https://photos.cri.epita.fr/thumb/{student.login}" alt="avatar" class="img-thumbnail" style="max-height: 250px">
|
||||
</a>
|
||||
</div>
|
||||
|
|
@ -82,7 +82,7 @@
|
|||
|
||||
<dt class="col-2">Login</dt>
|
||||
<dd class="col-10">
|
||||
<a href="//cri.epita.fr/users/{student.login}" target="_blank">
|
||||
<a href="//cri.epita.fr/users/{student.login}" target="_blank" rel="noreferrer">
|
||||
{student.login}
|
||||
</a>
|
||||
</dd>
|
||||
|
|
|
|||
Reference in a new issue