Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| fa3c2fc1b9 | |||
| 1151bccaaf | |||
| f29b163df5 |
Generated
+10323
-28
File diff suppressed because it is too large
Load Diff
@@ -3,6 +3,7 @@
|
|||||||
"version": "0.1.0",
|
"version": "0.1.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
"start": "vue-cli-service serve --port 3156",
|
||||||
"serve": "vue-cli-service serve",
|
"serve": "vue-cli-service serve",
|
||||||
"build": "vue-cli-service build"
|
"build": "vue-cli-service build"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -34,6 +34,15 @@ export default {};
|
|||||||
margin-bottom: 1rem;
|
margin-bottom: 1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#footer {
|
||||||
|
width: 100%;
|
||||||
|
height: 200px;
|
||||||
|
background: #333;
|
||||||
|
border-top: 2px solid #000;
|
||||||
|
position: absolute;
|
||||||
|
bottom: 0;
|
||||||
|
}
|
||||||
|
|
||||||
.Azul-puma {
|
.Azul-puma {
|
||||||
background-color: #1e3c70;
|
background-color: #1e3c70;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
<div class= "container">
|
<div class= "container">
|
||||||
|
|
||||||
<div class= "content is-normal ">
|
|
||||||
|
|
||||||
|
|
||||||
<h6><b>I. </b></h6>
|
<h6><b>I. </b></h6>
|
||||||
@@ -188,7 +188,6 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
<Footer></Footer>
|
<Footer></Footer>
|
||||||
|
|
||||||
@@ -252,7 +251,7 @@ table, th, td {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.space {
|
.space {
|
||||||
margin-left: 40px;width: 700px;
|
margin-left: 40px;width: 20px;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -11,7 +11,6 @@
|
|||||||
|
|
||||||
<div class= "container">
|
<div class= "container">
|
||||||
|
|
||||||
<div class= "content is-normal ">
|
|
||||||
|
|
||||||
|
|
||||||
<h6><b>I. </b></h6>
|
<h6><b>I. </b></h6>
|
||||||
@@ -396,7 +395,7 @@
|
|||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
<Footer></Footer>
|
<Footer></Footer>
|
||||||
|
|
||||||
@@ -459,7 +458,7 @@ table, th, td {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.space {
|
.space {
|
||||||
margin-left: 40px;width: 700px;
|
margin-left: 40px;width: 20px;
|
||||||
|
|
||||||
}
|
}
|
||||||
.list {
|
.list {
|
||||||
|
|||||||
+12
-15
@@ -6,17 +6,8 @@
|
|||||||
<nav class="breadcrumb"></nav>
|
<nav class="breadcrumb"></nav>
|
||||||
|
|
||||||
<div class= "container">
|
<div class= "container">
|
||||||
|
|
||||||
<div class= "content is-normal ">
|
|
||||||
|
|
||||||
|
|
||||||
<h6><b> </b></h6>
|
<h6><b> </b></h6>
|
||||||
|
<a href="download/acme-doc-2.0.1.txt" download="Acme Documentation (ver. 2.0.1).txt">Download Text</a>
|
||||||
<a
|
|
||||||
:href="item.url"
|
|
||||||
v-text="item.label"
|
|
||||||
@click.prevent="downloadItem(item)"/>
|
|
||||||
|
|
||||||
|
|
||||||
<p><a href="recursos/2021/F1_inscripcion_proyecto.docx" target="_blank">F1. Inscripción de Proyecto</a></p>
|
<p><a href="recursos/2021/F1_inscripcion_proyecto.docx" target="_blank">F1. Inscripción de Proyecto</a></p>
|
||||||
<p><a href="" target="_blank"></a></p>
|
<p><a href="" target="_blank"></a></p>
|
||||||
@@ -28,7 +19,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
|
||||||
<Footer></Footer>
|
<Footer></Footer>
|
||||||
|
|
||||||
|
|
||||||
@@ -39,9 +30,9 @@
|
|||||||
<script>
|
<script>
|
||||||
|
|
||||||
|
|
||||||
import Header from "../components/header.vue";
|
import Header from "./../components/header.vue";
|
||||||
import Nav from "../components/nav.vue";
|
import Nav from "./../components/nav.vue";
|
||||||
import Footer from "../components/footer.vue";
|
import Footer from "./../components/footer.vue";
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
|
|
||||||
@@ -92,6 +83,7 @@ h1, h2, h3, h4, h5, h6 {
|
|||||||
padding: 1.25rem;
|
padding: 1.25rem;
|
||||||
text-align: justify;
|
text-align: justify;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -100,7 +92,6 @@ h1, h2, h3, h4, h5, h6 {
|
|||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
background: rgb(255, 255, 255);
|
background: rgb(255, 255, 255);
|
||||||
padding: 1.2em;
|
padding: 1.2em;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
p {
|
p {
|
||||||
@@ -116,5 +107,11 @@ text-align: justify;
|
|||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media (max-width: 700px) {
|
||||||
|
.container {
|
||||||
|
width: 100%;
|
||||||
|
margin: auto;
|
||||||
|
|
||||||
|
}}
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
+15
-7
@@ -2,6 +2,8 @@
|
|||||||
<div>
|
<div>
|
||||||
<Header></Header>
|
<Header></Header>
|
||||||
<Nav></Nav>
|
<Nav></Nav>
|
||||||
|
|
||||||
|
<meta name="viewport" content="initial-scale=1">
|
||||||
<div class ="box">
|
<div class ="box">
|
||||||
|
|
||||||
<nav class="breadcrumb">
|
<nav class="breadcrumb">
|
||||||
@@ -10,7 +12,7 @@
|
|||||||
|
|
||||||
|
|
||||||
<div class= "container">
|
<div class= "container">
|
||||||
<div class= "content is-normal ">
|
|
||||||
|
|
||||||
<p> </p>
|
<p> </p>
|
||||||
<!-- -->
|
<!-- -->
|
||||||
@@ -59,21 +61,25 @@
|
|||||||
<p><strong> </strong></p>
|
<p><strong> </strong></p>
|
||||||
<p><strong> </strong></p>
|
<p><strong> </strong></p>
|
||||||
<p><strong> </strong></p>
|
<p><strong> </strong></p>
|
||||||
<p><strong> </strong></p>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
|
||||||
|
|
||||||
<Footer></Footer>
|
<Footer></Footer>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
|
|
||||||
|
|
||||||
import Header from "../components/header.vue";
|
import Header from "./../components/header.vue";
|
||||||
import Nav from "../components/nav.vue";
|
import Nav from "./../components/nav.vue";
|
||||||
import Footer from "../components/footer.vue";
|
import Footer from "./../components/footer.vue";
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
|
|
||||||
@@ -90,7 +96,9 @@ export default {
|
|||||||
|
|
||||||
.circle{
|
.circle{
|
||||||
list-style:disc;
|
list-style:disc;
|
||||||
margin-left: 50px;width: 700px;
|
margin-left: 50px;width: 20px;
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
ul.space {
|
ul.space {
|
||||||
|
|||||||
+1
-7
@@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
|
|
||||||
<div class= "container">
|
<div class= "container">
|
||||||
<div class= "content is-normal ">
|
|
||||||
<br><br><br>
|
<br><br><br>
|
||||||
<div class="paidi">
|
<div class="paidi">
|
||||||
<img src="../assets/paidi.png" class= "img-fluid">
|
<img src="../assets/paidi.png" class= "img-fluid">
|
||||||
@@ -15,12 +15,6 @@
|
|||||||
<div class="clear"></div>
|
<div class="clear"></div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<Footer></Footer>
|
<Footer></Footer>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user