Skip to content

Instantly share code, notes, and snippets.

View paintsis's full-sized avatar

Sherwin González paintsis

View GitHub Profile
<div class="flex justify-center items-center h-screen ">
<div class="mx-auto text-center bg-white px-4 sm:px-8 py-10 rounded-xl shadow">
<header class="mb-8">
<h1 class="text-2xl font-bold mb-1">Verificacion de token</h1>
<p class="text-[15px] text-slate-500">Ingrese el token</p>
</header>
<form [formGroup]="frmOtp">
<div class="flex items-center justify-center gap-3">
<input
#input1
<div>
<nav class="bg-white border-b border-gray-200 fixed z-30 w-full">
<div class="px-3 py-3 lg:px-5 lg:pl-3">
<div class="flex items-center justify-between">
<div class="flex items-center justify-start">
<button id="toggleSidebarMobile" aria-expanded="true" aria-controls="sidebar" class="lg:hidden mr-2 text-gray-600 hover:text-gray-900 cursor-pointer p-2 hover:bg-gray-100 focus:bg-gray-100 focus:ring-2 focus:ring-gray-100 rounded">
<svg id="toggleSidebarMobileHamburger" class="w-6 h-6" fill="currentColor" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" d="M3 5a1 1 0 011-1h12a1 1 0 110 2H4a1 1 0 01-1-1zM3 10a1 1 0 011-1h6a1 1 0 110 2H4a1 1 0 01-1-1zM3 15a1 1 0 011-1h12a1 1 0 110 2H4a1 1 0 01-1-1z" clip-rule="evenodd"></path>
</svg>
<svg id="toggleSidebarMobileClose" class="w-6 h-6 hidden" fill="currentColor" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
@paintsis
paintsis / nuevo.html
Created December 21, 2023 01:21
formulario
<div class="container mx-auto px-4 h-full py-5 md:py-20">
<div class="flex content-center items-center justify-center h-full">
<div class="w-full lg:w-6/12 px-4">
<div
class=" flex flex-col min-w-0 break-words w-full mb-6 shadow-lg rounded-2xl bg-slate-200 border-0">
<div class="rounded-t mb-0 px-6 py-6">
<div class="text-center mb-2">
<h6 class="text-blueGray-500 text-sm font-bold">Nuevo</h6>
</div>

Windows habilitar habilitar en Power Shell la ejecución de script

Set-ExecutionPolicy -Scope CurrentUser -ExecutionPolicy RemoteSigned

Instalar Angular como admnistrador o como ROOT

npm install -g @angular/cli

@paintsis
paintsis / configurar-node-ts.md
Created November 27, 2023 17:04 — forked from Klerith/configurar-node-ts.md
Node con TypeScript - TS-Node-dev simplificado

Node con TypeScript - TS-Node-dev (preferido)

  1. Instalar TypeScript y demás dependencias
npm i -D typescript @types/node ts-node-dev rimraf
  1. Inicializar el archivo de configuración de TypeScript ( Se puede configurar al gusto)
npx tsc --init --outDir dist/ --rootDir src
@paintsis
paintsis / instalaciones-linkedin-node.md
Created November 27, 2023 17:04 — forked from Klerith/instalaciones-linkedin-node.md
Instalaciones recomendadas para el curso de Node - CleanArchitecture para LinkedIn
http://ctf.infosecinstitute.com/
## Level 1:
View the source, at the top we see:
<!-- infosec_flagis_welcome -->
Level 1 PASS: infosec_flagis_welcome