Skip to content

Commit

Permalink
improve footer and delete old icons
Browse files Browse the repository at this point in the history
  • Loading branch information
hofstef committed Jan 18, 2024
1 parent ac93da4 commit 0f7198b
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 922 deletions.
22 changes: 4 additions & 18 deletions src/app/app.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,29 +22,15 @@
[class.logoContainer]="!(showSettings$ | async)"
[class.hidden]="showSettings$ | async"
>
<img
src="./assets/logo/dst_logo.png"
height="74"
width="74"
alt=""
(click)="
openLinkDialog(
'https://domainstorytelling.org/',
'Domain-Storytelling',
'Check us out at: '
)
"
/>
<span>
<a href="https://egon.io" target="_blank">egon.io</a>
</span>
<span>
<a
<img src="./favicon.ico" height="24" alt="Egon Logo"/>
<a href="https://egon.io" target="_blank"> egon.io</a>
version: <a
href="https://github.com/WPS/egon.io/releases/latest"
target="_blank"
>{{ version }}</a
>
by <a href="https://www.wps.de/" target="_blank">WPS</a>
by <img src="./assets/logo/wps-icon.ico" height="24" alt="WPS Logo"/> <a href="https://www.wps.de/" target="_blank">WPS</a>
</span>
</div>
</div>
5 changes: 1 addition & 4 deletions src/app/app.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,10 @@
right: 100px;
align-items: flex-end;

img:hover {
cursor: pointer;
}

span {
margin-left: 16px;
margin-bottom: 14px;
align-items:center;
}
}

Expand Down
Binary file removed src/assets/logo/Quadrat_wps_de_Farbig.png
Binary file not shown.
Binary file removed src/assets/logo/dst_logo.png
Binary file not shown.
Loading

0 comments on commit 0f7198b

Please sign in to comment.