Skip to content

Commit

Permalink
update main page nav
Browse files Browse the repository at this point in the history
  • Loading branch information
xianc committed Jan 24, 2019
1 parent 92a6a7e commit e692559
Show file tree
Hide file tree
Showing 19 changed files with 174 additions and 71 deletions.
50 changes: 19 additions & 31 deletions src/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -452,45 +452,33 @@ body.modal {
/* ////////////////////////////// */
/* MAIN LANDING PAGE */
/* ////////////////////////////// */
.main-page {
background-color: #0088D1;
}

.main-page img {
box-shadow: none;
}
.main-page p {
margin-bottom: 0;
}
.main-nav .flex > a {
width: 23%;
margin: 1.5% 1%;
text-align: center;
background: #fff;
}
.main-nav .flex div ,
.bottom-nav .flex div {
background-color: #fff;
padding: 10px;
}
.flex {
display: flex;
flex-flow: row wrap;
}
.f-center {

.nav-wrap {
display: flex;
align-items: center;
justify-content: center;
text-align: center;
margin-bottom: 20px;
}

.nav-wrap a {
padding: 0 10px;
margin: 10px 0;
}
.bottom-nav .flex > a {
width: 47%;
margin: 1.5%;
text-align: left;

.main-nav.nav-wrap {
flex-wrap: wrap;
}
.bottom-nav img {
margin-right: 20px;

.space-between {
justify-content: space-between;
}

@media (min-width: 992px){
.main-page { padding: 20px; }
.main-nav a { height: 209px; }
.nav-wrap p {
color: #0075C9;
font-weight: bold;
}
Binary file removed src/img/pages/main-page/account-settings.jpg
Binary file not shown.
Binary file removed src/img/pages/main-page/activity-reports.jpg
Binary file not shown.
Binary file removed src/img/pages/main-page/best-practices.jpg
Binary file not shown.
25 changes: 25 additions & 0 deletions src/img/pages/main-page/best-practices.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed src/img/pages/main-page/branch-basics.jpg
Binary file not shown.
Binary file removed src/img/pages/main-page/channels.jpg
Binary file not shown.
Binary file removed src/img/pages/main-page/data-feeds.jpg
Binary file not shown.
Binary file removed src/img/pages/main-page/how-to-guides.jpg
Binary file not shown.
23 changes: 23 additions & 0 deletions src/img/pages/main-page/how-to.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed src/img/pages/main-page/link-settings.jpg
Binary file not shown.
Binary file removed src/img/pages/main-page/partner-management.jpg
Binary file not shown.
Binary file removed src/img/pages/main-page/product-updates.jpg
Binary file not shown.
23 changes: 23 additions & 0 deletions src/img/pages/main-page/product-updates.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed src/img/pages/main-page/sdk-resources.jpg
Binary file not shown.
27 changes: 27 additions & 0 deletions src/img/pages/main-page/solutions.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 e692559

Please sign in to comment.