-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.qmd
More file actions
126 lines (104 loc) · 4.08 KB
/
index.qmd
File metadata and controls
126 lines (104 loc) · 4.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
---
title: ""
page-layout: full
---
<div class="page-wrapper">
<div class="hero">
<div class="hero-content">
<h1 class="hero-title">Karan Homayounfar</h1>
<p class="hero-text">
I’m a Data Science master’s student at UWE Bristol, focused on building practical, reliable systems in analytics, automation, and applied machine learning.
</p>
<p class="hero-text">
I enjoy turning real‑world problems into clean, structured workflows — the kind of tools that are easy to maintain, easy to understand, and genuinely useful. My work emphasises clarity, reproducibility, and thoughtful engineering over unnecessary complexity.
</p>
<div class="hero-buttons">
<a class="hero-btn" href="projects.html">View Projects</a>
<a class="hero-btn secondary" href="about.html">More About Me</a>
<a class="hero-btn secondary" href="contact.html">Contact</a>
</div>
</div>
<div class="hero-photo">
<img src="karan.jpg" alt="Portrait of Karan Homayounfar" class="hero-img">
</div>
</div>
<div class="stats-grid">
<div class="stat-card">
<div class="stat-number">3+</div>
Projects Built
</div>
<div class="stat-card">
<div class="stat-number">5+</div>
Core Tools
</div>
<div class="stat-card">
<div class="stat-number">2+</div>
Years Coding
</div>
</div>
<h2 class="section-title">Featured Projects</h2>
<div class="featured-projects">
<div class="featured-card">
<h3>Python File Organizer</h3>
<p>
A practical automation tool that structures cluttered folders by sorting files into organised categories. Designed with clarity and predictability in mind, it helps keep systems tidy over time without unnecessary complexity.
</p>
<p>
<strong>Repo:</strong> <a href="https://github.com/knhf/file-organizer">github.com/knhf/file-organizer</a>
</p>
</div>
<div class="featured-card">
<h3>This Portfolio</h3>
<p>
A Quarto‑based personal site where I document my work, experiments, and ongoing projects. I treat the site itself as a living project — refining structure, styling, and content as I grow.
</p>
<p>
<strong>Repo:</strong> <a href="https://github.com/knhf/KNHF.github.io">github.com/knhf/KNHF.github.io</a>
</p>
</div>
<div class="featured-card">
<h3>Retail Sales KPI Analysis</h3>
<p>
A small BI-style pipeline that ingests, cleans, validates, and analyses retail transaction data using Python and MySQL. Includes automated quality checks, KPI reporting, and visual outputs.
</p>
<p>
<strong>Repo:</strong> <a href="https://github.com/KNHF/retail-sales-kpi-analysis">github.com/KNHF/retail-sales-kpi-analysis</a>
</p>
</div>
</div>
<h2 class="section-title">Tools I Use</h2>
<div class="skills-grid">
<div class="skill-card">Python</div>
<div class="skill-card">Pandas & Data Analysis</div>
<div class="skill-card">Machine Learning (scikit-learn)</div>
<div class="skill-card">R & RStudio</div>
<div class="skill-card">SQL & MySQL</div>
<div class="skill-card">Docker</div>
<div class="skill-card">Git & GitHub</div>
<div class="skill-card">Quarto</div>
</div>
<h2 class="section-title">What I'm Doing Now</h2>
<p>
I’m focusing on building a small set of well‑structured, meaningful projects rather than spreading myself thin. My current work includes refining this portfolio, improving my automation tools, and exploring data in areas like finance and applied analytics — all with an emphasis on clarity, documentation, and reproducibility.
</p>
<h2 class="section-title">Connect with Me</h2>
<ul>
<li><strong>GitHub:</strong> <a href="https://github.com/knhf">github.com/knhf</a></li>
<li><strong>LinkedIn:</strong> <a href="https://www.linkedin.com/in/karan-homayounfar/">linkedin.com/in/karan-homayounfar</a></li>
</ul>
<div class="site-footer">
<div class="footer-links">
<a href="index.html">Home</a>
<a href="about.html">About</a>
<a href="projects.html">Projects</a>
<a href="contact.html">Contact</a>
</div>
<div class="footer-icons">
<a href="https://github.com/knhf" aria-label="GitHub"><i class="bi bi-github"></i></a>
<a href="https://www.linkedin.com/in/karan-homayounfar/" aria-label="LinkedIn"><i class="bi bi-linkedin"></i></a>
</div>
<div class="footer-copy">
© Karan Homayounfar — Built with Quarto.
</div>
</div>
</div>