This repository contains the source code for my personal portfolio website.
I built this site to present my projects, skills, and areas of interest in a simple and clean way.
The website is hosted on AWS S3 and delivered using AWS CloudFront, which helps it load fast and securely from anywhere.
👉 http://christina-portfolio2.s3-website-us-east-1.amazonaws.com
- HTML, CSS, JavaScript
- AWS S3 (Static Website Hosting)
- AWS CloudFront (Content Delivery Network)
- Git & GitHub
- All static files are stored in an Amazon S3 bucket
- The site is served through CloudFront for better performance
- HTTPS is enabled via CloudFront
- AWS configuration is kept separate from the source code for security
portfolio/ ├── index.html ├── assets/ │ ├── css/ │ ├── js/ │ └── images/ ├── screenshots/ │ ├── homepage.png │ ├── projects.png │ ├── s3-bucket.png │ └── cloudfront.png └── README.md
- Responsive layout for desktop and mobile
- Clean and minimal design
- Sections for projects, skills, and background
- Cloud-hosted and production-ready setup
I’m interested in Cloud Computing, AI/ML, and Full-Stack Development.
This portfolio is part of my learning journey and is continuously evolving as I explore new technologies.
🔗 LinkedIn: https://www.linkedin.com/in/christina-sharon-s-8886ab328
This repository contains only the frontend source code.
AWS services (S3 and CloudFront) are used only for deployment and are not included here.