Skip to content

Commit

Permalink
[ADD] fga-eps-mds/2018.2-GamesBI#96 Add logo in navigation bar
Browse files Browse the repository at this point in the history
  • Loading branch information
Andre-Eduardo committed Sep 22, 2018
1 parent a975e15 commit 3115492
Show file tree
Hide file tree
Showing 10 changed files with 25 additions and 35 deletions.
Binary file modified public/assets/img/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/assets/img/favicon1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
<meta name="description" content="CoreUI for React - Open Source Bootstrap Admin Template">
<meta name="author" content="Łukasz Holeczek">
<meta name="keyword" content="Bootstrap,Admin,Template,Open,Source,CSS,SCSS,HTML,RWD,Dashboard,React">
<title>CoreUI for React</title>
<title>GamesBI</title>
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet">
<!--
manifest.json provides metadata used when your web app is added to the
homescreen on Android. See https://developers.google.com/web/fundamentals/engage-and-retain/web-app-manifest/
Expand Down
14 changes: 1 addition & 13 deletions src/_nav.js
Original file line number Diff line number Diff line change
Expand Up @@ -255,18 +255,6 @@ export default {
},
],
},
{
name: 'Download CoreUI',
url: 'http://coreui.io/react/',
icon: 'icon-cloud-download',
class: 'mt-auto',
variant: 'success',
},
{
name: 'Try CoreUI PRO',
url: 'http://coreui.io/pro/react/',
icon: 'icon-layers',
variant: 'danger',
},

],
};
Binary file added src/assets/img/brand/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions src/containers/DefaultLayout/DefaultFooter.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ class DefaultFooter extends Component {

return (
<React.Fragment>
<span><a href="https://coreui.io">CoreUI</a> &copy; 2018 creativeLabs.</span>
<span className="ml-auto">Powered by <a href="https://coreui.io/react">CoreUI for React</a></span>


</React.Fragment>
);
}
Expand Down
4 changes: 2 additions & 2 deletions src/containers/DefaultLayout/DefaultHeader.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import PropTypes from 'prop-types';

import { AppAsideToggler, AppHeaderDropdown, AppNavbarBrand, AppSidebarToggler } from '@coreui/react';
import logo from '../../assets/img/brand/logo.svg'
import sygnet from '../../assets/img/brand/sygnet.svg'
import sygnet from '../../assets/img/brand/favicon.png'

const propTypes = {
children: PropTypes.node,
Expand All @@ -23,7 +23,7 @@ class DefaultHeader extends Component {
<AppSidebarToggler className="d-lg-none" display="md" mobile />
<AppNavbarBrand
full={{ src: logo, width: 150, height: 200, alt: 'CoreUI Logo' }}
minimized={{ src: sygnet, width: 30, height: 30, alt: 'CoreUI Logo' }}
minimized={{ src: sygnet, width: 40, height: 40, alt: 'CoreUI Logo' }}
/>
<AppSidebarToggler className="d-md-down-none" display="lg" />

Expand Down
9 changes: 6 additions & 3 deletions src/scss/_custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,16 @@
padding-bottom: 56px !important;}

.text-personal_1{
font-size: 1.3rem;}
font-size: 1.3rem;
font-family: 'Open Sans', sans-serif;}

.text-personal_2 {
font-size: 2.2rem; }
font-size: 2.2rem;
font-family: 'Open Sans', sans-serif; }

.text-personal_3 {
font-size: 1.4rem; }
font-size: 1.4rem;
font-family: 'Open Sans', sans-serif; }

.img-avatar_1, .avatar_1 > img,
{
Expand Down
22 changes: 10 additions & 12 deletions src/scss/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -4003,7 +4003,7 @@ button.close {
.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before {
bottom: 0;
border-top-color: rgba(0, 0, 0, 0.25); }

.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^="top"] .arrow::after {
bottom: 1px;
Expand All @@ -4023,7 +4023,7 @@ button.close {
.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before {
left: 0;
border-right-color: rgba(0, 0, 0, 0.25); }

.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^="right"] .arrow::after {
left: 1px;
Expand All @@ -4040,7 +4040,7 @@ button.close {
.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before {
top: 0;
border-bottom-color: rgba(0, 0, 0, 0.25); }

.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^="bottom"] .arrow::after {
top: 1px;
Expand Down Expand Up @@ -4069,7 +4069,7 @@ button.close {
.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before {
right: 0;
border-left-color: rgba(0, 0, 0, 0.25); }

.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^="left"] .arrow::after {
right: 1px;
Expand Down Expand Up @@ -9882,18 +9882,16 @@ body {
padding-bottom: 56px !important; }

.text-personal_1 {
font-size: 1.3rem; }
font-size: 1.3rem;
font-family: 'Open Sans', sans-serif; }

.text-personal_2 {
font-size: 2.2rem; }
font-size: 2.2rem;
font-family: 'Open Sans', sans-serif; }

.text-personal_3 {
font-size: 1.4rem; }

.text-personal_4 {
font-family: "Monospace", Times, serif;
font-size: 2.2rem; }

font-size: 1.4rem;
font-family: 'Open Sans', sans-serif; }

.img-avatar_1, .avatar_1 > img {
max-width: 100%;
Expand Down
4 changes: 2 additions & 2 deletions src/views/Dashboard/Dashboard.js
Original file line number Diff line number Diff line change
Expand Up @@ -523,7 +523,7 @@ class Dashboard extends Component {
<Card className="text-black bg-white_04">
<CardBody>
<br/>
<div className="text-personal_2" align="center"><strong>SOBRE O PRODUTO</strong></div>
<div className="text-personal_2" align="center"><strong>Sobre GamesBI</strong></div>
<div>
<p></p>
<p className="text-personal_3" align="justify" align="center">O GamesBI busca trazer aos Game Devs,
Expand Down Expand Up @@ -768,7 +768,7 @@ class Dashboard extends Component {

<Card>
<CardHeader>
Line Chart
Game Users
<div className="card-header-actions">
<a href="http://www.chartjs.org" className="card-header-action">
<small className="text-muted">docs</small>
Expand Down

0 comments on commit 3115492

Please sign in to comment.