Skip to content

Instantly share code, notes, and snippets.

View kentastudillo's full-sized avatar
💻
(╯°□°)╯︵ ┻━┻

Kent Astudillo kentastudillo

💻
(╯°□°)╯︵ ┻━┻
View GitHub Profile
@kentastudillo
kentastudillo / media-query.css
Created April 11, 2018 11:36 — forked from gokulkrishh/media-query.css
CSS Media Queries for Desktop, Tablet, Mobile.
/*
##Device = Desktops
##Screen = 1281px to higher resolution desktops
*/
@media (min-width: 1281px) {
//CSS
@kentastudillo
kentastudillo / README-Template.md
Created March 24, 2018 01:17 — forked from PurpleBooth/README-Template.md
A template to make good README.md

Project Title

One Paragraph of project description goes here

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

@kentastudillo
kentastudillo / README.md
Created March 24, 2018 01:17 — forked from jxson/README.md
README.md template

Synopsis

At the top of the file there should be a short introduction and/ or overview that explains what the project is. This description should match descriptions added for package managers (Gemspec, package.json, etc.)

Code Example

Show what the library does as concisely as possible, developers should be able to figure out how your project solves their problem by looking at the code example. Make sure the API you are showing off is obvious, and that your code is short and concise.

Motivation