This repository has been archived by the owner on Jul 29, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Tatjana Dehler <[email protected]>
- Loading branch information
Tatjana Dehler
committed
Apr 23, 2021
1 parent
d0f6635
commit f1e02b0
Showing
3 changed files
with
77 additions
and
108 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,43 +1,20 @@ | ||
|
||
<footer class="site-footer h-card"> | ||
<data class="u-url" href="{{ "/" | relative_url }}"></data> | ||
|
||
<html> | ||
<head> | ||
<style> | ||
{ | ||
box-sizing: border-box; | ||
} | ||
/* Set additional styling options for the columns*/ | ||
.column { | ||
float: left; | ||
width: 50%; | ||
} | ||
.row:after { | ||
content: ""; | ||
display: table; | ||
clear: both; | ||
} | ||
</style> | ||
</head> | ||
<body> | ||
<div class="row"> | ||
<div class="column" align="center"> | ||
<p>{{ site.description | escape }}</p> | ||
<br> | ||
<a href="https://creativecommons.org/licenses/by-sa/4.0/"> | ||
<img src="{{site.baseurl}}/images/License-CC BY--SA 4.0-lightgrey.svg" alt="CC BY SA 4.0" /> | ||
</a> | ||
</div> | ||
<div class="column" align="center"> | ||
<a href="https://join.slack.com/t/aquaristlabs/shared_invite/zt-nphn0jhg-QYKw__It8JPMkUR_sArOug"> | ||
<img src="{{site.baseurl}}/images/social-media-icon-slack.svg" alt="Join us on Slack!" width="60" height="60"/> | ||
</a> | ||
<a href="https://github.com/aquarist-labs/aquarium"> | ||
<img src="{{site.baseurl}}/images/GitHub-Mark-32px.png" alt="GitHub"/> | ||
</a> | ||
</div> | ||
</body> | ||
</html> | ||
|
||
<div class="row"> | ||
<div class="column" align="center"> | ||
<p>{{ site.description | escape }}</p> | ||
<br> | ||
<a href="https://creativecommons.org/licenses/by-sa/4.0/"> | ||
<img src="{{site.baseurl}}/images/License-CC BY--SA 4.0-lightgrey.svg" alt="CC BY SA 4.0" /> | ||
</a> | ||
</div> | ||
<div class="column" align="center"> | ||
<a href="https://join.slack.com/t/aquaristlabs/shared_invite/zt-nphn0jhg-QYKw__It8JPMkUR_sArOug"> | ||
<img src="{{site.baseurl}}/images/social-media-icon-slack.svg" alt="Join us on Slack!" width="60" height="60"/> | ||
</a> | ||
<a href="https://github.com/aquarist-labs/aquarium"> | ||
<img src="{{site.baseurl}}/images/GitHub-Mark-32px.png" alt="GitHub"/> | ||
</a> | ||
</div> | ||
</div> | ||
</footer> |
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