Skip to content

Commit 9608c08

Browse files
committed
Updates to website
1 parent 43237d1 commit 9608c08

2 files changed

Lines changed: 41 additions & 13 deletions

File tree

index.html

Lines changed: 36 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,21 @@
22
<html lang="en">
33
<head>
44
<meta charset="utf-8">
5-
<meta name="viewport" content="width=device-width, initial-scale=1">
65
<title>Spaceman</title>
6+
7+
<meta name="viewport" content="width=device-width, initial-scale=1">
8+
<meta name="description" content="Spaceman is a lightweight macOS menu bar app to view, rename, and switch between Spaces (virtual desktops).">
9+
<meta name="keywords" content="macOS, Spaces, virtual desktops, menu bar, productivity, open source, desktop switcher">
10+
<meta name="author" content="Sasindu Jayasinghe, René Uittenbogaard">
11+
<meta property="article:author" content="https://github.com/Jaysce">
12+
<meta property="article:author" content="https://github.com/ruittenb">
13+
<meta property="og:type" content="website">
14+
<meta property="og:title" content="Spaceman – View and switch between macOS Spaces from your menu bar">
15+
<meta property="og:description" content="A simple, native macOS menu bar app to view, rename, and navigate your Spaces with ease.">
16+
<meta property="og:url" content="https://ruittenb.github.io/Spaceman/">
17+
<meta property="og:image" content="https://ruittenb.github.io/Spaceman/images/astronaut.png">
18+
19+
<link rel="canonical" href="https://ruittenb.github.io/Spaceman/">
720
<link rel="icon" href="icons/favicon.ico" sizes="any">
821
<link rel="icon" type="image/png" sizes="32x32" href="icons/favicon-32.png">
922
<link rel="icon" type="image/png" sizes="16x16" href="icons/favicon-16.png">
@@ -131,7 +144,7 @@
131144
}
132145
/* }}} */
133146
</style>
134-
<link rel="stylesheet" href="spaceman.css?20251015">
147+
<link rel="stylesheet" href="spaceman.css?20251017">
135148
</head>
136149
<body>
137150
<header><!-- {{{ -->
@@ -155,8 +168,8 @@ <h2>A macOS app to view, rename and navigate between Spaces (Virtual Desktops) i
155168
<a href="https://github.com/ruittenb/Spaceman" class="Button_button">
156169
<span>
157170
<svg aria-hidden="true" focusable="false" data-prefix="fab" data-icon="github"
158-
class="svg-inline--fa fa-github fa-w-16 Button_icon" role="img"
159-
xmlns="http://www.w3.org/2000/svg" viewBox="0 0 496 512" width="16" height="16"
171+
class="svg-inline--fa fa-github Button_icon" role="img"
172+
xmlns="http://www.w3.org/2000/svg" viewBox="0 0 496 512"
160173
>
161174
<path fill="currentColor" d="M165.9 397.4c0 2-2.3 3.6-5.2 3.6-3.3.3-5.6-1.3-5.6-3.6
162175
0-2 2.3-3.6 5.2-3.6 3-.3 5.6 1.3 5.6 3.6zm-31.1-4.5c-.7 2 1.3 4.3 4.3 4.9 2.6 1
@@ -183,7 +196,7 @@ <h2>A macOS app to view, rename and navigate between Spaces (Virtual Desktops) i
183196
<a href="https://github.com/ruittenb/Spaceman/releases/latest" class="Button_button primary" id="download-button">
184197
<span>
185198
<svg aria-hidden="true" focusable="false" data-prefix="fas" data-icon="arrow-down"
186-
class="svg-inline--fa fa-arrow-down fa-w-14 Button_icon" role="img"
199+
class="svg-inline--fa fa-arrow-down Button_icon" role="img"
187200
xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"
188201
>
189202
<path fill="currentColor" d="M413.1 222.5l22.2 22.2c9.4 9.4 9.4 24.6 0 33.9L241
@@ -195,6 +208,24 @@ <h2>A macOS app to view, rename and navigate between Spaces (Virtual Desktops) i
195208
Download App
196209
</span>
197210
</a>
211+
<a href="https://github.com/ruittenb/Spaceman/blob/main/README.md" class="Button_button" id="readme-button">
212+
<span>
213+
<svg aria-hidden="true" focusable="false" data-prefix="fas" data-icon="book"
214+
class="svg-inline--fa fa-book Button_icon" role="img"
215+
xmlns="http://www.w3.org/2000/svg" viewBox="90 60 450 550"
216+
>
217+
<path d="M480 576L192 576C139 576 96 533 96 480L96 160C96 107 139 64 192 64L496 64C522.5
218+
64 544 85.5 544 112L544 400C544 420.9 530.6 438.7 512 445.3L512 512C529.7 512 544 526.3
219+
544 544C544 561.7 529.7 576 512 576L480 576zM192 448C174.3 448 160 462.3 160 480C160
220+
497.7 174.3 512 192 512L448 512L448 448L192 448zM224 216C224 229.3 234.7 240 248 240L424
221+
240C437.3 240 448 229.3 448 216C448 202.7 437.3 192 424 192L248 192C234.7 192 224
222+
202.7 224 216zM248 288C234.7 288 224 298.7 224 312C224 325.3 234.7 336 248 336L424
223+
336C437.3 336 448 325.3 448 312C448 298.7 437.3 288 424 288L248 288z"
224+
/>
225+
</svg>
226+
User Guide
227+
</span>
228+
</a>
198229
</div>
199230
</header><!-- }}} -->
200231

spaceman.css

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ ul {
131131
background: var(--link-color);
132132
border-radius: 0.5rem;
133133
padding: 1.5rem;
134-
margin: 2rem 0;
134+
margin: 3rem 0;
135135
border-left: 4px solid var(--accent-color);
136136

137137
& h3 {
@@ -178,6 +178,7 @@ ul {
178178
}
179179
& li {
180180
color: var(--secondary-color);
181+
margin: 16px 0;
181182
}
182183
& video {
183184
margin: 1rem auto 0;
@@ -278,12 +279,8 @@ footer {
278279
.svg-inline--fa {
279280
display: inline-block;
280281
font-size: inherit;
281-
height: 1em;
282-
vertical-align: -0.125em;
282+
height: 1.5em;
283+
width: auto;
284+
vertical-align: middle;
283285
overflow: visible;
284-
285-
&.fa-w-10 { width: 0.625em; }
286-
&.fa-w-12 { width: 0.75em; }
287-
&.fa-w-14 { width: 0.875em; }
288-
&.fa-w-16 { width: 1em; }
289286
}

0 commit comments

Comments
 (0)