Skip to content

Commit 5b0d69f

Browse files
committed
Merge branch 'master' of github.com:Coderic/coderic.org
2 parents c80ca2e + 8929085 commit 5b0d69f

File tree

4 files changed

+21
-58
lines changed

4 files changed

+21
-58
lines changed

_config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
url: "https://new.coderic.org" # Maybe https://coderic.org
22
baseurl: "" # Changed as project /blog
33
title: "Coderic"
4+
network: ""
45
permalink: pretty
56
plugins:
67
- jekyll-sitemap
78
- jekyll-seo-tag
89
- jekyll-feed
9-
- jekyll-github-metadata
10+
- jekyll-github-metadata

_layouts/default.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
<title>{{ site.title }} - {{ page.title }}</title>
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<meta name="google-adsense-account" content="ca-pub-6690628925445882">
8-
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
8+
<link rel="shortcut icon" href="https://coderic.org/favicon.ico" type="image/x-icon">
99
<meta name="robots" content="noindex, nofollow">
10-
<link rel="icon" type="image/svg-xml" href="/favicon.svg">
10+
<link rel="icon" type="image/svg-xml" href="https://coderic.org/favicon.svg">
1111
<link rel="preconnect" href="https://fonts.gstatic.com">
1212
<link href="https://fonts.googleapis.com/css2?family=Red+Hat+Display:wght@300;400;500&amp;display=swap" rel="stylesheet">
1313
<meta name="theme-color" content="#1976d2">

_layouts/layout_en.html

Lines changed: 10 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
</a>
5151
</li>
5252
</ol>
53-
<ol class="inline-flex md:space-x-2 rtl:space-x-reverse" *ngIf="auth.user$ | async as user; else loggedOut">
53+
<!--ol class="inline-flex md:space-x-2 rtl:space-x-reverse">
5454
<li>
5555
<a href="/profile" class="inline-flex items-center text-sm font-medium hover:text-orange-600"
5656
title="Profile">
@@ -93,33 +93,14 @@
9393
<span class="hidden sm:inline-block" i18n>Sign out</span>
9494
</button>
9595
</li>
96-
</ol>
97-
<ng-template #loggedOut>
98-
<ol class="inline-flex md:space-x-2 rtl:space-x-reverse">
99-
<li>
100-
<a (click)="login()" class="inline-flex items-center text-sm font-medium hover:text-orange-600"
101-
title="Log in">
102-
<svg class="w-3.5 h-3.5 ms-2 mr-2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"
103-
fill="currentColor">
104-
<defs />
105-
<title>login</title>
106-
<path
107-
d="M26,30H14a2,2,0,0,1-2-2V25h2v3H26V4H14V7H12V4a2,2,0,0,1,2-2H26a2,2,0,0,1,2,2V28A2,2,0,0,1,26,30Z" />
108-
<polygon points="14.59 20.59 18.17 17 4 17 4 15 18.17 15 14.59 11.41 16 10 22 16 16 22 14.59 20.59" />
109-
<rect id="_Transparent_Rectangle_" data-name="&lt;Transparent Rectangle&gt;" class="cls-1" width="32"
110-
height="32" style="fill:none" />
111-
</svg> <span class="hidden sm:inline-block">Sign in</span>
112-
</a>
113-
</li>
114-
</ol>
115-
</ng-template>
96+
</ol-->
11697
</nav>
11798
</div>
11899
<header class="flex justify-between border-t-4 border-b-8 border-orange-500">
119-
<div class="flex items-center w-1/4 h-32 ml-6">
100+
<div class="flex items-center w-1/2 h-32 ml-6">
120101
<a href="/" class="flex justify-start" itemscope itemtype="https://schema.org/Corporation">
121102
<img src="/assets/img/coderic-isotipo.svg" itemprop="logo" alt="Coderic logo" class="h-20">
122-
<svg class="h-20" viewBox="0 0 140 50" version="1.1" xmlns="http://www.w3.org/2000/svg"
103+
<svg class="h-20" viewBox="0 0 300 50" version="1.1" xmlns="http://www.w3.org/2000/svg"
123104
xmlns:svg="http://www.w3.org/2000/svg">
124105
<defs>
125106
<linearGradient id="metal" x1="0" x2="0" y1="0" y2="1">
@@ -137,11 +118,11 @@
137118
<text
138119
style="font-size:34px;
139120
font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Red Hat Display';letter-spacing:-2px;fill:url(#metal);"
140-
x="0" y="37.590412">CODERIC</text>
121+
x="0" y="37.590412">CODERIC {{ site.network }}</text>
141122
</svg>
142123
</a>
143124
</div>
144-
<div class="w-3/4 bg-no-repeat bg-cover" style="
125+
<div class=" w-1/2 bg-no-repeat bg-cover" style="
145126
background-position: center;
146127
background-image: url('/assets/img/hexagons.jpg');
147128
">
@@ -189,15 +170,15 @@
189170
<nav class="flex px-4 py-2" aria-label="Policies">
190171
<ol class="inline-flex items-center text-stone-500 md:space-x-2 rtl:space-x-reverse">
191172
<li>
192-
<a href="/privacy" class="inline-flex items-center text-sm font-medium hover:text-white"
173+
<a href="https://coderic.org/privacy" class="inline-flex items-center text-sm font-medium hover:text-white"
193174
i18n>Privacy</a>
194175
</li>
195176
<li>
196-
<a href="/legal" class="inline-flex items-center text-sm font-medium hover:text-white" i18n>Legal</a>
177+
<a href="https://coderic.org/legal" class="inline-flex items-center text-sm font-medium hover:text-white" i18n>Legal</a>
197178
</li>
198179
<li>·</li>
199180
<li>
200-
<a href="/tos" class="text-sm font-medium ms-1 hover:text-white" i18n>Terms and Conditions</a>
181+
<a href="https://coderic.org/tos" class="text-sm font-medium ms-1 hover:text-white" i18n>Terms and Conditions</a>
201182
</li>
202183
</ol>
203184
</nav>
@@ -209,4 +190,4 @@
209190
</p>
210191
</div>
211192
</footer>
212-
</div>
193+
</div>

