-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add consortium page from Semantic Kompakkt * Automatically set the current year as the end of the copyright notice * Restructure the CSS so the Github Icon is always centered * Add Documentation link to the left * Remove Github PNGs and move to SVG
- Loading branch information
1 parent
5897e7a
commit f05562a
Showing
14 changed files
with
150 additions
and
66 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
37 changes: 21 additions & 16 deletions
37
src/app/components/navigation/footer/footer.component.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,23 @@ | ||
<footer> | ||
© 2018-2022 <a href="https://kompakkt.de">Kompakkt</a> | ||
<nav id="footerlinks"> | ||
<ul> | ||
<li> | ||
<a href="https://kompakkt.github.io/Info"> | ||
<img | ||
class="footer-icon" | ||
src="assets/icons/GitHub-Mark-32px.png" | ||
alt="github.io Homepage" | ||
/> | ||
</a> | ||
</li> | ||
<li><a routerLink="contact">Contact</a></li> | ||
<li><a routerLink="privacy">Privacy Policy</a></li> | ||
</ul> | ||
</nav> | ||
<div class="left"> | ||
<span>© 2018-{{currentYear}} Kompakkt</span> | ||
<a href="https://kompakkt.github.io/Documentation/" alt="User Documentation for Kompakkt on GitHub" target="_blank" rel="noopener noreferrer"> | ||
User Documentation | ||
</a> | ||
</div> | ||
|
||
<a href="https://kompakkt.github.io/Info" target="_blank" rel="noopener noreferrer"> | ||
<img | ||
class="footer-icon" | ||
src="assets/icons/github-logo.svg" | ||
alt="Kompakkt on Github - Landing Page" | ||
height="18" | ||
/> | ||
</a> | ||
|
||
<div class="right"> | ||
<a routerLink="/contact">Contact</a> | ||
<a routerLink="/privacy">Privacy Policy</a> | ||
<a routerLink="/consortium">Consortium</a> | ||
</div> | ||
</footer> |
38 changes: 17 additions & 21 deletions
38
src/app/components/navigation/footer/footer.component.scss
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,33 +1,29 @@ | ||
footer { | ||
display: grid; | ||
grid-template-columns: 1fr auto 1fr; | ||
gap: 16px; | ||
justify-content: center; | ||
align-items: center; | ||
|
||
background-color: #fff; | ||
font-size: 0.8rem; | ||
text-align: center; | ||
|
||
a { | ||
text-decoration: none; | ||
color: #00afe7; | ||
padding: 5px; | ||
} | ||
} | ||
|
||
#footerlinks { | ||
display: inline-block; | ||
margin-left: 15px; | ||
} | ||
|
||
#footerlinks ul { | ||
list-style-type: none; | ||
margin: 5px 0; | ||
padding: 0; | ||
} | ||
|
||
#footerlinks ul li { | ||
display: inline-block; | ||
margin-right: 10px; | ||
} | ||
div.left, div.right { | ||
display: flex; | ||
align-items: center; | ||
gap: inherit; | ||
} | ||
|
||
.footer-icon { | ||
height: 18px; | ||
margin-top: -2px; | ||
vertical-align: middle; | ||
div.left { | ||
justify-content: flex-end; | ||
} | ||
div.right { | ||
justify-content: flex-start; | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
45 changes: 45 additions & 0 deletions
45
src/app/pages/static-pages/consortium/consortium.component.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
<div class="content"> | ||
<h1>Kompakkt Developer Consortium</h1> | ||
|
||
<p> | ||
Kompakkt is an open source suite of annotation tools currently in | ||
development by a consortium of research institutions in Germany. | ||
The goal of the consortium is to optimise development through improved | ||
communication and coordination, so that new features are developed faster, | ||
avoiding redundancy and prioritising long-term sustainability and reusability. | ||
If you’re interested in joining the consortium, please contact: | ||
<a href="mailto:[email protected]">[email protected]</a> | ||
</p> | ||
<h2> | ||
Members: | ||
</h2> | ||
<img | ||
class="consortium-logo" | ||
src="assets/images/csm_IDH_Logo_593d3538d3.png" | ||
alt="Department of Digital Humanities Logo" | ||
/> | ||
<p> | ||
<a href="http://dh.uni-koeln.de">Department for Digital Humanities</a><br /> | ||
University of Cologne<br /> | ||
Albertus-Magnus-Platz<br /> | ||
50931 Köln<br /><br /> | ||
<a href="mailto:[email protected]">[email protected]</a> | ||
</p> | ||
<br> | ||
<img | ||
class="consortium-logo" | ||
src="/assets/images/TIB_Logo_EN_RGB_100px.png" | ||
alt="TIB Logo" | ||
/> | ||
<p> | ||
<a href="https://www.tib.eu/de/forschung-entwicklung/forschungsgruppen-und-labs/open-science"> | ||
Open Science Lab | ||
</a> | ||
<br /> | ||
TIB – Leibniz Information Centre for Science and Technology<br /> | ||
Lange Laube 28<br /> | ||
30159 Hannover<br /><br /> | ||
</p> | ||
|
||
<p>For individual contacts, consult the <a routerLink="/contact">Contact</a> Page.</p>" | ||
</div> |
Empty file.
19 changes: 19 additions & 0 deletions
19
src/app/pages/static-pages/consortium/consortium.component.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
import { Component, OnInit } from '@angular/core'; | ||
import { Meta, Title } from '@angular/platform-browser'; | ||
|
||
@Component({ | ||
selector: 'app-consortium', | ||
templateUrl: './consortium.component.html', | ||
styleUrls: ['./consortium.component.scss'], | ||
}) | ||
export class ConsortiumComponent implements OnInit { | ||
constructor(private titleService: Title, private metaService: Meta) { } | ||
|
||
ngOnInit() { | ||
this.titleService.setTitle(`Kompakkt – Consortium`); | ||
this.metaService.updateTag({ | ||
name: 'description', | ||
content: 'Kompakkt Consortium Information.', | ||
}); | ||
} | ||
} |
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.