Skip to content

Commit 8176f4a

Browse files
committed
Improve Gephi Desktop page
1 parent ef5c087 commit 8176f4a

3 files changed

Lines changed: 19 additions & 14 deletions

File tree

public/desktop/graph.png

245 KB
Loading

public/desktop/layout-clusters.png

370 KB
Loading

src/pages/desktop/index.astro

Lines changed: 19 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -68,13 +68,13 @@ import Layout from "../../layouts/Layout.astro";
6868
</section>
6969
</section>
7070

71-
<section class="feature feature-flat">
72-
<div class="feature-background" style="opacity: 0.1; background-image: url(/lite/graph.png);"></div>
71+
<section class="feature">
72+
<div class="feature-background" style="opacity: 0.1; background-image: url(/desktop/Divided-they-blog.png);"></div>
7373
<section class="feature-headline">
7474
<div class="feature-text">
7575
<h2>
76-
<Icon name="ph:star" class="text-primary" />
77-
<span>Features</span>
76+
<Icon name="ph:eye" class="text-primary" />
77+
<span>Visual thinking</span>
7878
</h2>
7979
<p>
8080
Like GIMP but for <strong>graph data</strong>, the user interacts with the representation, manipulate the
@@ -96,6 +96,10 @@ import Layout from "../../layouts/Layout.astro";
9696
</section>
9797

9898
<section class="feature-arguments">
99+
<figure class="figure">
100+
<img src="/public/desktop/Gephi Desktop Screenshot DtB.png" style="height: 315px"class="border figure-img img-fluid" alt="" />
101+
<figcaption class="figure-caption text-muted text-center">Visual user interface</figcaption>
102+
</figure>
99103
<figure class="figure">
100104
<iframe
101105
width="560"
@@ -106,16 +110,13 @@ import Layout from "../../layouts/Layout.astro";
106110
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
107111
referrerpolicy="strict-origin-when-cross-origin"
108112
allowfullscreen></iframe>
109-
<figcaption class="figure-caption text-muted text-center">A short introduction to Gephi</figcaption>
110-
</figure>
111-
<figure class="figure">
112-
<img src="/public/desktop/Gephi Desktop Screenshot DtB.png" style="height: 315px"class="border figure-img img-fluid" alt="" />
113+
<figcaption class="figure-caption text-muted text-center">Short introduction to Gephi</figcaption>
113114
</figure>
114115
</section>
115116
</section>
116117

117-
<section class="feature feature-flat">
118-
<div class="feature-background" style="opacity: 0.15; background-image: url(/desktop/Divided-they-blog.png);"></div>
118+
<section class="feature">
119+
<div class="feature-background" style="opacity: 0.15; background-image: url(/desktop/graph.png);"></div>
119120
<section class="feature-headline">
120121
<div class="feature-text">
121122
<h2>
@@ -142,16 +143,18 @@ import Layout from "../../layouts/Layout.astro";
142143
<section class="feature-arguments">
143144
<figure class="figure">
144145
<img src="/public/desktop/realtime_01.png" class="border figure-img img-fluid" alt="" />
146+
<figcaption class="figure-caption text-muted text-center">Drag and drop nodes</figcaption>
145147
</figure>
146148

147149
<figure class="figure">
148150
<img src="/public/desktop/realtime_02.png" class="border figure-img img-fluid" alt="" />
151+
<figcaption class="figure-caption text-muted text-center">Highlight neighbors</figcaption>
149152
</figure>
150153
</section>
151154
</section>
152155

153-
<section class="feature feature-flat">
154-
<div class="feature-background" style="opacity: 0.1; background-image: url(/desktop/c-elegans-layout.png);"></div>
156+
<section class="feature">
157+
<div class="feature-background" style="opacity: 0.1; background-image: url(/desktop/layout-clusters.png);"></div>
155158
<section class="feature-headline">
156159
<div class="feature-text">
157160
<h2>
@@ -177,11 +180,13 @@ import Layout from "../../layouts/Layout.astro";
177180

178181
<section class="feature-arguments">
179182
<figure class="figure">
180-
<img src="/public/desktop/layout_01.png" class="border figure-img img-fluid" alt="" />
183+
<img src="/public/desktop/layout_02.png" class="border figure-img img-fluid" alt="" />
184+
<figcaption class="figure-caption text-muted text-center">Separate clusters</figcaption>
181185
</figure>
182186

183187
<figure class="figure">
184-
<img src="/public/desktop/layout_02.png" class="border figure-img img-fluid" alt="" />
188+
<img src="/public/desktop/layout_01.png" class="border figure-img img-fluid" alt="" />
189+
<figcaption class="figure-caption text-muted text-center">Keep your network compact</figcaption>
185190
</figure>
186191
</section>
187192
</section>

0 commit comments

Comments
 (0)