Skip to content
This repository has been archived by the owner on Jan 23, 2025. It is now read-only.

Commit

Permalink
#9 - Edit the "Bibliotecas" screen (PR #25)
Browse files Browse the repository at this point in the history
- Edit texts informing about the estimated conclusion of the remodeling of 'Biblioteca da ESSC' in February and the end of the temporary transfer of the library to 'Espaço Primavera';
- Include information about book reservation and new ways of contacting the library, such as WhatsApp;
- Update and add images.
  • Loading branch information
FernandoCZanchetta authored Jan 22, 2024
2 parents 02bc4fa + 22c9b74 commit ea7a284
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 9 deletions.
32 changes: 25 additions & 7 deletions src/app/core/bibliotecas/bibliotecas.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,11 @@
<app-image-grid [gridItems]="libraries" [large]="true"></app-image-grid>

<p>
Atualmente, a biblioteca da EESC está passando por uma reforma, para melhor atender às
necessidades dos alunos. Com isso, o acervo da biblioteca foi tranferido,
temporariamente, para o Espaço Primavera, localizado abaixo do prédio E1. Para acessar
tal local, é preciso se dirigir a parte de trás do mesmo, sendo possível chegar lá vindo
dos Anfiteatros da EESC, vindo da biblioteca do IFSC, ou contornando o próprio Espaço
Primavera pelas laterais.
Em 2021, a biblioteca da EESC entrou em reforma, para melhor atender às necessidades dos
alunos. Com isso, o acervo da biblioteca foi transferido, temporariamente, para o Espaço
Primavera, localizado abaixo do prédio E1. No entanto, no final do ano de 2023 o acervo
retornou para seu local de origem e a previsão de abertura da biblioteca é para
fevereiro de 2024.
</p>

<app-image-grid [gridItems]="eesclibrary" [large]="true"></app-image-grid>
Expand All @@ -32,9 +31,28 @@
Após esses 40 dias, você deve devolver o livro presencialmente na biblioteca de origem.
Lá, é possível, no entanto, emprestá-lo novamente caso não haja ninguém na fila de
reserva.<br /><br />
As devoluções podem ser feitas presencialmente na biblioteca, entregando o livro para
algum funcionário, que estará localizado no balcão da biblioteca. Caso a biblioteca
esteja fechada, ou caso você esteja com pressa, o livro também pode ser devolvido nas
caixas de devolução 24h posicionadas em frente à biblioteca.<br /><br />
A punição para o atraso na devolução de livros é a suspensão do direito de fazer novos
empréstimos. Para cada dia de atraso, por livro, significa um dia não podendo pegar
novos exemplares. Ou seja, atrasou 2 dias e tem 3 livros → 6 dias suspenso.
novos exemplares. Ou seja, atrasou 2 dias e tem 3 livros → 6 dias de suspensão.<br /><br />
O contato com a biblioteca da EESC pode também ser feito através do telefone/WhatsApp
<a
target="_blank"
rel="noopener noreferrer"
href="https://api.whatsapp.com/send?phone=551633739207&text=Olá!"
>(16) 3373-9207</a
>
ou pelo e-mail
<a
target="_blank"
rel="noopener noreferrer"
href="mailto:[email protected]"
>[email protected]</a
>, nestes canais boa parte dos serviços da biblioteca são oferecidos, então, não tenha
medo de entrar em contato, caso necessário.
</p>

<app-figure
Expand Down
12 changes: 10 additions & 2 deletions src/app/core/bibliotecas/bibliotecas.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,15 +74,23 @@ export class BibliotecasComponent {
image: {
alt: 'reforma biblioteca eesc',
src: 'assets/images/bibliotecas/reformabibliotecaeesc.jpg',
caption: 'Atual Biblioteca EESC em reforma',
caption: 'Biblioteca EESC durante a reforma',
},
fill: true,
},
{
image: {
alt: 'biblioteca provisória espaço primavera',
src: 'assets/images/bibliotecas/bibliotecaespacoprimavera.jpg',
caption: 'Biblioteca EESC atendendo provisoriamente no Espaço Primavera',
caption: 'Biblioteca EESC atendendo no Espaço Primavera',
},
fill: true,
},
{
image: {
alt: 'biblioteca eesc',
src: 'assets/images/bibliotecas/bibliotecaeesc.jpg',
caption: 'Biblioteca EESC atualmente',
},
fill: true,
},
Expand Down
Binary file added src/assets/images/bibliotecas/bibliotecaeesc.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/assets/images/bibliotecas/ifsc.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ea7a284

Please sign in to comment.