_layouts/layout_es.html

Lines changed: 7 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
</a>
5151
</li>
5252
</ol>
53-
<ol class="inline-flex md:space-x-2 rtl:space-x-reverse" *ngIf="auth.user$ | async as user; else loggedOut">
53+
<!--ol class="inline-flex md:space-x-2 rtl:space-x-reverse" *ngIf="auth.user$ | async as user; else loggedOut">
5454
<li>
5555
<a href="/profile" class="inline-flex items-center text-sm font-medium hover:text-orange-600"
5656
title="Profile">
@@ -93,33 +93,14 @@
9393
<span class="hidden sm:inline-block" i18n>Sign out</span>
9494
</button>
9595
</li>
96-
</ol>
97-
<ng-template #loggedOut>
98-
<ol class="inline-flex md:space-x-2 rtl:space-x-reverse">
99-
<li>
100-
<a (click)="login()" class="inline-flex items-center text-sm font-medium hover:text-orange-600"
101-
title="Log in">
102-
<svg class="w-3.5 h-3.5 ms-2 mr-2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"
103-
fill="currentColor">
104-
<defs />
105-
<title>login</title>
106-
<path
107-
d="M26,30H14a2,2,0,0,1-2-2V25h2v3H26V4H14V7H12V4a2,2,0,0,1,2-2H26a2,2,0,0,1,2,2V28A2,2,0,0,1,26,30Z" />
108-
<polygon points="14.59 20.59 18.17 17 4 17 4 15 18.17 15 14.59 11.41 16 10 22 16 16 22 14.59 20.59" />
109-
<rect id="_Transparent_Rectangle_" data-name="&lt;Transparent Rectangle&gt;" class="cls-1" width="32"
110-
height="32" style="fill:none" />
111-
</svg> <span class="hidden sm:inline-block">Iniciar sesión</span>
112-
</a>
113-
</li>
114-
</ol>
115-
</ng-template>
96+
</ol-->
11697
</nav>
11798
</div>
11899
<header class="flex justify-between border-t-4 border-b-8 border-orange-500">
119-
<div class="flex items-center w-1/4 h-32 ml-6">
100+
<div class="flex items-center w-1/2 h-32 ml-6">
120101
<a href="/" class="flex justify-start" itemscope itemtype="https://schema.org/Corporation">
121102
<img src="/assets/img/coderic-isotipo.svg" itemprop="logo" alt="Coderic logo" class="h-20">
122-
<svg class="h-20" viewBox="0 0 140 50" version="1.1" xmlns="http://www.w3.org/2000/svg"
103+
<svg class="h-20" viewBox="0 0 300 50" version="1.1" xmlns="http://www.w3.org/2000/svg"
123104
xmlns:svg="http://www.w3.org/2000/svg">
124105
<defs>
125106
<linearGradient id="metal" x1="0" x2="0" y1="0" y2="1">
@@ -137,11 +118,11 @@
137118
<text
138119
style="font-size:34px;
139120
font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Red Hat Display';letter-spacing:-2px;fill:url(#metal);"
140-
x="0" y="37.590412">CODERIC</text>
121+
x="0" y="37.590412">CODERIC {{ site.network }}</text>
141122
</svg>
142123
</a>
143124
</div>
144-
<div class="w-3/4 bg-no-repeat bg-cover" style="
125+
<div class="w-1/2 bg-no-repeat bg-cover" style="
145126
background-position: center;
146127
background-image: url('/assets/img/hexagons.jpg');
147128
">
@@ -209,4 +190,4 @@
209190
</p>
210191
</div>
211192
</footer>
212-
</div>
193+
</div>

0 commit comments

Comments
 (0)