Skip to content

Commit a5d3f7d

Browse files
authored
Update layout_es.html
1 parent b672492 commit a5d3f7d

File tree

1 file changed

+6
-25
lines changed

1 file changed

+6
-25
lines changed

_layouts/layout_es.html

Lines changed: 6 additions & 25 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 {{ site.network }}</text>
121+
x="0" y="37.590412">CODERIC {{ site.network | capitalize }}</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
">

0 commit comments

Comments
 (0)