Coder Social home page Coder Social logo

charmed-osm.com's People

Contributors

albertkol avatar anasereijo avatar anthonydillon avatar bartaz avatar bethcollins92 avatar caldav avatar carkod avatar deadlight avatar dependabot[bot] avatar jkfran avatar jpmartinspt avatar meltysnow avatar minkyngkm avatar mtruj013 avatar nottrobin avatar petesfrench avatar renovate-bot avatar renovate[bot] avatar samhotep avatar solazio avatar sowasred2012 avatar steverydz avatar tbille avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

charmed-osm.com's Issues

Confusing vertical spacing in “Integration” section

1. Go to charmed-osm.com
2. Scroll to the “Integration” section

What you see: The first section is much closer to the “Integration” heading than it is to the second section. This gives the appearance that “Integration” is a heading just for the first section, not for the whole of this block.

charmed-osm

(This is on a phone screen, but the issue is the same on a desktop.)

What you should see: some combination of

  • more margin below “Integration”, and
  • less margin above+below the horizontal rules, and maybe even
  • a horizontal rule above “Any Kubernetes” as well.

Contact modal should be NPM module

The dynamic-contact-form.js is a file for the contact pop up modal used in multiple repos - it should be made into an NPM module which can be installed.

Action Required: Fix Renovate Configuration

There is an error with this repository's Renovate configuration that needs to be fixed. As a precaution, Renovate will stop PRs until it is resolved.

Error type: undefined

Add cookie policy and update GTM

On the site

in package.json

"@canonical/cookie-policy": "3.0.2",

in templates/partial/_footer.html

<a href="" class="js-revoke-cookie-manager">Manage your tracker settings</a>

add the js (depends on site)

static/js/base.js

import { cookiePolicy } from "@canonical/cookie-policy";
cookiePolicy();

or

<script src="/static/js/modules/cookie-policy/cookie-policy.js"></script>
<script src="/static/js/modules/global-nav/global-nav.js"></script>
<script>
  canonicalGlobalNav.createNav({
    maxWidth: '72rem',
  });
  cpNs.cookiePolicy();
</script>

add to scss

static/sass/styles.scss

// import cookie policy
@import "@canonical/cookie-policy/build/css/cookie-policy";

On the GTM

  1. add variable - _cookies_accepted
  2. add trigger - All pages && cookie (all or functionality) - page view regex match (all|functionality)
    3.add trigger - All pages && cookie (all or performance) - regex match (all|performance)
  3. add these to the triggers based on [this sheet](https://docs.google.com/spreadsheets/d/1PQEmbJPEG-76FLtLVOO271615V5aor66UhxfomZF-lo/edit#gid=0}
  4. tracker track pageview for cookie acceptance for pageview
  5. trigger - custom track pageview event on event pageview

performance

  • ga
  • crazyegg
  • usabilla
  • vimeo
  • google optimise

functionality

  • linked in
  • livechat
  • facebook
  • twitter
  • bombora
  • google adwords
  • Marketo Munchkin

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.