Skip to content
View berinyuy's full-sized avatar

Block or report berinyuy

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse
berinyuy/README.md

Maryland Municipal League Black Caucus — Website

Client preview site for the Maryland Municipal League Black Caucus, built from the approved homepage mockup. Static HTML/CSS/JS — no build step required.

Tagline: Developing Leaders. Advancing Communities. Shaping Maryland's Future.

Structure

index.html      — full homepage (all sections)
css/styles.css  — site styles (maroon/gold/cream palette from the mockup)
js/main.js      — mobile nav + events carousel

Deploying to Vercel (shareable client link)

  1. Go to vercel.com and sign in (with GitHub is easiest).
  2. Click Add New… → Project and import this repository.
  3. Framework Preset: Other. Leave build command and output directory empty (it's a static site served from the repo root).
  4. Click Deploy. In under a minute you'll get a live URL like https://<project-name>.vercel.app — share that with the client.
  5. Every push to the production branch automatically redeploys the site.

Tip: if the repo is private and you want the client to view without a Vercel login, make sure Deployment Protection is off for the project (Vercel dashboard → Project → Settings → Deployment Protection).

Placeholders to replace with client assets

The client (Natalie) is providing assets via Dropbox. Swap these when they arrive:

Asset Where it goes
Official logo index.html — the two .logo-placeholder blocks (header + footer). Drop the file in assets/ and replace the inline SVG with an <img>.
Hero photo .photo-placeholder-hero block in the hero section
Maryland map graphic .map-placeholder block in the About section
Strategic-priority icons The three .priority-icon blocks (currently placeholder SVGs)
Mid-section (Academy) background photo .academy section background in css/styles.css
Event photos + confirmed dates .photo-placeholder-sm blocks in the three .event-cards
News photos .photo-placeholder-news blocks in the From the Caucus section
Real phone number Footer — currently (410) 000-0000
Social media URLs Footer .social-links hrefs (currently #)

Local preview

Any static server works, e.g.:

python3 -m http.server 8080

Then open http://localhost:8080.

Popular repositories Loading

  1. market-enabler market-enabler Public

    Automatically exported from code.google.com/p/market-enabler

    Java

  2. berinyuy berinyuy Public

    Config files for my GitHub profile.

    HTML

  3. CMSC389T---Class CMSC389T---Class Public

    Python

  4. MyFirstRepo MyFirstRepo Public

  5. bndofor.github.io bndofor.github.io Public

    Forked from cmsc389T-fall21/cmsc389T-web-template

    Project 5 Website Template

    HTML

  6. Games Games Public

    Forked from CharlesPikachu/Games

    Create interesting games by pure python.

    Python