Skip to content

Commit bdc8889

Browse files
Tweak menu, feature gallery and download button
1 parent 5899b89 commit bdc8889

File tree

2 files changed

+12
-8
lines changed

2 files changed

+12
-8
lines changed

src/index.css

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ header {
3333
background-color: #18222E;
3434
color: #fff;
3535
text-align: left;
36-
padding: 0.5em;
36+
padding: 0 0 0.5em 0;
3737
}
3838

3939
footer {
@@ -123,11 +123,13 @@ input:focus{
123123
display: inline-block;
124124
position: relative;
125125
top: -1em;
126+
width: 70%; /* 100% - 25% - 5% safety margin */
126127
}
127128

128129
.menuitem {
129-
display: inline;
130+
display: inline-block;
130131
text-align: center;
132+
width: 23.75%; /* (100% - 5% margin) / 4 items */
131133
}
132134

133135
.menuitem a {
@@ -181,6 +183,7 @@ input:focus{
181183

182184
.bigbutton:hover {
183185
background-color: #000;
186+
transition: all 0.2s linear;
184187
}
185188

186189
.feature {
@@ -191,8 +194,9 @@ input:focus{
191194
}
192195

193196
.feature:hover {
194-
background-color: #0060a0;
195-
box-shadow: 0 0 60px #44aaff;
197+
box-shadow: 0 0 30px #18222e;
198+
border-radius: 0 1em 1em 0;
199+
transition: all 0.2s linear;
196200
}
197201

198202
.feature img.qrcode {
@@ -245,8 +249,8 @@ img.donate {
245249
position: relative;
246250
}
247251
.bigbutton.downloadbutton:hover {
248-
background-color: #0060a0;
249-
box-shadow: 0 0 60px #44aaff;
252+
background-color: #000000;
253+
box-shadow: 0 0 30px #18222E;
250254
}
251255
.downloadbutton div {
252256
padding-top: 1.4em;

src/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<div class="menuitem"><a href="#" class="menubutton menubuttonselected" onclick="menuChange(event,0)">Connect</a></div>
2828
<div class="menuitem"><a href="#" class="menubutton" onclick="menuChange(event,1)">Features</a></div>
2929
<div class="menuitem"><a href="#" class="menubutton" onclick="menuChange(event,5)">About</a></div>
30-
<div class="menuitem"><a href="#" class="menubutton" onclick="menuChange(event,4)">Contact and Donate</a></div>
30+
<div class="menuitem"><a href="#" class="menubutton" onclick="menuChange(event,4)">Contact&nbsp;and&nbsp;Donate</a></div>
3131
</div>
3232
</header>
3333
<div class="main-content" id="content0">
@@ -85,7 +85,7 @@ <h1>As you know, writing and maintaining quality software is not cheap...</h1>
8585
<p>We are aiming to keep this project well-maintained, bug-free, and reliable long-term.</p>
8686
<p>Therefore, your generous donations are always appreciated.</p>
8787
<p>Just scan the QR code with a Bitcoin Lightning wallet and send however much you like.</p>
88-
<h3>You'll be able to add a comment to your payment so use it to reach out if you want.</h3>
88+
<h3>You'll be able to add a comment to your donation, so use that to reach out if you'd like to send a message.</h3>
8989
<p>Thank you!</p>
9090
</div>
9191
<div class="twocolumns column2">

0 commit comments

Comments
 (0)