Skip to content

Commit e0fe79b

Browse files
committed
Updated for 0.8 release
1 parent 9204463 commit e0fe79b

File tree

3 files changed

+14
-6
lines changed

3 files changed

+14
-6
lines changed

_layouts/root.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
</head>
1414

1515
<body>
16-
<p class="big-sur-warning">The latest version of MacPass (0.7.12) does not work properly under macOS 11.0 Big Sur. An update will be released soon! You can download the latest development snapshot at: <a href="https://github.com/MacPass/MacPass/releases/tag/continuous">https://github.com/MacPass/MacPass/releases/tag/continuous</a></a></p>
16+
<p class="thank-you"><span class="heart">❤️</span> Dear MacPass user, thank you for sticking with MacPass despite no official release for far too long. Finally version 0.8 is available which fixes the biggest issues on macOS 11 and above.</p>
1717
<img src="img/app_icon.png" class="logo" />
1818
<div class="navigation">
1919
{% if page.id == 'home' %}

css/main.css

+11-3
Original file line numberDiff line numberDiff line change
@@ -52,13 +52,21 @@ hr {
5252
clear: both;
5353
}
5454

55-
p.big-sur-warning {
55+
p.thank-you {
56+
max-width: 60%;
57+
margin-left: auto;
58+
margin-right: auto;
5659
font-size: 0.9rem;
57-
background-color: rgb(245, 170, 57);
60+
background-color: rgb(250, 230, 230);
5861
padding: 0.3rem;
59-
border: 1px solid rgb(151, 100, 24);
62+
border: 2px solid rgb(198, 32, 32);
6063
border-radius: 0.5rem;
64+
65+
}
66+
/*span.heart {
67+
font-size: 2rem;
6168
}
69+
*/
6270

6371
p.header-claim {
6472
font-size: 1.3rem;

index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
---
66
<p class="header-claim">A free, open-source, KeePass-compatible password manager for macOS.</p>
77
<div class="buttons">
8-
<a href="https://github.com/mstarke/MacPass/releases/tag/0.7.12" class="button button-large">
8+
<a href="https://github.com/mstarke/MacPass/releases/tag/0.8" class="button button-large">
99
Download for macOS
1010
</a>
11-
<div class="button-description">Version 0.7.12 for macOS 10.10 and later</div>
11+
<div class="button-description">Version 0.8 for macOS 10.13 and later</div>
1212
</div>
1313
<hr/>
1414
<div class="screenshots">

0 commit comments

Comments
 (0)