update readme and add about page

This commit is contained in:
Elisha Nuchi
2019-07-16 23:34:49 -04:00
parent f62cb5fee9
commit a2e2a13a63
5 changed files with 250 additions and 14 deletions
+11 -2
View File
@@ -1,7 +1,16 @@
import React from 'react';
import '../styles.css';
export const AboutPage = () => (
<div>
By Elisha Nuchi ©2019
<div className="sheetNameText">
<div>Github repo:</div>
<a
href="https://www.github.com/enuchi/React-Google-Apps-Script"
target="_blank"
rel="noopener noreferrer"
>
React + Google Apps Script
</a>
<div>-Elisha Nuchi</div>
</div>
);