A modern, professional portfolio and blog website showcasing my work in Agentic AI, Production ML, and Decision Intelligence.
Visit: ryanbieber.github.io
ryanbieber.github.io/
├── index.html # Landing page
├── resume.html # Full resume
├── projects.html # Project portfolio
├── blog.html # Blog listing
├── styles.css # Shared styles
├── blog/ # Blog posts directory
│ └── building-agentic-ai.html
└── README.md # This file
- Multi-page Navigation: Clean navigation between Home, Resume, Projects, and Blog
- Responsive Design: Mobile-friendly layout that works on all devices
- Modern Styling: Professional gradient headers and card-based layouts
- Blog System: Ready-to-use blog structure with sample posts
- Project Showcase: Highlight GitHub repos and production systems
- Fast Loading: No external dependencies, pure HTML/CSS
- Create a new HTML file in the
blog/directory - Use
blog/building-agentic-ai.htmlas a template - Add the post to
blog.htmlin the blog posts section - Update the date and content
Edit projects.html and add a new project card in the .project-grid section:
<div class="project">
<h3>Project Name</h3>
<div class="project-type">Type</div>
<p class="project-description">Description...</p>
<div class="project-tech">
<span class="tech-tag">Tech1</span>
<span class="tech-tag">Tech2</span>
</div>
<a href="link" target="_blank">View Project →</a>
</div>Edit resume.html to update your experience, skills, or education.
All styles are in styles.css. Key color variables:
- Primary gradient:
#667eeato#764ba2 - Accent color:
#667eea - Success color:
#27ae60
This site is deployed via GitHub Pages. Any push to the master branch will automatically update the live site.
- LinkedIn: linkedin.com/in/ryan-bieber
- GitHub: github.com/ryanbieber
Built with passion for AI and data science.