Business Intelligence · Artificial Intelligence · Data Analytics · Research · Training
This repository contains the source code for Rui Ribeiro's personal website, focused on management, Business Intelligence, Artificial Intelligence, data analytics, training, and applied research.
The website is built with plain HTML, CSS, and JavaScript, includes Portuguese and English versions, and is deployed as a static site through GitHub Pages.
- Portuguese and English versions
- Professional and academic profile
- Business Intelligence and Artificial Intelligence focus areas
- Research, teaching, and training information
- Static blog linking to externally published articles
- Lightweight implementation without a front-end framework
- Deployment through GitHub Pages
| Technology | Purpose |
|---|---|
| HTML5 | Semantic website structure |
| CSS3 | Responsive layout and visual identity |
| JavaScript | Lightweight client-side interactions |
| GitHub Pages | Static website hosting and deployment |
ruialexrib.github.io/
├── index.html # Portuguese personal and professional profile
├── blog/
│ └── index.html # Portuguese external-article index
├── en/ # English website and blog
├── assets/ # Images, icons and visual assets
├── *.css # Website styles
├── script.js # Client-side interactions
├── LICENSE
└── README.md
The blog is a static collection of cards that link to articles published on external platforms.
To add a new article:
- Duplicate an existing
post-cardinblog/index.html. - Update the date, category, title, description, and external link.
- Add the translated card to
en/blog/index.html. - Keep the newest article at the top of both pages.
The full article remains on the external platform; the website presents a summary and a Read more link.
The website is designed for GitHub Pages. Push the files to the main branch and configure GitHub Pages to publish from the repository root.
The website's HTML, CSS, and JavaScript source code is available under the MIT License.
Personal and biographical content, article material, publications, visual identity, the RR monogram, favicon, and image assets are © 2026 Rui Ribeiro. All rights reserved. See the license file for details.