Skip to content

Commit

Permalink
Merge pull request jcoelho93#11 from jcoelho93/feature/add-link-to-au…
Browse files Browse the repository at this point in the history
…thor

Feature/add link to author
  • Loading branch information
jcoelho93 authored Mar 18, 2020
2 parents 0708360 + 96b6619 commit 9bca145
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
## jcoelho93 Personal website

[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=jcoelho93_personal-website&metric=alert_status)](https://sonarcloud.io/dashboard?id=jcoelho93_personal-website)
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/5091c902d5644229baa460f449628fa8)](https://app.codacy.com/manual/jcoelho93/personal-website?utm_source=github.com&utm_medium=referral&utm_content=jcoelho93/personal-website&utm_campaign=Badge_Grade_Dashboard)
[![Netlify Status](https://api.netlify.com/api/v1/badges/d32b64a2-9f48-4a26-b0d3-21cdf5548ec6/deploy-status)](https://app.netlify.com/sites/jcoelho93/deploys)

Expand Down
2 changes: 0 additions & 2 deletions public/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,11 @@ html {
display: flex;
justify-content: center;
}

.summary-text {
margin-left: auto;
margin-right: auto;
max-width: 36em;
}

.skill-percentage {
float: right;
}
2 changes: 1 addition & 1 deletion src/components/sections/Articles.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ class Articles extends Component{
<section className="section" id="articles">
<div className="container">
<h1 className="title">Articles</h1>
<h2 className="subtitle is-4">My latest articles...</h2>
<h2 className="subtitle is-4">My latest articles</h2>
<div className="columns">
{this.state.articles}
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/components/structure/Footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ function Footer() {
<footer className="footer has-background-link">
<div className="content has-text-centered has-text-white">
<p>
Built at <i className="fas fa-moon"></i> by <strong className="has-text-white">José Coelho</strong>
Built at <i className="fas fa-moon"></i> by <a href="https://github.com/jcoelho93" className="has-text-white"><strong>José Coelho</strong></a>
</p>
<p>
<img width="512" height="96" src="https://bulma.io/images/made-with-bulma--semiwhite.png" className="bulma-image" alt="" />
Expand Down

0 comments on commit 9bca145

Please sign in to comment.