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">
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 ="<Transparent Rectangle> " 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 ">
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 ">
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 >
209190 </ p >
210191 </ div >
211192 </ footer >
212- </ div >
193+ </ div >
0 commit comments