diff --git a/blog/index.html b/blog/index.html index 7d9b6614f3..fd0e250d1c 100644 --- a/blog/index.html +++ b/blog/index.html @@ -421,7 +421,7 @@ window.addEventListener('scroll',changeHeaderBg);
-

+

SimpleX network: private message routing, v5.8 released with IP address protection and chat themes

@@ -464,7 +464,7 @@ window.addEventListener('scroll',changeHeaderBg);

-

+

Protecting Children's Safety Requires End-to-end encryption

@@ -495,7 +495,7 @@ window.addEventListener('scroll',changeHeaderBg);

-

+

SimpleX: Redefining Privacy by Making Hard Choices

@@ -541,7 +541,7 @@ window.addEventListener('scroll',changeHeaderBg);

-

+

SimpleX network: legally binding transparency, v5.7 released with better calls and messages

@@ -587,7 +587,7 @@ window.addEventListener('scroll',changeHeaderBg);

-

+

The dangers of metadata in messengers

@@ -621,7 +621,7 @@ window.addEventListener('scroll',changeHeaderBg);

-

+

Why I joined SimpleX Chat - by Esra'a al Shafei

@@ -659,7 +659,7 @@ and why this move feels like an essential learning opportunity.

-

+

SimpleX Chat v5.6 (beta): adding quantum resistance to Signal Double ratchet algorithm

@@ -747,7 +747,7 @@ and why this move feels like an essential learning opportunity.

-

+

SimpleX Chat: free infrastructure from Linode, v5.5 released with private notes, group history and a simpler UX to connect.

@@ -796,7 +796,7 @@ and why this move feels like an essential learning opportunity.

-

+

SimpleX Chat v5.4 - link mobile and desktop apps via quantum resistant protocol, and much better groups.

@@ -841,7 +841,7 @@ and why this move feels like an essential learning opportunity.

-

+

SimpleX Chat v5.3 released: desktop app, local file encryption and improved groups with directory service

@@ -885,7 +885,7 @@ and why this move feels like an essential learning opportunity.

-

+

SimpleX Chat v5.2 released: message delivery receipts

@@ -944,7 +944,7 @@ and why this move feels like an essential learning opportunity.

-

+

SimpleX Chat v5.1 released: message reactions and self-destruct passcode

@@ -992,7 +992,7 @@ and why this move feels like an essential learning opportunity.

-

+

SimpleX Chat: vision and funding, v5.0 released with videos and files up to 1gb

@@ -1040,7 +1040,7 @@ and why this move feels like an essential learning opportunity.

-

+

SimpleX Chat v4.6 – with hidden profiles, community moderation, improved audio/video calls and reduced battery usage.

@@ -1082,7 +1082,7 @@ and why this move feels like an essential learning opportunity.

-

+

SimpleX File Transfer Protocol - a new protocol for sending large files efficiently, privately and securely.

@@ -1110,7 +1110,7 @@ and why this move feels like an essential learning opportunity.

-

+

SimpleX Chat v4.5 released – with multiple chat profiles, message draft, transport isolation and Italian language!

@@ -1150,7 +1150,7 @@ and why this move feels like an essential learning opportunity.

-

+

SimpleX Chat v4.4 released – with disappearing messages, live messages, connection security verification and French language!

@@ -1190,7 +1190,7 @@ and why this move feels like an essential learning opportunity.

-

+

Security assessment by Trail of Bits, the new website and v4.2 released

@@ -1283,7 +1283,7 @@ and why this move feels like an essential learning opportunity.

-

+

SimpleX Chat v4.0 with encrypted database is released

@@ -1323,7 +1323,7 @@ and why this move feels like an essential learning opportunity.

-

+

SimpleX Chat v3.2 is released — meet Incognito mode, unique to Simplex Chat

@@ -1361,7 +1361,7 @@ and why this move feels like an essential learning opportunity.

-

+

SimpleX Chat v3.1 is released — with secret groups and server access via Tor

@@ -1399,7 +1399,7 @@ and why this move feels like an essential learning opportunity.

-

+

SimpleX Chat v3.1-beta is released — improved battery/traffic usage

@@ -1436,7 +1436,7 @@ and why this move feels like an essential learning opportunity.

-

+

SimpleX announces SimpleX Chat v3 — with encrypted calls and iOS push notifications

@@ -1475,7 +1475,7 @@ and why this move feels like an essential learning opportunity.

-

+

SimpleX Chat v2.2 - the new privacy and security features

@@ -1511,7 +1511,7 @@ and why this move feels like an essential learning opportunity.

-

+

SimpleX Chat v2.1 - better conversation privacy

@@ -1539,7 +1539,7 @@ and why this move feels like an essential learning opportunity.

-

+

SimpleX Chat v2.0 - sending images and files in mobile apps

@@ -1566,7 +1566,7 @@ and why this move feels like an essential learning opportunity.

-

+

Instant notifications for SimpleX Chat mobile apps

@@ -1593,7 +1593,7 @@ and why this move feels like an essential learning opportunity.

-

+

SimpleX announces SimpleX Chat mobile apps for iOS and Android

@@ -1620,7 +1620,7 @@ and why this move feels like an essential learning opportunity.

-

+

SimpleX announces SimpleX Chat public beta for iOS

@@ -1647,7 +1647,7 @@ and why this move feels like an essential learning opportunity.

-

+

SimpleX announces SimpleX Chat v1

@@ -1674,7 +1674,7 @@ and why this move feels like an essential learning opportunity.

-

+

SimpleX announces SimpleX Chat v0.5

@@ -1701,7 +1701,7 @@ and why this move feels like an essential learning opportunity.

-

+

SimpleX announces SimpleX Chat v0.4

@@ -1728,7 +1728,7 @@ and why this move feels like an essential learning opportunity.

-

+

Announcing SimpleX Chat Prototype!

@@ -1755,7 +1755,7 @@ and why this move feels like an essential learning opportunity.

-

+

Simplex Chat

diff --git a/css/style.css b/css/style.css index b60c32e3dd..a33c13d9c5 100644 --- a/css/style.css +++ b/css/style.css @@ -46,6 +46,10 @@ img{ -ms-user-select: none; /* For Internet Explorer and Edge */ } +a{ + word-wrap: break-word; +} + /* #comparison::before { display: block; content: " "; diff --git a/css/tailwind.css b/css/tailwind.css index f4c98c092f..564d8cf7c1 100644 --- a/css/tailwind.css +++ b/css/tailwind.css @@ -1767,6 +1767,11 @@ video { text-align: center; } +.\!text-lg { + font-size: 1.125rem !important; + line-height: 1.75rem !important; +} + .text-2xl { font-size: 1.5rem; line-height: 2rem; @@ -2556,6 +2561,11 @@ video { text-align: left; } + .md\:\!text-xl { + font-size: 1.25rem !important; + line-height: 1.75rem !important; + } + .md\:text-\[20px\] { font-size: 20px; } @@ -2572,11 +2582,6 @@ video { font-size: 55px; } - .md\:text-xl { - font-size: 1.25rem; - line-height: 1.75rem; - } - .md\:leading-\[43px\] { line-height: 43px; }