A modern, minimalist portfolio website designed specifically for learning analysts and data professionals in education. Features elegant typography, background photography, and a focus on clarity and impact.
- π¨ Minimal & Modern Design - Clean, professional aesthetic that highlights your work
- πΈ Background Photography - Dramatic photo backgrounds with elegant overlays
- π― Purpose-Built - Specifically designed for learning analytics professionals
- π Data-Focused - Showcase your analytics projects and impact metrics
- π± Fully Responsive - Perfect on all devices
- β‘ HTML & CSS Only - No JavaScript required, pure simplicity
- π¨ Sophisticated Color Palette - Professional yet artistic color scheme
This template uses a sophisticated, professional color scheme:
- Space Indigo (#22223b) - Primary dark for text and backgrounds
- Dusty Grape (#4a4e69) - Secondary text and elements
- Lilac Ash (#9a8c98) - Mid-tone accents and highlights
- Almond Silk (#c9ada7) - Light accents and CTAs
- Parchment (#f2e9e4) - Lightest background color
Modern, accessible, web-safe fonts:
- Poppins - Headlines and display text (modern, bold)
- Inter - Body text (highly readable, professional)
Both fonts are loaded from Google Fonts for optimal performance and accessibility.
analyst-portfolio/
βββ index.html # Home page with hero and featured work
βββ about.html # Expertise, approach, and background
βββ work.html # Detailed project case studies
βββ contact.html # Contact form and services
βββ styles.css # Complete styling
βββ README.md # This file
Update All Pages:
- Replace "Your Name" throughout all files
- Update hero section with your value proposition
- Fill in About page with your expertise and background
- Add your actual projects to Work page
- Update contact information
Add Background Photos: The template uses placeholder backgrounds. To add real photos:
- Prepare your images (recommended: 1920x1080px)
- Save them in an
imagesfolder - Update CSS background-image URLs:
/* In styles.css, find these lines: */
.hero-bg {
background-image: linear-gradient(...), url('images/hero-photo.jpg');
}
.header-bg {
background-image: linear-gradient(...), url('images/header-photo.jpg');
}
.cta-bg, .stats-bg {
background-image: linear-gradient(...), url('images/cta-photo.jpg');
}Photo Tips:
- Use high-quality, professional images
- Images with depth/layers work well
- Darker images work better with text overlays
- Unsplash.com has great free professional photos
Each project card includes:
- Challenge - The problem you were solving
- Solution - Your analytical approach
- Impact - Measurable results and outcomes
- Tags - Tools and methodologies used
Update the work.html file with your actual projects, metrics, and achievements.
Edit styles.css (lines 8-12):
:root {
--space-indigo: #22223b;
--dusty-grape: #4a4e69;
--lilac-ash: #9a8c98;
--almond-silk: #c9ada7;
--parchment: #f2e9e4;
}- Create repository:
your-username.github.io - Upload all files including images folder
- Site automatically available at:
https://your-username.github.io
- Create any repository (e.g.,
portfolio) - Upload files
- Settings β Pages β Select main branch
- Site at:
https://your-username.github.io/portfolio
The contact form needs a backend service:
- Sign up at formspree.io
- Create new form
- In
contact.html, update form tag:<form class="contact-form" action="https://formspree.io/f/YOUR_FORM_ID" method="POST">
Be Specific with Metrics:
- Number of learners analyzed
- Percentage improvements achieved
- Cost savings or ROI demonstrated
- Completion rate increases
- Time saved for stakeholders
Show Your Process:
- What data sources you used
- Analytical methods applied
- Tools and technologies employed
- How insights led to action
Communicate Impact:
- Focus on outcomes, not just outputs
- Connect analysis to real-world results
- Show before/after comparisons
- Include stakeholder testimonials when possible
For each project in work.html, ensure you include:
- Context - Organization type, scale, challenge
- Your Role - What you specifically did
- Methodology - Analytical approach and tools
- Deliverables - Dashboards, reports, recommendations
- Impact - Quantifiable results and decisions influenced
Technical Skills Section:
- List specific tools (Python, R, Tableau, SQL, etc.)
- Mention statistical methods you're proficient in
- Include certifications or training
- Show breadth and depth of expertise
Professional Background:
- Years of experience
- Types of organizations you've worked with
- Academic credentials
- Publications or presentations
- Learning Analysts - Showcase data analysis and insights
- Educational Data Scientists - Demonstrate technical expertise
- Research Analysts - Present program evaluations
- Assessment Specialists - Display psychometric work
- Instructional Designers - Show data-driven design decisions
- EdTech Professionals - Highlight analytics capabilities
- HTML5 - Semantic markup
- CSS3 - Modern styling with Grid, Flexbox, CSS Variables
- Google Fonts - Poppins & Inter
- No JavaScript - Pure HTML/CSS for maximum simplicity and accessibility
β
Chrome/Edge (latest)
β
Firefox (latest)
β
Safari (latest)
β
Mobile browsers
This template embodies:
- Clarity - Information is easy to find and understand
- Minimalism - No unnecessary elements, focus on content
- Professionalism - Sophisticated design that builds credibility
- Impact - Design supports rather than overshadows your work
Create blog.html:
<!-- Use similar structure to work.html -->
<!-- Replace project cards with blog post previews -->In About page:
<a href="your-resume.pdf" class="btn btn-primary" download>Download Resume</a>In About page, after Timeline:
<section class="publications">
<h2>Publications & Presentations</h2>
<!-- List your papers, conference talks, etc. -->
</section>You can use different photos for different pages/sections:
.page-header {
background-image: url('images/about-bg.jpg');
}
.cta {
background-image: url('images/contact-bg.jpg');
}If you're building your portfolio, consider showcasing expertise in:
Programming & Analysis:
- Python (pandas, scikit-learn, matplotlib, seaborn)
- R (tidyverse, ggplot2, caret)
- SQL
- Statistical analysis
Visualization:
- Tableau
- Power BI
- matplotlib/seaborn
- D3.js
Learning Analytics Platforms:
- LMS data (Canvas, Moodle, Blackboard)
- xAPI/SCORM
- Google Analytics
- Custom dashboards
Improvements welcome! Feel free to:
- Fork this repository
- Create enhancements
- Submit pull requests
Free to use for personal and commercial projects. Attribution appreciated but not required.
If you use this template:
- Star this repository
- Share with fellow analysts
- Tag your live site!
Open an issue or reach out to the community for help.
Built for learning analysts who let data tell the story π
Transform data into insights that drive impact β¨