A personal portfolio website built with plain HTML and CSS.
This repository contains the source code for my portfolio site, where I present my profile, technical skills, selected projects, and contact details in a custom green-themed design.
The goal of this project is to create a portfolio that feels personal, clean, and visually distinct while staying simple to maintain. It is a static website, so it loads fast and can be hosted easily on GitHub Pages.
- Custom portfolio landing page with a unique green visual style
- Profile section with background, skills, and education
- Toolbox section for technologies, software, and AI tools
- Project showcase with a featured thesis project and archive cards
- Contact section with GitHub and email links
- Automatic age calculation based on birthday using JavaScript
- Responsive layout for desktop, tablet, and mobile screens
- HTML5
- CSS3
- JavaScript
- Google Fonts
.
|-- index.html
|-- style.css
|-- README.md
|-- me.jpg
|-- github-icon.png
|-- google-icon.png
|-- facebook-icon.png
`-- instagram-icon.png
Since this is a static website, you do not need to install dependencies.
- Clone the repository:
git clone https://github.com/CTCaingcoy/CTCaingcoy.github.io.git- Open the project folder.
- Launch
index.htmlin your browser.
If you use VS Code, you can also run it with the Live Server extension for a smoother preview experience.
You can easily update the portfolio by editing these files:
index.htmlfor content, sections, projects, and contact linksstyle.cssfor colors, layout, spacing, and responsive design
To personalize it further, you can:
- Replace
me.jpgwith a different profile photo - Add real project links or screenshots
- Update the skills list as your stack grows
- Change colors and typography to match your own style
This project is suitable for GitHub Pages hosting.
If this repository is connected to GitHub Pages, updates pushed to the main branch can be published as your live portfolio site.
Christian Caingcoy
- GitHub: CTCaingcoy
- Email: christian.tomaclas22@gmail.com
This project is for personal portfolio use.