commit
This commit is contained in:
@@ -2,15 +2,15 @@ VERSION=2.0.0
|
||||
MODE=development
|
||||
NODE_ENV=development
|
||||
ENV=development
|
||||
PLATFORM_NAME=CreatedBy
|
||||
PLATFORM_NAME=Test
|
||||
MAIL_FROM=
|
||||
MAIL_DOMAIN=
|
||||
MAILGUN_KEY=
|
||||
TWILIO_PHONE_NUMBER=
|
||||
TWILIO_SID=
|
||||
TWILIO_TOKEN=
|
||||
COPYRIGHT=Copyright © 2021 CreatedBy. All rights reserved.
|
||||
POWERED_BY=Powered By <a href="createdby.co" target="__blank">CreatedBy.</a>
|
||||
COPYRIGHT=Copyright © 2021 MKD. All rights reserved.
|
||||
POWERED_BY=Powered By <a href="MDK.com" target="__blank">MKD.ca</a>
|
||||
NODE_PORT=3001
|
||||
GRAPHQL_PORT=9001
|
||||
EMAIL_SMTP_PROTOCOL=smtp
|
||||
@@ -29,19 +29,19 @@ MIGRATION_NUMBER=9377770345344
|
||||
LANGUAGE=english
|
||||
BASE_URL=http://localhost:3001
|
||||
SITE_TITLE=Manaknight Saas
|
||||
COMPANY=Created By
|
||||
COMPANY=MKd
|
||||
IMAGE_UPLOAD=local
|
||||
FILE_UPLOAD=local
|
||||
UPLOAD_BYTE_SIZE_LIMIT=1000000000
|
||||
SESSION_SECRET=ACbe28dfeaeb2635aac92c05660664588b
|
||||
SHOPIFY_SITE=skincare-created-by.myshopify.com
|
||||
SHOPIFY_API_KEY=22af1881679ebb9dbc5094f49532d905
|
||||
SHOPIFY_API_PASSWORD=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
|
||||
SHOPIFY_SECRET_KEY=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
|
||||
SHOPIFY_SITE=skincare.myshopify.com
|
||||
SHOPIFY_API_KEY=22a
|
||||
SHOPIFY_API_PASSWORD=shppa
|
||||
SHOPIFY_SECRET_KEY=shpss
|
||||
SHOPIFY_SCOPES=write_script_tags,read_script_tags,read_content,write_content,read_products
|
||||
API_URL=http://localhost:3001
|
||||
DYNAMIC_CONFIG_JWT_KEY=544e68498c28710b10af9dc9c7c9530951438f23
|
||||
DYNAMIC_CONFIG_PERMISSION_ENCRYPT_KEY=vOVH6sdmpNWjRRIqCc7rdxs01lwHzfr3
|
||||
DYNAMIC_CONFIG_JWT_KEY=544e
|
||||
DYNAMIC_CONFIG_PERMISSION_ENCRYPT_KEY=vOV
|
||||
DYNAMIC_CONFIG_JWT_EXPIRE_AT=3600
|
||||
DYNAMIC_CONFIG_JWT_REFRESH_EXPIRE_AT=7200
|
||||
DYNAMIC_CONFIG_GOOGLE_CLIENT_ID=466040660536-l5pq116jdp6cs3b58a7k4t52f5lpa5se.apps.googleusercontent.com
|
||||
@@ -63,7 +63,7 @@ DB_DSN=
|
||||
DB_HOSTNAME=localhost
|
||||
DB_USERNAME=root
|
||||
DB_PASSWORD=
|
||||
DB_DATABASE=created_by
|
||||
DB_DATABASE=mkd
|
||||
DB_DBDRIVER=mysqli
|
||||
DB_DBPREFIX=
|
||||
DB_PCONNECT=false
|
||||
|
||||
+1
-1
@@ -13,7 +13,7 @@ lerna-debug.log*
|
||||
|
||||
# Diagnostic reports (https://nodejs.org/api/report.html)
|
||||
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
|
||||
|
||||
.DS_Store
|
||||
# Runtime data
|
||||
pids
|
||||
*.pid
|
||||
|
||||
@@ -19,7 +19,7 @@ You can change the html or the css to do this task.<br>
|
||||
|
||||
### 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>
|
||||
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
|
||||
|
||||
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
|
||||
- each button should have data-val that contains the label of the option
|
||||
|
||||
@@ -15,17 +15,16 @@
|
||||
<div class="container">
|
||||
<div class="row firstRow">
|
||||
<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 class="row secondRow">
|
||||
<div class="columns">
|
||||
<h3 class="heading">
|
||||
Let’s start our journey to finding your perfect Skincare formula,
|
||||
Let’s start our journey
|
||||
<span class="underlineSpan">just for you</span>.
|
||||
</h3>
|
||||
<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
|
||||
your perfect formula.
|
||||
We are experts on skin and skincare actives..
|
||||
</p>
|
||||
<button id="beginButton" class="beginButton">LET'S BEGIN!</button>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user