Skip to content

Commit b9dd6ea

Browse files
committed
Update
1 parent 5022cc2 commit b9dd6ea

File tree

10 files changed

+25
-26
lines changed

10 files changed

+25
-26
lines changed

lets-go/announcement.html

+5-5
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta name="viewport" content="width=device-width, initial-scale=1" />
66
<meta name="description" content="" />
77
<meta name="keywords" content="" />
8-
<title>Ladybird</title>
8+
<title>Announcing the Ladybird Browser Initiative</title>
99
<link
1010
rel="stylesheet"
1111
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css"
@@ -31,7 +31,7 @@
3131
<div class="header-wrapper">
3232
<div class="header__logo text-left">
3333
<a href="index.html">
34-
<img class="ladybird-logo" src="assets/img/logo-new.png" />
34+
<img class="ladybird-logo" src="assets/img/logo-new.webp" />
3535
</a>
3636
</div>
3737

@@ -109,8 +109,8 @@ <h1>Announcing the<br />Ladybird Browser Initiative</h1>
109109
<p>
110110
In order to help us achieve this goal, we've created the
111111
<b>Ladybird Browser Initiative</b>, a US 501(c)(3) non-profit
112-
<i>(tax-extempt status pending)</i>
113-
corporation to drive work on the browser and make it easier for
112+
<i>(tax-exempt status pending)</i>
113+
to drive work on the browser and make it easier for
114114
supporters of all shapes &amp; sizes to sponsor development.
115115
</p>
116116
<p>
@@ -209,7 +209,7 @@ <h2>Sign up for our newsletter</h2>
209209
<div class="footer__content">
210210
<div class="footer__content-top">
211211
<div class="footer__content-left">
212-
<img class="ladybird-logo" src="assets/img/logo-new.png" />
212+
<img class="ladybird-logo" src="assets/img/logo-new.webp" />
213213
</div>
214214
<div class="footer__content-right">
215215
<div class="footer__pages">

