Skip to content

Commit

Permalink
feat(frontend/newcategory): add images category (#33)
Browse files Browse the repository at this point in the history
* feat: add new frontend category

* fix:  merge errors

* feat: add contributor

---------

Co-authored-by: Noelia <noeliadonato@gmail.com>
  • Loading branch information
guskpo20 and nsdonato authored Jan 30, 2024
1 parent e97e724 commit d276e5f
Show file tree
Hide file tree
Showing 2 changed files with 68 additions and 1 deletion.
61 changes: 61 additions & 0 deletions docs/frontend/images.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
---
title: Imagenes
description: 'Diferentes paginas en las cuales puedes buscar imagenes sin preocuparte por el copyright.'

contributors:
- github_username: 'nsdonato'
- github_username: 'guskpo20'

submenu:
- imgPlaceholder: 'Pexels'
titleCard: 'Imagenes de uso libre'
links:
- type: 'Web'
url: 'https://www.pexels.com/es-es/'
cover:
src: ''
height: 80
width: 190
createdAt: '2024-01-29T00:00:00Z'
updatedAt: '2024-01-29T00:00:00Z'
videos: []

- imgPlaceholder: 'Animated Backgrounds'
titleCard: 'Fondos css animados'
links:
- type: 'Web'
url: 'https://animatedbackgrounds.me'
cover:
src: ''
height: 80
width: 190
createdAt: '2024-01-29T00:00:00Z'
updatedAt: '2024-01-29T00:00:00Z'
videos: []

- imgPlaceholder: 'Undraw'
titleCard: 'Colección de ilustraciones libres (open source) con imágenes vectoriales en formato SVG'
links:
- type: 'Web'
url: 'https://undraw.co'
cover:
src: ''
height: 80
width: 190
createdAt: '2024-01-29T00:00:00Z'
updatedAt: '2024-01-29T00:00:00Z'
videos: []

- imgPlaceholder: 'Humaaans'
titleCard: 'Ilustraciones de personas con una biblioteca de diseño'
links:
- type: 'Web'
url: 'https://www.humaaans.com'
cover:
src: ''
height: 80
width: 190
createdAt: '2024-01-29T00:00:00Z'
updatedAt: '2024-01-29T00:00:00Z'
videos: []
---
8 changes: 7 additions & 1 deletion docs/menu.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,11 @@ menu:
- name: 'Herramientas'
url: '/docs/frontend/tools'
createdAt: '2024-01-26T00:00:00Z'
updatedAt: '2024-01-26T00:00:00Z'

- name: 'Imagenes'
url: '/docs/frontend/images'
createdAt: '2024-01-29T00:00:00Z'
updatedAt: '2024-01-29T00:00:00Z'

- name: 'Backend'
Expand Down Expand Up @@ -119,5 +124,6 @@ menu:

contributors:
- github_username: 'nsdonato'
- github_username: 'guskpo20'
- github_username: 'jamerrq'
- github_username: 'mariaelisaaraya'
- github_username: 'mariaelisaaraya'

0 comments on commit d276e5f

Please sign in to comment.