-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
fc8131d
commit 21b2426
Showing
27 changed files
with
354,798 additions
and
7,315 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
NODE_ENV = development | ||
VUE_APP_TITLE = local | ||
VUE_APP_DESCRIPTION = local | descripcion | ||
VUE_APP_ENI_DOMAIN = http://localhost:8080 | ||
VUE_APP_BASE_ROUTE = / | ||
VUE_APP_HASH = true | ||
VUE_APP_MATOMO_SITEID = 0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
NODE_ENV = production | ||
VUE_APP_TITLE = defunciones-infancia | ||
VUE_APP_DESCRIPTION = Analizamos las causas de defunciones de niñas, niños y adolescentes en México a través del tiempo | ||
VUE_APP_DOMAIN = https://tirandocodigo.mx | ||
VUE_APP_BASE_ROUTE = /proyectos/defunciones_infancia/ | ||
VUE_APP_HASH = true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# web-defunciones | ||
# web-defunciones-infancia | ||
|
||
## Project setup | ||
``` | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,47 @@ | ||
<template> | ||
<div id="app"> | ||
<div id="nav"> | ||
<router-link to="/">Home</router-link> | | ||
<router-link to="/about">About</router-link> | ||
</div> | ||
|
||
<router-view/> | ||
</div> | ||
</template> | ||
|
||
<style lang="scss"> | ||
#app { | ||
font-family: Avenir, Helvetica, Arial, sans-serif; | ||
-webkit-font-smoothing: antialiased; | ||
#app, svg > text { | ||
font-family: 'Source Sans Pro', sans-serif; -webkit-font-smoothing: antialiased; | ||
-moz-osx-font-smoothing: grayscale; | ||
text-align: center; | ||
color: #2c3e50; | ||
color: black; | ||
} | ||
body{ | ||
margin: 0; | ||
background: rgba(255,255,255,.7); | ||
} | ||
#nav { | ||
padding: 30px; | ||
a { | ||
font-weight: bold; | ||
color: #2c3e50; | ||
color: black; | ||
&.router-link-exact-active { | ||
color: #42b983; | ||
} | ||
} | ||
} | ||
h1{ | ||
font-size: 30px; | ||
margin-top: 0px; | ||
margin-bottom:10px | ||
} | ||
@media (max-width: 768px) { | ||
h1{ | ||
font-size: 24px | ||
} | ||
} | ||
.pie{ | ||
p{ | ||
b{ | ||
font-weight: 700; | ||
} | ||
} | ||
} | ||
</style> |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.