A modern, responsive portfolio website showcasing my projects, resume, and skills for software engineering internship applications.
Live Site: https://plemery.github.io
- Responsive Design: Works seamlessly on desktop, tablet, and mobile devices
- Modern UI: Clean and professional design with smooth animations
- Projects Showcase: Three featured projects with live demos and source code
- Image Gallery: Dedicated gallery page for wheelchair assistive device project (23 images)
- Sections Include:
- Hero section with introduction
- About section with technical skills
- Projects showcase with working links
- Resume section with downloadable PDF
- Contact information with email, phone, and social links
- Full-stack iOS app with AI-powered grade tracking
- Tech: Swift, SwiftUI, Node.js, Express.js, OpenAI API, Vision Framework, PDFKit
- Features natural language processing and OCR document parsing
- Lead Engineer role designing ratchet mechanism for wheelchair propulsion
- 23 CAD images showcasing mechanical design and prototyping
- View full gallery at
wheelchair-gallery.html
- Web application with live exchange rates for 5 major currencies
- Tech: JavaScript, HTML/CSS, ExchangeRate API
- Live Demo: https://plemery.github.io/currency-converter/
- Source Code: https://github.com/PLemery/currency-converter
This portfolio is deployed using GitHub Pages:
- Repository: https://github.com/PLemery/PLemery.github.io
- Live Site: https://plemery.github.io
- Automatically deploys when changes are pushed to the
mainbranch
Edit the CSS variables in styles.css to change the color scheme:
:root {
--primary-color: #3b82f6; /* Main accent color */
--secondary-color: #8b5cf6; /* Secondary accent */
/* ... other colors */
}Change the gradient background in styles.css:
.hero {
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}Copy and paste a project card in index.html and update the content:
<div class="project-card">
<!-- Update content here -->
</div>- Keep it updated: Regularly add new projects and update your resume
- Quality over quantity: Showcase your 3-5 best projects
- Add metrics: Include specific achievements (e.g., "Improved performance by 40%")
- Make it easy to contact you: Ensure all contact links work
- Proofread: Check for typos and grammatical errors
- Test on mobile: Many recruiters will view your site on their phones
portfolio-website/
├── index.html # Main portfolio page
├── wheelchair-gallery.html # Wheelchair project gallery
├── styles.css # All styling
├── script.js # JavaScript for interactions
├── resume.pdf # Resume PDF (downloadable)
├── images/
│ └── wheelchair/ # Wheelchair project images (23 images)
│ ├── wheelchair-image-1.png
│ ├── wheelchair-image-2.png
│ └── ...
└── README.md # This file
- Email: parkerlemery@gmail.com
- Phone: (802) 238-8293
- LinkedIn: https://www.linkedin.com/in/parker-lemery
- GitHub: https://github.com/PLemery
- Location: Columbus, OH
© 2026 Parker Lemery. All rights reserved.