Skip to content

Instantly share code, notes, and snippets.

View ridwanmalik's full-sized avatar
😎
Playing with code

Ridwan Malik ridwanmalik

😎
Playing with code
View GitHub Profile
{
"matches": [],
"trainings": [
{
"id": null,
"type": "trainings",
"start_time": "2025-07-22 20:09:00",
"squad": {
"id": 1,
"name": "Tokkio FC",
{
"status": "success",
"data": [
{
"id": 56,
"parent_id": null,
"start_time": "2025-04-29 20:09",
"date": "2025-04-29",
"title": "Ball Control",
"description": "1. Dynamic Warm‑Up (5 min)\n\nLight jog with toe touches and side shuffles.\n\nAdd “pull‑backs”: stop the ball with the sole, swivel, and push it back.\n\n2. Juggling Progression (5 min)\n\nStart with thighs only: 10 touches, keep it low.\n\nAdd alternating feet: work up to 20 in a row.\n\nChallenge: control the rebound above your head and drop it into your hands.\n\n3. Inside‑Outside Slalom (10 min)\n\nSet 5 cones ~1 m apart.",
const screens = [
{
title: '',
body: '',
data: {
route: 'SquadNavigator/Home',
prams: {
squad_slug: 'squadSlug',
},
},
@ridwanmalik
ridwanmalik / button
Created November 24, 2024 17:44
button
.btn {
@apply text-sm px-5 py-2.5 font-medium text-center text-gray-900 bg-white border border-gray-200 rounded-lg hover:bg-gray-100 focus:ring-4 focus:outline-none focus:ring-gray-200;
}
.btn:is(a) {
@apply inline-block;
}
/* Button Colors */
.btn-theme {