diff --git a/componentes/novedades.php b/componentes/novedades.php
index be6345e..c352954 100644
--- a/componentes/novedades.php
+++ b/componentes/novedades.php
@@ -20,37 +20,15 @@
";
$i=0;
- for(;$i<4;$i++) {
- echo "
-
-
- 
-
-
-
- ";
- }
echo"
-
-
- " ;
- for(;$i<8;$i++) {
- echo "
-
-
- 
-
-
-
";
- }
- echo"
-
+
";
for(;$i
+
- 
+

+
diff --git a/componentes/similares.php b/componentes/similares.php
index fdf61e7..56d9821 100644
--- a/componentes/similares.php
+++ b/componentes/similares.php
@@ -25,47 +25,24 @@ else{
-
+
+
+
+
+

+
+
+
+
+
+
+
-
-
-

-
-
-
-
-
-
-
-
-

-
-
-
-
-
-
-
-
-
-
-

-
-
-
-
-
\ No newline at end of file
diff --git a/funciones/carga.php b/funciones/carga.php
index 348ca56..818601f 100644
--- a/funciones/carga.php
+++ b/funciones/carga.php
@@ -135,7 +135,7 @@ if(isset($_POST["enviar"])){
echo "no se inserto
";
}
}
- header("Location: ../index.php");
+ header("Location: ../funciones/destroy.php");
//echo "listo";
}
diff --git a/img/carrusel/1.jpg b/img/carrusel/1.jpg
index 2b87a39..4111ae6 100644
Binary files a/img/carrusel/1.jpg and b/img/carrusel/1.jpg differ
diff --git a/img/carrusel/2.jpg b/img/carrusel/2.jpg
deleted file mode 100644
index ebfc8ce..0000000
Binary files a/img/carrusel/2.jpg and /dev/null differ
diff --git a/img/carrusel/3.jpg b/img/carrusel/3.jpg
deleted file mode 100644
index 0f995da..0000000
Binary files a/img/carrusel/3.jpg and /dev/null differ
diff --git a/img/header/unam.jpg b/img/header/unam.jpg
new file mode 100644
index 0000000..abd3c72
Binary files /dev/null and b/img/header/unam.jpg differ
diff --git a/index.php b/index.php
index 6f133a3..7a3d91f 100644
--- a/index.php
+++ b/index.php
@@ -2,9 +2,9 @@
error_reporting(E_ERROR | E_PARSE);
header('Content-Type: text/html; charset=utf8');
include("componentes/header.php");
+echo "
";
include("componentes/carrusel.php");
echo "
";
include("componentes/novedades.php");
include ("componentes/socialmedia.php");
-echo "
";
include("componentes/footer.php");
diff --git a/pagina/categoria.php b/pagina/categoria.php
new file mode 100644
index 0000000..b9e7ab8
--- /dev/null
+++ b/pagina/categoria.php
@@ -0,0 +1,174 @@
+query($sentencia);
+
+ if($resultado->rowCount() > 0){
+ $i=0;
+
+ while($fila = $resultado->fetch(PDO::FETCH_ASSOC))
+ {
+ $data[$i] = $fila;
+ $i++;
+ }
+
+ }
+ else{
+ echo "No se encontraron elementos";
+ }
+ //print_r($data);
+ //print_r(count($data));
+?>
+
+
+
Portal Editorial
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+

+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+