|
1 | 1 | <!doctype html> |
2 | | -<html> |
| 2 | +<html lang="en"> |
3 | 3 | <head> |
4 | 4 | <meta charset="utf-8"> |
5 | | - <title>{{ site.title }} - {{ page.title }}</title> |
6 | | - <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 5 | + <title>{{ site.title }}{% if page.title %} - {{ page.title }}{% endif %}</title> |
| 6 | + <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=5"> |
| 7 | + <meta name="color-scheme" content="light"> |
7 | 8 | <meta name="google-adsense-account" content="ca-pub-6690628925445882"> |
8 | | - <link rel="shortcut icon" href="https://coderic.org/favicon.ico" type="image/x-icon"> |
9 | | - <link rel="icon" type="image/svg-xml" href="https://coderic.org/favicon.svg"> |
| 9 | + <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon"> |
| 10 | + <link rel="icon" type="image/svg-xml" href="/favicon.svg"> |
10 | 11 | <link rel="preconnect" href="https://fonts.gstatic.com"> |
11 | | - <link href="https://fonts.googleapis.com/css2?family=Red+Hat+Display:wght@300;400;500&display=swap" rel="stylesheet"> |
12 | | - <meta name="theme-color" content="#1976d2"> |
13 | | - <link rel="alternate" href="https://coderic.org/es/" hreflang="es"> |
| 12 | + <link href="https://fonts.googleapis.com/css2?family=Red+Hat+Display:wght@300;400;500;600;700&display=swap" rel="stylesheet"> |
| 13 | + <meta name="theme-color" content="#f97316"> |
14 | 14 | <link rel="alternate" href="https://coderic.org/" hreflang="x-default"> |
15 | 15 | <meta name="author" content="Coderic"> |
16 | 16 | <meta name="title" content="Coderic"> |
17 | | - <meta name="description" |
18 | | - content="Corporation Oriented to the Development of Engineering of Resources Information Commercial"> |
19 | | - <link rel="stylesheet" href="{{ '/assets/css/main.css' | relative_url }}"> |
20 | | - {% for localized_page in localized_pages %} |
21 | | - {% unless localized_page.locale == page.locale %} |
22 | | - <link rel="alternate" hreflang="{{ localized_page.lang }}" href="{{ site.url }}{{ site.baseurl }}{{ localized_page.url }}"> |
23 | | - {% endunless %} |
24 | | - {% endfor %} |
| 17 | + <meta name="description" content="Corporation Oriented to the Development of Engineering Resources and Information for Commerce"> |
25 | 18 | <script src="https://unpkg.com/@tailwindcss/browser@4"></script> |
| 19 | + <link rel="stylesheet" href="{{ '/assets/css/main.css' | relative_url }}"> |
26 | 20 | <script type="application/ld+json"> |
27 | 21 | { |
28 | 22 | "@context": "https://schema.org", |
29 | 23 | "@type": "Corporation", |
30 | 24 | "name": "Coderic", |
31 | 25 | "url": "https://coderic.org/", |
32 | | - "logo": "https://coderic.org/favicon.svg", |
| 26 | + "logo": "https://coderic.org/assets/img/coderic-isotipo.svg", |
33 | 27 | "contactPoint": [ |
34 | 28 | { |
35 | 29 | "@type": "ContactPoint", |
36 | 30 | "contactType": "technical support", |
37 | 31 | |
38 | | - "availableLanguage": [ |
39 | | - "es", |
40 | | - "en" |
41 | | - ] |
| 32 | + "availableLanguage": ["en"] |
42 | 33 | }, |
43 | 34 | { |
44 | 35 | "@type": "ContactPoint", |
45 | 36 | "contactType": "billing support", |
46 | 37 | |
47 | | - "availableLanguage": [ |
48 | | - "es", |
49 | | - "en" |
50 | | - ] |
| 38 | + "availableLanguage": ["en"] |
51 | 39 | }, |
52 | 40 | { |
53 | 41 | "@type": "ContactPoint", |
54 | 42 | "contactType": "bill payment", |
55 | 43 | |
56 | | - "availableLanguage": [ |
57 | | - "es", |
58 | | - "en" |
59 | | - ] |
| 44 | + "availableLanguage": ["en"] |
60 | 45 | }, |
61 | 46 | { |
62 | 47 | "@type": "ContactPoint", |
63 | 48 | "contactType": "sales", |
64 | 49 | |
65 | | - "availableLanguage": [ |
66 | | - "es", |
67 | | - "en" |
68 | | - ] |
| 50 | + "availableLanguage": ["en"] |
69 | 51 | } |
70 | 52 | ], |
71 | 53 | "sameAs": [ |
72 | 54 | "https://coderic.co", |
73 | 55 | "https://coderic.cloud", |
74 | 56 | "https://coderic.net", |
75 | | - "https://coderic.org", |
76 | | - "https://x.com/Coderic", |
77 | | - "https://x.com/Coderic", |
78 | 57 | "https://x.com/Coderic", |
79 | 58 | "https://linkedin.com/company/coderic/", |
80 | 59 | "https://github.com/Coderic" |
81 | 60 | ] |
82 | 61 | } |
83 | | - </script> |
| 62 | + </script> |
84 | 63 | <!-- Google tag (gtag.js) --> |
85 | 64 | <script async src="https://www.googletagmanager.com/gtag/js?id=G-91ST27VW59"></script> |
86 | 65 | <script> |
87 | 66 | window.dataLayer = window.dataLayer || []; |
88 | 67 | function gtag() { dataLayer.push(arguments); } |
89 | 68 | gtag('js', new Date()); |
90 | | - |
91 | 69 | gtag('config', 'G-91ST27VW59'); |
92 | 70 | </script> |
93 | 71 | </head> |
94 | | - |
95 | 72 | <body> |
96 | | - <div class="App"> |
97 | | - <div> |
| 73 | + <a href="#main-content" class="skip-to-main">Skip to main content</a> |
| 74 | + <div class="min-h-screen flex flex-col bg-white"> |
| 75 | + <!-- Header --> |
| 76 | + <header class="border-t-4 border-b-8 border-orange-500 bg-white"> |
| 77 | + <div class="max-w-7xl mx-auto container-padding"> |
| 78 | + <div class="flex flex-col sm:flex-row items-center justify-between gap-4 py-4 sm:py-6"> |
| 79 | + <a href="/" class="flex items-center gap-3 pl-4 sm:pl-6 focus:outline-none focus:ring-2 focus:ring-orange-500 rounded" |
| 80 | + itemscope itemtype="https://schema.org/Corporation" aria-label="Coderic home"> |
| 81 | + <img src="/assets/img/coderic-isotipo.svg" itemprop="logo" alt="Coderic logo" class="h-16 sm:h-20 md:h-24" loading="eager"> |
| 82 | + <svg class="h-16 sm:h-20 md:h-24" viewBox="0 0 300 50" version="1.1" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"> |
| 83 | + <defs> |
| 84 | + <linearGradient id="metal" x1="0" x2="0" y1="0" y2="1"> |
| 85 | + <stop offset="0%" stop-color="hsl(0,0%,58%)" /> |
| 86 | + <stop offset="47%" stop-color="hsl(0,0%,80%)" /> |
| 87 | + <stop offset="53%" stop-color="hsl(0,0%,38%)" /> |
| 88 | + <stop offset="100%" stop-color="hsl(0,0%,58%)" /> |
| 89 | + </linearGradient> |
| 90 | + </defs> |
| 91 | + <text style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Red Hat Display';letter-spacing:-2px;fill:url(#metal);" |
| 92 | + x="0" y="50" |
| 93 | + class="text-[38px] sm:text-[42px] md:text-[48px] lg:text-[52px]">CODERIC {{ site.network }}</text> |
| 94 | + </svg> |
| 95 | + </a> |
| 96 | + </div> |
| 97 | + </div> |
| 98 | + </header> |
| 99 | + |
| 100 | + <!-- Main Navigation --> |
| 101 | + {% if page.navigation %} |
| 102 | + {% include {{ page.navigation }} %} |
| 103 | + {% endif %} |
| 104 | + |
| 105 | + <!-- Main Content --> |
| 106 | + <main id="main-content" role="main" class="flex-1" tabindex="-1"> |
98 | 107 | {{ content }} |
99 | | - </div> |
| 108 | + </main> |
| 109 | + |
| 110 | + <!-- Footer --> |
| 111 | + <footer class="bg-stone-800 text-stone-300 border-t-4 border-orange-500"> |
| 112 | + <div class="max-w-7xl mx-auto container-padding py-8"> |
| 113 | + <div class="grid grid-cols-1 md:grid-cols-2 gap-8 mb-6"> |
| 114 | + <nav aria-label="Documentation"> |
| 115 | + <h3 class="text-white font-semibold mb-3">Resources</h3> |
| 116 | + <ul class="space-y-2"> |
| 117 | + <li> |
| 118 | + <a href="https://coderic.org/docs/" class="hover:text-white focus:outline-none focus:ring-2 focus:ring-orange-500 rounded px-1" |
| 119 | + aria-label="View documentation">Documentation</a> |
| 120 | + </li> |
| 121 | + </ul> |
| 122 | + </nav> |
| 123 | + <nav aria-label="Legal and policies"> |
| 124 | + <h3 class="text-white font-semibold mb-3">Legal</h3> |
| 125 | + <ul class="space-y-2"> |
| 126 | + <li> |
| 127 | + <a href="https://coderic.org/privacy" class="hover:text-white focus:outline-none focus:ring-2 focus:ring-orange-500 rounded px-1" |
| 128 | + aria-label="Privacy policy">Privacy</a> |
| 129 | + </li> |
| 130 | + <li> |
| 131 | + <a href="https://coderic.org/legal" class="hover:text-white focus:outline-none focus:ring-2 focus:ring-orange-500 rounded px-1" |
| 132 | + aria-label="Legal information">Legal</a> |
| 133 | + </li> |
| 134 | + <li> |
| 135 | + <a href="https://coderic.org/tos" class="hover:text-white focus:outline-none focus:ring-2 focus:ring-orange-500 rounded px-1" |
| 136 | + aria-label="Terms and conditions">Terms and Conditions</a> |
| 137 | + </li> |
| 138 | + </ul> |
| 139 | + </nav> |
| 140 | + </div> |
| 141 | + <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 Resources and Information for Commerce</p> |
| 143 | + <p> |
| 144 | + Coderic <sup>©</sup> · Since September 30, 2004 |
| 145 | + </p> |
| 146 | + </div> |
| 147 | + </div> |
| 148 | + </footer> |
100 | 149 | </div> |
101 | | - <noscript>Please enable JavaScript to continue using this application.</noscript> |
| 150 | + |
| 151 | + <noscript> |
| 152 | + <div class="bg-yellow-100 border-l-4 border-yellow-500 text-yellow-700 p-4 m-4" role="alert"> |
| 153 | + <p>Please enable JavaScript to continue using this application.</p> |
| 154 | + </div> |
| 155 | + </noscript> |
| 156 | + |
| 157 | + <script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-6690628925445882" |
| 158 | + crossorigin="anonymous"></script> |
102 | 159 | <script src="https://code.jquery.com/jquery-3.7.1.min.js" integrity="sha256-/JqT3SQfawRcv/BIHPThkBvs0OEvtFFmqPF/lYI/Cxo=" crossorigin="anonymous"></script> |
103 | 160 | <script src="https://cdn.auth0.com/js/auth0/9.28.0/auth0.min.js"></script> |
104 | 161 | <script type="text/javascript" src="/js/auth.js"></script> |
|
0 commit comments