updated website to show new logo

This commit is contained in:
Nicolas Constant 2020-04-19 19:40:03 -04:00
parent 19bb19c5b0
commit 5cc43fa2bd
No known key found for this signature in database
GPG Key ID: 1E9F677FB01A5688
10 changed files with 1893 additions and 371 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 701 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 28 KiB

After

Width:  |  Height:  |  Size: 29 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 MiB

After

Width:  |  Height:  |  Size: 1.6 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 59 KiB

After

Width:  |  Height:  |  Size: 55 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 313 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 286 KiB

After

Width:  |  Height:  |  Size: 286 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 286 KiB

After

Width:  |  Height:  |  Size: 287 KiB

View File

@ -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

File diff suppressed because it is too large Load Diff

View File

@ -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": {}
} }