Update Main Logo
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
<a #mistLink class="nav-button" href="/jobs">JOB BOARD</a>
|
<a #mistLink class="nav-button" href="/jobs">JOB BOARD</a>
|
||||||
</div>
|
</div>
|
||||||
<a class="top-bar-logo" href="">
|
<a class="top-bar-logo" href="">
|
||||||
<img class="top-bar-logo" style="margin: 0;" src="img/site-logo.jpg" />
|
<img class="top-bar-logo" style="margin: 0;" src="img/logo-full.png" />
|
||||||
</a>
|
</a>
|
||||||
<div *ngIf="auth.isLoggedIn" class="top-bar-buttons flex-right">
|
<div *ngIf="auth.isLoggedIn" class="top-bar-buttons flex-right">
|
||||||
<a class="nav-button nav-button-login" href="/account/settings"><span>{{ auth.loggedInUser.userName.toUpperCase() }}</span></a>
|
<a class="nav-button nav-button-login" href="/account/settings"><span>{{ auth.loggedInUser.userName.toUpperCase() }}</span></a>
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
<title>BoredCareers</title>
|
<title>BoredCareers</title>
|
||||||
<base href="/">
|
<base href="/">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
<link rel="icon" type="image/x-icon" href="favicon.ico">
|
<link rel="icon" type="image/x-icon" href="img/logo-full.png">
|
||||||
</head>
|
</head>
|
||||||
<body style="border: 0; margin: 0; padding: 0;">
|
<body style="border: 0; margin: 0; padding: 0;">
|
||||||
<app-root></app-root>
|
<app-root></app-root>
|
||||||
|
|||||||
Binary file not shown.
|
After Width: | Height: | Size: 587 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 311 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 36 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 18 KiB |
Reference in New Issue
Block a user