Skip to content

Commit

Permalink
Added 'Why Brillo-8?' section on home page.
Browse files Browse the repository at this point in the history
  • Loading branch information
nthnn committed Sep 20, 2023
1 parent 408f595 commit 0d46fb4
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions docs/src/scripts/pages/home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export default class Home extends React.Component {
</div>

<div className="row">
<div className="col-md-2"></div>
<div className="col-md-1"></div>

<div className="col-md-9">
<div className="container">
Expand All @@ -45,7 +45,7 @@ export default class Home extends React.Component {
</div>
</div>

<div className="col-md-1"></div>
<div className="col-md-2"></div>
</div>

<br className="desktop-only" /><br/>
Expand All @@ -66,12 +66,12 @@ export default class Home extends React.Component {
<center><ArrowDownIcon className="icon-32" /></center>
</div>

<div className="desktop-only"><br/></div>
<div className="desktop-only"><br/><br/></div>
<br/>

<NavigationBar currentPage="home" onPageout={this.onPageout} />

<br id="main-section" /><br/><br/><br/><br/>
<br id="main-section"/><br/><br/><br/><br/><br/>
<div className="desktop-only"><br/></div>

<div className="container">
Expand All @@ -89,7 +89,7 @@ export default class Home extends React.Component {
<div className="col-sm-2"></div>
</div>
</div>
<br/><br/><br/><br/><br/><br/>
<br/><br/><br/><br/><br/><br/><br/>

<div className="container">
<div className="row">
Expand Down Expand Up @@ -192,8 +192,8 @@ export default class Home extends React.Component {
</div>
</div>

<br className="desktop-only" />
<br/><br/>
<div className="desktop-only"><br/><br/></div>
<br/>
</div>
</>
);
Expand Down

0 comments on commit 0d46fb4

Please sign in to comment.