1 Commits

Author SHA1 Message Date
luis 72eddf4c99 descargar documentos 2022-04-27 12:50:32 -05:00
15 changed files with 103 additions and 10404 deletions
+28 -10323
View File
File diff suppressed because it is too large Load Diff
-1
View File
@@ -3,7 +3,6 @@
"version": "0.1.0",
"private": true,
"scripts": {
"start": "vue-cli-service serve --port 3156",
"serve": "vue-cli-service serve",
"build": "vue-cli-service build"
},
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
View File
+1
View File
@@ -0,0 +1 @@
gfgggg
+5 -7
View File
@@ -2,14 +2,11 @@
<div>
<Header></Header>
<Nav></Nav>
<div class ="box">
<nav class="breadcrumb">
</nav>
<div class= "container">
<div >
<h1 class="my-4"></h1>
<div class="row presentacion">
<div class="col-10 offset-1 text-justify mb-5">
@@ -185,6 +182,7 @@
</div>
</div>
+11 -13
View File
@@ -2,14 +2,11 @@
<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">
@@ -56,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>
@@ -132,7 +129,7 @@
<!-- tabla -->
<table>
<table class="">
<tr>
<th ></th>
@@ -335,7 +332,7 @@
</ul>
</div>
<table>
<table class="">
<tbody><tr>
<th colspan="2"></th>
</tr>
@@ -394,9 +391,9 @@
</tbody></table>
</div>
</div>
</div>
<Footer></Footer>
</div>
@@ -452,6 +449,7 @@ table, th, td {
.circle{
list-style:disc;
}
.roman{
list-style:lower-roman;
@@ -462,7 +460,7 @@ table, th, td {
}
.list {
margin-left: 50px;width: 700px;
}
+58 -60
View File
@@ -1,82 +1,75 @@
<template>
<div>
<Header></Header>
<Nav></Nav>
<div class="box">
<nav class="breadcrumb"></nav>
<div>
<Header></Header>
<Nav></Nav>
<div class ="box">
<nav class="breadcrumb"></nav>
<div class= "container">
<h6><b> </b></h6>
<a href="download/acme-doc-2.0.1.txt" download="Acme Documentation (ver. 2.0.1).txt">Download Text</a>
<div class="container">
<h6><b> </b></h6>
<p><a href="/files/F1_inscripcion_proyecto.docx" download>F1. Inscripcion de Proyecto</a></p>
<p><a href="/files/F2_inscripcion_participantes.docx" download>F2. Inscripcion de Particiones</a></p>
<p><a href="/files/F3_carta_cesion.docx" download>F3. Carta de Cesión de Derechos</a></p>
<p><a href="/files/F4_declaracion_ingresos.docx" download>F4. Inscripcion de Particiones</a></p>
<p><a href="/files/F5_solicitud_beca.docx" download>F5. Inscripcion de Particiones</a></p>
<p><a href="/files/F6_carta_justificacion_transferencia.docx" download>F6. Carta justificación de transferencia</a></p>
<p><a href="/files/F7_Formato_Solicitud_transferencia.docx" download>F7. Formato Solicitud de transferencia PAIDI</a></p>
<p><a href="/files/F8_Entrega_Proyecto_Concluido.docx" download>F9. Formato de entrega de trabajo concluido</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>
<p><a href="" target="_blank"></a></p>
<p><a href="" target="_blank"></a></p>
<p><a href="" target="_blank"></a></p>
<p><a href="" target="_blank"></a></p>
</div>
<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>
<p><a href="" target="_blank"></a></p>
<p><a href="" target="_blank"></a></p>
<p><a href="" target="_blank"></a></p>
<p><a href="" target="_blank"></a></p>
</div>
</div>
</div>
<Footer></Footer>
</div>
<Footer></Footer>
</div>
</template>
<script>
import Header from "./../components/header.vue";
import Nav from "./../components/nav.vue";
import Footer from "./../components/footer.vue";
export default {
components: {
Header,
Nav,
Footer,
Footer
},
};
</script>
<style scoped>
.cent {
text-align: center;
text-align: center;
}
h6 {
font-family: Arial, A030, "Nimbus Sans L", FreeSans, "Liberation Sans",
sans-serif;
font-family: Arial,A030,"Nimbus Sans L",FreeSans,"Liberation Sans",sans-serif;
width: 95%;
font-size: 130%;
line-height: 115%;
background-color: #e5ebfd;
background-color: #E5EBFD;
background-position: -136px -33px;
border-color: #a0b1de;
border-color: #A0B1DE;
border-radius: 3px 3px 3px 3px;
border-style: solid;
border-width: 1px;
padding: 8px 0px 8px 34px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
h1, h2, h3, h4, h5, h6 {
line-height: 1.4em;
font-family: "Ubuntu", arial, serif;
font-family: 'Ubuntu', arial, serif;
font-weight: lighter;
}
@@ -86,34 +79,39 @@ h6 {
}
.box {
background: #f1f1f1;
padding: 1.25rem;
text-align: justify;
background: #f1f1f1;
padding: 1.25rem;
text-align: justify;
}
.container {
width: 950px;
max-width: 100%;
background: rgb(255, 255, 255);
padding: 1.2em;
width: 950px;
max-width: 100%;
background: rgb(255, 255, 255);
padding: 1.2em;
}
p {
width: 95%;
text-align: justify;
width: 95%;
text-align: justify;
}
a {
color: #37b2d1;
a {
color: #37b2d1;
}
.panes .plain-text a {
text-decoration: none;
text-decoration: none;
}
@media (max-width: 700px) {
.container {
width: 100%;
margin: auto;
}
}
margin: auto;
}}
</style>