Skip to content

Instantly share code, notes, and snippets.

View nativerez's full-sized avatar
🏠
Working from home

Jamie Wallace nativerez

🏠
Working from home
View GitHub Profile
Response status code: 200
Response text: [
{
"id": 189398,
"title": "It would be helpful to be able to send notifications to a specific employee rather than the whole organisation.",
"description": "It would allow me to send reminders to specific employees that they have a task to complete.",
"resolution": null,
"status": "new",
"status_name": "Not Reviewed",
"vendor_id": 4548,
(function ($) {
$.fn.googlePlaces = function (options) {
// This is the easiest way to have default options.
var settings = $.extend({
// These are the defaults.
header: "Google Reviews",
footer: '',
maxRows: 6,
minRating: 4,
[
{
"id": 1,
"fullname": "Holly Wood",
"firstname": "Holly",
"lastname": "Wood",
"email": "holly.wood@getnada.com",
"job": "Talent Scout",
"image": "https://i.pravatar.cc/64",
"dob": "1964/12/20",
[
{
"id": 1,
"fullname": "Holly Wood",
"firstname": "Holly",
"lastname": "Wood",
"email": "holly.wood@getnada.com",
"job": "Talent Scout",
"image": "https://i.pravatar.cc/64"
},
@nativerez
nativerez / gallerycomponent.html
Last active November 27, 2020 13:06
Jekyll section loop
<section id="section-{{ section.title | slugify }}" class="">
<div class="carousel gallery01-main">
{% assign gallery_images = section.images %}
{% for item in gallery_images %}
<div class="carousel-cell w-full h-large">
<img class="w-full h-full object-cover" data-flickity-lazyload="{{ item }}" src="{{ item }}" alt="">
</div>
{% endfor %}
</div>
@nativerez
nativerez / nhs-login-button.css
Last active January 15, 2020 16:55
NHS Login button
/* 1. remove inner text */
/* 2. need to add .nhs class to button */
/* 3. download and re-host image before deploying */
.accountButton.nhs {
background-color: #005EB8;
color: #fff;
border: 1px solid #005EB8;
display: flex;
align-items: center;
@nativerez
nativerez / flipclock.markdown
Last active August 9, 2019 14:06
FlipClock