Skip to content

Commit 64c1bc5

Browse files
committed
updates styles
1 parent b5e78f0 commit 64c1bc5

3 files changed

Lines changed: 9 additions & 11 deletions

File tree

public/css/main.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ a:hover,
1818
a:focus,
1919
a:active,
2020
a.active {
21-
color: #774EBD;
21+
color: #61dafb;
2222
outline: none;
2323
}
2424
h1,
@@ -79,7 +79,7 @@ hr.star-primary:after {
7979
}
8080
header {
8181
text-align: center;
82-
background: #61dafb;
82+
background: #292C34;
8383
color: white;
8484
}
8585
header .container {
@@ -425,7 +425,7 @@ fieldset[disabled] .btn-success.active {
425425
}
426426

427427
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
428-
background-color: #774EBD;
428+
background-color: #61dafb;
429429
}
430430

431431

src/components/App.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ class App extends React.Component {
5353
<nav className="navbar navbar-default navbar-fixed-top navbar-custom">
5454
<div className="container">
5555
<div className="navbar-header">
56-
<a className="navbar-brand">LeanJS</a>
56+
<a className="navbar-brand">ReactJS Academy</a>
5757
</div>
5858
<ul className="nav navbar-nav pull-right">
5959
<li className="hidden-xs">
@@ -148,11 +148,11 @@ class App extends React.Component {
148148
</ul>
149149
</div>
150150
<div className="footer-col col-md-4">
151-
<h3>About LeanJS</h3>
151+
<h3>About ReactJS Academy</h3>
152152
<p>
153-
<a href="https://leanjs.com/">LeanJS </a>
153+
<a href="https://reactjs.academy/">ReactJS Academy</a>
154154
<span>
155-
is a boutique of excellence focused on Lean, JavaScript, UX, Agile, and people.
155+
ReactJS Academy is Europes longest running dedicated React, Redux, and GraphQL training.
156156
</span>
157157
</p>
158158
</div>

src/components/Header.js

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,9 @@ const Header = (props) => (
55
<div className="container">
66
<div className="row">
77
<div className="col-lg-12">
8-
<img alt="" className="img-responsive logo-academy" src="/img/leanjs.logo.svg" />
8+
<img alt="" className="img-responsive logo-academy" src="/img/logo.png" />
99
<div className="intro-text">
10-
<span className="name">{props.title}</span>
11-
<hr className="star-light" />
12-
<span className="skills">Upgrade your web development skills</span>
10+
<span className="skills">ReactJS Academy</span>
1311
</div>
1412
</div>
1513
</div>

0 commit comments

Comments
 (0)