Skip to content
View alison-mk's full-sized avatar
Block or Report

Block or report alison-mk

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. alisonleemckay-2020 alisonleemckay-2020 Public

    source code for my portfolio website!

    CSS 1 1

  2. Age verification cookie: Check cooki... Age verification cookie: Check cookie on every page load, display pop up window if no cookie is found. In every instance, set cookie to expire after one day. Live and in action here: http://www.leefoil.com/
    1
    ageVerify: function() {
    2
    	function setCookie(cname, cvalue, exdays) {
    3
    	    var d = new Date();
    4
    	    d.setTime(d.getTime() + (exdays*24*60*60*1000));
    5
    	    var expires = "expires="+d.toUTCString();
  3. alisonleemckay alisonleemckay Public

    source code for old portfolio website (c. 2016)

    PHP