Skip to content

Commit

Permalink
ui updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Raju Vemula authored and Raju Vemula committed Feb 23, 2022
1 parent 2cd8ac6 commit e154be8
Show file tree
Hide file tree
Showing 10 changed files with 145 additions and 4,162 deletions.
11 changes: 4 additions & 7 deletions src/Containers/Homepage/Banner.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,16 @@ const Banner = () => {
<div className="container">
<div className="row">
<div className="col-md-6 col-sm-12">

<p className="banner-heading"><span>Liquid Staking </span>is the <br/> new Staking</p>
<p className="caption">Building an economy around Liquid Proof of Stake assets</p>
<p className="banner-heading"><span>Liquid Staking </span> <br/>Is The New Staking</p>
<p className="caption">Building an economy around Liquid Proof-of-Stake assets</p>
<p className="text">
Persistence is a tendermint/Cosmos-based Layer-1 network powering an ecosystem of DeFi
Persistence is a Tendermint/Cosmos-based Layer-1 network powering an ecosystem of DeFi
products aimed at making liquid staked assets the default assets of the the PoS economy.
</p>


</div>
<div className="col-md-6 col-sm-12 content">
<div>
<img src={homepageBanner} alt="curvedBorder" className="banner-video"/>
<img src={homepageBanner} alt="curvedBorder" className="banner-video"/>
</div>
</div>
</div>
Expand Down
3 changes: 2 additions & 1 deletion src/Containers/Homepage/Ecosystem.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import React from 'react';
import drop from "../../assets/images/drop.svg";
import defi from "../../assets/images/defi.svg";

const Ecosystem = () => {
return (
Expand Down Expand Up @@ -37,7 +38,7 @@ const Ecosystem = () => {
<div className="box-body">
<div className="content">
<div className="image-section">
<img src={drop} alt="drop"/>
<img src={defi} alt="defi"/>
</div>
<p className="heading"> DeFi for Liquid Staking</p>
<ul>
Expand Down
10 changes: 5 additions & 5 deletions src/Containers/Homepage/Network.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ const Network = () => {
<p className="heading">technology</p>
<p className="content">Persistence is an interoperable protocol that provides developers with the ability to
build applications that are either sovereign, modular or built on top of Persistence’s
CosmWasm layer
CosmWasm layer.
</p>
</div>
<div className="buttons">
<a href="https://github.com/persistenceOne/persistenceSDK" rel="noopener noreferrer"
<a href="https://github.com/persistenceOne" rel="noopener noreferrer"
target="_blank" className="link">
GitHub
<Icon viewClass="icon" icon="link-arrow"/>
Expand All @@ -44,15 +44,15 @@ const Network = () => {
<div className="qoutes">
<div className="qoute">
<p>Build App-chains within the Persistence Ecosystem that are interoperable with the
Cosmos/IBC ecosystem and route IBC assets through Persistence Core-1 chain </p>
Cosmos/IBC ecosystem and route IBC assets through Persistence Core-1 chain. </p>
</div>
<div className="qoute">
<p>Build Modular Apps directly on top of the Core-1 chain, using components of the
Persistence architecture as plug-and-play interfaces</p>
Persistence architecture as plug-and-play interfaces.</p>
</div>
<div className="qoute">
<p>Build high-performance and easily upgradable Smart Contract Apps on Persistence
chain with the integration of CosmWasm </p>
chain with the integration of CosmWasm. </p>
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/Containers/Homepage/Statistics.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const Statistics = () => {
<div className="img-section">
<img src={chart} alt="chart"/>
<p className="content">The rapid growth of the PoS space has positioned liquid staking industry
at the inflection point</p>
at the inflection point.</p>
</div>
</div>
</section>
Expand Down
20 changes: 16 additions & 4 deletions src/assets/images/fuel.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit e154be8

Please sign in to comment.