About admin

This author has not yet filled in any details.
So far admin has created 2 blog entries.

Jiu-Jitsu Notes July 2nd, 2025

Shit Grip To Triangle Posture-Up, Arm Pull-Out Lazy Forearm Armbar Straight to Triangle Pinch Knees, Cross-Feet Choke PINCH KNEES CROSS-FEET CHOKE PART 2 FLASH ARMBAR PART 1 Flash Armbar Part 2 Flash Armbar Part 3 Deep Collar Choke from Close Guard Close Guard Under Arm Cross Collar

By |2025-07-02T21:20:19-04:00July 2nd, 2025|0 Comments

Programming Blog July 10th, 2023

here is where I have done so far: First, HTML: <!DOCTYPE html> <html> <head> <title>Numair Qureshi</title> <linkrel="stylesheet"href="styles.css"> </head> <body> <div> <h1>Numair Qureshi</h1> </div> <div> <imgsrc="photo.jpg"id="photo"alt="Photo"> </img> </div> <div> <h2>Favorite Music Artists</h2> <ul> <li>The 1975</li> <li>Explosions In The Sky</li> <li>Jimmy Eat World</li> <li>Kings of Leon</li> <li>Queen</li> </ul> </div> <div> <h2>Favorite Films</h2> <ol> <li>The Prestige</li> <li>Step Brothers</li> <li>Inception</li> <li>The Shawshank Redemption</li> <li>Good Will Hunting</li> </ol> </div> <div> <ahref="https://www.meta.com">My Profile</a> </div> </body> </html> Next, CSS: img { border-width: 2px; border-style: solid; border-color: blue; } h1 { color: blue; } h2 { color: grey; } div { margin: 4px; }

By |2023-07-10T12:51:27-04:00July 10th, 2023|0 Comments
Go to Top