Project Overview
Obry is a modern personal portfolio HTML template built with the Bootstrap framework, designed for showcasing personal resumes, portfolios, and creative projects. The template includes three homepage styles, multiple inner page templates, and supports interactive effects such as smooth scrolling, number scroll animations, and Swiper carousels, all with responsive layout support.
Tech Stack
- HTML5 / CSS3 (SCSS source files)
- Bootstrap 5.x (grid system + base components)
- jQuery (DOM manipulation and interaction logic)
- Swiper.js (carousel component)
- Font Awesome 6 (icon library)
- Google Fonts (Poppins / Bricolage Grotesque / Rubik)
Project Structure
text
obryhtml-10/
├── documentation/ # Online documentation site
│ ├── index.html
│ └── assets/
│ ├── css/style.css
│ └── js/main.js
└── download version/ # Actual template files
├── index.html # Homepage (Version 1)
├── index-2.html # Homepage (Version 2)
├── index-3.html # Homepage (Version 3)
├── about.html
├── service.html
├── blog.html
├── contact.html
└── assets/
├── css/style.css
├── sass/style.scss # SCSS source file
└── js/main.js
Core File Description
download version/index.html— Main homepage template, includes navigation and hero sectiondownload version/assets/css/style.css— Compiled complete stylesheetdownload version/assets/sass/style.scss— SCSS source code, supports custom theme variablesdownload version/assets/js/main.js— Global interaction logic (preloader, Swiper initialization, counter animation, etc.)download version/assets/css/plugins.css— Third-party plugin styles collection (Swiper, Odometer, etc.)documentation/index.html— Template official documentation page
Quick Start
- Deploy the contents of the
download versionfolder to a web server or local development environment - Open
index.htmldirectly in a browser to preview - To modify styles, edit
assets/sass/style.scssand recompile using a Sass compiler
Usage Suggestions
- The template includes 3 homepage variants; choose the version that best fits your personal brand style before replacing content
- The pages extensively use CSS variables for colors and fonts; for a complete theme change, start by modifying the
:rootblock
