Skip to content

Commit e14847e

Browse files
committed
Fix: Usar texto exacto de definición CODERIC del pie de página
- Actualizar a texto exacto: 'Corporation Oriented to the Development of Engineering Resources and Information for Commerce' - Sin modificar el texto, usando exactamente como está escrito - Actualizar en todos los archivos: _layouts/default.html, organization/index.html, _config.yml, legal/index.html
1 parent a66fa2d commit e14847e

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ url: "https://coderic.org"
22
baseurl: ""
33
title: "Coderic"
44
network: ""
5-
description: "Corporation Oriented to the Development of Engineering"
5+
description: "Corporation Oriented to the Development of Engineering Resources and Information for Commerce"
66
permalink: pretty
77

88
# Theme configuration

_layouts/default.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<link rel="alternate" href="https://coderic.org/" hreflang="x-default">
1515
<meta name="author" content="Coderic">
1616
<meta name="title" content="Coderic">
17-
<meta name="description" content="Corporation Oriented to the Development of Engineering">
17+
<meta name="description" content="Corporation Oriented to the Development of Engineering Resources and Information for Commerce">
1818
<script src="https://unpkg.com/@tailwindcss/browser@4"></script>
1919
<link rel="stylesheet" href="{{ '/assets/css/main.css' | relative_url }}">
2020
<script type="application/ld+json">
@@ -139,7 +139,7 @@ <h3 class="text-white font-semibold mb-3">Legal</h3>
139139
</nav>
140140
</div>
141141
<div class="border-t border-stone-700 pt-6 text-center text-sm">
142-
<p class="mb-2">Corporation Oriented to the Development of Engineering</p>
142+
<p class="mb-2">Corporation Oriented to the Development of Engineering Resources and Information for Commerce</p>
143143
<p>
144144
Coderic <sup>©</sup> · Since September 30, 2004
145145
</p>

legal/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ <h2 class="heading-3 text-stone-800 mb-4">Corporate Information</h2>
2121
<p class="text-body text-gray-700 mb-2"><strong>Jurisdiction:</strong> Colombia</p>
2222
<p class="text-body text-gray-700 mb-2"><strong>Headquarters:</strong> Colombia</p>
2323
<p class="text-body text-gray-700 mb-2"><strong>Founded:</strong> September 30, 2004</p>
24-
<p class="text-body text-gray-700 mb-2"><strong>Corporate Purpose:</strong> Corporation Oriented to the Development of Engineering</p>
24+
<p class="text-body text-gray-700 mb-2"><strong>Corporate Purpose:</strong> Corporation Oriented to the Development of Engineering Resources and Information for Commerce</p>
2525
</div>
2626
</div>
2727

organization/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<div class="bg-gradient-to-r from-stone-800 to-stone-900 text-white py-12 sm:py-16 lg:py-20 px-4 sm:px-6 lg:px-8">
88
<div class="max-w-6xl mx-auto text-center">
99
<h1 class="text-3xl sm:text-4xl lg:text-5xl font-bold mb-4 sm:mb-6">Coderic Organization</h1>
10-
<p class="text-lg sm:text-xl mb-3 sm:mb-4">Corporation Oriented to the Development of Engineering</p>
10+
<p class="text-lg sm:text-xl mb-3 sm:mb-4">Corporation Oriented to the Development of Engineering Resources and Information for Commerce</p>
1111
<p class="text-sm sm:text-base max-w-3xl mx-auto text-gray-400 px-4">A Software Factory operating in Latin America, dedicated to software engineering, offering technological tools and integrations accessible to everyone</p>
1212
<p class="text-base sm:text-lg mt-4 sm:mt-6 text-gray-300">Since September 30, 2004</p>
1313
</div>

0 commit comments

Comments
 (0)