|
1 | 1 | <!-- * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * --> |
2 | 2 | <!-- * * * * * * * * * * * The content below * * * * * * * * * * * --> |
3 | 3 | <!-- * * * * * * * * * * is only a placeholder * * * * * * * * * * --> |
4 | | -<!-- * * * * * * * * * * and can be replaced. * * * * * * * * * * * --> |
| 4 | +<!-- * * * * * * * * * * and can be replaced. * * * * * * * * * * --> |
5 | 5 | <!-- * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * --> |
6 | | -<!-- * * * * * * * * * Delete the template below * * * * * * * * * * --> |
7 | | -<!-- * * * * * * * to get started with your project! * * * * * * * * --> |
| 6 | +<!-- * * * * * * * * * Delete the template below * * * * * * * * * --> |
| 7 | +<!-- * * * * * * * to get started with your project! * * * * * * * --> |
8 | 8 | <!-- * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * --> |
9 | 9 |
|
10 | 10 | <style> |
|
142 | 142 | .pill-group .pill:nth-child(6n + 2) { |
143 | 143 | --pill-accent: var(--french-violet); |
144 | 144 | } |
145 | | - .pill-group .pill:nth-child(6n + 3), |
| 145 | + .pill-group .pill:nth-child(6n + 3), |
146 | 146 | .pill-group .pill:nth-child(6n + 4), |
147 | 147 | .pill-group .pill:nth-child(6n + 5) { |
148 | 148 | --pill-accent: var(--hot-red); |
149 | 149 | } |
150 | 150 |
|
151 | | - .open-in-new-icon { |
| 151 | + .pill-group svg { |
152 | 152 | margin-inline-start: 0.25rem; |
153 | 153 | font-size: 1rem; |
154 | 154 | } |
|
245 | 245 | rel="noopener" |
246 | 246 | > |
247 | 247 | <span> Explore the Docs </span> |
248 | | - <i class="material-icons-outlined open-in-new-icon" aria-hidden="true" |
249 | | - >open_in_new</i |
| 248 | + <svg |
| 249 | + xmlns="http://www.w3.org/2000/svg" |
| 250 | + height="24" |
| 251 | + viewBox="0 -960 960 960" |
| 252 | + width="24" |
| 253 | + fill="currentColor" |
250 | 254 | > |
| 255 | + <path |
| 256 | + d="M200-120q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h280v80H200v560h560v-280h80v280q0 33-23.5 56.5T760-120H200Zm188-212-56-56 372-372H560v-80h280v280h-80v-144L388-332Z" |
| 257 | + /> |
| 258 | + </svg> |
251 | 259 | </a> |
252 | 260 | <a |
253 | 261 | class="pill" |
|
256 | 264 | rel="noopener" |
257 | 265 | > |
258 | 266 | <span> Learn with Tutorials </span> |
259 | | - <i class="material-icons-outlined open-in-new-icon" aria-hidden="true" |
260 | | - >open_in_new</i |
| 267 | + <svg |
| 268 | + xmlns="http://www.w3.org/2000/svg" |
| 269 | + height="24" |
| 270 | + viewBox="0 -960 960 960" |
| 271 | + width="24" |
| 272 | + fill="currentColor" |
261 | 273 | > |
| 274 | + <path |
| 275 | + d="M200-120q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h280v80H200v560h560v-280h80v280q0 33-23.5 56.5T760-120H200Zm188-212-56-56 372-372H560v-80h280v280h-80v-144L388-332Z" |
| 276 | + /> |
| 277 | + </svg> |
262 | 278 | </a> |
263 | 279 | <a |
264 | 280 | class="pill" |
|
267 | 283 | rel="noopener" |
268 | 284 | > |
269 | 285 | <span> CLI Docs </span> |
270 | | - <i class="material-icons-outlined open-in-new-icon" aria-hidden="true" |
271 | | - >open_in_new</i |
| 286 | + <svg |
| 287 | + xmlns="http://www.w3.org/2000/svg" |
| 288 | + height="24" |
| 289 | + viewBox="0 -960 960 960" |
| 290 | + width="24" |
| 291 | + fill="currentColor" |
272 | 292 | > |
| 293 | + <path |
| 294 | + d="M200-120q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h280v80H200v560h560v-280h80v280q0 33-23.5 56.5T760-120H200Zm188-212-56-56 372-372H560v-80h280v280h-80v-144L388-332Z" |
| 295 | + /> |
| 296 | + </svg> |
273 | 297 | </a> |
274 | 298 | <a |
275 | 299 | class="pill" |
|
278 | 302 | rel="noopener" |
279 | 303 | > |
280 | 304 | <span> Angular Language Service </span> |
281 | | - <i class="material-icons-outlined open-in-new-icon" aria-hidden="true" |
282 | | - >open_in_new</i |
| 305 | + <svg |
| 306 | + xmlns="http://www.w3.org/2000/svg" |
| 307 | + height="24" |
| 308 | + viewBox="0 -960 960 960" |
| 309 | + width="24" |
| 310 | + fill="currentColor" |
283 | 311 | > |
| 312 | + <path |
| 313 | + d="M200-120q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h280v80H200v560h560v-280h80v280q0 33-23.5 56.5T760-120H200Zm188-212-56-56 372-372H560v-80h280v280h-80v-144L388-332Z" |
| 314 | + /> |
| 315 | + </svg> |
284 | 316 | </a> |
285 | 317 | <a |
286 | 318 | class="pill" |
|
289 | 321 | rel="noopener" |
290 | 322 | > |
291 | 323 | <span> Angular DevTools </span> |
292 | | - <i class="material-icons-outlined open-in-new-icon" aria-hidden="true" |
293 | | - >open_in_new</i |
| 324 | + <svg |
| 325 | + xmlns="http://www.w3.org/2000/svg" |
| 326 | + height="24" |
| 327 | + viewBox="0 -960 960 960" |
| 328 | + width="24" |
| 329 | + fill="currentColor" |
294 | 330 | > |
| 331 | + <path |
| 332 | + d="M200-120q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h280v80H200v560h560v-280h80v280q0 33-23.5 56.5T760-120H200Zm188-212-56-56 372-372H560v-80h280v280h-80v-144L388-332Z" |
| 333 | + /> |
| 334 | + </svg> |
295 | 335 | </a> |
296 | 336 | </div> |
297 | 337 | <div class="social-links"> |
|
359 | 399 | </div> |
360 | 400 | </main> |
361 | 401 |
|
362 | | -<!-- * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * --> |
363 | | -<!-- * * * * * * * * * * * The content above * * * * * * * * * * * --> |
364 | | -<!-- * * * * * * * * * * is only a placeholder * * * * * * * * * * --> |
365 | | -<!-- * * * * * * * * * * and can be replaced. * * * * * * * * * * * --> |
366 | | -<!-- * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * --> |
367 | | -<!-- * * * * * * * * * * End of Placeholder * * * * * * * * * * * --> |
368 | | -<!-- * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * --> |
| 402 | +<!-- * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * --> |
| 403 | +<!-- * * * * * * * * * * * The content above * * * * * * * * * * * * --> |
| 404 | +<!-- * * * * * * * * * * is only a placeholder * * * * * * * * * * * --> |
| 405 | +<!-- * * * * * * * * * * and can be replaced. * * * * * * * * * * * --> |
| 406 | +<!-- * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * --> |
| 407 | +<!-- * * * * * * * * * * End of Placeholder * * * * * * * * * * * * --> |
| 408 | +<!-- * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * --> |
| 409 | + |
369 | 410 | <% if (routing) { %> |
370 | 411 | <router-outlet></router-outlet><% } %> |
0 commit comments