Skip to content
This repository has been archived by the owner on May 17, 2024. It is now read-only.

Commit

Permalink
feat(alchemer): remove alchemer survey (#3648)
Browse files Browse the repository at this point in the history
  • Loading branch information
techtolentino authored Feb 14, 2024
1 parent b233136 commit 67eefd9
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 74 deletions.
4 changes: 0 additions & 4 deletions ARCHITECTURE.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,6 @@ We fetch content from [Airtable](https://airtable.com/) during our builds for pr

This content is then stored in JSON files and used to be displayed in the website.

### Alchemer

We use [Alchemer](https://www.alchemer.com/) to get feedback from our visitors.

### Carbon Web Components

We use web components from the [Carbon Web Components](https://github.com/carbon-design-system/carbon-for-ibm-dotcom) component library.
Expand Down
14 changes: 0 additions & 14 deletions assets/scss/_alchemer.scss

This file was deleted.

1 change: 0 additions & 1 deletion assets/scss/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
);
@use "@carbon/styles/scss/reset";
@use "carbon";
@use "./_alchemer";
@use "./_typography";
@include carbon.grid-css-grid;
@include carbon.grid-flex-grid;
Expand Down
42 changes: 0 additions & 42 deletions components/Ui/UiAlchemerSurveyTrigger.vue

This file was deleted.

1 change: 0 additions & 1 deletion layouts/default.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
<slot />
</main>
<LayoutFooter />
<UiAlchemerSurveyTrigger />
</div>
</template>

Expand Down
12 changes: 0 additions & 12 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,18 +39,6 @@ export default defineNuxtConfig({

css: ["~/assets/scss/main.scss"],

app: {
head: {
script: [
// Alchemer Beacon
{
children: `(function(d,e,j,h,f,c,b){d.SurveyGizmoBeacon=f;d[f]=d[f]||function(){(d[f].q=d[f].q||[]).push(arguments)};c=e.createElement(j),b=e.getElementsByTagName(j)[0];c.async=1;c.src=h;b.parentNode.insertBefore(c,b)})(window,document,'script','//d2bnxibecyz4h5.cloudfront.net/runtimejs/intercept/intercept.js','sg_beacon');sg_beacon('init','MzI0MTk0LTBjOWMxOGI3ZDVkMTg3ZGE0MmQ2ZjNkMTg0NDZjYjkxMTdkNDExMWFkYzQ0ZGIxNGY4');`,
body: true,
},
],
},
},

hooks: {
"build:before": async () => {
if (IS_PRODUCTION || GENERATE_CONTENT) {
Expand Down

0 comments on commit 67eefd9

Please sign in to comment.