Skip to content

Instantly share code, notes, and snippets.

View razor303Jc's full-sized avatar

jc razor303Jc

  • Looking For Work
  • UK
  • 04:11 (UTC -12:00)
View GitHub Profile

Responsive Design Cheatsheet

Mobile-First Media Queries

/* Base styles (mobile) - 0px and up */
.element {
  /* Default mobile styles */
}

CSS Cheatsheet

Selectors

/* Basic Selectors */
*                   /* Universal */
element             /* Type */
.class              /* Class */
#id                 /* ID */

HTML5 Cheatsheet

Document Structure

<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="UTF-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
@razor303Jc
razor303Jc / jira-complete-study-guide.md
Created September 8, 2025 07:14
A comprehensive guide to mastering JIRA for agile project management, from basics to advanced enterprise implementation.
@razor303Jc
razor303Jc / Complete Agile Scrum Master Certification Training Notes
Last active September 8, 2025 07:09
GitHub Copilot Notes For Udemy Course
Professional Scrum Master I (PSM I) Certification Preparation - 2024 Edition_
## 📚 Course Overview
This comprehensive training is designed to help you master the Scrum framework and Agile mindset, preparing you to pass the Professional Scrum Master I (PSM I) certification on your first attempt.
**🎯 Learning Objectives:**
- Master the Scrum framework and Agile principles
- Develop the mindset of a Professional Scrum Master