Skip to content

Repository files navigation

ByBO — Build Your Brand Online

A small, hand-written static website used to teach students how to build and publish their own website. It's intentionally built with plain HTML, CSS and JavaScript (no framework, no build step) so every line is readable and easy to learn from.

Created for the Summer School on AI at CUNEF Universidad.

What's inside

File Purpose
index.html Landing page: hero, about, features, how it works, project origin
guide.html Interactive step-by-step guide (vertical stepper + detail panel)
faq.html Honest answers about what ByBO is and how to use it
style.css All styling — a dark theme driven by CSS variables in :root
script.js Navbar, scroll animations, animated counters, the guide stepper
resources/ Images and assets (e.g. the CUNEF logo)

Run it locally

It's a static site, so you only need a browser. The simplest options:

  • Just open the file — double-click index.html.

  • Use a local server (recommended, avoids path quirks):

    # Python 3 (built in on most machines)
    python3 -m http.server 8000
    # then open http://localhost:8000

    Or, in VS Code, install the Live Preview / Live Server extension and click Go Live.

Publish with GitHub Pages

  1. Push this folder to a GitHub repository.
  2. In the repository, go to Settings → Pages.
  3. Under Build and deployment, set Source to Deploy from a branch.
  4. Choose the main branch and the / (root) folder, then Save.
  5. Wait a minute — your site will be live at https://<your-username>.github.io/<your-repo>/.

The empty .nojekyll file tells GitHub Pages to serve the files as-is instead of running them through Jekyll.

Customize it

This site is your starting point. Try changing:

Happy building! 🚀

About

Build Your Brand Online - static web page to exemplify how to build and deploy your web page using AI agents and free tools.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages