From 1a41b3f50ea76be1fc6981dd6d03fb7fcfdb9b2a Mon Sep 17 00:00:00 2001 From: Lenin Compres Date: Thu, 3 Aug 2023 15:52:28 -0400 Subject: [PATCH] more this and that --- hermanastra/main.js | 14 ++++++++++++-- hermanastra/modules/about.js | 16 ++++++---------- hermanastra/modules/gallery.js | 4 +++- pre/assets/questionnaire.json | 6 +++--- pre/main.js | 3 ++- pre/src/states.js | 14 +++++++------- 6 files changed, 33 insertions(+), 24 deletions(-) diff --git a/hermanastra/main.js b/hermanastra/main.js index d467db2..61e5d62 100644 --- a/hermanastra/main.js +++ b/hermanastra/main.js @@ -71,7 +71,7 @@ DOM.set({ margin: "-0.3em 0 -0.8em", i: "&", }, { - i: "La hermanastra" + i: "La Hermanastra" }], p: { color: COLOR.ACCENT, @@ -88,8 +88,18 @@ DOM.set({ section: [ funcionesModel, aboutModel, - creditsModel, galleryModel, + creditsModel, + { + margin: "0 -1em", + figure: { + margin: "0.5em 0", + img: { + src: "media/spread.png", + width: "100%", + } + } + }, songlistModel, ], }, diff --git a/hermanastra/modules/about.js b/hermanastra/modules/about.js index 9f1d0c3..472f1d0 100644 --- a/hermanastra/modules/about.js +++ b/hermanastra/modules/about.js @@ -1,7 +1,10 @@ -import { COLOR } from "../settings.js"; +import { + COLOR +} from "../settings.js"; export const aboutModel = { - main:{ + margin: "0 -1em", + main: { display: "flex", marginTop: "1em", figure: { @@ -29,16 +32,9 @@ export const aboutModel = { footer: { align: "left", maxWidth: "50em", - margin: "1em 0", + margin: "1em", tag: "section", html: `Lenin Comprés es un dominicano profesional de los medios interactivos, las ciencias del aprendizaje y las artes escénicas. Es un pianista autodidacta y renacentista post-moderno. Ejerce como profesor y tecnólogo creativo en la Escuela de Artes TISCH de la Universidad de Nueva York y es egresado del Teacher’s College de la Universidad de Columbia. Ha escrito obras premiadas en la República Dominicana como el guión de la película Mis 500 locos, co-escrita junto a Waddys Jáquez y que representó al país en los premios Oscars del 2021. También es el creador del primer juego de mesa original de autoría dominicana, Lenino’s JACK RABBITS.`, - figure: { - margin: "0.5em 0", - img: { - src: "media/spread.png", - width: "100%", - } - } } }; diff --git a/hermanastra/modules/gallery.js b/hermanastra/modules/gallery.js index 691121c..80e3872 100644 --- a/hermanastra/modules/gallery.js +++ b/hermanastra/modules/gallery.js @@ -14,15 +14,17 @@ export const galleryModel = { backgroundSize: "cover", backgroundRepeat: "no-repeat", backgroundPosition: "center", - width: "100%", + width: "calc(100%c + 2em)", height: "800px", textAlign: "center", padding: "185px 0", position: "relative", + margin: "0 -1em", figure: { display: "inline-block", background: COLOR.ACCENT, borderRadius: "50%", + maxWidth: "100%", width: "410px", height: "520px", overflow: "hidden", diff --git a/pre/assets/questionnaire.json b/pre/assets/questionnaire.json index 54eb646..38bbec6 100644 --- a/pre/assets/questionnaire.json +++ b/pre/assets/questionnaire.json @@ -16,7 +16,7 @@ ] }, { - "question": "In sports, how much are you into ____?", + "question": "In sports, how much do you get into ____?", "options": [{ "choice": "playing", "hint": "challenge, practice, competition" @@ -48,7 +48,7 @@ ] }, { - "question": "When eating, how much are your meals a ____?", + "question": "For your meals, how ideal is it to have a ____?", "options": [{ "choice": "feast", "hint": "gorge, indulge, fill up" @@ -188,7 +188,7 @@ }, { "choice": "inquisitive", - "hint": "Look to understand and debate" + "hint": "Look to understand and clarify" }, { "choice": "softhearted", diff --git a/pre/main.js b/pre/main.js index ef79c3e..578fbd2 100644 --- a/pre/main.js +++ b/pre/main.js @@ -73,7 +73,8 @@ DOM.set({ p: { textAlign: "left", lineHeight: "1.2em", - text:"This is a psychometric tool to visualize physical, rational & emotional focus, values or tendencies. The questionaire below will average your focus and map it to one of the archetypes in this cube." + margin: "0 1em", + text:"This is a psychometric tool to visualize physical, rational & emotional focus, values or tendencies. The questionaire below will average your answers and map them to one of the archetypes in this cube." }, }, section: { diff --git a/pre/src/states.js b/pre/src/states.js index c957fc4..cac34d7 100644 --- a/pre/src/states.js +++ b/pre/src/states.js @@ -139,7 +139,7 @@ const states = { code: "022", adjective: "Ethical", adjectivo: "Ético", - concept: "Morality", + concept: "Morals", concepto: "Moralidad", archetype: "Philosopher", arquetipo: "Filosófo", @@ -341,10 +341,10 @@ const states = { }, "202": { code: "202", - adjective: "Passional", - adjectivo: "Pasional", - concept: "Expresion", - concepto: "Expresión", + adjective: "Devotional", + adjectivo: "Devocional", + concept: "Passion", + concepto: "Passion", archetype: "Artiste", arquetipo: "Artista", colour: "Pure Magenta", @@ -426,8 +426,8 @@ const states = { }, "221": { code: "221", - adjective: "Managerial", - adjectivo: "Empresarial", + adjective: "Motivational", + adjectivo: "Motivacional", concept: "Goals", concepto: "Propósitos", archetype: "Manager",