Skip to content

Instantly share code, notes, and snippets.

View jeremypage's full-sized avatar

Jeremy Page jeremypage

  • Trafford Council
  • UK
View GitHub Profile

Search for: <(table|tr|td|p|div|span)[\S\s]*?\n?>

Replace with: &lt;$1&gt;

@jeremypage
jeremypage / sticky-footer-flexbox.html
Last active August 22, 2024 08:42
HTML / CSS: Sticky footer using Flexbox and Grid
@jeremypage
jeremypage / what3words.svg
Last active December 1, 2020 20:54
SVG: what3words logo
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@jeremypage
jeremypage / Local view menu
Created July 11, 2022 10:33 — forked from ps-team/Local view menu
Recreating the Contensis Local View Menu in Razor
@using Contensis.Framework.Web
@using Contensis.Framework.Web.Search
<ul class="sys_menu">
@{
// Loading jQuery through the Contensis API
AppContext.Current.Page.Scripts.RegisterJQuery();
if(CurrentNode != null) {
@jeremypage
jeremypage / codeswing.json
Last active April 10, 2023 08:22
Jekyll note styling
{
"scripts": [],
"styles": [
"https://cdnjs.cloudflare.com/ajax/libs/foundation/6.7.5/css/foundation.css"
]
}