Skip to content

Commit 8f02c9e

Browse files
committed
adding customer segmentation using clustering project
1 parent e064a2a commit 8f02c9e

File tree

7 files changed

+26
-22
lines changed

7 files changed

+26
-22
lines changed
Binary file not shown.

Files/My CV - fr.pdf

124 KB
Binary file not shown.

Images/customer Segmentation.png

518 KB
Loading

README.md

+3-6
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,16 @@
11
# Personal Portfolio
2-
<<<<<<< HEAD
3-
Welcome to my personal portfolio website! This site showcases my projects, skills, and experience as an applied Math. Engineering Student - AI enthusiast.
4-
=======
5-
Welcome to my personal portfolio website! This site showcases my projects, skills, and experience as an AI engineering student .
6-
>>>>>>> e36262d472fb15ab1cb725e7e02b2ef2b2526eca
2+
Welcome to my personal portfolio website! This site showcases my projects, skills, and experience as an AI applied Math. Engineering Student - AI enthusiast.
73
## Features
84
- Fully responsive design
95
- Dark theme with red and black aesthetics
106
- Interactive links to LinkedIn, GitHub, and Email
117
## Used
128
- HTML
139
- CSS
10+
- JS
1411
## Live Demo
1512
Check it out here: [Portfolio](https://taha2053.github.io/ATK-LOG.github.io/)
1613
## Contact
1714
Feel free to connect with me:
18-
- [LinkedIn](https://www.linkedin.com/in/al-mouthana-taha-khalfallah-841237261/)
15+
- [LinkedIn](https://www.linkedin.com/in/almouthana-taha-khalfallah-841237261/)
1916
- [GitHub](https://github.com/Taha2053)

Styles/contact.css

+2
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,9 @@
3636

3737
.btn.btn2{
3838
display: inline-block;
39+
padding: 10px 20px 10px 20px;
3940
background: #E3463A;
41+
font-size: 20px;
4042
}
4143
.contactright form{
4244
width: 100%;

Styles/projects.css

+3
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
margin-top: 50px;
1010
}
1111
.work{
12+
height: 560px;
1213
border-radius: 20px;
1314
position: relative;
1415
overflow: hidden;
@@ -18,6 +19,8 @@
1819
border-radius: 10px;
1920
display: block;
2021
transition:transform 0.5s;
22+
object-fit: cover;
23+
object-position: center;
2124
}
2225

2326
.layer{

index.html

+18-16
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,15 @@
3535
<h1>Hi, I'm Almouthana Taha <br> Khalfallah</h1>
3636
<div class="socialicons">
3737
<!-- <a href=""><i class="fa-brands fa-facebook"></i></a> -->
38-
<a href="https://github.com/Taha2053"><i class="fa-brands fa-github"></i></a>
38+
<a href="https://github.com/Taha2053", target="_blank"><i class="fa-brands fa-github"></i></a>
3939
<!-- <a href=""><i class="fa-brands fa-instagram"></i></a> -->
40-
<a href="https://www.linkedin.com/in/almouthana-taha-khalfallah-841237261/"><i class="fa-brands fa-linkedin"></i></a>
41-
<a href="https://medium.com/@Almouthana_Taha_Khalfallah"><i class="fa-brands fa-medium"></i></a>
40+
<a href="https://www.linkedin.com/in/almouthana-taha-khalfallah-841237261/", target="_blank"><i class="fa-brands fa-linkedin"></i></a>
41+
<!-- <a href="https://medium.com/@Almouthana_Taha_Khalfallah"><i class="fa-brands fa-medium"></i></a> -->
4242

4343
</div>
44-
<a href="Files/CV.pdf" download class="btn btn2">Download CV</a>
44+
<a href="Files/My CV - eng.pdf" download class="btn btn2">Download CV (EN)</a>
45+
<a href="Files/My CV - fr.pdf" download class="btn btn2">Download CV (FR)</a>
46+
4547
</div>
4648
</div>
4749
</div>
@@ -65,10 +67,10 @@ <h1 class="subtitle">About Me</h1>
6567
<div class="tabcontents activetab" id="skills">
6668
<ul>
6769
<li><span>Programming Languages:</span><br>Python, C, C++, HTML, CSS</li>
68-
<li><span>Data Analysis & Visualization:</span><br>PowerBI, Pandas, NumPy, Matplotlib, Seaborn, Plotly</li>
70+
<li><span>Data Analysis & Visualization:</span><br>PowerBI, Pandas, NumPy, Matplotlib, Seaborn</li>
6971
<li><span>Web Development: </span><br>HTML, CSS</li>
7072
<li><span>Simulation & Modeling Tools: </span><br>Matlab</li>
71-
<li><span>AI & NLP: </span><br>AI & NLP: ChatGPT API, DeepSeek-R1 API</li>
73+
<!-- <li><span>AI & NLP: </span><br>AI & NLP: ChatGPT API, DeepSeek-R1 API</li> -->
7274
<!-- <li><span>Programming Languages: </span><br>Python, C, JavaScript, R, SQL, MATLAB</li>
7375
<li><span>Data Science & Engineering: </span><br>Data Analysis & Manipulation: Pandas, NumPy, Dask, Vaex</li>
7476
<li><span>Data Visualization: </span><br>Matplotlib, Seaborn, Plotly, Tableau, Power BI, Google Data Studio</li>
@@ -142,11 +144,11 @@ <h1 class="subtitle">About Me</h1>
142144
<h1 class="subtitle">My Projects</h1>
143145
<div class="worklist">
144146
<div class="work">
145-
<img src="Images/work1.jpg">
147+
<img src="Images/customer Segmentation.png">
146148
<div class="layer">
147-
<h3>Project1</h3>
148-
<p>Description of project 1</p>
149-
<a href="#"><i class="fa-solid fa-link"></i></a>
149+
<h3>Customer Segmentation Using Clustering</h3>
150+
<p>Applied K-Means to segment customers based on behavior and demographics, enabling personalized marketing strategies and deeper customer insights.</p>
151+
<a href="https://github.com/Taha2053/Customer-Segmentation-Using-Clustering", target="_blank"><i class="fa-solid fa-link"></i></a>
150152
</div>
151153
</div>
152154
<div class="work">
@@ -166,7 +168,7 @@ <h3>Project3</h3>
166168
</div>
167169
</div>
168170
</div>
169-
<a href="https://github.com/Taha2053" class="btn">See More</a>
171+
<a href="https://github.com/Taha2053" class="btn", target="_blank">See More</a>
170172
</div>
171173
</div>
172174

@@ -244,14 +246,14 @@ <h1 class="subtitle">Contact Me</h1>
244246
<!-- <p><i class="fa-solid fa-phone"></i>+216 0123456789</p> -->
245247
<div class="socialicons">
246248
<!-- <a href=""><i class="fa-brands fa-facebook"></i></a> -->
247-
<a href="https://github.com/Taha2053"><i class="fa-brands fa-github"></i></a>
249+
<a href="https://github.com/Taha2053", target="_blank"><i class="fa-brands fa-github"></i></a>
248250
<!-- <a href=""><i class="fa-brands fa-instagram"></i></a> -->
249-
<a href="https://www.linkedin.com/in/almouthana-taha-khalfallah-841237261/"><i class="fa-brands fa-linkedin"></i></a>
250-
<a href="https://medium.com/@Almouthana_Taha_Khalfallah"><i class="fa-brands fa-medium"></i></a>
251+
<a href="https://www.linkedin.com/in/almouthana-taha-khalfallah-841237261/", target="_blank"><i class="fa-brands fa-linkedin"></i></a>
252+
<!-- <a href="https://medium.com/@Almouthana_Taha_Khalfallah"><i class="fa-brands fa-medium"></i></a> -->
251253

252254
</div>
253-
<a href="Files/CV.pdf" download class="btn btn2">Download CV</a>
254-
</div>
255+
<a href="Files/My CV - eng.pdf" download class="btn btn2">Download CV (EN)</a>
256+
<a href="Files/My CV - fr.pdf" download class="btn btn2">Download CV (FR)</a> </div>
255257
<div class="contactright">
256258
<form name="submit-to-google-sheet">
257259
<input type="text" name="Name" placeholder="Your Name" required>

0 commit comments

Comments
 (0)