From b8068f4b58104844038ad0f57855b5140e5938a7 Mon Sep 17 00:00:00 2001 From: Mitchell Simon Date: Mon, 2 Sep 2019 22:11:54 -0400 Subject: [PATCH] Update content in README and projects page about this site --- README.md | 13 +++++++------ src/data/projects.json | 2 +- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 03a08bd..a506d49 100644 --- a/README.md +++ b/README.md @@ -3,11 +3,12 @@ [![Maintainability](https://api.codeclimate.com/v1/badges/dc70437f1490980d8e8e/maintainability)](https://codeclimate.com/github/mitchelljfs/mjfs.us/maintainability) [![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat)](https://github.com/prettier/prettier) -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 -developed using Eslint, Prettier and Flow. It is hosted in multiple -locations around the world, using AWS S3 and Cloudfront. It is also -continously deployed using Travis CI. +This is the project repository for my personal website. I've build and rebuilt my personal website +in many technologies, but these days it is a simple TypeScript React SPA. Before using TS, I put +Flow up to the same task and was pleasantly surprised, but ultimately won over in other projects by +TS. +The site is currently hosted on S3 and cached/distributed around the US by Cloudfront. The site is +also continuously deployed using TravisCI. -You can read more about my websites history and my other projects [here](https://mjfs.us/projects). +You can read more about my other projects [here](https://mjfs.us/projects). diff --git a/src/data/projects.json b/src/data/projects.json index 90bae11..a5db157 100644 --- a/src/data/projects.json +++ b/src/data/projects.json @@ -37,7 +37,7 @@ "alt": "Maintainability" } ], - "description": "This is the source code for this site, which currently utilizes the React.js library. In the past it was built using plain HTML, then Sinatra. It was developed using Flow, and continously deployed using Travis CI. The site itself is hosted on S3 and distributed to several cache locations around the world using Cloudfront." + "description": "This repository for this site. I've built and rebuilt my personal website in many technologies, but these days it is a simple TypeScript React SPA. Before using TS, I put Flow up to the same task and was pleasantly surprised, but ultimately won over in other projects by TS. This site is currently hosted on S3 and cached/distributed around the US by Cloudfront. This site is also continuously deployed using TravisCI." }, {