Skip to content

Commit 26d577f

Browse files
committed
Update website for v1.0.0
1 parent 643e287 commit 26d577f

File tree

1 file changed

+20
-11
lines changed

1 file changed

+20
-11
lines changed

docs/index.html

Lines changed: 20 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
}
3030

3131
.header {
32+
margin-top: 4rem;
3233
display: flex;
3334
justify-content: center;
3435
align-items: center;
@@ -46,14 +47,14 @@
4647

4748
.presentation-section {
4849
overflow: auto;
49-
padding-top: 1em;
50+
padding-top: 2rem;
5051
display: flex;
5152
}
5253

5354
h1 {
54-
font-size: 3rem;
55+
font-size: 2rem;
5556
padding-left: 0.5em;
56-
font-weight: bold;
57+
font-weight: normal;
5758
}
5859

5960
.logo {
@@ -80,6 +81,7 @@
8081
border-radius: 0.25rem;
8182
transition: background-color 0.10s ease-in-out;
8283
margin: 0.45rem 0rem;
84+
min-width: 13rem;
8385
}
8486

8587
.button:hover {
@@ -132,7 +134,7 @@ <h1>Wolf Shaper</h1>
132134
<div class="block presentation-section">
133135
<div class="left">
134136
<p>
135-
Wolf Shaper is a <b>free VST / LV2 distortion plugin</b>.<br />
137+
Wolf Shaper is a <strong>free VST, LV2 and CLAP distortion plugin</strong>.
136138
</p>
137139
<p>
138140
It lets you create your own waveshaping
@@ -153,16 +155,23 @@ <h1>Wolf Shaper</h1>
153155

154156
<h3 class="download-heading">Download</h3>
155157
<div class="download-section">
156-
<a class="button" href="https://github.com/pdesaulniers/wolf-shaper/tree/master#install">Download
157-
for
158-
Linux</a>
159158
<a class="button"
160-
href="https://github.com/pdesaulniers/wolf-shaper/releases/download/v0.1.8/wolf-shaper-v0.1.8-windows-vst2.zip">Download
161-
for Windows</a>
162-
<a class="button" href="https://www.freshports.org/audio/wolf-shaper-lv2/">Download for FreeBSD</a>
159+
href="https://github.com/wolf-plugins/wolf-shaper/releases/download/v1.0.0/wolf-shaper-v1.0.0-windows-x64.zip">
160+
Download for Windows
161+
</a>
162+
163+
<a class="button"
164+
href="https://github.com/wolf-plugins/wolf-shaper/releases/download/v1.0.0/wolf-shaper-v1.0.0-macos-x64.zip">
165+
Download for MacOS
166+
</a>
167+
168+
<a class="button"
169+
href="https://github.com/wolf-plugins/wolf-shaper/tree/master#install">
170+
Download for Linux
171+
</a>
163172

164173
<p>
165-
Latest release: v0.1.8 (2020-10-01)
174+
Latest release: v1.0.0 (2022-12-29)
166175
</p>
167176

168177
<a href="https://github.com/wolf-plugins/wolf-shaper">Source code</a>

0 commit comments

Comments
 (0)