Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahmadyasser00 authored Jan 20, 2025
0 parents commit 911cf06
Show file tree
Hide file tree
Showing 6 changed files with 375 additions and 0 deletions.
Binary file added images/background.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/w2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/w3.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/work4.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
268 changes: 268 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,268 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.8.2/css/all.min.css">
<style>
/* Resetting styles */
body, h2, h3, p, a {
margin: 0;
padding: 0;
font-family: Arial, sans-serif;
}

body {
line-height: 1.6;
color: #333;
}

header {
display: flex;
justify-content: space-between;
align-items: center;
padding: 20px;
background: #f8f9fa;
}

header .logo {
font-size: 24px;
font-weight: bold;
}

header .navigation a {
margin: 0 15px;
text-decoration: none;
color: #333;
}

.main {
text-align: center;
padding: 50px 20px;
}

.main h2 {
font-size: 2.5rem;
margin-bottom: 10px;
}

.main h3 {
margin-bottom: 20px;
}

.main .main-btn {
display: inline-block;
padding: 10px 20px;
background: #007bff;
color: #fff;
text-decoration: none;
border-radius: 5px;
}

.social-icons {
margin-top: 20px;
}

.social-icons a {
margin: 0 10px;
color: #333;
font-size: 20px;
text-decoration: none;
}

.cards {
padding: 50px 20px;
background: #f8f9fa;
text-align: center;
}

.cards .content {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 20px;
margin-top: 20px;
}

.card {
padding: 20px;
background: #fff;
border: 1px solid #ddd;
border-radius: 5px;
text-align: center;
}

.card .icon {
margin-bottom: 15px;
color: #007bff;
}

.projects {
padding: 50px 20px;
text-align: center;
}

.projects .content {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 20px;
margin-top: 20px;
}

.project-card {
background: #fff;
border: 1px solid #ddd;
border-radius: 5px;
overflow: hidden;
text-align: center;
}

.project-card img {
width: 100%;
height: auto;
display: block;
}

.footer {
text-align: center;
padding: 20px;
background: #343a40;
color: #fff;
margin-top: 20px;
}

.footer .social-icons a {
color: #fff;
margin: 0 10px;
}

@media (max-width: 768px) {
header {
flex-direction: column;
text-align: center;
}

header .navigation {
margin-top: 10px;
}
}
</style>
<title>Ahmed Yasser</title>
</head>
<body>
<!-- Header Section -->
<header>
<a href="#" class="logo"> Ahmed Yasser</a>
<nav class="navigation">
<a href="#services">Services</a>
<a href="#projects">Projects</a>
<a href="#contact">Contact</a>
</nav>
</header>

<!-- Main Section -->
<section class="main">
<div>
<!-- Image inside main section -->
<div class="cover-image" style="text-align: center; margin-bottom: 30px;">
<img src="images/background.jpeg" alt="Ahmed Yasser" style="width: 200px; height: 200px; border-radius: 50%; border: 5px solid #fff; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); object-fit: cover;">
</div>
<h2>Hello, I'm Ahmed <br><span>Data Analyst</span></h2>
<h3>Data-driven insights for better decisions.</h3>
<a href="#projects" class="main-btn">View my work</a>
<div class="social-icons">
<a href="https://www.linkedin.com/in/ahmad-yasser-947a382b9/"><i class="fab fa-linkedin"></i></a>
<a href="https://github.com/Ahmadyasser00"><i class="fab fa-github"></i></a>
</div>
</div>
</section>

<!-- Services Section -->
<section class="cards" id="services">
<h2 class="title">Services</h2>
<div class="content">
<div class="card">
<div class="icon">
<i class="fa fa-database" style="font-size:36px"></i>
</div>
<div class="info">
<h3>Data Analyst Skilled in SQL</h3>
<p>
Data Analyst skilled in SQL, proficient in transforming raw data into meaningful insights that drive informed business decisions. Experienced in querying, managing, and analyzing large datasets to uncover trends, optimize processes, and support data-driven strategies. </p>
</div>
</div>
<div class="card">
<div class="icon">
<i class="fa fa-chart-pie" style="font-size:36px;"></i>
</div>
<div class="info">
<h3>Power BI Data Analyst</h3>
<p>
Designing interactive dashboards to present data visualizations that effectively communicate insights and trends. Utilizing intuitive layouts and user-friendly interfaces to make complex data accessible, supporting better understanding and informed decision-making across various teams and projects. </p>
</div>
</div>
<div class="card">
<div class="icon">
<i class='fab fa-python' style='font-size:36px'></i>
</div>
<div class="info">
<h3>Data Analyst with Python</h3>
<p>
Data Analyst proficient in leveraging Python libraries such as Pandas, NumPy, and Matplotlib for data analysis, cleaning, and visualization. Capable of extracting insights from complex datasets, automating workflows, and creating interactive dashboards to support data-driven decision-making. </p>
</div>
</div>
</div>
</section>

<!-- Projects Section -->
<section class="projects" id="projects">
<h2 class="title">Power BI Projects</h2>
<div class="content">
<div class="project-card">
<img src="images/w2.jpg" alt="HR Analytics Dashboard">
<p>HR Analytics Dashboard project utilizing Power BI to visualize and analyze employee data. The dashboard provides insights into key HR metrics such as employee performance, turnover rates, hiring trends, and diversity, helping organizations make informed HR decisions and improve workforce managemen</p>
</div>
<div class="project-card">
<img src="images/w3.jpeg" alt="Sales Report 2020">
<p>Sales Report 2020 project using Power BI to analyze and visualize sales data from the year 2020. The report includes interactive charts and graphs to track performance, identify trends, and support data-driven sales strategies</p>
</div>
<div class="project-card">
<img src="images/work4.jpg" alt="Road Accident Analysis">
<p>Analyzing road accident data using Power BI to identify patterns, trends, and high-risk areas. The project provides interactive dashboards for better decision-making and improved road safety measures</p>
</div>
</div>
</section>

<!-- Contact Section -->
<section class="cards Contact" id="contact">
<h2 class="title">Get in Touch</h2>
<div class="content">
<div class="card">
<div class="icon">
<i class="fa fa-phone" style="font-size:36px"></i>
</div>
<div class="info">
<h3>Phone</h3>
<p>+201028633672</p>
</div>
</div>
<div class="card">
<div class="icon">
<i class="fa fa-envelope" style="font-size:36px;"></i>
</div>
<div class="info">
<h3>Email</h3>
<p>[email protected]</p>
</div>
</div>
</div>
</section>

<footer class="footer">
<div> Copyrights <span style="color: blue;">Ahmed Yasser</span></div>
<div class="social-icons">
<a href="https://www.linkedin.com/in/ahmad-yasser-947a382b9/"><i class="fab fa-linkedin"></i></a>
<a href="https://github.com/Ahmadyasser00"><i class="fab fa-github"></i></a>
</div>
</footer>
</body>
</html>
107 changes: 107 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,107 @@
/* Reset Styles */
body, h2, h3, p, a {
margin: 0;
padding: 0;
font-family: 'Arial', sans-serif;
}

body {
line-height: 1.6;
background-color: #f4f7fb;
}

/* Header */
header {
background: #fff;
padding: 10px 50px;
display: flex;
justify-content: space-between;
align-items: center;
}

.logo {
font-size: 24px;
font-weight: bold;
color: #007bff;
}

.navigation a {
margin: 0 15px;
text-decoration: none;
color: #333;
}

.navigation a:hover {
color: #007bff;
}

/* Main Section */
.main {
text-align: center;
padding: 50px 20px;
color: #fff; /* Text color to make sure it's visible on dark backgrounds */
height: 100vh; /* Full viewport height for the background */
background: url(images/background.jpg);
}

.main h2 {
font-size: 2.5rem;
margin-bottom: 10px;
}

.main .main-btn {
display: inline-block;
padding: 10px 20px;
background: #007bff;
color: #fff;
text-decoration: none;
border-radius: 5px;
margin-top: 20px;
}

.main img.profile-img {
width: 300px;
margin-top: 20px;
border-radius: 10px;
box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1); /* Optional shadow for profile image */
}

/* Cards Section */
.cards {
padding: 50px 20px;
text-align: center;
}

.cards .content {
display: flex;
justify-content: center;
gap: 20px;
}

.card {
padding: 20px;
background: #fff;
border-radius: 5px;
width: 300px;
}

.card .icon {
font-size: 36px;
color: #007bff;
margin-bottom: 15px;
}

/* Projects Section */
.projects .project-card img {
width: 100%;
height: auto;
border-radius: 5px;
}

/* Footer */
footer {
text-align: center;
padding: 20px;
background: #333;
color: #fff;
}

0 comments on commit 911cf06

Please sign in to comment.