diff --git a/README.md b/README.md
index c84c65d3..38401cd9 100644
--- a/README.md
+++ b/README.md
@@ -26,13 +26,16 @@ Checklist
- [x] Fix images referenced in the JS
- [x] Figure out how authentication of requests from the frontend to the API works
- [x] Figure out how to combine the nodejs realtime server into server.js
-- [ ] Notifications: make sure loading states are working for popup and page
+- [x] Notifications: make sure loading states are working for popup and page
- [ ] Notifications: make sure notifications either look nice, or redirect
- [ ] Notifications: pagination
- [ ] Get actioncable working
-- [ ] Request unreadNotificationCount
-- [ ] Request invite code
+- [ ] lightboxes
+- [x] Request unreadNotificationCount
+- [x] Request invite code
- [x] Request user object itself
+- [ ] About lightbox
+- [ ] break up index.html into parts
- [ ] Handle CSS metacode colors
- [ ] Fix Request An Invite page
- [ ] Make 'new map' action work
diff --git a/public/index.html b/public/index.html
index a0b79386..f7496952 100644
--- a/public/index.html
+++ b/public/index.html
@@ -11,17 +11,18 @@
+
Metamaps.cc is a free and open source web platform that supports real-time sense-making and distributed collaboration between individuals, communities and organizations.
-
-
Using an intuitive graph-based interface, Metamaps.cc helps map out networks of people, ideas, resources, stories, experiences, conversations and much more. The platform is evolving for a range of applications amidst a growing network of designers, developers, facilitators, practitioners, entrepreneurs, and artists.
-
-
Metamaps.cc is created and maintained by a distributed community of contributors passionate about the evolution of collaboration, alternative forms of value creation and increase of collective intelligence through the lens of the open culture and the peer-to-peer revolution.
The Metamaps platform is currently in an invite-only beta with the express purpose of creating a high value knowledge ecosystem, a diverse community of contributors and a culture of collaboration and curiosity.
-
As a valued beta tester, you have the ability to invite your peers, colleagues and collaborators onto the platform.
-
Below is a personal invite link containing your unique access code, which can be used multiple times.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/components/LightBoxes/About.js b/src/components/LightBoxes/About.js
new file mode 100644
index 00000000..633fbac2
--- /dev/null
+++ b/src/components/LightBoxes/About.js
@@ -0,0 +1,64 @@
+import React, { Component } from 'react'
+
+class About extends Component {
+ render = () => {
+ return (
+
+
About Metamaps.cc
+
+
+
STATUS:
+
VERSION:
+
BUILD:
+
LAST UPDATE:
+
+
+
PRIVATE BETA
+
+
+
+
+
+
+
Metamaps.cc is a free and open source web platform that supports real-time sense-making and distributed collaboration between individuals, communities and organizations.
+
Using an intuitive graph-based interface, Metamaps.cc helps map out networks of people, ideas, resources, stories, experiences, conversations and much more. The platform is evolving for a range of applications amidst a growing network of designers, developers, facilitators, practitioners, entrepreneurs, and artists.
+
Metamaps.cc is created and maintained by a distributed community of contributors passionate about the evolution of collaboration, alternative forms of value creation and increase of collective intelligence through the lens of the open culture and the peer-to-peer revolution.
+ )
+ }
+}
+
+export default CheatSheet
\ No newline at end of file
diff --git a/src/components/LightBoxes/ForkMap.js b/src/components/LightBoxes/ForkMap.js
new file mode 100644
index 00000000..6415bb18
--- /dev/null
+++ b/src/components/LightBoxes/ForkMap.js
@@ -0,0 +1,12 @@
+import React, { Component } from 'react'
+
+class ForkMap extends Component {
+ render = () => {
+ return (
+
+
+ )
+ }
+}
+
+export default ForkMap
\ No newline at end of file
diff --git a/src/components/LightBoxes/Invite.js b/src/components/LightBoxes/Invite.js
new file mode 100644
index 00000000..53689e74
--- /dev/null
+++ b/src/components/LightBoxes/Invite.js
@@ -0,0 +1,23 @@
+import React, { Component } from 'react'
+
+class Invite extends Component {
+ render = () => {
+ return (
+
+
SHARE INVITE
+
+
The Metamaps platform is currently in an invite-only beta with the express purpose of creating a high value knowledge ecosystem, a diverse community of contributors and a culture of collaboration and curiosity.
+
As a valued beta tester, you have the ability to invite your peers, colleagues and collaborators onto the platform.
+
Below is a personal invite link containing your unique access code, which can be used multiple times.
+
+
+ {`/join?code=${this.props.inviteCode}`}
+
+
+
+
+ )
+ }
+}
+
+export default Invite
\ No newline at end of file
diff --git a/src/components/LightBoxes/NoIE.js b/src/components/LightBoxes/NoIE.js
new file mode 100644
index 00000000..8e2e2418
--- /dev/null
+++ b/src/components/LightBoxes/NoIE.js
@@ -0,0 +1,22 @@
+import React, { Component } from 'react'
+
+class NoIE extends Component {
+ render = () => {
+ return (
+
+
OOPS! YOUR BROWSER IS NOT SUPPORTED.
+
To view this experience, please upgrade to the latest one of these browsers: