Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 72eddf4c99 | |||
| 1151bccaaf | |||
| f29b163df5 |
@@ -0,0 +1 @@
|
|||||||
|
gfgggg
|
||||||
@@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -2,15 +2,12 @@
|
|||||||
<div>
|
<div>
|
||||||
<Header></Header>
|
<Header></Header>
|
||||||
<Nav></Nav>
|
<Nav></Nav>
|
||||||
<div class ="box">
|
<div >
|
||||||
|
|
||||||
<nav class="breadcrumb">
|
<h1 class="my-4"></h1>
|
||||||
|
<div class="row presentacion">
|
||||||
</nav>
|
<div class="col-10 offset-1 text-justify mb-5">
|
||||||
|
|
||||||
<div class= "container">
|
|
||||||
|
|
||||||
<div class= "content is-normal ">
|
|
||||||
|
|
||||||
|
|
||||||
<h6><b>I. </b></h6>
|
<h6><b>I. </b></h6>
|
||||||
@@ -186,9 +183,9 @@
|
|||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<Footer></Footer>
|
<Footer></Footer>
|
||||||
|
|
||||||
@@ -252,7 +249,7 @@ table, th, td {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.space {
|
.space {
|
||||||
margin-left: 40px;width: 700px;
|
margin-left: 40px;width: 20px;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
+12
-15
@@ -2,16 +2,12 @@
|
|||||||
<div>
|
<div>
|
||||||
<Header></Header>
|
<Header></Header>
|
||||||
<Nav></Nav>
|
<Nav></Nav>
|
||||||
<div class ="box">
|
<div>
|
||||||
|
|
||||||
<nav class="breadcrumb">
|
<h1 class="my-4"></h1>
|
||||||
|
<div class="row presentacion">
|
||||||
</nav>
|
<div class="col-10 offset-1 text-justify mb-5">
|
||||||
|
|
||||||
|
|
||||||
<div class= "container">
|
|
||||||
|
|
||||||
<div class= "content is-normal ">
|
|
||||||
|
|
||||||
|
|
||||||
<h6><b>I. </b></h6>
|
<h6><b>I. </b></h6>
|
||||||
@@ -57,7 +53,7 @@
|
|||||||
<li>3. </li>
|
<li>3. </li>
|
||||||
<div class="space">
|
<div class="space">
|
||||||
<ul class="circle">
|
<ul class="circle">
|
||||||
<li> </li>
|
<li>sdfsdgflsdkmgklñsdfngls{gns{dkgn}} </li>
|
||||||
<li> </li>
|
<li> </li>
|
||||||
<li> </li>
|
<li> </li>
|
||||||
</ul>
|
</ul>
|
||||||
@@ -133,7 +129,7 @@
|
|||||||
|
|
||||||
<!-- tabla -->
|
<!-- tabla -->
|
||||||
|
|
||||||
<table>
|
<table class="">
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<th ></th>
|
<th ></th>
|
||||||
@@ -336,7 +332,7 @@
|
|||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<table>
|
<table class="">
|
||||||
<tbody><tr>
|
<tbody><tr>
|
||||||
<th colspan="2"></th>
|
<th colspan="2"></th>
|
||||||
</tr>
|
</tr>
|
||||||
@@ -394,10 +390,10 @@
|
|||||||
</tr>
|
</tr>
|
||||||
</tbody></table>
|
</tbody></table>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<Footer></Footer>
|
<Footer></Footer>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
@@ -453,17 +449,18 @@ table, th, td {
|
|||||||
|
|
||||||
.circle{
|
.circle{
|
||||||
list-style:disc;
|
list-style:disc;
|
||||||
|
|
||||||
}
|
}
|
||||||
.roman{
|
.roman{
|
||||||
list-style:lower-roman;
|
list-style:lower-roman;
|
||||||
}
|
}
|
||||||
|
|
||||||
.space {
|
.space {
|
||||||
margin-left: 40px;width: 700px;
|
margin-left: 40px;width: 20px;
|
||||||
|
|
||||||
}
|
}
|
||||||
.list {
|
.list {
|
||||||
margin-left: 50px;width: 700px;
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
+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