Skip to content

Commit

Permalink
Updates logo name and background
Browse files Browse the repository at this point in the history
The logo name is now "EvoPPI 2" to notice the version change.

In addition, the DNA background was removed as it feels a little bit
old, and the i3S logo was added at the bottom of the sidebar.
  • Loading branch information
mrjato committed Apr 25, 2022
1 parent 7d0d451 commit 08a03ee
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@evoppi/frontend",
"version": "2.1.0-alpha.27",
"version": "2.1.0-alpha.28",
"description": "EvoPPI - Evolutionary Protein-Protein Interactions",
"license": "GPL-3.0",
"author": {
Expand Down
4 changes: 2 additions & 2 deletions src/app/modules/main/main.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
-->

<div class="wrapper">
<div class="sidebar" data-color="primary" data-background-color="white" data-image="assets/img/sidebar-5.jpg">
<div class="sidebar" data-color="primary" data-background-color="white" data-image="assets/img/sidebar-6.jpg">
<app-sidebar [routes]="routes"></app-sidebar>
<div class="sidebar-background sidebar-background-5"></div>
<div class="sidebar-background sidebar-background-6"></div>
</div>
<div class="main-panel" [@routerTransition]="getState(outlet)">
<app-navbar [routes]="routes"></app-navbar>
Expand Down
4 changes: 2 additions & 2 deletions src/app/modules/main/main.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@
background-image: url(../../../assets/img/sidebar-5.jpg);
}

.main-panel {
background: url(../../../assets/img/background.jpg) no-repeat;
.sidebar-background-6 {
background-image: url(../../../assets/img/sidebar-6.jpg);
}
2 changes: 1 addition & 1 deletion src/app/modules/navigation/sidebar/sidebar.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
</div>
<div class="logo-name">
<a routerLink="/">
EvoPPI
EvoPPI 2
</a>
</div>
<div class="logo-db-version">
Expand Down
Binary file added src/assets/img/sidebar-6.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/img/sidebar-6.xcf
Binary file not shown.
2 changes: 1 addition & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<link rel="icon" type="image/png" href="../assets/img/favicon.png"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/>

<title>EvoPPI</title>
<title>EvoPPI 2</title>

<meta content='width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0' name='viewport'/>
<meta name="viewport" content="width=device-width"/>
Expand Down

0 comments on commit 08a03ee

Please sign in to comment.