Skip to content

Commit 63de40f

Browse files
committed
Some highlights for the frontpage
1 parent 7635ae7 commit 63de40f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

_includes/hero.html

+6-6
Original file line numberDiff line numberDiff line change
@@ -25,34 +25,34 @@ <h1 class="title center-text">
2525
<div class="section-feature center-text">
2626
<img src="{{ '/img/home-embeddable.png' | url }}" alt="" />
2727
<p class="subtitle green">Embeddable</p>
28-
<p>Servo provides a WebView API so other applications can use it to embed web content.</p>
28+
<p>Servo provides a <strong>WebView API</strong> so other applications can use it to embed web content.</p>
2929
</div>
3030
<div class="section-feature center-text">
3131
<img src="{{ '/img/home-memory-safe.png' | url }}" alt="" />
3232
<p class="subtitle pink">Memory-safe</p>
33-
<p>Servo takes advantage of the memory safety features of the Rust programming language, resulting in fewer vulnerabilities related to memory and concurrency.</p>
33+
<p>Servo takes advantage of the memory safety features of the <strong>Rust programming language</strong>, resulting in fewer vulnerabilities related to memory and concurrency.</p>
3434
</div>
3535
<div class="section-feature center-text">
3636
<img src="{{ '/img/home-modular.png' | url }}" alt="" />
3737
<p class="subtitle orange">Modular</p>
38-
<p>Built with a modular architecture and powered by widely-used Rust crates, Servo makes it easier to customize and adapt a high-performance browser engine to your needs.</p>
38+
<p>Built with a modular architecture and powered by widely-used Rust crates, Servo makes it <strong>easier to customize and adapt</strong> a high-performance browser engine to your needs.</p>
3939
</div>
4040
</div>
4141
<div class="features">
4242
<div class="section-feature center-text">
4343
<img src="{{ '/img/home-parallel.png' | url }}" alt="" />
4444
<p class="subtitle yellow">Parallel</p>
45-
<p>Servo uses concurrency and parallelism for faster and more energy-efficient rendering of web content on multi-core devices.</p>
45+
<p>Servo uses concurrency and parallelism for <strong>faster and more energy-efficient rendering of web content</strong> on multi-core devices.</p>
4646
</div>
4747
<div class="section-feature center-text">
4848
<img src="{{ '/img/home-multi-platform.png' | url }}" alt="" />
4949
<p class="subtitle purple">Cross platform</p>
50-
<p>Servo has multi-platform support, including Windows, macOS, Linux, Android, and OpenHarmony. In addition, Servo can be ported and adapted to embedded devices.</p>
50+
<p>Servo has <strong>multi-platform support</strong>, including Windows, macOS, Linux, Android, and OpenHarmony. In addition, Servo can be ported and adapted to <strong>embedded devices</strong>.</p>
5151
</div>
5252
<div class="section-feature center-text">
5353
<img src="{{ '/img/home-independent.png' | url }}" alt="" />
5454
<p class="subtitle mid-turquoise">Independent</p>
55-
<p>Servo is a project managed with open governance under Linux Foundation Europe through our Technical Steering Committee.</p>
55+
<p>Servo is a project managed with <strong>open governance under Linux Foundation Europe</strong> through our Technical Steering Committee.</p>
5656
</div>
5757
</div>
5858
</div>

0 commit comments

Comments
 (0)