Add instructions

This commit is contained in:
Douglas Barone 2022-03-31 08:09:37 -04:00
parent 00bc8a4785
commit bff9989e2b

View File

@ -1,9 +1,24 @@
<template>
<v-container style="height: 90vh" fluid>
<v-row class="fill-height" justify="center">
<v-col style="max-width: 480px">
<v-row justify="center">
<v-col cols="12" md="6">
<CreateTokenForm />
</v-col>
<v-col>
<v-alert type="info" outlined>
<span>Instruções:</span>
<ul>
<li>Pesquise pelo aluno, usando o CPF ou nome</li>
<li>Selecione o aluno</li>
<li>Clique em "Criar token"</li>
<li>
Oriente o aluno a procurar um dispositivo conectado à rede do
campus para usar o token. (Pode ser um computador de laboratório,
biblioteca ou smartphone de um colega conectado)
</li>
</ul>
</v-alert>
</v-col>
</v-row>
</v-container>
</template>