oromo nres and views
# Oromo News & Views
A simple, fast, accessible static website delivering news, cultural stories,
and community perspectives for the Oromo people β hosted on **GitHub Pages**.
---
## π View the Live Site
**
yabo1234.github.io
---
## π» View Locally
No build step or server required:
1. **Clone or download** this repository:
```bash
git clone
github.com
cd oromo3.html
```
2. **Open** `index.html` directly in your browser:
- **macOS:** `open index.html`
- **Windows:** `start index.html`
- **Linux:** `xdg-open index.html`
- Or simply drag the file into any browser window.
That's it β the site is pure HTML + CSS with no dependencies to install.
---
## π File Structure
```
oromo3.html/
βββ index.html β Main entry page
βββ styles.css β Shared stylesheet (responsive, accessible)
βββ README.md β This file
```
---
## β¨ What Was Improved
| Area | Changes |
|---|---|
| **HTML validity** | Added ` `, `lang="en"`, ` `, ` ` |
| **Semantic structure** | Proper ` `, ` `, ` `, ` `, ` `, ` `, headings hierarchy |
| **Accessibility** | Skip-to-content link, `aria-label` / `aria-labelledby` / `aria-current`, `role` landmarks, `prefers-reduced-motion` support |
| **Responsiveness** | Mobile-first CSS, `clamp()` fluid typography, CSS Grid auto-fill cards, sticky header |
| **SEO** | Descriptive ` `, ` `, OpenGraph and Twitter Card tags |
| **Performance** | Single external stylesheet, no render-blocking scripts, tiny inline JS for the year only |
| **Design** | CSS custom properties (color tokens), smooth hover/focus transitions, accessible color contrast |
| **Cleanup** | Consistent formatting, `prefers-reduced-motion` media query for users who prefer less animation |
---
## π§ GitHub Pages Setup
1. Go to **Settings β Pages** in the repository.
2. Set **Source** to the `main` branch, root (`/`) folder.
3. Click **Save** β the site will be live at `
yabo1234.github.io`.
---
## π Follow-up S β¦