Skip to content

Instantly share code, notes, and snippets.

View nathfavour's full-sized avatar
👋
available!

nathfavour nathfavour

👋
available!
View GitHub Profile
@nathfavour
nathfavour / index.html
Created November 5, 2024 17:37
ScrollTrigger Image Zoom
<div class="wrapper">
<div class="content">
<section class="section hero"></section>
<section class="section gradient-purple"></section>
<section class="section gradient-blue"></section>
</div>
<div class="image-container">
<img src="https://assets-global.website-files.com/63ec206c5542613e2e5aa784/643312a6bc4ac122fc4e3afa_main%20home.webp" alt="image">
</div>
</div>
@nathfavour
nathfavour / google-logo-flutter.dart
Created September 23, 2024 01:40 — forked from lesliearkorful/google-logo-flutter.dart
Google's "G" logo purely drawn in Flutter
// written by @lesliearkorful
import 'package:flutter/material.dart';
void main() {
runApp(MyApp());
}
class MyApp extends StatelessWidget {
@override
Widget build(BuildContext context) {
@nathfavour
nathfavour / gist:b3adc4e7795c42d01652286abc6ef948
Created July 13, 2024 09:20
What is the possibility of building an operating sustem with Flutter and Rust?
What is the possibility of building an operating sustem with Flutter and Rust?
Flutter for the cross platform and adaptive UI
This operating system is designed to work on all screens and hardware
Rust is used for the low level and kernel stuffs.
@nathfavour
nathfavour / gist:850536c23a25412ce45f1a12f5b32018
Created July 21, 2023 06:04
random musings on a warm july morning...
# Keeping up with d artificial intelligashians😹