updated website to show new logo
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 701 B |
Before Width: | Height: | Size: 28 KiB After Width: | Height: | Size: 29 KiB |
Before Width: | Height: | Size: 1.6 MiB After Width: | Height: | Size: 1.6 MiB |
Before Width: | Height: | Size: 59 KiB After Width: | Height: | Size: 55 KiB |
Before Width: | Height: | Size: 313 KiB |
Before Width: | Height: | Size: 286 KiB After Width: | Height: | Size: 286 KiB |
Before Width: | Height: | Size: 286 KiB After Width: | Height: | Size: 287 KiB |
@ -28,7 +28,7 @@
|
|||||||
|
|
||||||
<div class="header__download-box--description">
|
<div class="header__download-box--description">
|
||||||
A FLOSS multi-account Mastodon and Pleroma desktop client<br />
|
A FLOSS multi-account Mastodon and Pleroma desktop client<br />
|
||||||
Now available in Beta <span id="sengi-version"></span> <br />
|
<span id="sengi-version"></span> <br />
|
||||||
<br />
|
<br />
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@ -160,7 +160,7 @@
|
|||||||
<div class="col-1-of-2">
|
<div class="col-1-of-2">
|
||||||
<p class="functionalities__text">
|
<p class="functionalities__text">
|
||||||
Get a quick insight if a status is part of a thread, has replies, is from a bot, is old or was
|
Get a quick insight if a status is part of a thread, has replies, is from a bot, is old or was
|
||||||
cross-posted (limited to local TL).
|
cross-posted (limited to local TL), is remotely fetched.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-1-of-2">
|
<div class="col-1-of-2">
|
||||||
@ -248,7 +248,7 @@
|
|||||||
downloadButtonsNojs.style.display = 'none';
|
downloadButtonsNojs.style.display = 'none';
|
||||||
|
|
||||||
var sengiVersion = document.getElementById('sengi-version');
|
var sengiVersion = document.getElementById('sengi-version');
|
||||||
sengiVersion.textContent = `(${version})`;
|
sengiVersion.textContent = `Current version: ${version}`;
|
||||||
|
|
||||||
document.getElementById('windows').href = `https://github.com/NicolasConstant/sengi/releases/download/${version}/Sengi-${version}-win.exe`;
|
document.getElementById('windows').href = `https://github.com/NicolasConstant/sengi/releases/download/${version}/Sengi-${version}-win.exe`;
|
||||||
document.getElementById('mac').href = `https://github.com/NicolasConstant/sengi/releases/download/${version}/Sengi-${version}-mac.dmg`;
|
document.getElementById('mac').href = `https://github.com/NicolasConstant/sengi/releases/download/${version}/Sengi-${version}-mac.dmg`;
|
||||||
|
2252
docs/package-lock.json
generated
@ -9,10 +9,10 @@
|
|||||||
"author": "Nicolas Constant",
|
"author": "Nicolas Constant",
|
||||||
"license": "WTFPL",
|
"license": "WTFPL",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"node-sass": "^4.13.0",
|
"gulp": "^4.0.2",
|
||||||
"gulp": "^3.9.1",
|
|
||||||
"gulp-run": "^1.7.1",
|
"gulp-run": "^1.7.1",
|
||||||
"gulp-sass": "^4.0.1"
|
"gulp-sass": "^4.0.1",
|
||||||
|
"node-sass": "^4.13.1"
|
||||||
},
|
},
|
||||||
"dependencies": {}
|
"dependencies": {}
|
||||||
}
|
}
|
||||||
|