Skip to content

Instantly share code, notes, and snippets.

View Lord1Egypt's full-sized avatar

Mohamed Mounir Ali AL Keshita Lord1Egypt

View GitHub Profile
@Lord1Egypt
Lord1Egypt / get-current-fee.markdown
Created February 15, 2024 08:02
Get Current Fee
@Lord1Egypt
Lord1Egypt / fetch-all-transactions-of-a-wallet.markdown
Created February 15, 2024 08:02
Fetch All Transactions of a Wallet
@Lord1Egypt
Lord1Egypt / eth-rpc-get-block-number.markdown
Created February 15, 2024 08:01
ETH RPC - get Block Number
@Lord1Egypt
Lord1Egypt / get-all-nfts-the-wallet-holds.markdown
Created February 15, 2024 08:00
Get all NFTs the wallet holds
@Lord1Egypt
Lord1Egypt / index.html
Created February 15, 2024 08:00
Marketing: Get Tron Account
<html>
<head>
<meta charset="utf-8" />
<title>Get Tron Account</title>
<script src="https://cdn.skypack.dev/@tatumcom/js"></script>
<script src="./app.js"></script>
</head>
<body>
<div id='form'>
@Lord1Egypt
Lord1Egypt / index.html
Created February 15, 2024 07:59
Marketing: Celebrity Wallet Address
<html>
<head>
<meta charset="utf-8" />
<title>See Any Wallet's ETH Balance</title>
<script type="module" src="https://cdn.skypack.dev/@tatumio/tatum"></script>
</head>
<body>
<h1>See Ethereum Wallet Balance</h1>
@Lord1Egypt
Lord1Egypt / index.html
Created February 15, 2024 07:58
Marketing: Tron Energy Price
<html>
<head>
<meta charset="utf-8" />
<title>Get Energy Prices</title>
</head>
<body>
<div id="form">
<h2>Calculate Tron Energy Prices</h2>
<button id="fetch">Calculate Prices</button>
@Lord1Egypt
Lord1Egypt / index.html
Created February 15, 2024 07:58
Modern Button Styles - 45 CSS Only Buttons
<body class="bg-gray-50">
<!-- Section Start -->
<section class="section pt-28 pb-20" id="home">
<div class="mx-10">
<div class="lg:flex justify-center">
<div class="text-center">
<div class="text-center">
<h1 class="text-4xl font-semibold leading-[50px] tracking-wide text-transparent bg-clip-text bg-gradient-to-l from-pink-400 to-blue-600 mb-10">
45 CSS Only Modern Button Styles
</h1>
@Lord1Egypt
Lord1Egypt / alpaca-peck.markdown
Created February 15, 2024 07:57
Alpaca Peck 💋

Alpaca Peck 💋

These two young alpacas are in love. Can you help them make a connection?

Built with Matter.js physics & custom psuedo-rigging.

2017-01-26: Updated to a fixed size to prevent alignment issues at certain screen sizes.

A Pen by Shaw on CodePen.

@Lord1Egypt
Lord1Egypt / index.html
Created February 15, 2024 07:56
Responsive Image Carousel ( Animation )
<main>
<ul class='slider'>
<li class='item' style="background-image: url('https://cdn.mos.cms.futurecdn.net/dP3N4qnEZ4tCTCLq59iysd.jpg')">
<div class='content'>
<h2 class='title'>"Lossless Youths"</h2>
<p class='description'> Lorem ipsum, dolor sit amet consectetur
adipisicing elit. Tempore fuga voluptatum, iure corporis inventore
praesentium nisi. Id laboriosam ipsam enim. </p>
<button>Read More</button>
</div>