Skip to content

Instantly share code, notes, and snippets.

View brunoblaise's full-sized avatar
💥

Mudacumura Brunoblaise brunoblaise

💥
View GitHub Profile
@Mif2006
Mif2006 / constants**index.ts
Created October 26, 2023 11:46
Code Snippets for the Space Portfolio Website
export const Skill_data = [
{
skill_name: "Html 5",
Image: "/html.png",
width: 80,
height: 80,
},
{
skill_name: "Css",
Image: "/css.png",
@alexwidua
alexwidua / ContentView.swift
Created July 4, 2023 17:07
SwiftUI Grid Animation
import SwiftUI
// 1. Use looped H/VStacks to create a grid
// 2. Conditionally increase spacing to grow/shrink the grid
// 3. Calculate the distance of each dot to the center and use the value to stagger the animation
//4. Add random delay on top of the staggered delay value
struct ContentView: View {
// const & state