Skip to content

Commit

Permalink
Adiciona condicional para gerar certificado e pagina principal
Browse files Browse the repository at this point in the history
  • Loading branch information
urielfcampos authored and lubien committed Jul 7, 2019
1 parent 93a4ab8 commit 9303e1d
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 5 deletions.
8 changes: 7 additions & 1 deletion components/SearchInput.vue
Original file line number Diff line number Diff line change
Expand Up @@ -125,14 +125,20 @@
multilined
>
<a
v-if="props.row.defenseId"
target="_blank"
:href="
`/api/students/${props.row.id}/attendance-register?token=${token}`
`/api/students/${
props.row.id
}/attendance-register?token=${token}`
"
class="button is-info"
>
<b-icon icon="file-pdf" class="is-inline-block"></b-icon>
</a>
<p v-else>
X
</p>
</b-tooltip>
</div>

Expand Down
43 changes: 39 additions & 4 deletions pages/index.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,43 @@
<template>
<section class="container"></section>
<section class="container has-text-centered">
<img src="../assets/images/UFPA.png" width="300" height="300" />
<p class="title">Implementado pela Turma de 2016</p>
<br />
<p class="subtitle">Equipe de Implementação</p>
<p>URIEL FERREIRA CAMPOS</p>
<p>JOÃO DE DEUS FERREIRA FILHO</p>
<p>LUCAS GABRIEL DE SOUZA</p>
<p>GUILHERME SMETHURST ALBUQUERQUE</p>
<p>DANIEL SANTOS SANTANA</p>
<p>JAIRO NASCIMENTO DE SOUSA FILHO</p>
<p>TEOIAN GIOVANE COSTA QUARESMA</p>
<p>ANDRÉ MIRANDA PINHEIRO</p>
<br />
<p class="subtitle">Equipe de Gerência</p>
<p>GABRIEL BELTRAO DE ABREU</p>
<p>JOÃO PEDRO MOREIRA MORAES</p>
<p>KELLY DO SOCORRO SILVA DA COSTA</p>
<br />
<p class="subtitle">Equipe de Arquitetura</p>
<p>ABNER CARDOSO DA SILVA</p>
<p>ANDRE MIRANDA PINHEIRO</p>
<p>ERLON FONSECA PINHEIRO</p>
<p>FELIPE GUSMAO ARAUJO</p>
<p>JOSIANE DE OLIVEIRA COELHO</p>
<br />
<p class="subtitle">Equipe de Análise de requisitos</p>
<p>AUGUSTO FARIAS CRAVO</p>
<p>CAIO SHIMADA RABELLO</p>
<p>DANIELA KARINE MARAVALHO AVELAR</p>
<p>IAN CAMPOS BEZERRA REGO</p>
<p>JOÃO MARCELO SILVA DE OLIVEIRA</p>
<br />
<p class="subtitle">Equipe de Teste</p>
<p>RAFAEL NASCIMENTO DE SOUSA</p>
<p>ANA ISABELA MANITO RAMOS</p>
<p>LUCAS FELIPE FERRARO CARDOSO</p>
<p>CARLOS HENRIQUE RIBEIRO CARDOSO</p>
</section>
</template>

<script>
Expand All @@ -15,13 +53,10 @@ export default {

<style scoped>
.title {
font-family: 'Quicksand', 'Source Sans Pro', -apple-system, BlinkMacSystemFont,
'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
display: block;
font-weight: 300;
font-size: 100px;
color: #35495e;
letter-spacing: 1px;
}
.subtitle {
Expand Down

0 comments on commit 9303e1d

Please sign in to comment.