Author: Ilana-Mahmea Siegel
This is a simple HTTP/CSS/JS page built with Bootstrap. It's a typical personal website, providing some information about my career path, experience, skills, projects and hobbies.
I created this site as part of my Northeastern University CS5610 Web Development class in fall 2022.
My objectives were
- To become familiar with HTML, CSS, Bootstrap and JavaScript through hands-on practice and experimentation, and
- To create a personal website that I can link to for both personal and professional use.
I used the following technologies:
- Figma – for planning and page mock-ups.
- HTML – for site and page structure.
- CSS – for page styling (primarily color choice).
- Bootstrap – for page styling (responsive grid, tabs, carousel, cards, etc.).
- JavaScript – for the typing effect on the landing page.
Want to know more? See my
This page is mostly static, with a little JavaScript.
You can view and interact with it at m-siegel.github.io.
To run it on your computer, clone this repo, navigate to it in the command line, then launch a web server e.g. via http-server, python -m http.server 8080, or reload -b.
- A computer with access to a browser and the internet.
- Dependencies listed in package.json:
- bootstrap 5.2.1
- eslint-config-prettier 8.5.0


