3 Commits

Author SHA1 Message Date
luis 72eddf4c99 descargar documentos 2022-04-27 12:50:32 -05:00
luis 1151bccaaf responsivo 2022-04-27 01:23:08 -05:00
luis f29b163df5 responsive 2022-04-27 01:14:38 -05:00
7 changed files with 57 additions and 54 deletions
+1
View File
@@ -0,0 +1 @@
gfgggg
+9
View File
@@ -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;
}
+7 -10
View File
@@ -2,15 +2,12 @@
<div>
<Header></Header>
<Nav></Nav>
<div class ="box">
<div >
<nav class="breadcrumb">
</nav>
<div class= "container">
<h1 class="my-4"></h1>
<div class="row presentacion">
<div class="col-10 offset-1 text-justify mb-5">
<div class= "content is-normal ">
<h6><b>I. </b></h6>
@@ -186,9 +183,9 @@
</div>
</div>
</div>
<Footer></Footer>
@@ -252,7 +249,7 @@ table, th, td {
}
.space {
margin-left: 40px;width: 700px;
margin-left: 40px;width: 20px;
}
+12 -15
View File
@@ -2,16 +2,12 @@
<div>
<Header></Header>
<Nav></Nav>
<div class ="box">
<div>
<nav class="breadcrumb">
</nav>
<h1 class="my-4"></h1>
<div class="row presentacion">
<div class="col-10 offset-1 text-justify mb-5">
<div class= "container">
<div class= "content is-normal ">
<h6><b>I. </b></h6>
@@ -57,7 +53,7 @@
<li>3. </li>
<div class="space">
<ul class="circle">
<li> </li>
<li>sdfsdgflsdkmgklñsdfngls{gns{dkgn}} </li>
<li> </li>
<li> </li>
</ul>
@@ -133,7 +129,7 @@
<!-- tabla -->
<table>
<table class="">
<tr>
<th ></th>
@@ -336,7 +332,7 @@
</ul>
</div>
<table>
<table class="">
<tbody><tr>
<th colspan="2"></th>
</tr>
@@ -394,10 +390,10 @@
</tr>
</tbody></table>
</div>
</div>
</div>
</div>
</div>
<Footer></Footer>
</div>
@@ -453,17 +449,18 @@ table, th, td {
.circle{
list-style:disc;
}
.roman{
list-style:lower-roman;
}
.space {
margin-left: 40px;width: 700px;
margin-left: 40px;width: 20px;
}
.list {
margin-left: 50px;width: 700px;
}
+12 -15
View File
@@ -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
View File
@@ -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
View File
@@ -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>