From cae71c7ae859e80bfa8b5cc2c80461a1a43a17f2 Mon Sep 17 00:00:00 2001 From: mitchelljfs Date: Tue, 24 Jul 2018 16:40:40 -0700 Subject: [PATCH] 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 --- README.md | 2 +- package-lock.json | 2 +- package.json | 2 +- public/index.html | 1 + src/containers/Contact/index.css | 1 - src/containers/Projects/index.js | 7 +++++++ travis_credential_setup.sh | 1 + 7 files changed, 12 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index cbb426b..50419f2 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# mjfs.us [![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat)](https://github.com/prettier/prettier) [![Build Status](https://travis-ci.org/mitchelljfs/mjfs.us.svg?branch=master)](https://travis-ci.org/mitchelljfs/mjfs.us) +# mjfs.us [![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat)](https://github.com/prettier/prettier) [![Build Status](https://travis-ci.org/mitchelljfs/mjfs.us.svg?branch=master)](https://travis-ci.org/mitchelljfs/mjfs.us) [![Codacy grade](https://img.shields.io/codacy/grade/25d7767066fb4130af653afc1121bf8e.svg)](https://app.codacy.com/project/mitchelljfs/mjfs.us/dashboard) This is my personal site and it has taken the form of a plain HTML site and a Ruby app, but it currently takes the form of a React.js app. It was diff --git a/package-lock.json b/package-lock.json index f026e56..1a8de9f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "react-website", - "version": "0.3.1", + "version": "0.3.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index aee805e..8df3024 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-website", - "version": "0.3.2", + "version": "0.3.3", "private": true, "dependencies": { "@fortawesome/fontawesome": "^1.1.8", diff --git a/public/index.html b/public/index.html index b96214f..e5956df 100644 --- a/public/index.html +++ b/public/index.html @@ -20,6 +20,7 @@ Learn how to configure a non-root public URL by running `npm run build`. --> + Mitchell J. F. Simon diff --git a/src/containers/Contact/index.css b/src/containers/Contact/index.css index 9af7292..02d1531 100644 --- a/src/containers/Contact/index.css +++ b/src/containers/Contact/index.css @@ -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); diff --git a/src/containers/Projects/index.js b/src/containers/Projects/index.js index 7aa1f2b..0ddbd62 100644 --- a/src/containers/Projects/index.js +++ b/src/containers/Projects/index.js @@ -21,6 +21,13 @@ class Projects extends React.PureComponent { 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", diff --git a/travis_credential_setup.sh b/travis_credential_setup.sh index 1db85db..f28af63 100644 --- a/travis_credential_setup.sh +++ b/travis_credential_setup.sh @@ -1,3 +1,4 @@ +#!/bin/bash mkdir -p ~/.aws cat > ~/.aws/credentials << EOL