Skip to content

Commit ef5c087

Browse files
committed
Update Layout section
1 parent 13323de commit ef5c087

2 files changed

Lines changed: 10 additions & 11 deletions

File tree

1.25 MB
Loading

src/pages/desktop/index.astro

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -151,27 +151,26 @@ import Layout from "../../layouts/Layout.astro";
151151
</section>
152152

153153
<section class="feature feature-flat">
154-
<!-- TODO: Insert a better background image for this topic -->
155-
<div class="feature-background" style="opacity: 0.1; background-image: url(/lite/graph.png);"></div>
154+
<div class="feature-background" style="opacity: 0.1; background-image: url(/desktop/c-elegans-layout.png);"></div>
156155
<section class="feature-headline">
157156
<div class="feature-text">
158157
<h2>
159-
<Icon name="ph:git-fork" class="text-primary" />
158+
<Icon name="ph:graph" class="text-primary" />
160159
<span>Layout</span>
161160
</h2>
161+
162162
<p>
163-
Layout algorithms give the shape to the graph. <strong>Gephi</strong> provides <strong
164-
>state-of-the-art network layout algorithms</strong
165-
>, both for efficiency and quality.
163+
Layout algorithms define the visual structure of your graph.
164+
Gephi offers <strong>state-of-the-art network layout algorithms</strong>
165+
that balance both efficiency and quality.
166166
</p>
167167
<p>
168-
<strong>The Layout module</strong> allows user to change layout settings while running, and therefore dramatically
169-
increase user feedback and experience.
168+
The <strong>Layout module</strong> enables real-time adjustment of layout settings,
169+
dramatically enhancing user feedback and experience.
170170
</p>
171-
172171
<ul>
173-
<li>Force-based algorithms</li>
174-
<li>Optimize for graph readability</li>
172+
<li><strong>Force-driven algorithms</strong> for natural node positioning</li>
173+
<li><strong>Readability optimization</strong> for clearer graph interpretation</li>
175174
</ul>
176175
</div>
177176
</section>

0 commit comments

Comments
 (0)