File tree Expand file tree Collapse file tree 1 file changed +20
-11
lines changed
Expand file tree Collapse file tree 1 file changed +20
-11
lines changed Original file line number Diff line number Diff line change 2929 }
3030
3131 .header {
32+ margin-top : 4rem ;
3233 display : flex;
3334 justify-content : center;
3435 align-items : center;
4647
4748 .presentation-section {
4849 overflow : auto;
49- padding-top : 1 em ;
50+ padding-top : 2 rem ;
5051 display : flex;
5152 }
5253
5354 h1 {
54- font-size : 3 rem ;
55+ font-size : 2 rem ;
5556 padding-left : 0.5em ;
56- font-weight : bold ;
57+ font-weight : normal ;
5758 }
5859
5960 .logo {
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 >
You can’t perform that action at this time.
0 commit comments