Add software acknowledgments, link to them from About window

This commit is contained in:
Evan Hahn
2020-09-16 11:40:15 -05:00
committed by Josh Perez
parent 42db239001
commit eba1bf3100
9 changed files with 3058 additions and 6 deletions

View File

@@ -17,6 +17,9 @@
<link href="stylesheets/manifest.css" rel="stylesheet" type="text/css" />
<style>
body {
display: flex;
justify-content: center;
align-items: center;
text-align: center;
overflow: hidden;
background-color: #3a76f0;
@@ -35,7 +38,7 @@
</head>
<body>
<div class='module-splash-screen'>
<div class='module-splash-screen__logo module-img--200'></div>
<div class='module-splash-screen__logo module-img--150'></div>
<div class='version'></div>
<div class='environment'></div>
@@ -43,6 +46,9 @@
<a href='https://signal.org'>signal.org</a>
</div>
<br>
<div>
<a class="acknowledgments" href="https://github.com/signalapp/Signal-Desktop/blob/development/ACKNOWLEDGMENTS.md">Software Acknowledgments</a>
</div>
<div>
<a class="privacy" href="https://signal.org/legal">Terms &amp; Privacy Policy</a>
</div>