diff --git a/public/index.html b/public/index.html index 8185186..5277481 100644 --- a/public/index.html +++ b/public/index.html @@ -2,7 +2,7 @@ - Sprint Hala 🍍 (Thu - 6/10/21) + Sprint Jambul 🍑 (Thursday - 7/29/21) diff --git a/public/study-group.html b/public/study-group.html index a9462cb..63c0b4b 100644 --- a/public/study-group.html +++ b/public/study-group.html @@ -1,49 +1,10 @@ - - + + + Study Group 00 -
diff --git a/public/studydash.html b/public/studydash.html new file mode 100644 index 0000000..ee052c1 --- /dev/null +++ b/public/studydash.html @@ -0,0 +1,123 @@ + + + + + + StudyDash - Jambul + + + +
+
+ + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + \ No newline at end of file diff --git a/public/v1/index.html b/public/v1/index.html new file mode 100644 index 0000000..ae568d4 --- /dev/null +++ b/public/v1/index.html @@ -0,0 +1,97 @@ + + + + + StudyDash QA | v1 "Imbe" + + + + + +
+
+
+ +
+
+ +
+ + \ No newline at end of file diff --git a/public/v2/index.html b/public/v2/index.html new file mode 100644 index 0000000..e19c2a0 --- /dev/null +++ b/public/v2/index.html @@ -0,0 +1,97 @@ + + + + + StudyDash QA | v2 "Jambul" + + + + + +
+
+
+ +
+
+ +
+ + \ No newline at end of file diff --git a/src/StudyDash.tsx b/src/StudyDash.tsx new file mode 100644 index 0000000..6668446 --- /dev/null +++ b/src/StudyDash.tsx @@ -0,0 +1,37 @@ +import './assets/css/landscape.css' +import './assets/css/design02.css' +import * as l from './widgets/Layout' +import { MemberBoard } from './widgets/MemberBoard' +import { Footer } from './widgets/Footer' +import { Attribution } from './widgets/Attribution' + +import ReactDOM from 'react-dom' + +ReactDOM.render( + + + , + document.getElementById('root') +) + +ReactDOM.render( + , + document.getElementById('attribution') +) + +ReactDOM.render( +