mirror of
https://github.com/mitchell/mjfs.us.git
synced 2025-12-19 13:47:22 +00:00
Added codacy code quality badge to readme and projects page; moved ibm
mono font import from Contact/index.css to index.html; added explicit interpreter to bash script for travis; version bump
This commit is contained in:
parent
f597727f02
commit
cae71c7ae8
7 changed files with 12 additions and 4 deletions
|
|
@ -7,7 +7,6 @@
|
|||
}
|
||||
|
||||
.contact-container p {
|
||||
@import url("https://fonts.googleapis.com/css?family=IBM+Plex+Mono");
|
||||
background-color: rgb(216, 221, 233);
|
||||
border-radius: 5px;
|
||||
color: rgb(46, 51, 64);
|
||||
|
|
|
|||
|
|
@ -21,6 +21,13 @@ class Projects extends React.PureComponent<Props> {
|
|||
linkUrl: "https://travis-ci.org/mitchelljfs/mjfs.us",
|
||||
alt: "Build Status"
|
||||
},
|
||||
{
|
||||
imgUrl:
|
||||
"https://img.shields.io/codacy/grade/25d7767066fb4130af653afc1121bf8e.svg",
|
||||
linkUrl:
|
||||
"https://app.codacy.com/project/mitchelljfs/mjfs.us/dashboard",
|
||||
alt: "Code Quality"
|
||||
},
|
||||
{
|
||||
imgUrl:
|
||||
"https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue