Skip to content

Commit

Permalink
Agregando brush al stream
Browse files Browse the repository at this point in the history
  • Loading branch information
jdanielgoh committed Feb 28, 2023
1 parent b0d4275 commit c85840b
Show file tree
Hide file tree
Showing 21 changed files with 15,259 additions and 371 deletions.
11,338 changes: 11,207 additions & 131 deletions package-lock.json

Large diffs are not rendered by default.

14 changes: 12 additions & 2 deletions src/App.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template>
<div id="app">
<div id="app" class="contenedor-flex">

<router-view/>
<router-view class="vista-router-view"/>
</div>
</template>

Expand All @@ -11,9 +11,19 @@
-moz-osx-font-smoothing: grayscale;
color: black;
}
.contenedor-flex{
display: flex;
}
body{
margin: 0;
background: rgba(255,255,255,.7);
.vista-router-view{
padding: 0px 15px;
max-width: 1280px;
margin: auto;
}
}
#nav {
padding: 30px;
Expand Down
Binary file removed src/assets/audios/06152021_911Call_1_JOSUE.mp3
Binary file not shown.
Binary file removed src/assets/audios/06152021_911Call_2_GERONIMO.mp3
Binary file not shown.
Binary file removed src/assets/audios/07242021_911Call_JONATHAN.mp3
Binary file not shown.
Binary file removed src/assets/audios/07262021_911Call_LOURDES.mp3
Binary file not shown.
Binary file removed src/assets/audios/08032021_911Call_GUADELUPE.mp3
Binary file not shown.
Binary file removed src/assets/audios/08292021_911Call_GERSON.mp3
Binary file not shown.
Binary file removed src/assets/audios/09152021_911Call_ALFREDO.mp3
Binary file not shown.
Binary file removed src/assets/audios/09212021_911Call_JESUS.mp3
Binary file not shown.
847 changes: 846 additions & 1 deletion src/assets/data/catalogo.json

Large diffs are not rendered by default.

24 changes: 0 additions & 24 deletions src/assets/data/defunciones_sector.csv

This file was deleted.

2,310 changes: 2,310 additions & 0 deletions src/assets/data/mortalidadchiapas2021.csv

Large diffs are not rendered by default.

Loading

0 comments on commit c85840b

Please sign in to comment.