Skip to content

Commit

Permalink
Base
Browse files Browse the repository at this point in the history
  • Loading branch information
ualmtorres committed Oct 31, 2020
1 parent 1343eee commit b32b219
Show file tree
Hide file tree
Showing 11 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion index.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<header class="blog-header py-3">
<div class="row flex-nowrap justify-content-between align-items-center">
<div class="col-12 text-center">
<a class="blog-header-logo text-dark" href="#">Diario STIC actualizado</a>
<a class="blog-header-logo text-dark" href="#">Diario STIC</a>
</div>
</div>
</header>
Expand Down
2 changes: 1 addition & 1 deletion secciones/contenedores.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

$contenedores = [
"titulo" => "XXX",
"autor" => "Wikipedia",
"autor" => "XXX",
"resumen" => "XXX",
];
?>
2 changes: 1 addition & 1 deletion secciones/cultura.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*****/

$cultura = [
"titulo" => "la cultura",
"titulo" => "XXX",
"autor" => "XXX",
"resumen" => "XXX",
];
Expand Down
8 changes: 4 additions & 4 deletions secciones/empleo.php
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
?php
<?php
/*****
SUSTITUYE LAS XXX POR UN VALOR DE UNA NOTICIA DE INTERES EN ESTA CATEGORIA
*****/

$empleo = [
"titulo" => "Empleo",
"autor" => "JotaCam",
"resumen" => "Preguntad al Garrido",
"titulo" => "XXX",
"autor" => "XXX",
"resumen" => "XXX",
];
?>
6 changes: 3 additions & 3 deletions secciones/gente.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
*****/

$gente = [
"titulo" => "GENTUAL",
"autor" => "Juan A. Quintana",
"resumen" => "La people de la Ual",
"titulo" => "XXX",
"autor" => "XXX",
"resumen" => "XXX",
];
?>
2 changes: 1 addition & 1 deletion secciones/git.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

$git = [
"titulo" => "XXX",
"autor" => "Wikipedia",
"autor" => "XXX",
"resumen" => "XXX",
];
?>
6 changes: 3 additions & 3 deletions secciones/internacional.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
*****/

$internacional = [
"titulo" => "Noticia internacional",
"autor" => "Felipe",
"resumen" => "Ésta es una noticia internacional.",
"titulo" => "XXX",
"autor" => "XXX",
"resumen" => "XXX",
];
?>
6 changes: 3 additions & 3 deletions secciones/openshift.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
*****/

$openshift = [
"titulo" => "Openshift",
"autor" => "Wikipedia",
"resumen" => "Este es el resumen del openshift",
"titulo" => "XXX",
"autor" => "XXX",
"resumen" => "XXX",
];
?>
2 changes: 1 addition & 1 deletion secciones/openstack.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

$openstack = [
"titulo" => "XXX",
"autor" => "Wikipedia",
"autor" => "XXX",
"resumen" => "XXX",
];
?>
4 changes: 2 additions & 2 deletions secciones/portada.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
*****/

$portada = [
"titulo" => "Portada maravillosa y sublime",
"titulo" => "Portada",
"autor" => "mtorres",
"resumen" => "Maravilla de portada",
"resumen" => "Resumen de la portada",
];
?>
2 changes: 1 addition & 1 deletion secciones/sociedad.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

$sociedad = [
"titulo" => "XXX",
"autor" => "Gabinete de comunicación",
"autor" => "XXX",
"resumen" => "XXX",
];
?>

0 comments on commit b32b219

Please sign in to comment.