11 Commits

Author SHA1 Message Date
luis ae39ad9d1a Se agregaron todos los files 2022-04-27 14:07:00 -05:00
eithan-hernandez 8d218a95fd download files public 2022-04-27 13:14:31 -05:00
eithan-hernandez 711c8070f6 Merge branch 'develop' of https://repositorio.acatlan.unam.mx/luis/paidi_front into develop 2022-04-27 12:57:44 -05:00
eithan 941f4182dc Actualizar 'package.json' 2022-04-27 17:53:48 +00:00
eithan 694a90915e Actualizar 'package.json' 2022-04-27 17:53:46 +00:00
eithan 1790bc850c Actualizar 'package.json' 2022-04-27 17:53:34 +00:00
eithan-hernandez 1b8d538969 Merge branch 'develop' of https://repositorio.acatlan.unam.mx/luis/paidi_front into develop 2022-04-27 12:52:36 -05:00
eithan-hernandez fa3c2fc1b9 commant start 2022-04-27 12:49:10 -05:00
luis 1151bccaaf responsivo 2022-04-27 01:23:08 -05:00
luis f29b163df5 responsive 2022-04-27 01:14:38 -05:00
luis 53ecced8bf l 2022-04-19 02:06:15 -05:00
17 changed files with 10419 additions and 115 deletions
+10323 -28
View File
File diff suppressed because it is too large Load Diff
+1
View File
@@ -3,6 +3,7 @@
"version": "0.1.0", "version": "0.1.0",
"private": true, "private": true,
"scripts": { "scripts": {
"start": "vue-cli-service serve --port 3156",
"serve": "vue-cli-service serve", "serve": "vue-cli-service serve",
"build": "vue-cli-service build" "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
+9
View File
@@ -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 -3
View File
@@ -10,7 +10,7 @@
<div class= "container"> <div class= "container">
<div class= "content is-normal ">
<h6><b>I. </b></h6> <h6><b>I. </b></h6>
@@ -188,7 +188,6 @@
</div> </div>
</div>
</div> </div>
<Footer></Footer> <Footer></Footer>
@@ -252,7 +251,7 @@ table, th, td {
} }
.space { .space {
margin-left: 40px;width: 700px; margin-left: 40px;width: 20px;
} }
+2 -3
View File
@@ -11,7 +11,6 @@
<div class= "container"> <div class= "container">
<div class= "content is-normal ">
<h6><b>I. </b></h6> <h6><b>I. </b></h6>
@@ -396,7 +395,7 @@
</div> </div>
</div>
</div> </div>
<Footer></Footer> <Footer></Footer>
@@ -459,7 +458,7 @@ table, th, td {
} }
.space { .space {
margin-left: 40px;width: 700px; margin-left: 40px;width: 20px;
} }
.list { .list {
+66 -67
View File
@@ -1,84 +1,82 @@
<template> <template>
<div> <div>
<Header></Header> <Header></Header>
<Nav></Nav> <Nav></Nav>
<div class ="box"> <div class="box">
<nav class="breadcrumb"></nav> <nav class="breadcrumb"></nav>
<div class= "container">
<div class= "content is-normal "> <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>
<h6><b> </b></h6> <a href="recursos/2021/F1_inscripcion_proyecto.docx" target="_blank"
>F1. Inscripción de Proyecto</a
<a >
:href="item.url" </p>
v-text="item.label" <p><a href="" target="_blank"></a></p>
@click.prevent="downloadItem(item)"/> <p><a href="" target="_blank"></a></p>
<p><a href="" target="_blank"></a></p>
<p><a href="" target="_blank"></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> </div>
<p><a href="" target="_blank"></a></p> </div>
<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> </template>
<script> <script>
import Header from "./../components/header.vue";
import Nav from "./../components/nav.vue";
import Header from "../components/header.vue"; import Footer from "./../components/footer.vue";
import Nav from "../components/nav.vue";
import Footer from "../components/footer.vue";
export default { export default {
components: { components: {
Header, Header,
Nav, Nav,
Footer Footer,
}, },
}; };
</script> </script>
<style scoped> <style scoped>
.cent { .cent {
text-align: center; text-align: center;
} }
h6 { h6 {
font-family: Arial, A030, "Nimbus Sans L", FreeSans, "Liberation Sans",
font-family: Arial,A030,"Nimbus Sans L",FreeSans,"Liberation Sans",sans-serif; sans-serif;
width: 95%; width: 95%;
font-size: 130%; font-size: 130%;
line-height: 115%; line-height: 115%;
background-color: #E5EBFD; background-color: #e5ebfd;
background-position: -136px -33px; background-position: -136px -33px;
border-color: #A0B1DE; border-color: #a0b1de;
border-radius: 3px 3px 3px 3px; border-radius: 3px 3px 3px 3px;
border-style: solid; border-style: solid;
border-width: 1px; border-width: 1px;
padding: 8px 0px 8px 34px; padding: 8px 0px 8px 34px;
} }
h1, h2, h3, h4, h5, h6 { h1,
h2,
h3,
h4,
h5,
h6 {
line-height: 1.4em; line-height: 1.4em;
font-family: 'Ubuntu', arial, serif; font-family: "Ubuntu", arial, serif;
font-weight: lighter; font-weight: lighter;
} }
@@ -88,33 +86,34 @@ h1, h2, h3, h4, h5, h6 {
} }
.box { .box {
background: #f1f1f1; background: #f1f1f1;
padding: 1.25rem; padding: 1.25rem;
text-align: justify; text-align: justify;
} }
.container { .container {
width: 950px; width: 950px;
max-width: 100%; max-width: 100%;
background: rgb(255, 255, 255); background: rgb(255, 255, 255);
padding: 1.2em; padding: 1.2em;
} }
p { p {
width: 95%; width: 95%;
text-align: justify; text-align: justify;
} }
a { a {
color: #37b2d1; color: #37b2d1;
} }
.panes .plain-text a { .panes .plain-text a {
text-decoration: none; text-decoration: none;
} }
@media (max-width: 700px) {
.container {
width: 100%;
margin: auto;
}
}
</style> </style>
+15 -7
View File
@@ -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
View File
@@ -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>