Skip to content

Commit

Permalink
more this and that
Browse files Browse the repository at this point in the history
  • Loading branch information
lenincompres committed Aug 3, 2023
1 parent 4574c38 commit 1a41b3f
Show file tree
Hide file tree
Showing 6 changed files with 33 additions and 24 deletions.
14 changes: 12 additions & 2 deletions hermanastra/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ DOM.set({
margin: "-0.3em 0 -0.8em",
i: "&",
}, {
i: "La hermanastra"
i: "La Hermanastra"
}],
p: {
color: COLOR.ACCENT,
Expand All @@ -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,
],
},
Expand Down
16 changes: 6 additions & 10 deletions hermanastra/modules/about.js
Original file line number Diff line number Diff line change
@@ -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: {
Expand Down Expand Up @@ -29,16 +32,9 @@ export const aboutModel = {
footer: {
align: "left",
maxWidth: "50em",
margin: "1em 0",
margin: "1em",
tag: "section",
html: `<b>Lenin Comprés</b> 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 <a href="https://itp.nyu.edu/itp/people/?tab=staff">TISCH de la Universidad de Nueva York</a> y es egresado del <a href="https://www.tc.columbia.edu/human-development/cognitive-studies-in-education/">Teacher’s College de la Universidad de Columbia</a>. Ha escrito obras premiadas en la República Dominicana como el guión de la película <a href="https://www.imdb.com/title/tt7552938/">Mis 500 locos</a>, 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, <a href="http://jackrabbits.lenino.net">Lenino’s JACK RABBITS</a>.`,
figure: {
margin: "0.5em 0",
img: {
src: "media/spread.png",
width: "100%",
}
}
}
};

Expand Down
4 changes: 3 additions & 1 deletion hermanastra/modules/gallery.js
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
6 changes: 3 additions & 3 deletions pre/assets/questionnaire.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -188,7 +188,7 @@
},
{
"choice": "inquisitive",
"hint": "Look to understand and debate"
"hint": "Look to understand and clarify"
},
{
"choice": "softhearted",
Expand Down
3 changes: 2 additions & 1 deletion pre/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down
14 changes: 7 additions & 7 deletions pre/src/states.js
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ const states = {
code: "022",
adjective: "Ethical",
adjectivo: "Ético",
concept: "Morality",
concept: "Morals",
concepto: "Moralidad",
archetype: "Philosopher",
arquetipo: "Filosófo",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -426,8 +426,8 @@ const states = {
},
"221": {
code: "221",
adjective: "Managerial",
adjectivo: "Empresarial",
adjective: "Motivational",
adjectivo: "Motivacional",
concept: "Goals",
concepto: "Propósitos",
archetype: "Manager",
Expand Down

0 comments on commit 1a41b3f

Please sign in to comment.