Skip to content
View hughzak's full-sized avatar

Block or report hughzak

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
hughzak/README.md
<title>Hughzak School of Nursing and Midwifery</title> <style> :root { --navy: #2A5C8A; --blue: #4A90E2; --light: #E8F4FD; } body { font-family: 'Arial', sans-serif; margin: 0; } .hero { background: var(--light); text-align: center; padding: 4rem 1rem; } .hero h1 { color: var(--navy); font-size: 2.5rem; } .cta-button { background: var(--blue); color: white; padding: 1rem 2rem; border: none; border-radius: 5px; font-size: 1.2rem; cursor: pointer; } .courses { padding: 2rem; display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 1rem; } .course-card { border: 1px solid var(--light); border-radius: 10px; padding: 1rem; } .course-card h3 { color: var(--navy); } .tag { background: var(--navy); color: white; padding: 0.3rem 0.6rem; border-radius: 3px; display: inline-block; font-size: 0.8rem; } </style>

Hughzak School of Nursing and Midwifery

Join 1,000+ students who aced their OSCEs with us!

Explore Courses
<!-- Key Features -->
<section class="features" style="padding: 2rem; background: white;">
    <div style="text-align: center; margin-bottom: 2rem;">
        <h2 style="color: var(--navy);">Why Choose Hughzak?</h2>
    </div>
    <div style="display: flex; justify-content: center; gap: 2rem; flex-wrap: wrap;">
        <div style="text-align: center; max-width: 250px;">
            <h3>🎓 Exam-Focused Courses</h3>
            <p>OSCE, NCLEX, and certification prep included.</p>
        </div>
        <div style="text-align: center; max-width: 250px;">
            <h3>📚 Free Study Resources</h3>
            <p>Download cheat sheets, flashcards, and more.</p>
        </div>
    </div>
</section>

<!-- Course Grid -->
<section class="courses">
    <div class="course-card">
        <span class="tag">OSCE-Aligned</span>
        <h3>Pediatric Nursing Exam Mastery</h3>
        <p>4 Weeks | $59</p>
        <button class="cta-button" style="background: var(--navy);">Enroll Now</button>
    </div>
    <div class="course-card">
        <span class="tag">Live Classes</span>
        <h3>Surgical Nursing Bootcamp</h3>
        <p>4 Weeks | $69</p>
        <button class="cta-button" style="background: var(--navy);">Enroll Now</button>
    </div>
</section>

<!-- Testimonials -->
<section style="padding: 2rem; background: var(--light);">
    <h2 style="text-align: center; color: var(--navy);">Student Success Stories</h2>
    <div style="text-align: center; margin-top: 1rem;">
        <blockquote>"Hughzak’s OB/GYN module helped me ace my OSCE stations!" – Sarah, RN</blockquote>
    </div>
</section>

Popular repositories Loading

  1. hughzak hughzak Public

    Config files for my GitHub profile.