Skip to content

Commit

Permalink
credits z-index bug
Browse files Browse the repository at this point in the history
  • Loading branch information
nonlinear committed Mar 26, 2021
1 parent 5bac532 commit a4f1ad5
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 21 deletions.
42 changes: 21 additions & 21 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,50 +31,50 @@ Features are per page so you only load what you need, to ensure performance.

👍 is ready to use, 🧪 is in testing, ⏳ is soon

- `p5js` 👍
- 👍 `p5js`
- installs [p5js library](https://p5js.org/)
- `no-scroll` 👍
- 👍 `no-scroll`
- prevents scroll
- `no-zoom` 👍
- 👍 `no-zoom`
- prevents zoom
- `modernizr` 👍
- 👍 `modernizr`
- installs [modernizr](https://modernizr.com/) and [detectizr](https://github.com/barisaydinoglu/Detectizr#detectizr) libraries
- `ml5js` 👍
- 👍 `ml5js`
- installs [ml5js library](https://ml5js.org/)
- `jquery` 👍
- 👍 `jquery`
- installs [jquery library](https://jquery.com/)
- `style` 👍
- 👍 `style`
- accepts your [hugo main.scss](https://gohugo.io/hugo-pipes/scss-sass/)
- make sure you have `main.scss` ready
- `no-credits` 👍
- 👍 `no-credits`
- removes **praxis / play** credits
- `no-text-select` 👍
- 👍 `no-text-select`
- prevents text selection (globally)
- `revealjs` 👍
- 👍 `revealjs`
- installs [revealjs library](https://revealjs.com/)
- wrap each slide in `<section>` for it to work
- use `revealjs[theme]` for themes ([view complete list](https://revealjs.com/themes/))
- `magazine` 🧪
- 🧪 `magazine`
- a variation of revealjs with magazine ratios
- `bootstrap`
- `bootstrap`
- installs bootstrap CSS and JS, plus popper and tooltip/popover activation
- `redirect`
- `redirect`
- redirects page (maybe a shortcode?)
- `favicon`
- `favicon`
- adds favicon for all browsers and devices
- `open-graph`
- `open-graph`
- adds all open-graph features (for facebook ,twitter, etc)
- `request-motion`
- `request-motion`
- modal intercept requesting gyroscope permissions (should only appear if browser HAS this function)
- `smooth-scroll`
- `smooth-scroll`
- forces smooth scrolling when internal navigation
- `no-nav`
- `no-nav`
- removes top browser navigation (maybe PWA is better?)
- `request-location`
- `request-location`
- modal intercept requesting location permissions
- `request-camera`
- `request-camera`
- modal intercept requesting camera permissions
- `fullbleed`
- `fullbleed`
- moves canvas to bg, below HTML


Expand Down
1 change: 1 addition & 0 deletions layouts/partials/credits.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
justify-content: center;
background: rgba(0, 0, 0, .6);
transition: all .4s;
z-index: 1000 !important;

}

Expand Down

0 comments on commit a4f1ad5

Please sign in to comment.