Add jambotron logo SVG and integrate it into the main component
This commit is contained in:
@@ -0,0 +1,9 @@
|
|||||||
|
<svg width="113" height="40" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
|
||||||
|
<g>
|
||||||
|
<title>Layer 1</title>
|
||||||
|
<text font-weight="bold" xml:space="preserve"
|
||||||
|
text-anchor="start" font-family="'JetBrains Mono'"
|
||||||
|
font-size="24" id="svg_1" y="27.49999" x="2.59999" stroke-width="0" stroke="#000" fill="#000000">jambotron</text>
|
||||||
|
</g>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 338 B |
@@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
<mat-toolbar class="fixed-top">
|
<mat-toolbar class="fixed-top">
|
||||||
<button mat-raised-button routerLink="/" href="#">
|
<button mat-raised-button routerLink="/" href="#">
|
||||||
|
<img ngSrc="jambotron_logo.svg" height="40" width="135">
|
||||||
My App
|
My App
|
||||||
</button>
|
</button>
|
||||||
<span class="menu-spacer"></span>
|
<span class="menu-spacer"></span>
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
import {Component, CUSTOM_ELEMENTS_SCHEMA, inject, OnInit} from '@angular/core';
|
import {Component, CUSTOM_ELEMENTS_SCHEMA, inject, OnInit} from '@angular/core';
|
||||||
//import {NavigationComponent} from '../navigation/navigation.component';
|
//import {NavigationComponent} from '../navigation/navigation.component';
|
||||||
import {NgClass} from '@angular/common';
|
import {NgClass, NgOptimizedImage} from '@angular/common';
|
||||||
import {NavigationComponent} from '../../layouts/admin-layout/navigation/navigation.component';
|
import {NavigationComponent} from '../../layouts/admin-layout/navigation/navigation.component';
|
||||||
import {Router, RouterLink, RouterOutlet} from '@angular/router';
|
import {Router, RouterLink, RouterOutlet} from '@angular/router';
|
||||||
import {BreadcrumbComponent} from '../../components/breadcrumb/breadcrumb.component';
|
import {BreadcrumbComponent} from '../../components/breadcrumb/breadcrumb.component';
|
||||||
@@ -31,7 +31,8 @@ import {
|
|||||||
MatButton,
|
MatButton,
|
||||||
RouterLink,
|
RouterLink,
|
||||||
IconDirective,
|
IconDirective,
|
||||||
RouterOutlet
|
RouterOutlet,
|
||||||
|
NgOptimizedImage
|
||||||
],
|
],
|
||||||
schemas: [ CUSTOM_ELEMENTS_SCHEMA ],
|
schemas: [ CUSTOM_ELEMENTS_SCHEMA ],
|
||||||
templateUrl: './main.component.html',
|
templateUrl: './main.component.html',
|
||||||
|
|||||||
Reference in New Issue
Block a user