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