diff --git a/ejemplo.js b/ejemplo.js deleted file mode 100644 index f47f92f..0000000 --- a/ejemplo.js +++ /dev/null @@ -1 +0,0 @@ -//ejemplo \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index fcd652b..d455939 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2455,6 +2455,11 @@ "integrity": "sha1-aN/1++YMUes3cl6p4+0xDcwed24=", "dev": true }, + "bootstrap": { + "version": "4.5.0", + "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-4.5.0.tgz", + "integrity": "sha512-Z93QoXvodoVslA+PWNdk23Hze4RBYIkpb5h8I2HY2Tu2h7A0LpAgLcyrhrSUyo2/Oxm2l1fRZPs1e5hnxnliXA==" + }, "brace-expansion": { "version": "1.1.11", "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", diff --git a/package.json b/package.json index 372a8d5..8724d1d 100644 --- a/package.json +++ b/package.json @@ -8,6 +8,7 @@ "lint": "vue-cli-service lint" }, "dependencies": { + "bootstrap": "^4.5.0", "core-js": "^3.6.5", "vue": "^2.6.11", "vue-router": "^3.3.4" diff --git a/src/App.vue b/src/App.vue index dd56c62..161588e 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,12 +1,18 @@ + @@ -18,5 +24,12 @@ export default { text-align: center; color: #2c3e50; margin-top: 60px; + + padding: 0; + margin: 0; +} + +.row { + margin: 0 !important; } diff --git a/src/assets/FESAcatlan.png b/src/assets/FESAcatlan.png new file mode 100644 index 0000000..11e39c2 Binary files /dev/null and b/src/assets/FESAcatlan.png differ diff --git a/src/assets/UNAM.png b/src/assets/UNAM.png new file mode 100644 index 0000000..9c169ee Binary files /dev/null and b/src/assets/UNAM.png differ diff --git a/src/components/HelloWorld.vue b/src/components/HelloWorld.vue deleted file mode 100644 index e8f3285..0000000 --- a/src/components/HelloWorld.vue +++ /dev/null @@ -1,114 +0,0 @@ - - - {{ msg }} - - For a guide and recipes on how to configure / customize this project, - check out the - vue-cli documentation. - - Installed CLI Plugins - - - babel - - - eslint - - - Essential Links - - - Core Docs - - - Forum - - - Community Chat - - - Twitter - - - News - - - Ecosystem - - - vue-router - - - vuex - - - vue-devtools - - - vue-loader - - - awesome-vue - - - - - - - - - diff --git a/src/components/home.vue b/src/components/home.vue index e69de29..98cde7d 100644 --- a/src/components/home.vue +++ b/src/components/home.vue @@ -0,0 +1,5 @@ + + + esta es la pagina home + + diff --git a/src/esteticas/header.vue b/src/esteticas/header.vue index e69de29..474ad60 100644 --- a/src/esteticas/header.vue +++ b/src/esteticas/header.vue @@ -0,0 +1,84 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/main.js b/src/main.js index 865a227..3b2b69a 100644 --- a/src/main.js +++ b/src/main.js @@ -1,5 +1,6 @@ import Vue from "vue"; import App from "./App.vue"; +import "bootstrap/dist/css/bootstrap.css"; Vue.config.productionTip = false;
- For a guide and recipes on how to configure / customize this project, - check out the - vue-cli documentation. -