Skip to content

Instantly share code, notes, and snippets.

View skrece22's full-sized avatar

Santhoshkumar S skrece22

  • Erode. Tamilnadu, India
View GitHub Profile
@skrece22
skrece22 / design.js
Last active January 21, 2018 21:23
Pixel Art Maker - Project 3. Udacity Google Dev Challenge
$(window).on("load", function() {
$("button").attr("disabled", "disabled");
});
//Variables
const form = $("form");
const pixelCanvas = $("#pixel_canvas");
const colorPicker = $("#colorPicker");
let gridHeight = document.getElementById("input_height").value;
@skrece22
skrece22 / index.html
Last active December 28, 2017 18:15
Animal Trading Cards
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Animal Trading Cards</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
@skrece22
skrece22 / index.html
Created December 3, 2017 20:41
Google Dev Challenge: Project-1 Mockup to Article
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Humans vs Machines Blog</title>
</head>
<body>
<!-- This was adapted from: http://blog.udacity.com/2016/03/humans-vs-machines-an-ai-odyssey-2.html -->
<!-- Format this text to match the mockup exactly! -->
<h1>Humans vs. Machines: An AI Odyssey</h1>