Skip to content

Commit

Permalink
styles: pages look and fell (#110)
Browse files Browse the repository at this point in the history
* docs: cuenta unica logo

modification of the cuenta unica image

* feat: svg to directory

added svg files to resources directory

* chore(css): remove unused lines

CSS lines that are not being used were removed

* chore(styles): styles update

modification of styles due to the new cuenta unica design

* feat: created account component

the component was created with the created account layout

* feat: code component

the component was created with the design of receiving the code

* fix(prettier): run linter with `--fix`

* chore: fix broken badges

---------

Co-authored-by: Gustavo Valverde <[email protected]>
  • Loading branch information
JE1999 and gustavovalverde authored Oct 18, 2023
1 parent 29d31c4 commit fc81f08
Show file tree
Hide file tree
Showing 35 changed files with 1,006 additions and 793 deletions.
14 changes: 6 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
![logo-cuenta-unica.svg](public/assets/logo-cuenta-unica.svg)
![logo-cuenta-unica.svg](public/assets/logo.svg)

# Portal de Registro de Cuenta Única

[![Linters](https://github.com/opticrd/cuenta-unica-registry/actions/workflows/linter.yml/badge.svg)](https://github.com/opticrd/cuenta-unica-registry/actions/workflows/linter.yml)
[![Staging Deployment](https://github.com/opticrd/cuenta-unica-registry/actions/workflows/deploy-to-staging.yml/badge.svg)](https://github.com/opticrd/cuenta-unica-registry/actions/workflows/deploy-to-staging.yml)
[![Prod Deployment](https://github.com/opticrd/cuenta-unica-registry/actions/workflows/deploy-to-prod.yml/badge.svg)](https://github.com/opticrd/cuenta-unica-registry/actions/workflows/deploy-to-prod.yml)
[![Linters](https://github.com/opticrd/cuenta-unica-registry/actions/workflows/ci-check-linters.yml/badge.svg)](https://github.com/opticrd/cuenta-unica-registry/actions/workflows/ci-check-linters.yml)
[![Staging Deployment](https://github.com/opticrd/cuenta-unica-registry/actions/workflows/cd-deploy-to-test.yml/badge.svg)](https://github.com/opticrd/cuenta-unica-registry/actions/workflows/cd-deploy-to-test.yml)
[![Prod Deployment](https://github.com/opticrd/cuenta-unica-registry/actions/workflows/cd-deploy-to-prod.yml/badge.svg)](https://github.com/opticrd/cuenta-unica-registry/actions/workflows/cd-deploy-to-prod.yml)
[![License](https://img.shields.io/github/license/opticrd/cuenta-unica-registry?style&color=blue)](LICENSE)

## Tabla de contenidos
Expand Down Expand Up @@ -85,14 +85,12 @@ Este proyecto depende de las siguientes recursos externos:
- Interoperabilidad: [X-Road](https://x-road.global/)
- Hosting: [Google Cloud Platform](https://cloud.google.com/)


## Autor/es

- **Gustavo Valverde** - *Product Manager* - [@gustavovalverde](https://github.com/gustavovalverde)
- **Gustavo Valverde** - _Product Manager_ - [@gustavovalverde](https://github.com/gustavovalverde)
- **Marluan Espiritusanto** - *Technical Lead* - [@marluanespiritusanto](https://github.com/marluanespiritusanto)
- **José Álvarez** - *Developer* - [@JE1999](https://github.com/JE1999)
- **Deyvison García** - *UI/UX Designer* - [@DeyvisonGarcia](https://github.com/DeyvisonGarcia)

- **Deyvison García** - _UI/UX Designer_ - [@DeyvisonGarcia](https://github.com/DeyvisonGarcia)

## Información adicional

Expand Down
42 changes: 42 additions & 0 deletions public/assets/account-created.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
36 changes: 36 additions & 0 deletions public/assets/code.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
57 changes: 57 additions & 0 deletions public/assets/confirmation.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
157 changes: 152 additions & 5 deletions public/assets/forma.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
188 changes: 104 additions & 84 deletions public/assets/landingChica.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
110 changes: 0 additions & 110 deletions public/assets/landingChico.svg

This file was deleted.

237 changes: 0 additions & 237 deletions public/assets/landingHome.svg

This file was deleted.

45 changes: 45 additions & 0 deletions public/assets/layer-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 0 additions & 18 deletions public/assets/logo-cuenta-unica.svg

This file was deleted.

24 changes: 24 additions & 0 deletions public/assets/logo-white.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit fc81f08

Please sign in to comment.