My personal portfolio website showcasing physics projects, data science work, and analytical skills.
Live site: https://ConstantlyTrying989.github.io
First-year physics student passionate about data science and statistical analysis. This portfolio highlights projects that combine fundamental physics with modern data analysis techniques, machine learning, and statistical methods.
- Clean, modern design - Dark theme with responsive layout
- Project showcase - Highlight your best work with descriptions, tech stack, and links
- Skills section - Organised by category (Languages, Data Science, Tools, etc.)
- Fully responsive - Works on desktop, tablet, and mobile
- Fast & lightweight - Pure HTML/CSS, no external dependencies
- Easy to customise - Simple HTML structure, easy to edit
Simply visit: https://ConstantlyTrying989.github.io
ConstantlyTrying989.github.io/
├── index.html # Main portfolio page
├── README.md # This file
└── LICENSE # License file
The colour scheme uses CSS variables. To change colours, find the :root section in the <style> tag:
:root {
--primary: #0f172a;
--accent: #0ea5e9;
--text: #e2e8f0;
}Uses Google Fonts (Merriweather for body, JetBrains Mono for code). Change in the <link> tag if desired.
Copy and paste the entire <div class="project-card"> block and edit the content.
All styling is in the <style> section. Modify CSS variables and properties to customise appearance.
- HTML5 - Semantic markup
- CSS3 - Flexbox, Grid, animations, gradients
- Google Fonts - Merriweather & JetBrains Mono
- Hosted on - GitHub Pages (free, built-in to GitHub)
Write clear, concise descriptions that answer:
- What did you build?
- Why did you build it?
- What was the result/outcome?
✅ Good: "Built a Python ML model to classify iris flowers using scikit-learn, achieving 96% accuracy with cross-validation"
❌ Poor: "Did a machine learning project"
List the actual tools and languages you used:
- Python, R, JavaScript
- Pandas, NumPy, SciPy
- Machine Learning, Statistics, Data Visualisation
- Git, GitHub, Jupyter
- Create a GitHub account at https://github.com
- Create a new repository named:
yourusername.github.io - Upload this
index.htmlfile - Your site is live at:
https://yourusername.github.io
That's it! No server costs, no hosting fees. Completely free.
- Edit
index.htmllocally - Commit and push to your GitHub repo (or upload the updated file via GitHub's web interface)
- Changes go live in 1-2 minutes
Works on all modern browsers:
- Chrome/Edge
- Firefox
- Safari
- Mobile browsers
This project is licensed under the MIT License - see the LICENSE file for details.
You are free to use this template for your portfolio. Attribution is appreciated but not required.
- Check the HTML comments in
index.htmlfor help - Edit the content between the HTML tags
- Save, commit, and refresh your GitHub Pages site
Built with HTML & CSS. Hosted on GitHub Pages.
Good luck with your portfolio! 🚀