This commit is contained in:
ryanwong
2022-04-11 00:45:11 -04:00
parent cc32e7dca7
commit 92f5ec0dbc
4 changed files with 17 additions and 18 deletions
+11 -11
View File
@@ -2,15 +2,15 @@ VERSION=2.0.0
MODE=development MODE=development
NODE_ENV=development NODE_ENV=development
ENV=development ENV=development
PLATFORM_NAME=CreatedBy PLATFORM_NAME=Test
MAIL_FROM= MAIL_FROM=
MAIL_DOMAIN= MAIL_DOMAIN=
MAILGUN_KEY= MAILGUN_KEY=
TWILIO_PHONE_NUMBER= TWILIO_PHONE_NUMBER=
TWILIO_SID= TWILIO_SID=
TWILIO_TOKEN= TWILIO_TOKEN=
COPYRIGHT=Copyright © 2021 CreatedBy. All rights reserved. COPYRIGHT=Copyright © 2021 MKD. All rights reserved.
POWERED_BY=Powered By <a href="createdby.co" target="__blank">CreatedBy.</a> POWERED_BY=Powered By <a href="MDK.com" target="__blank">MKD.ca</a>
NODE_PORT=3001 NODE_PORT=3001
GRAPHQL_PORT=9001 GRAPHQL_PORT=9001
EMAIL_SMTP_PROTOCOL=smtp EMAIL_SMTP_PROTOCOL=smtp
@@ -29,19 +29,19 @@ MIGRATION_NUMBER=9377770345344
LANGUAGE=english LANGUAGE=english
BASE_URL=http://localhost:3001 BASE_URL=http://localhost:3001
SITE_TITLE=Manaknight Saas SITE_TITLE=Manaknight Saas
COMPANY=Created By COMPANY=MKd
IMAGE_UPLOAD=local IMAGE_UPLOAD=local
FILE_UPLOAD=local FILE_UPLOAD=local
UPLOAD_BYTE_SIZE_LIMIT=1000000000 UPLOAD_BYTE_SIZE_LIMIT=1000000000
SESSION_SECRET=ACbe28dfeaeb2635aac92c05660664588b SESSION_SECRET=ACbe28dfeaeb2635aac92c05660664588b
SHOPIFY_SITE=skincare-created-by.myshopify.com SHOPIFY_SITE=skincare.myshopify.com
SHOPIFY_API_KEY=22af1881679ebb9dbc5094f49532d905 SHOPIFY_API_KEY=22a
SHOPIFY_API_PASSWORD=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 SHOPIFY_API_PASSWORD=shppa
SHOPIFY_SECRET_KEY=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 SHOPIFY_SECRET_KEY=shpss
SHOPIFY_SCOPES=write_script_tags,read_script_tags,read_content,write_content,read_products SHOPIFY_SCOPES=write_script_tags,read_script_tags,read_content,write_content,read_products
API_URL=http://localhost:3001 API_URL=http://localhost:3001
DYNAMIC_CONFIG_JWT_KEY=544e68498c28710b10af9dc9c7c9530951438f23 DYNAMIC_CONFIG_JWT_KEY=544e
DYNAMIC_CONFIG_PERMISSION_ENCRYPT_KEY=vOVH6sdmpNWjRRIqCc7rdxs01lwHzfr3 DYNAMIC_CONFIG_PERMISSION_ENCRYPT_KEY=vOV
DYNAMIC_CONFIG_JWT_EXPIRE_AT=3600 DYNAMIC_CONFIG_JWT_EXPIRE_AT=3600
DYNAMIC_CONFIG_JWT_REFRESH_EXPIRE_AT=7200 DYNAMIC_CONFIG_JWT_REFRESH_EXPIRE_AT=7200
DYNAMIC_CONFIG_GOOGLE_CLIENT_ID=466040660536-l5pq116jdp6cs3b58a7k4t52f5lpa5se.apps.googleusercontent.com DYNAMIC_CONFIG_GOOGLE_CLIENT_ID=466040660536-l5pq116jdp6cs3b58a7k4t52f5lpa5se.apps.googleusercontent.com
@@ -63,7 +63,7 @@ DB_DSN=
DB_HOSTNAME=localhost DB_HOSTNAME=localhost
DB_USERNAME=root DB_USERNAME=root
DB_PASSWORD= DB_PASSWORD=
DB_DATABASE=created_by DB_DATABASE=mkd
DB_DBDRIVER=mysqli DB_DBDRIVER=mysqli
DB_DBPREFIX= DB_DBPREFIX=
DB_PCONNECT=false DB_PCONNECT=false
+1 -1
View File
@@ -13,7 +13,7 @@ lerna-debug.log*
# Diagnostic reports (https://nodejs.org/api/report.html) # Diagnostic reports (https://nodejs.org/api/report.html)
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
.DS_Store
# Runtime data # Runtime data
pids pids
*.pid *.pid
+2 -2
View File
@@ -19,7 +19,7 @@ You can change the html or the css to do this task.<br>
### Quiz 2 ### Quiz 2
Each respone page should be closed after a set amount of time<br> Each response page should be closed after a set amount of time<br>
The setTimeout of the response page of previous quiz is not working<br> The setTimeout of the response page of previous quiz is not working<br>
Figure out where this is handled and make a setTimeout to close the response and move on to the next question using the time stored in variable called "closeResponseTimeoutCounter"<br> Figure out where this is handled and make a setTimeout to close the response and move on to the next question using the time stored in variable called "closeResponseTimeoutCounter"<br>
@@ -33,7 +33,7 @@ Then add an option at the end of all options that says None of the above and onc
### Quiz 4 ### Quiz 4
implement a function that is called checkAllergie()<br> implement a function that is called checkAllergie()<br>
pseduo steps of the function pseudo steps of the function
- find a way to read the dataset values on the html button element that generated the click - find a way to read the dataset values on the html button element that generated the click
- each button should have data-val that contains the label of the option - each button should have data-val that contains the label of the option
+3 -4
View File
@@ -15,17 +15,16 @@
<div class="container"> <div class="container">
<div class="row firstRow"> <div class="row firstRow">
<h1>Create Yours</h1> <h1>Create Yours</h1>
<h5><span class="dash"></span>CUSTOM SKIN CARE QUIZ</h5> <h5><span class="dash"></span>TEST SKIN CARE QUIZ</h5>
</div> </div>
<div class="row secondRow"> <div class="row secondRow">
<div class="columns"> <div class="columns">
<h3 class="heading"> <h3 class="heading">
Lets start our journey to finding your perfect Skincare formula, Lets start our journey
<span class="underlineSpan">just for you</span>. <span class="underlineSpan">just for you</span>.
</h3> </h3>
<p class="para"> <p class="para">
We are experts on skin and skincare actives, but only you are the true expert on your skin. By combing our science with your input about you and your skin, together we will co-create We are experts on skin and skincare actives..
your perfect formula.
</p> </p>
<button id="beginButton" class="beginButton">LET'S BEGIN!</button> <button id="beginButton" class="beginButton">LET'S BEGIN!</button>
</div> </div>