Skip to content

Instantly share code, notes, and snippets.

@Ashon-G
Ashon-G / index.html
Created June 7, 2023 23:19
Terminal Component with Decorators, TypeScript, and Unocss
<div class="light outer" data-theme="light">
<section class="inner">
<div class="relative">
<template id="v-terminal-content">
<!-- start user code -->
<pre slot="tabpanel" id="panel-4-1" aria-labelledby="tab-4-1" tabindex="0" class="code-outer line-numbers-bg"><code class="code"><span class="line"><span style="color: #db889a;">is</span><span style="color: #ECEFF4">.</span><span style="color: #88C0D0">string</span><span style="color: #D8DEE9FF">(</span><span style="color: #A3BE8C">value</span><span style="color: #ECEFF499">: unknown</span><span style="color: #D8DEE9FF">)</span> <span style="color: #81A1C1">=&gt;</span> <span style="color: #A3BE8C">value</span> <span style="color: #ECEFF499">is</span> <span style="color: #d4976c">string</span><span style="color:#ECEFF499">;</span></span><span class="line"><span style="color: #db889a;">is</span><span style="color: #ECEFF4">.</span><span style="color: #d4976c;">assert</span><span style="color: #ECEFF4">.</span><span
@Ashon-G
Ashon-G / credit-application.html
Created May 30, 2023 01:21
Credit application source code
<!DOCTYPE html>
<html data-wf-page="6460a7c33cd46f90282a5dd3" data-wf-site="6460a7c33cd46f90282a5d8b">
<head>
<meta charset="utf-8">
<title>form</title>
<meta content="width=device-width, initial-scale=1" name="viewport">
<meta content="Webflow" name="generator">
<link href="css/normalize.css" rel="stylesheet" type="text/css">
<link href="css/webflow.css" rel="stylesheet" type="text/css">
<link href="css/form-3b7b0b.webflow.css" rel="stylesheet" type="text/css">
@Ashon-G
Ashon-G / index.html
Created May 4, 2023 10:54
Infographic Roadmap
<div id="cursor">
<div id="circle"></div>
</div>
<br>
</br>
<div id="infographic" class="d-flex flex-column align-items-center py-5">
<div class="step one text-primary">
<div class="circle">
<i class="fas fa-meteor"></i>
@Ashon-G
Ashon-G / .deps...npm...hardhat...console.sol
Created January 18, 2023 17:59
Created using remix-ide: Realtime Ethereum Contract Compiler and Runtime. Load this file by pasting this gists URL or ID at https://remix.ethereum.org/#version=soljson-v0.8.13+commit.abaa5c0e.js&optimize=false&runs=200&gist=
// SPDX-License-Identifier: MIT
pragma solidity >= 0.4.22 <0.9.0;
library console {
address constant CONSOLE_ADDRESS = address(0x000000000000000000636F6e736F6c652e6c6f67);
function _sendLogPayload(bytes memory payload) private view {
uint256 payloadLength = payload.length;
address consoleAddress = CONSOLE_ADDRESS;
assembly {
@Ashon-G
Ashon-G / define-your-destiny.markdown
Created January 15, 2023 03:58
Define Your Destiny
@Ashon-G
Ashon-G / finzaar.markdown
Last active January 12, 2023 09:01
Finzaar
@Ashon-G
Ashon-G / business-plan.markdown
Created January 11, 2023 11:53
Business Plan
@Ashon-G
Ashon-G / index.html
Created December 8, 2022 06:03
Parallax Scrolling Landing Page
<!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.0">
<title>Parallax Scrolling Effect with CSS & Vanilla Javascript</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
@Ashon-G
Ashon-G / cool-symbol.markdown
Created November 12, 2022 01:45
Cool Symbol

Cool Symbol

Tweaking clip-path to create a hollow triangle shape and adding to it a pseudo element with an animated conic-gradient to create a rotating "shine" effect.

A Pen by Paulo Nunes on CodePen.

License.