From 5f52644d7b8a4e443e581dba2efd1e3fa05493d4 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Manuel=20M=C3=A1rquez?=
Date: Fri, 5 Feb 2016 16:32:22 -0430
Subject: [PATCH 1/2] =?UTF-8?q?Se=20agreg=C3=B3=20una=20nota=20al=20pie=20?=
=?UTF-8?q?de=20p=C3=A1gina=20indicando=20la=20licencia=20del=20contenido?=
=?UTF-8?q?=20del=20sitio=20web.?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
assets/css/style.css | 2 +-
index.html | 7 +++++++
2 files changed, 8 insertions(+), 1 deletion(-)
diff --git a/assets/css/style.css b/assets/css/style.css
index fec606d..4fcfee5 100755
--- a/assets/css/style.css
+++ b/assets/css/style.css
@@ -208,7 +208,7 @@ footer {
background: #1C3B56;
}
-footer p {
+footer p, div {
color: #909090;
font-size: 14px;
}
diff --git a/index.html b/index.html
index 911c3a4..7d70bc4 100755
--- a/index.html
+++ b/index.html
@@ -181,6 +181,13 @@ Reclutamiento
+
+
+ El contenido en este sitio web es licenciado
+ bajo
Attribution-ShareAlike
+ 3.0 Unported (CC BY-SA 3.0)
+

+
From 98d5a933e35eed89c32c9eed57f46f723f2e6f64 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Manuel=20M=C3=A1rquez?=