lets-go/assets/dist/css/app.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -594,7 +594,7 @@ a {
594594
top: 0;
595595
left: -30px;
596596
z-index: 0;
597-
background-image: url("../../../assets/img/news-bg.png");
597+
background-image: url("../../../assets/img/news-bg.webp");
598598
background-repeat: no-repeat;
599599
background-size: cover;
600600
width: 688px;

lets-go/assets/img/fork.webp

39.9 KB
Binary file not shown.

lets-go/assets/img/logo-new.webp

13.8 KB
Binary file not shown.

lets-go/assets/img/news-bg.webp

97.5 KB
Binary file not shown.

lets-go/assets/img/plant.webp

71.1 KB
Binary file not shown.

lets-go/assets/img/puzzle.webp

39 KB
Binary file not shown.

lets-go/index.html

+12-13
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<div class="header-wrapper">
2525
<div class="header__logo text-left">
2626
<a href="index.html">
27-
<img class="ladybird-logo" src="assets/img/logo-new.png" />
27+
<img class="ladybird-logo" src="assets/img/logo-new.webp" />
2828
</a>
2929
</div>
3030

@@ -91,8 +91,8 @@ <h1>
9191
<h2>About <span>Ladybird</span></h2>
9292
<p>
9393
Ladybird is a brand-new browser &amp; web engine. Driven by a
94-
web standards first approach, Ladybird doesn't use
95-
<b>any</b> code from other browsers or web engines.
94+
web standards first approach, Ladybird aims to render the
95+
modern web with good performance, stability and security.
9696
</p>
9797
<p>
9898
From its humble beginnings as an HTML viewer for the SerenityOS
@@ -141,7 +141,7 @@ <h4>Truly independent</h4>
141141
</div>
142142
<div class="why__slide-tf">
143143
<h4>Singular focus</h4>
144-
<p>We are focused on one thing: the web browser.</p>
144+
<p>We are focused on one thing: the web browser.
145145
</div>
146146
</div>
147147
</div>
@@ -177,7 +177,7 @@ <h2>News &amp; Announcements</h2>
177177
<div class="news__box-category">
178178
<span>Announcement</span>
179179
</div>
180-
<img src="assets/img/plant.jpg" alt="" />
180+
<img src="assets/img/plant.webp" alt="" />
181181
</div>
182182
<h4>The Ladybird Browser Initiative</h4>
183183
<p>Announcing our 501(c)(3) non-profit.</p>
@@ -189,24 +189,23 @@ <h4>The Ladybird Browser Initiative</h4>
189189
<div class="news__box-category">
190190
<span>Thoughts</span>
191191
</div>
192-
<img src="assets/img/puzzle.jpg" alt="" />
192+
<img src="assets/img/puzzle.webp" alt="" />
193193
</div>
194194
<h4>Why we need Ladybird</h4>
195195
<p>Co-founder Chris Wanstrath shares his thoughts.</p>
196196
</div>
197197
</a>
198-
<a href="updates.html">
198+
<a href="https://awesomekling.substack.com/p/forking-ladybird-and-stepping-down-serenityos">
199199
<div class="news__box">
200200
<div class="news__box-image">
201201
<div class="news__box-category">
202-
<span>Updates</span>
202+
<span>Announcement</span>
203203
</div>
204-
<img src="assets/img/update-thumbnail3.jpg" alt="" />
204+
<img src="assets/img/fork.webp" alt="" />
205205
</div>
206-
<h4>Update video (April 2024)</h4>
206+
<h4>Ladybird forks from SerenityOS</h4>
207207
<p>
208-
Tune in to Andreas's latest update video to learn what
209-
happened with Ladybird in April.
208+
Read the full announcement.
210209
</p>
211210
</div>
212211
</a>
@@ -550,7 +549,7 @@ <h2>Sign up for our newsletter</h2>
550549
<div class="footer__content-left">
551550
<img
552551
class="ladybird-logo"
553-
src="assets/img/logo-new.png"
552+
src="assets/img/logo-new.webp"
554553
alt="Logo"
555554
/>
556555
</div>

lets-go/thanks.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta name="viewport" content="width=device-width, initial-scale=1" />
66
<meta name="description" content="" />
77
<meta name="keywords" content="" />
8-
<title>Ladybird</title>
8+
<title>Thank you for supporting Ladybird!</title>
99
<link
1010
rel="stylesheet"
1111
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css"
@@ -31,7 +31,7 @@
3131
<div class="header-wrapper">
3232
<div class="header__logo text-left">
3333
<a href="index.html">
34-
<img class="ladybird-logo" src="assets/img/logo-new.png" />
34+
<img class="ladybird-logo" src="assets/img/logo-new.webp" />
3535
</a>
3636
</div>
3737

@@ -59,7 +59,7 @@
5959
<section class="hero hero_single">
6060
<div class="container custom-row">
6161
<div class="hero__tf">
62-
<h1>Thank you for supporting Ladybird!</h1>
62+
<h1>Thank you for supporting Ladybird!</h1>
6363
</div>
6464
</div>
6565
</section>
@@ -143,7 +143,7 @@ <h2>Sign up for our newsletter</h2>
143143
<div class="footer__content">
144144
<div class="footer__content-top">
145145
<div class="footer__content-left">
146-
<img class="ladybird-logo" src="assets/img/logo-new.png" />
146+
<img class="ladybird-logo" src="assets/img/logo-new.webp" />
147147
</div>
148148
<div class="footer__content-right">
149149
<div class="footer__pages">

lets-go/why-ladybird.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta name="viewport" content="width=device-width, initial-scale=1" />
66
<meta name="description" content="" />
77
<meta name="keywords" content="" />
8-
<title>Ladybird</title>
8+
<title>Why we need Ladybird - Chris Wanstrath</title>
99
<link
1010
rel="stylesheet"
1111
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css"
@@ -31,7 +31,7 @@
3131
<div class="header-wrapper">
3232
<div class="header__logo text-left">
3333
<a href="index.html">
34-
<img class="ladybird-logo" src="assets/img/logo-new.png" />
34+
<img class="ladybird-logo" src="assets/img/logo-new.webp" />
3535
</a>
3636
</div>
3737

@@ -199,7 +199,7 @@ <h2>Sign up for our newsletter</h2>
199199
<div class="footer__content">
200200
<div class="footer__content-top">
201201
<div class="footer__content-left">
202-
<img class="ladybird-logo" src="assets/img/logo-new.png" />
202+
<img class="ladybird-logo" src="assets/img/logo-new.webp" />
203203
</div>
204204
<div class="footer__content-right">
205205
<div class="footer__pages">

0 commit comments

Comments
 (0)