Skip to content

Commit

Permalink
Tweaking home page layout
Browse files Browse the repository at this point in the history
  • Loading branch information
andydotxyz committed Feb 1, 2024
1 parent b7a5ea2 commit 62184f4
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 18 deletions.
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Site settings
title: Fyne
title: Fyne.io
email: [email protected]
description: >- # this means to ignore newlines until "baseurl:"
Website for the Fyne app development framework.
Expand Down
31 changes: 14 additions & 17 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,20 @@ gallery:
</div>
</section>

<section class="bg-primary about">
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2 text-center">
<p class="lead" style="font-size: 20px; font-style: italic;">An easy to learn toolkit for creating graphical
apps for desktop, mobile and web.
<br /><br />
Code once and build native apps for all platforms and stores.
</p>
</div>
</div>
</div>
</section>

<section class="areas">
<div class="container">
<div class="row">
Expand Down Expand Up @@ -112,23 +126,6 @@ gallery:
</div>
</section>

<section class="bg-primary about">
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2 text-center">
<p class="lead" style="font-size: 18px; font-style: italic;">An easy to learn toolkit for creating graphical
apps for desktop, mobile and web.
<br>
Our free and open source libraries combine the simplicity of the Go
programming language with a carefully crafted library of widgets to simplify coding any app.
<br>
But also, Fyne apps can be built for all platforms and stores!
</p>
</div>
</div>
</div>
</section>

{% include features.html %}

<section class="bg-primary about">
Expand Down

0 comments on commit 62184f4

Please sign in to comment.