Skip to content

Instantly share code, notes, and snippets.

View Rb-tech-byte's full-sized avatar

wolinet Rb-tech-byte

View GitHub Profile
@Rb-tech-byte
Rb-tech-byte / build_web3_apps.md
Created March 23, 2023 13:47 — forked from nguyer/build_web3_apps.md
Build Ethereum Web3 Apps Quickly Using the Latest Tools

Workshop Guide - Building Apps on FireFly

Welcome! We're glad you're here! This is the guide that we will be going through during the workshop.

Before the workshop

IMPORTANT: Please make sure you have installed the software listed in this section before the workshop so that we can hit the ground running when the workshop starts.

Install Docker

@Rb-tech-byte
Rb-tech-byte / google-android-lollipop.markdown
Created February 25, 2021 23:18
Google Android Lollipop

Google Android Lollipop

The interface of Android lollipop lockscreen & some other page with the use of restart Css animation script and css icon designed. Moreover i add the jquery touch event to unlock the phone (swipeleft camera, swiperight dialer, swipeup unlock)

A Pen by RENATUS BERNARDO on CodePen.

License.

@Rb-tech-byte
Rb-tech-byte / google-android-lollipop.markdown
Created February 25, 2021 20:49
Google Android Lollipop

Google Android Lollipop

The interface of Android lollipop lockscreen & some other page with the use of restart Css animation script and css icon designed. Moreover i add the jquery touch event to unlock the phone (swipeleft camera, swiperight dialer, swipeup unlock)

A Pen by RENATUS BERNARDO on CodePen.

License.

@Rb-tech-byte
Rb-tech-byte / index.html
Created October 2, 2020 09:27
Youtube API Complete
<div class="container">
<header>
<img src="C:\Users\25576\Desktop\WEN-STORE.COM\Logo.png" alt="Logo">
</header>
<section id="video">
<iframe width="560" height="315"
src="https://www.youtube.com/embed/VaQMQUH00GM?start=2" frameborder="0"
allow="accelerometer;
@Rb-tech-byte
Rb-tech-byte / index.html
Created October 2, 2020 09:27
Youtube API Complete
<div class="container">
<header>
<img src="C:\Users\25576\Desktop\WEN-STORE.COM\Logo.png" alt="Logo">
</header>
<section id="video">
<iframe width="560" height="315"
src="https://www.youtube.com/embed/VaQMQUH00GM?start=2" frameborder="0"
allow="accelerometer;
@Rb-tech-byte
Rb-tech-byte / index.html
Created October 2, 2020 09:16
Youtube API Complete
<div class="container">
<header>
<img src="https://richardmiddleton.me/projects/youtube/images/logo.png" alt="" class="logo">
</header>
<section id="video">
</section>
@Rb-tech-byte
Rb-tech-byte / index.html
Created September 14, 2020 00:53
Youtube API Complete
<div class="container">
<header>
<img src="https://richardmiddleton.me/projects/youtube/images/logo.png" alt="" class="logo">
</header>
<section id="video">
</section>
@Rb-tech-byte
Rb-tech-byte / index.html
Created September 11, 2020 21:38
Youtube Iframe API in React
<style> body {margin: 0;padding: 0;}</style>
<div id="app"></div>
@Rb-tech-byte
Rb-tech-byte / index.html
Created August 11, 2020 11:36
React Chat
<section id="chatApp" class="chatApp">
<div class="chatApp__loaderWrapper">
<div class="chatApp__loaderText">Loading...</div>
<div class="chatApp__loader"></div>
</div>
</section>
@Rb-tech-byte
Rb-tech-byte / index.html
Created August 11, 2020 11:36
React Chat
<section id="chatApp" class="chatApp">
<div class="chatApp__loaderWrapper">
<div class="chatApp__loaderText">Loading...</div>
<div class="chatApp__loader"></div>
</div>
</section>