Skip to content

Instantly share code, notes, and snippets.

@joel-extremo
joel-extremo / campaign_create_form.json
Created August 1, 2018 19:03
campaign create form
{
"verticals": [
{
"id": 1,
"name": "Main Stream",
"subverticals": [
{
"id": 4,
"name": "Sweeptakes"
},
{
"campaign": {
"id": 2,
"name": "test",
"vertical": {
"id": 2,
"name": "Adult"
},
"subvertical": null,
"publisher": null,
@joel-extremo
joel-extremo / campaing_stats.json
Created August 1, 2018 19:34
get campaing stats
{
"campaign": {
"id": 1,
"name": "test2",
"rules": [
{
"id": 109,
"name": "Rule #1",
"spects": "Country (Argentina - Armenia) Carrier (orange) ",
"offers": [
@joel-extremo
joel-extremo / get_data_parent.json
Created August 13, 2018 19:50
get data parent
{
"firstname" : "Juan",
"lastname" : "Rodriguez",
"email" : "jmrv002@gmail.com",
"children" : [
{
"id" : 1,
"firstname" : "Marcos",
"lastname" : "Rodriguez"
},
@joel-extremo
joel-extremo / parent sync device.json
Created August 13, 2018 20:00
parent sync device
{
"key#1": {
"id": 1,
"student_id" : 1,
"name": "refuerzo de fracciones",
"expiration_date": "2018-03-23 02:08:01",
"blocks": {
"key#1": {
"id": 1,
"name": "",
@joel-extremo
joel-extremo / about.html
Last active August 15, 2018 10:55
About Me
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Portfolio</title>
<link rel="shortcut icon" type="image/x-icon" href="img/favicon.ico"/>
@joel-extremo
joel-extremo / about_me.css
Last active August 17, 2018 01:36
About Me CSS
* { box-sizing: border-box; }
.container {
margin: 0 auto;
width: 80%;
}
.image img{
width: 100%;
}
@joel-extremo
joel-extremo / about_me.css
Last active August 18, 2018 00:56
About Me CSS
* { box-sizing: border-box; }
.container {
margin: 0 auto;
width: 80%;
}
.image img{
width: 100%;
}
@joel-extremo
joel-extremo / contact.html
Created August 18, 2018 04:16
Contact Styles
<!DOCTYPE html>
<html lang="en">
<head>
<title>Contact</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- fontawesome -->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.2.0/css/all.css" integrity="sha384-hWVjflwFxL6sNzntih27bfxkr27PmbbK/iSvJ+a4+0owXq79v+lsFkW54bOGbiDQ" crossorigin="anonymous">
@joel-extremo
joel-extremo / about.html
Last active August 3, 2022 21:34
Nav Bar
<!DOCTYPE html>
<html lang="en">
<head>
<title>About Me</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- google font -->
<link href="https://fonts.googleapis.com/css?family=PT+Sans|Unica+One" rel="stylesheet">