diff options
Diffstat (limited to 'frontend/site/projects/museum/text-overlays.js')
| -rw-r--r-- | frontend/site/projects/museum/text-overlays.js | 84 |
1 files changed, 0 insertions, 84 deletions
diff --git a/frontend/site/projects/museum/text-overlays.js b/frontend/site/projects/museum/text-overlays.js index 401ab4e..50991dd 100644 --- a/frontend/site/projects/museum/text-overlays.js +++ b/frontend/site/projects/museum/text-overlays.js @@ -5,20 +5,6 @@ export const TEXT_OVERLAYS = { /* nora al-badri */ 'nora-2': { - style: { - top: "1rem", - right: "2rem", - transform: "scale(0.7)", - }, - textStyle: { - right: "0", - width: "100vw", - left: "0", - top: "4rem", - color: "#FF790D", - fontFamily: '"Druk Wide"', - fontSize: "2vw", - }, text: ` <h2>AFU. This is not a hackerspace.</h2> <p> @@ -39,20 +25,6 @@ export const TEXT_OVERLAYS = { ` }, 'nora-nefertiti': { - style: { - top: "1rem", - right: "2rem", - transform: "scale(0.7)", - }, - textStyle: { - right: "0", - width: "100vw", - left: "0", - top: "4rem", - color: "#FF790D", - fontFamily: '"Druk Wide"', - fontSize: "2vw", - }, text: ` <h2>Nature/Nefertiti</h2> <p> @@ -62,20 +34,6 @@ export const TEXT_OVERLAYS = { }, 'nora-horus-2': { - style: { - top: "1rem", - right: "2rem", - transform: "scale(0.7)", - }, - textStyle: { - right: "0", - width: "100vw", - left: "0", - top: "4rem", - color: "#FF790D", - fontFamily: '"Druk Wide"', - fontSize: "2vw", - }, text: ` <h2>Horus/Her</h2> <p> @@ -84,20 +42,6 @@ export const TEXT_OVERLAYS = { ` }, 'nora-peg-stairs-close': { - style: { - top: "1rem", - right: "2rem", - transform: "scale(0.7)", - }, - textStyle: { - right: "0", - width: "100vw", - left: "0", - top: "4rem", - color: "#FF790D", - fontFamily: '"Druk Wide"', - fontSize: "2vw", - }, text: ` <h2>Foundation Peg/Nin</h2> <p> @@ -106,20 +50,6 @@ export const TEXT_OVERLAYS = { ` }, 'nora-lamassu-2': { - style: { - top: "1rem", - right: "2rem", - transform: "scale(0.7)", - }, - textStyle: { - right: "0", - width: "100vw", - left: "0", - top: "4rem", - color: "#FF790D", - fontFamily: '"Druk Wide"', - fontSize: "2vw", - }, text: ` <h2>Lamma</h2> <p> @@ -128,20 +58,6 @@ export const TEXT_OVERLAYS = { ` }, 'nora-queen-of-night': { - style: { - top: "1rem", - right: "2rem", - transform: "scale(0.7)", - }, - textStyle: { - right: "0", - width: "100vw", - left: "0", - top: "4rem", - color: "#FF790D", - fontFamily: '"Druk Wide"', - fontSize: "2vw", - }, text: ` <h2>Queen of the Hacker Night</h2> <p> |
