Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ae39ad9d1a | |||
| 8d218a95fd | |||
| 711c8070f6 | |||
| 941f4182dc | |||
| 694a90915e | |||
| 1790bc850c | |||
| 1b8d538969 | |||
| 53ecced8bf |
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.
Binary file not shown.
+60
-58
@@ -1,75 +1,82 @@
|
||||
<template>
|
||||
<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>
|
||||
<Header></Header>
|
||||
<Nav></Nav>
|
||||
<div class="box">
|
||||
<nav class="breadcrumb"></nav>
|
||||
|
||||
<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 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>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<Footer></Footer>
|
||||
|
||||
|
||||
</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>
|
||||
|
||||
<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;
|
||||
}
|
||||
|
||||
@@ -79,39 +86,34 @@ h1, h2, h3, h4, h5, 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>
|
||||
|
||||
Reference in New Issue
Block a user