Skip to content

Commit

Permalink
Demo update
Browse files Browse the repository at this point in the history
  • Loading branch information
Çağatay Çivici committed Dec 13, 2017
1 parent b9ec8f5 commit 691b834
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 5 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
3 changes: 2 additions & 1 deletion src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -390,9 +390,10 @@ class App extends Component {
<li className="topbar-submenu-header">THEMING</li>
<li><Link to="/theming"><span className="ui-text">Guide</span></Link></li>
<li className="topbar-submenu-header">PREMIUM</li>
<li><a href="https://www.primefaces.org/layouts/serenity-react"><img src="showcase/resources/images/layouts/themeswitcher-serenity.png" alt="Serenity (Material)" /><span className="ui-text">Serenity</span></a></li>
<li><a href="https://www.primefaces.org/layouts/ultima-react"><img src="showcase/resources/images/layouts/themeswitcher-ultima.png" alt="Ultima (Material)" /><span className="ui-text">Ultima</span></a></li>
<li><a href="https://www.primefaces.org/layouts/avalon-react"><img src="showcase/resources/images/layouts/themeswitcher-avalon.png" alt="Avalon (Bootstrap)" /><span className="ui-text">Avalon</span></a></li>
<li className="topbar-submenu-header">THEMES</li>
<li className="topbar-submenu-header">FREE</li>
<li><a data-theme="omega" onClick={this.changeTheme}><span className="ui-text">Omega</span></a></li>
<li><a data-theme="cruze" onClick={this.changeTheme}><span className="ui-text">Cruze</span></a></li>
<li><a data-theme="cupertino" onClick={this.changeTheme}><span className="ui-text">Cupertino</span></a></li>
Expand Down
14 changes: 10 additions & 4 deletions src/showcase/home/HomeComponent.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,16 +84,22 @@ export class HomeComponent extends Component {
of PrimeReact and impress your users.</p>

<div className="ui-g">
<div className="ui-g-12 ui-md-6">
<div className="ui-g-12 ui-md-4">
<h4>Serenity with Material Design</h4>
<a href="https://www.primefaces.org/layouts/serenity-react">
<img alt="Serenity" src="showcase/resources/images/layouts/serenity-react-sqr.png" />
</a>
</div>
<div className="ui-g-12 ui-md-4">
<h4>Ultima with Material Design</h4>
<a href="https://www.primefaces.org/layouts/ultima-react">
<img alt="Avalon" src="showcase/resources/images/layouts/ultima-react.png" />
<img alt="Ultima" src="showcase/resources/images/layouts/ultima-react-sqr.png" />
</a>
</div>
<div className="ui-g-12 ui-md-6">
<div className="ui-g-12 ui-md-4">
<h4>Avalon with Bootstrap Styling</h4>
<a href="https://www.primefaces.org/layouts/avalon-react">
<img alt="Avalon" src="showcase/resources/images/layouts/avalon-react.png" />
<img alt="Avalon" src="showcase/resources/images/layouts/avalon-react-sqr.png" />
</a>
</div>
</div>
Expand Down

0 comments on commit 691b834

Please sign in to comment.