Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
e739b90
commit data
DolB612 Oct 10, 2023
96586bf
Agregué imagenes
DolB612 Oct 11, 2023
0f727f7
Merge pull request #1 from DolB612/feature-nombre-rama
saraAdelaSaldarriagaRomero Oct 11, 2023
5ae9b82
Se agregaran los cambios html,css, view
mechibi Oct 13, 2023
d031588
agregue url imagen
mechibi Oct 17, 2023
f6dce59
Modifique el view y estyle
mechibi Oct 18, 2023
4ae2d19
Merge pull request #2 from saraAdelaSaldarriagaRomero/feature-sara-
DolB612 Oct 18, 2023
c103e50
se agrego cambio al css
mechibi Oct 18, 2023
dee19e5
Merge pull request #3 from saraAdelaSaldarriagaRomero/feature-sara-
DolB612 Oct 18, 2023
ea9148a
cambios en el css
mechibi Oct 18, 2023
447b01c
cambios en el main.js
mechibi Oct 19, 2023
13be207
cambios en el main.js
mechibi Oct 19, 2023
f92c4f3
Merge pull request #4 from saraAdelaSaldarriagaRomero/feature-sara-
DolB612 Oct 19, 2023
a4eb977
css responsive
saraAdelaSaldarriagaRomero Nov 1, 2023
e4ce03d
Cambios de todas las carpetas
DolB612 Nov 7, 2023
99f6e0a
Resolved merge conflict by incorporating both suggestions.
DolB612 Nov 7, 2023
58d1ab1
Resolviendo conflictos
saraAdelaSaldarriagaRomero Nov 7, 2023
f245bb0
Correccion de test
DolB612 Nov 7, 2023
229ea13
Cambio css
DolB612 Nov 8, 2023
ba99e0b
Ultimos cambios ccs y test
DolB612 Nov 8, 2023
b075f1d
Ultimos cambios ccs y test
DolB612 Nov 8, 2023
95c89a9
Cambios de test y ccs
DolB612 Nov 10, 2023
7736e3b
Merge pull request #5 from DolB612/main
saraAdelaSaldarriagaRomero Nov 10, 2023
6fadd7f
Se agrego estilo de estadistica
DolB612 Nov 10, 2023
c0d4052
Merge remote-tracking branch 'upstream/main'
DolB612 Nov 10, 2023
38437ac
Readme y cambios en ccs
DolB612 Nov 11, 2023
463f080
Prueba de imagen en readme
DolB612 Nov 12, 2023
64748ad
Update README.md
DolB612 Nov 12, 2023
c4911a5
Update README.md
DolB612 Nov 12, 2023
cbf59ac
Update README.md
DolB612 Nov 12, 2023
42a9ca9
Update README.md
DolB612 Nov 12, 2023
bf04cd1
Cambios en ccs y readme
DolB612 Nov 14, 2023
5dec9fe
Cambios en readme y ccs
DolB612 Nov 14, 2023
1a429d9
Completing the merge
DolB612 Nov 14, 2023
c9c1066
cambio de link de imagenes
DolB612 Nov 14, 2023
377d6ac
Agregué comentarios
DolB612 Nov 17, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
981 changes: 51 additions & 930 deletions README.md

Large diffs are not rendered by default.

Binary file added image-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added image.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
87 changes: 47 additions & 40 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"htmlhint": "htmlhint src/*.html test/*.html",
"eslint": "eslint --ext .js src/ test/",
"pretest": "npm run eslint && npm run htmlhint",
"test": "jest --verbose --coverage test/*.spec.js",
"test": "jest --verbose --coverage test/",
"test:e2e": "playwright test",
"test:oas": "jest --verbose tests-read-only/oa/",
"pretest:oas-html": "npm run pretest",
Expand All @@ -30,10 +30,10 @@
"acorn": "^8.8.2",
"babel-jest": "^27.0.1",
"css": "^3.0.0",
"eslint": "^8.3.0",
"eslint": "^8.52.0",
"gh-pages": "^3.1.0",
"htmlhint": "^1.0.0",
"jest": "^27.0.1",
"jest": "^27.5.1",
"jsdom": "^22.1.0",
"opener": "^1.5.1",
"serve": "^14.2.1"
Expand All @@ -49,4 +49,4 @@
"jest": {
"testEnvironment": "jsdom"
}
}
}
Loading