|
50 | 50 | </a> |
51 | 51 | </li> |
52 | 52 | </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"> |
54 | 54 | <li> |
55 | 55 | <a href="/profile" class="inline-flex items-center text-sm font-medium hover:text-orange-600" |
56 | 56 | title="Profile"> |
|
93 | 93 | <span class="hidden sm:inline-block" i18n>Sign out</span> |
94 | 94 | </button> |
95 | 95 | </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="<Transparent Rectangle>" 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--> |
116 | 97 | </nav> |
117 | 98 | </div> |
118 | 99 | <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"> |
120 | 101 | <a href="/" class="flex justify-start" itemscope itemtype="https://schema.org/Corporation"> |
121 | 102 | <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" |
123 | 104 | xmlns:svg="http://www.w3.org/2000/svg"> |
124 | 105 | <defs> |
125 | 106 | <linearGradient id="metal" x1="0" x2="0" y1="0" y2="1"> |
|
137 | 118 | <text |
138 | 119 | style="font-size:34px; |
139 | 120 | 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> |
141 | 122 | </svg> |
142 | 123 | </a> |
143 | 124 | </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=" |
145 | 126 | background-position: center; |
146 | 127 | background-image: url('/assets/img/hexagons.jpg'); |
147 | 128 | "> |
|
0 commit comments