π Jenrich Portfolio (Streamlit Web App)
A modern, interactive personal portfolio website built using Streamlit and Python, showcasing my skills, projects, achievements, and contact information with a clean UI and custom design.
π Overview
This project is a multi-page Streamlit portfolio web app designed to present my personal profile as a Computer Science student. It includes interactive pages such as About Me, Skills, Projects, Contact, and FAQ.
The design features a dark overlay background with green theme accents for a modern and aesthetic UI.
β¨ Features π Home page introduction π€ About Me section with achievements & education π» Skills with progress bars πΌ Projects showcase with images π Contact form (name, email, message) β FAQ page with search function π¨ Custom UI styling (background image, glass effect sidebar) π Navigation using Streamlit multipage system π Green-themed modern portfolio design
π οΈ Tech Stack Python π Streamlit π HTML/CSS (for custom styling) PIL (for image handling)
π Project Structure portfolio/ βββ Home.py βββ pages/ β βββ 2_π€_About.py β βββ 3_β‘_Skills.py β βββ 4_πΌ_Projects.py β βββ 5_π_Contact.py β βββ 6_β_FAQ.py β βββ img/ β βββ main.jpg β βββ Project1.png β βββ Project2.png β βββ Project3.png β βββ requirements.txt βββ README.md
π Installation & Setup
- Clone the repository git clone https://github.com/yourusername/portfolio.git cd portfolio
- Install dependencies pip install -r requirements.txt
- Run the Streamlit app streamlit run Home.py
π― How It Works The Home page introduces the portfolio owner Sidebar navigation allows switching between pages Each page contains a different section of the portfolio: About β background & achievements Skills β progress bars & tools Projects β visual project showcase Contact β message form FAQ β searchable Q&A system
π¨ UI Design Background image with dark overlay π Glass-style sidebar effect β¨ Green accent color theme π Responsive centered layout Styled buttons with hover effects
π€ Author Jenrich Bargo
π Computer Science Student π¨ Graphic Designer πΈ Photographer π₯ Videographer
π§ Email: jenrichbargo11@gmail.com
πΈ Instagram: itzur_jeen π Facebook: Jen rich Bernaldo Bargo
π Achievements Highlight Deanβs Lister Hackathon 2025 β 3rd Runner Up PicoCTF Awardee GDF Season 5 Awardee (Multiple Categories) π License
This project is for educational and portfolio purposes. You are free to use or modify it with credit.
β Final Note
This project demonstrates:
Frontend UI design using Streamlit Multipage web app structure Interactive Python applications Custom CSS styling integration