Skip to content

Commit

Permalink
Merge pull request #651 from Shinsina/credspark-hcp-home
Browse files Browse the repository at this point in the history
Credspark HCP homepage
  • Loading branch information
Shinsina authored Feb 13, 2024
2 parents 8b4764a + 86acb69 commit 2043842
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
1 change: 1 addition & 0 deletions sites/healthcarepackaging.com/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
"dependencies": {
"@parameter1/base-cms-marko-core": "^4.42.0",
"@parameter1/base-cms-marko-web": "^4.42.0",
"@parameter1/base-cms-marko-web-deferred-script-loader": "^4.40.3",
"@parameter1/base-cms-marko-web-gam": "^4.40.3",
"@parameter1/base-cms-marko-web-gcse": "^4.40.3",
"@parameter1/base-cms-marko-web-gtm": "^4.40.3",
Expand Down
3 changes: 3 additions & 0 deletions sites/healthcarepackaging.com/server/styles/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -88,4 +88,7 @@ $theme-site-navbar-secondary-font-size: 16px !default;
height: 10px;
z-index: 9000;
}
#credsparkQuiz {
min-height: 450px;
}
/*! critical:end */
11 changes: 11 additions & 0 deletions sites/healthcarepackaging.com/server/templates/index.marko
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,17 @@ $ const queryParams = {
</div>
</@section>

<@section>
<marko-web-deferred-script-loader-register
name="credspark-hcp-home"
src="https://app.credspark.com/assessments/community-poll-answer-to-see-how-others-answered-421f60b76653d/embed_script.js"
on="load"
request-frame=true
target-tag="head"
/>
<div id="credsparkQuiz" class="credsparkQuiz" data-quiz-id="community-poll-answer-to-see-how-others-answered-421f60b76653d"></div>
</@section>

<@section>
<global-published-content-list-deck-block
section-ids=[33324, 33333, 33338]
Expand Down

0 comments on commit 2043842

Please sign in to comment.