Skip to content

Instantly share code, notes, and snippets.

View TomGalla11's full-sized avatar

Manuservus TomGalla11

View GitHub Profile
@TomGalla11
TomGalla11 / index.html
Created June 24, 2021 17:05
Weekly Coding Challenge #1 - Double slider Sign in/up Form - Desktop Only
<h2>Weekly Coding Challenge #1: Sign in/up Form</h2>
<div class="container" id="container">
<div class="form-container sign-up-container">
<form action="#">
<h1>Create Account</h1>
<div class="social-container">
<a href="#" class="social"><i class="fab fa-facebook-f"></i></a>
<a href="#" class="social"><i class="fab fa-google-plus-g"></i></a>
<a href="#" class="social"><i class="fab fa-linkedin-in"></i></a>
</div>
@TomGalla11
TomGalla11 / index.pug
Created June 24, 2021 06:08
Login Form - Diprella
doctype html
html(lang="es", dir="ltr")
head
meta(name="viewport", content="width=device-width, user-scalable=no, initial-scale=1.0")
meta(charset="utf-8")
link(rel="stylesheet", type="text/css", href="main.css")
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700;800&display=swap" rel="stylesheet">
body
'use strict';
const { spawn } = require('child_process');
const util = require('util');
const fs = require('fs-extra');
// eslint-disable-next-line import/order
const exec = util.promisify(require('child_process').exec);
const logOutput = name => data => console.log(`[${name}] ${data}`);
function run(videoData) {
@TomGalla11
TomGalla11 / readme.txt
Created November 26, 2020 20:27
Project 1
This is only a placeholder.
@TomGalla11
TomGalla11 / checkout-progress-bar.markdown
Created September 20, 2020 11:57
Checkout Progress Bar
@TomGalla11
TomGalla11 / checkout-form.markdown
Created September 20, 2020 10:35
Checkout Form
@TomGalla11
TomGalla11 / credit-card-checkout.markdown
Created September 20, 2020 10:00
Credit Card Checkout
@TomGalla11
TomGalla11 / iggetlatestposts.markdown
Created September 10, 2020 11:15
IGGetLatestPosts