"Untitled"
Bootstrap 4.1.1 Snippet by CCNPcertification

<link href="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/js/bootstrap.min.js"></script> <script src="//cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script> <!------ Include the above in your HEAD tag ----------> <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0"/> <title>CCNP Certification Training</title> <link href="https://fonts.googleapis.com/css2?family=Syne:wght@400;600;700;800&family=IBM+Plex+Mono:wght@400;500&family=Lora:wght@400;500&display=swap" rel="stylesheet"/> <style> *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; } :root { --cisco-dark: #0d1b2a; --cisco-mid: #1b2f45; --cisco-navy: #1d3557; --cisco-blue: #0077b5; --cisco-accent: #00bceb; --cisco-light: #a8dadc; --cisco-white: #f0f4f8; --cisco-muted: #8ba3b8; --gold: #e2b04a; --gold-light: #f5d080; } body { background: var(--cisco-dark); color: var(--cisco-white); font-family: 'Lora', serif; min-height: 100vh; overflow-x: hidden; } /* ── grid bg ── */ body::before { content: ''; position: fixed; inset: 0; background-image: linear-gradient(rgba(0,188,235,0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(0,188,235,0.04) 1px, transparent 1px); background-size: 48px 48px; pointer-events: none; z-index: 0; } .container { position: relative; z-index: 1; max-width: 900px; margin: 0 auto; padding: 3rem 2rem 4rem; } /* ── HERO ROW ── */ .row { margin-bottom: 3rem; } .hero-kicker { font-family: 'IBM Plex Mono', monospace; font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--cisco-accent); display: flex; align-items: center; gap: 10px; margin-bottom: 1rem; opacity: 0; animation: fadeUp 0.6s 0.1s ease forwards; } .hero-kicker::before { content: ''; display: inline-block; width: 28px; height: 1px; background: var(--cisco-accent); } h2.hero-title { font-family: 'Syne', sans-serif; font-size: clamp(28px, 5vw, 48px); font-weight: 800; line-height: 1.1; color: var(--cisco-white); margin-bottom: 0.5rem; opacity: 0; animation: fadeUp 0.6s 0.25s ease forwards; } h2.hero-title span { color: var(--cisco-accent); } .hero-sub { font-size: 16px; color: var(--cisco-muted); font-weight: 400; line-height: 1.6; max-width: 560px; margin-top: 1rem; opacity: 0; animation: fadeUp 0.6s 0.4s ease forwards; } /* ── BADGE ROW ── */ .badge-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 1.5rem; opacity: 0; animation: fadeUp 0.6s 0.55s ease forwards; } .badge { font-family: 'IBM Plex Mono', monospace; font-size: 11px; letter-spacing: 0.06em; padding: 5px 14px; border-radius: 20px; border: 1px solid; font-weight: 500; } .badge-blue { color: var(--cisco-accent); border-color: rgba(0,188,235,0.4); background: rgba(0,188,235,0.08); } .badge-gold { color: var(--gold-light); border-color: rgba(226,176,74,0.4); background: rgba(226,176,74,0.08); } .badge-gray { color: var(--cisco-muted); border-color: rgba(139,163,184,0.3); background: rgba(139,163,184,0.06); } /* ── DIVIDER ── */ .divider { height: 1px; background: linear-gradient(90deg, var(--cisco-accent), transparent); margin: 2.5rem 0; opacity: 0; animation: fadeIn 0.8s 0.7s ease forwards; } /* ── ABOUT ── */ .about-body { font-size: 15px; line-height: 1.85; color: #c5d8e8; font-weight: 400; opacity: 0; animation: fadeUp 0.6s 0.8s ease forwards; } /* ── TRACKS ── */ .section-heading { font-family: 'Syne', sans-serif; font-size: 13px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--cisco-accent); margin-bottom: 1.25rem; display: flex; align-items: center; gap: 10px; opacity: 0; animation: fadeUp 0.6s 0.9s ease forwards; } .section-heading::after { content: ''; flex: 1; height: 1px; background: rgba(0,188,235,0.2); } .tracks-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 14px; opacity: 0; animation: fadeUp 0.6s 1s ease forwards; } .track-card { background: var(--cisco-mid); border: 1px solid rgba(0,188,235,0.12); border-radius: 10px; padding: 18px 20px; cursor: default; transition: border-color 0.2s, transform 0.2s; position: relative; overflow: hidden; } .track-card::after { content: ''; position: absolute; top: 0; left: 0; width: 3px; height: 100%; background: var(--cisco-accent); transform: scaleY(0); transform-origin: bottom; transition: transform 0.25s ease; border-radius: 3px 0 0 3px; } .track-card:hover { border-color: rgba(0,188,235,0.35); transform: translateY(-2px); } .track-card:hover::after { transform: scaleY(1); } .track-icon { font-size: 22px; margin-bottom: 10px; display: block; } .track-name { font-family: 'Syne', sans-serif; font-size: 14px; font-weight: 700; color: var(--cisco-white); margin-bottom: 4px; } .track-desc { font-size: 12px; color: var(--cisco-muted); line-height: 1.5; } /* ── STATS ── */ .stats-row { display: flex; flex-wrap: wrap; gap: 12px; opacity: 0; animation: fadeUp 0.6s 1.1s ease forwards; } .stat-box { flex: 1; min-width: 100px; background: var(--cisco-mid); border: 1px solid rgba(0,188,235,0.1); border-radius: 10px; padding: 16px; text-align: center; } .stat-num { font-family: 'Syne', sans-serif; font-size: 26px; font-weight: 800; color: var(--cisco-accent); display: block; line-height: 1; margin-bottom: 4px; } .stat-lbl { font-family: 'IBM Plex Mono', monospace; font-size: 10px; letter-spacing: 0.06em; color: var(--cisco-muted); text-transform: uppercase; } /* ── CTA ── */ .cta-wrap { margin-top: 2.5rem; opacity: 0; animation: fadeUp 0.6s 1.2s ease forwards; display: flex; gap: 14px; flex-wrap: wrap; align-items: center; } .btn-primary { font-family: 'IBM Plex Mono', monospace; font-size: 12px; letter-spacing: 0.08em; text-transform: uppercase; padding: 12px 28px; background: var(--cisco-accent); color: var(--cisco-dark); border: none; border-radius: 6px; cursor: pointer; font-weight: 500; transition: background 0.2s, transform 0.15s; } .btn-primary:hover { background: #00d8ff; transform: translateY(-1px); } .btn-outline { font-family: 'IBM Plex Mono', monospace; font-size: 12px; letter-spacing: 0.08em; text-transform: uppercase; padding: 12px 28px; background: transparent; color: var(--cisco-accent); border: 1px solid rgba(0,188,235,0.45); border-radius: 6px; cursor: pointer; font-weight: 500; transition: background 0.2s, border-color 0.2s; } .btn-outline:hover { background: rgba(0,188,235,0.08); border-color: var(--cisco-accent); } /* ── ANIMATED COUNTER ── */ @keyframes fadeUp { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } } @keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } } /* ── TABS ── */ .tabs-wrap { margin-top: 3rem; opacity: 0; animation: fadeUp 0.6s 0.95s ease forwards; } .tabs-nav { display: flex; gap: 0; border-bottom: 1px solid rgba(0,188,235,0.15); margin-bottom: 0; } .tab-btn { font-family: 'IBM Plex Mono', monospace; font-size: 12px; letter-spacing: 0.08em; text-transform: uppercase; padding: 10px 22px; background: transparent; color: var(--cisco-muted); border: none; border-bottom: 2px solid transparent; cursor: pointer; transition: color 0.2s, border-color 0.2s; margin-bottom: -1px; } .tab-btn.active { color: var(--cisco-accent); border-bottom-color: var(--cisco-accent); } .tab-btn:hover:not(.active) { color: var(--cisco-light); } .tab-panel { display: none; padding: 1.5rem 0; } .tab-panel.active { display: block; } .tab-panel ul { list-style: none; display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 8px; } .tab-panel ul li { font-size: 13.5px; color: #c5d8e8; padding: 6px 0 6px 18px; position: relative; line-height: 1.5; } .tab-panel ul li::before { content: '▸'; color: var(--cisco-accent); position: absolute; left: 0; font-size: 11px; top: 8px; } .tab-panel p { font-size: 14px; color: #c5d8e8; line-height: 1.8; } .prereq-list { list-style: none; display: flex; flex-direction: column; gap: 8px; } .prereq-list li { padding: 10px 14px; background: rgba(0,188,235,0.05); border: 1px solid rgba(0,188,235,0.12); border-radius: 6px; font-size: 13px; color: #c5d8e8; } /* ── NAV BAR ── */ .site-nav { position: relative; z-index: 10; background: rgba(13,27,42,0.92); border-bottom: 1px solid rgba(0,188,235,0.12); backdrop-filter: blur(10px); padding: 0 2rem; } .nav-inner { max-width: 900px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; height: 56px; gap: 1rem; } .nav-logo { font-family: 'Syne', sans-serif; font-size: 14px; font-weight: 800; color: var(--cisco-accent); letter-spacing: 0.06em; text-decoration: none; white-space: nowrap; } .nav-links { display: flex; align-items: center; gap: 6px; flex-wrap: wrap; } .nav-pill { font-family: 'IBM Plex Mono', monospace; font-size: 11px; letter-spacing: 0.07em; text-transform: uppercase; display: inline-flex; align-items: center; gap: 6px; padding: 7px 16px; border-radius: 20px; border: 1px solid rgba(0,188,235,0.28); background: rgba(0,188,235,0.06); color: var(--cisco-muted); text-decoration: none; white-space: nowrap; transition: background 0.2s, border-color 0.2s, color 0.2s; } .nav-pill:hover { background: rgba(0,188,235,0.12); border-color: rgba(0,188,235,0.5); color: var(--cisco-white); } .nav-pill-accent { border-color: rgba(0,188,235,0.45); background: rgba(0,188,235,0.1); color: var(--cisco-accent); } .nav-pill-accent:hover { background: rgba(0,188,235,0.2); border-color: var(--cisco-accent); color: #fff; } .nav-sep { width: 1px; height: 22px; background: rgba(0,188,235,0.15); margin: 0 4px; } @media (max-width: 640px) { .nav-inner { height: auto; flex-direction: column; align-items: flex-start; padding: 10px 0; gap: 10px; } .nav-links { flex-direction: column; align-items: flex-start; gap: 8px; width: 100%; } .nav-pill { width: 100%; justify-content: center; } } </style> </head> <body> <!-- ── SITE NAV ── --> <nav class="site-nav" aria-label="Site navigation"> <div class="nav-inner"> <a class="nav-logo" href="#" aria-label="Site home">CCNP Training</a> <div class="nav-links"> <a class="nav-pill" href="https://www.sprintzeal.com/" target="_blank" rel="noopener">

Questions / Comments: