Skip to content

Instantly share code, notes, and snippets.

View gilbertoquinteroA's full-sized avatar

simon gilbertoquinteroA

View GitHub Profile
{
//name is for make the name of your extension chrome
"name": "Screenshot Free for Browser",
//version is for make what is the version of you extension
"version": "1.3",
// description is for make a description of you extension
"description": "Extesion Free for you take a Screenshot",
//Used by packaged apps to specify the app's background scripts.
"background": {
@gilbertoquinteroA
gilbertoquinteroA / ThemeformysiteFreelancer
Created April 20, 2018 17:53
ThemeformysiteFreelancer
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>jQuery Document Ready Demo</title>
<link rel="stylesheet" type="text/css" href="/examples/css/style.css">
<script src="https://code.jquery.com/jquery-1.12.4.min.js"></script>
<script type="text/javascript">
$(document).ready(function(){
@gilbertoquinteroA
gilbertoquinteroA / index.html
Created June 25, 2018 10:19
background random with JS
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>background random with JS</title>
script src="js.js"</>
</head>
<body>
<button>Change color</button>
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css" integrity="sha384-WskhaSGFgHYWDcbwN70/dfYBj47jz9qbsMId/iRN3ewGhXQFZCSftd1LZCfmhktB" crossorigin="anonymous">
var cats = React.createElement("p",null,"Cats");
const cats = <p>Cats</p>;
const App = () =>
<div className="app">
<h1>My App</h1>
</div>
<button onClick={props.saveEveryone}>Save The World</button>
const cats = [
{id: 1, name: "Sherlock"},
{id: 2, name: "Watson"}
]