Skip to content

Commit

Permalink
update analytics server logo
Browse files Browse the repository at this point in the history
  • Loading branch information
furknyavuz committed Aug 30, 2021
1 parent b636089 commit 7c8b4d8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions src/app/page/raw-landing-layout/home/home.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@ <h6>
<div class="feature-wrapper feature-left">
<div class="feature">
<a class="feature-img-wrapper"href="https://github.com/open-template-hub/payment-server-template">
<img class="demonstration" [src]="'https://github.com/open-template-hub/open-template-hub.github.io/blob/master/assets/logo/servers/payment-server-logo.png?raw=true'"
alt="demonstration"/>
<img class="server-logo" [src]="'https://github.com/open-template-hub/open-template-hub.github.io/blob/master/assets/logo/servers/payment-server-logo.png?raw=true'"
alt="server-logo"/>
</a>
<div class="feature-notes">
<h5>
Expand All @@ -105,8 +105,8 @@ <h6>
<div class="feature-wrapper feature-right">
<div class="feature">
<a class="feature-img-wrapper"href="https://github.com/open-template-hub/file-storage-server-template">
<img class="demonstration" [src]="'https://github.com/open-template-hub/open-template-hub.github.io/blob/master/assets/logo/servers/file-storage-server-logo.png?raw=true'"
alt="demonstration"/>
<img class="server-logo" [src]="'https://github.com/open-template-hub/open-template-hub.github.io/blob/master/assets/logo/servers/file-storage-server-logo.png?raw=true'"
alt="server-logo"/>
</a>
<div class="feature-notes">
<h5>
Expand All @@ -126,8 +126,8 @@ <h6>
<div class="feature-wrapper feature-left">
<div class="feature">
<a class="feature-img-wrapper"href="https://github.com/open-template-hub/analytics-server-template">
<img class="demonstration" [src]="'./assets/common/demonstration/demonstration-analytics-server-template.png'"
alt="demonstration"/>
<img class="server-logo" [src]="'https://github.com/open-template-hub/open-template-hub.github.io/blob/master/assets/logo/servers/analytics-server-logo.png?raw=true'"
alt="server-logo"/>
</a>
<div class="feature-notes">
<h5>
Expand All @@ -148,8 +148,8 @@ <h6>
<div class="feature-wrapper feature-right">
<div class="feature">
<a class="feature-img-wrapper"href="https://github.com/open-template-hub/basic-info-server-template">
<img class="demonstration" [src]="'./assets/common/demonstration/demonstration-basic-info-server-template.png'"
alt="demonstration"/>
<img class="server-logo" [src]="'./assets/common/demonstration/demonstration-basic-info-server-template.png'"
alt="server-logo"/>
</a>
<div class="feature-notes">
<h5>
Expand Down
2 changes: 1 addition & 1 deletion src/app/util/constant.ts
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ export const PRODUCTS: DropdownColumnOption[] = [
},
{
backgroundColor: 'var(--brand-color-lighter-2)',
brand: { brandLogo: './assets/production/brand-logo.png' },
brand: { brandLogo: 'https://github.com/open-template-hub/open-template-hub.github.io/blob/master/assets/logo/servers/analytics-server-logo.png?raw=true' },
header: 'Analytics Server',
description: 'Analytics Server Template for generic usage in Node.js',
link: URLS.maintenance
Expand Down

0 comments on commit 7c8b4d8

Please sign in to comment.