Skip to content

Commit

Permalink
feat(blog): moves images to the top
Browse files Browse the repository at this point in the history
  • Loading branch information
kenodressel committed Jul 9, 2024
1 parent fc78d99 commit 5e78ce5
Showing 1 changed file with 7 additions and 11 deletions.
18 changes: 7 additions & 11 deletions blogposts/governance-app.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,13 @@ previewText: 'Explore the development, features, and impact of the aeternity Gov
previewImage: '/blogposts/preview/governance-app.png'
---

**TLDR**: We made a decentralized app which you can try it out at [governance.aeternity.com](https://governance.aeternity.com)!
<p className="screenshots">
<img src="/blogposts/governance-app/img.png" />
<img src="/blogposts/governance-app/img_1.png" />
<img src="/blogposts/governance-app/img_2.png" />
</p>

**TLDR**: We made a decentralized voting app which you can try it out at [governance.aeternity.com](https://governance.aeternity.com)!

## 🏛️ Introduction and Background

Expand Down Expand Up @@ -73,13 +79,3 @@ showcasing our team's ability to navigate complex technical challenges with inno
successfully implemented a system that supports liquid democracy and ensures global accessibility and resilience. This
work has not only demonstrated our technical capabilities but has also had an impact on the aeternity community,
fostering a more democratic and participatory decision-making process.

<p className="screenshots">
<img src="/blogposts/governance-app/img.png" />
<img src="/blogposts/governance-app/img_1.png" />
<img src="/blogposts/governance-app/img_2.png" />
</p>
<p className="center">
These are some screenshots from the application, showing the user interface of the poll overview, a poll detail view and
a user account.
</p>

0 comments on commit 5e78ce5

Please sign in to comment.