Aqui você vê as diferenças entre duas revisões dessa página.
discente:realizar_matricula [2020/08/18 15:20] root |
discente:realizar_matricula [2022/01/26 21:09] |
||
---|---|---|---|
Linha 1: | Linha 1: | ||
- | ===== Realizar Matrícula ===== | ||
- | |||
- | ==== Vídeo Tutorial ==== | ||
- | |||
- | * Caso esteja com dificuldades para realizar a sua matrícula assista o vídeo tutorial que mostra passo a passo como realizar a matrícula pelo SIGAA - UEPA. | ||
- | |||
- | {{ :discente:video_tutorial_rematricula.mp4 |Vídeo Turtorial Realizar Matricula}} | ||
- | |||
- | * O vídeo tutorial foi elaborado e desenvolvido pelo Centro Acadêmico de Terapia Ocupacional do CCBS/Belém. | ||
- | |||
- | --- //Autores: Paulo Henrique Barbosa Furtado, Estéfane Costa da Silva, Monise Isabelly Sousa Soares, Elton Caio Silva Costa.// | ||
- | |||
- | ---- | ||
- | |||
- | <html> | ||
- | <head> | ||
- | <link href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@1,500&display=swap" rel="stylesheet"> | ||
- | <style type="text/css"> | ||
- | body{ | ||
- | margin: 0px 10px; | ||
- | font: 100%; | ||
- | } | ||
- | |||
- | div.imagem{ | ||
- | width: 100% | ||
- | height:200px; | ||
- | position: relative; | ||
- | } | ||
- | |||
- | div.imagem > img{ | ||
- | width: 100%; | ||
- | height: 100px; | ||
- | } | ||
- | div.imagem > div{ | ||
- | width:75%; | ||
- | height: 20%; | ||
- | left: 5%; | ||
- | top: 20%; | ||
- | /*background-color:red;*/ | ||
- | position: absolute; | ||
- | padding: 1px 0px; | ||
- | margin-right: 15px; | ||
- | } | ||
- | div.imagem > div > p{ | ||
- | color: #454542; | ||
- | font-size: 1rem; | ||
- | font-family: 'Roboto', sans-serif; | ||
- | } | ||
- | p.mobile { display: none } | ||
- | |||
- | @media (max-width: 550px) { | ||
- | div.imagem > img{ | ||
- | height: 70px; | ||
- | } | ||
- | div.imagem > div > p{ | ||
- | font-size: 1rem; | ||
- | } | ||
- | p.mobile { display: block } | ||
- | p.desktop { display: none } | ||
- | } | ||
- | @media (max-width: 395px) { | ||
- | div.imagem > div > p{ | ||
- | font-size: 0.9rem; | ||
- | } | ||
- | } | ||
- | </style> | ||
- | </head> | ||
- | <body> | ||
- | <div class="imagem"> | ||
- | <img src="https://wiki.uepa.br/sigaa/lib/exe/fetch.php?t=1597670280&w=499&h=46&tok=0dd03e&media=wiki:autor_wiki.png"> | ||
- | <div> | ||
- | <p class="desktop">Autores: Paulo Henrique Barbosa Furtado, Estéfane Costa da Silva, Monise Isabelly Sousa Soares, Elton Caio Silva Costa. </p> | ||
- | <p class="mobile">Autores: Paulo Furtado, Estéfane da Silva, Monise Soares, Elton Costa.</p> | ||
- | </div> | ||
- | </div> | ||
- | |||
- | </body> | ||
- | </html> | ||