Skip to content

Commit 46b9ad2

Browse files
committed
website updates
1 parent 0be7168 commit 46b9ad2

File tree

3 files changed

+29
-25
lines changed

3 files changed

+29
-25
lines changed

imgs/icons/arrow.png

-249 Bytes
Binary file not shown.

index.css

Lines changed: 20 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ header a {
4747

4848
header .logo {
4949
transition: transform var(--animation-speed);
50+
padding: 6px 0;
5051
}
5152

5253
header a:hover .logo {
@@ -70,6 +71,12 @@ header .logo span {
7071
font: bold 20px/30px "Inter";
7172
}
7273

74+
header .logo .tagline {
75+
font-size: 14px;
76+
opacity: 0.5;
77+
font-weight: normal;
78+
}
79+
7380
header .navbar .link {
7481
font: 16px/24px "Inter";
7582
border: 2px solid transparent;
@@ -103,7 +110,7 @@ header .navbar a:hover .link {
103110
.apps .app-row {
104111
display: flex;
105112
justify-content: center;
106-
margin-bottom: 200px;
113+
margin-bottom: 160px;
107114
}
108115

109116
.apps .column {
@@ -119,7 +126,7 @@ header .navbar a:hover .link {
119126
}
120127

121128
.apps h1 {
122-
font: bold 42px/72px "Inter";
129+
font: bold 36px/48px "Inter";
123130
color: #000;
124131
margin: 16px;
125132
}
@@ -142,7 +149,7 @@ header .navbar a:hover .link {
142149
.apps a {
143150
color: var(--module-color-light);
144151
text-decoration: none;
145-
font: 20px/30px "Inter";
152+
font: 16px/24px "Inter";
146153
display: inline-block;
147154
vertical-align: middle;
148155
margin: 0 8px;
@@ -157,7 +164,7 @@ header .navbar a:hover .link {
157164
}
158165

159166
.apps a span {
160-
margin: 0 8px;
167+
margin: 0 6px;
161168
vertical-align: middle;
162169
}
163170

@@ -324,24 +331,13 @@ footer a:hover {
324331
}
325332
}
326333

327-
@media screen and (max-width: 900px) {
328-
header {
329-
padding-bottom: 32px;
330-
position: fixed;
331-
z-index: 500;
332-
}
333-
334+
@media screen and (max-width: 950px) {
334335
.header-svg {
335-
display: none;
336-
}
337-
338-
.apps {
339-
padding: 128px 0 0 0;
340-
margin-top: 0;
336+
padding-top: 64px;
341337
}
342338
}
343339

344-
@media screen and (max-width: 480px) {
340+
@media screen and (max-width: 640px) {
345341
header {
346342
justify-content: center;
347343
}
@@ -361,6 +357,12 @@ footer a:hover {
361357
}
362358
}
363359

360+
@media screen and (max-width: 450px) {
361+
header .tagline {
362+
display: none;
363+
}
364+
}
365+
364366
/* SPECIAL EFFECTS */
365367

366368
.special-effects {

index.html

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<head>
44
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<meta name="google-site-verification" content="Rjbi1qg42poZJzh_4IlwTy22cwa7aNoTomk6aXiYnsA" />
67
<title>Module Art - Best apps with ❤</title>
78
<link rel="stylesheet" href="index.css">
89
<script src="js/jquery-3.5.1.min.js"></script>
@@ -17,6 +18,7 @@
1718
<div class="logo">
1819
<img src="imgs/module512.png" />
1920
<span>Module Art</span>
21+
<span class="tagline">Best apps with ❤</span>
2022
</div>
2123
</a>
2224
<div class="navbar">
@@ -42,24 +44,24 @@
4244
<div class="column">
4345
<img class="icon" src="https://raw.githubusercontent.com/ModuleArt/quick-picture-viewer/master/quick-picture-viewer/resources/imgs/picture512.png" />
4446
<h1>Quick Picture Viewer</h1>
45-
<h3>Lightweight, versatile desktop image viewer</h3>
46-
<a id="quick-picture-viewer" href="#"><img src="imgs/icons/windows.png" /><span>Windows</span></a>
47-
<a href="https://moduleart.github.io/quick-picture-viewer"><span>More details</span><img src="imgs/icons/arrow.png" /></a>
47+
<h3>Lightweight, versatile desktop image viewer for Windows</h3>
48+
<a id="quick-picture-viewer" href="#"><img src="imgs/icons/windows.png" /><span>Download</span></a>
49+
<a href="https://moduleart.github.io/quick-picture-viewer"><span>More details</span></a>
4850
</div>
4951
</div>
5052
<div class="app-row">
5153
<div class="column">
5254
<img class="icon" src="imgs/picker512.png" />
5355
<h1>Quick Color Picker</h1>
54-
<h3>Lightweight desktop color picker and color editor utility</h3>
55-
<a id="quick-color-picker" href="#"><img src="imgs/icons/windows.png" /><span>Windows</span></a>
56+
<h3>Lightweight desktop color picker and color editor utility for Windows</h3>
57+
<a id="quick-color-picker" href="#"><img src="imgs/icons/windows.png" /><span>Download</span></a>
5658
<a href="https://github.com/ModuleArt/quick-color-picker"><img src="imgs/icons/github.png" /><span>GitHub</span></a>
5759
</div>
5860
<div class="column">
5961
<img class="icon" src="imgs/rec512.png" />
6062
<h1>Quick Screen Recorder</h1>
61-
<h3>Lightweight desktop screen recorder</h3>
62-
<a id="quick-screen-recorder" href="#"><img src="imgs/icons/windows.png" /><span>Windows</span></a>
63+
<h3>Lightweight desktop screen recorder for Windows</h3>
64+
<a id="quick-screen-recorder" href="#"><img src="imgs/icons/windows.png" /><span>Download</span></a>
6365
<a href="https://github.com/ModuleArt/quick-screen-recorder"><img src="imgs/icons/github.png" /><span>GitHub</span></a>
6466
</div>
6567
</div>

0 commit comments

Comments
 (0)