Objetivo del evento:
- Aprender a hacer landing pages.
Metricas a juzgar:
- Que tan poco viable es la idea. Mientras menos viable y mas sci-fi, mejor.
- Hacer una landing page que venda esta idea y convenza de comprar esta idea.
Posibles ideas:
| <script> | |
| // your custom component using a Badge for demo | |
| import Badge from '@/components/Badge.svelte' | |
| // renderComponent is the magic | |
| import { | |
| createSvelteTable, | |
| createColumnHelper, | |
| renderComponent, |
| [ | |
| { | |
| "Clave": 601, | |
| "Descripción": "General de Ley Personas Morales" | |
| }, | |
| { | |
| "Clave": 603, | |
| "Descripción": "Personas Morales con Fines no Lucrativos" | |
| }, | |
| { |
| export $(grep -v '^#' .env | xargs) |
| organization = {YOUR_ORGANIZATION_PROFILE_NAME use 'default' if no multiple organizations} | |
| ecr_id = {YOUR_AWS_ACCOUNT_ID} | |
| project_name = {YOUR_ECR_PROJECT_NAME} | |
| aws_region = {AWS_REGION} | |
| git_sha = $(shell git rev-parse --short=8 HEAD) | |
| docker-login: | |
| $(aws --region $(aws_region) ecr get-login-password \ | |
| | docker login \ | |
| --password-stdin \ |
| import React, {useState, useEffect} from 'react'; | |
| import axios from 'axios'; | |
| export default function imagesUpload() { | |
| const [file, setFile] = useState(); | |
| const [awsUrl, setAwsUrl] = useState(null); | |
| useEffect(() => { | |
| axios.get('http://localhost:3001/presignedUrl') | |
| .then(r => setAwsUrl(r.data)) |
| 'use strict'; | |
| const Hapi = require('@hapi/hapi'); | |
| const AWS = require("aws-sdk"); | |
| const { v4: uuidv4 } = require('uuid'); | |
| const queryString = require('query-string'); | |
| AWS.config.update({region: 'us-west-2'}); | |
| const s3 = new AWS.S3({ |
| server { | |
| #listen 80; | |
| listen 80 default_server; | |
| listen [::]:80 default_server; | |
| listen [::]:443 ssl ipv6only=on; # managed by Certbot | |
| listen 443 ssl; | |
| # listen 443 default_server; | |
| # managed by Certbot |
| [ | |
| { | |
| "id": 4592, | |
| "lat": 25.686718, | |
| "long": -100.322927, | |
| "group": "Monterrey", | |
| "name": "Bernardo Reyes", | |
| "type": "Urbana con Tienda", | |
| "address": "Av. Colón #100 Ote., esq. Bernardo Reyes, Col. Central. Monterrey, N.L.", | |
| "municipio_id": 29, |
Objetivo del evento:
Metricas a juzgar:
Posibles ideas: