+
+
+
+
+
+
Email
+
ahmadmajedkhallaf470@gmail.com
+
+
+
+
-
-
-
-
-
\ No newline at end of file
diff --git a/inistagram.png b/inistagram.png
deleted file mode 100644
index 1b2db85..0000000
Binary files a/inistagram.png and /dev/null differ
diff --git a/js.png b/js.png
deleted file mode 100644
index ab7c560..0000000
Binary files a/js.png and /dev/null differ
diff --git a/linkedin.png b/linkedin.png
deleted file mode 100644
index e792925..0000000
Binary files a/linkedin.png and /dev/null differ
diff --git a/meahmed.jpg b/meahmed.jpg
new file mode 100644
index 0000000..2f66de0
Binary files /dev/null and b/meahmed.jpg differ
diff --git a/orange.jpg b/orange.jpg
new file mode 100644
index 0000000..b4c0d29
Binary files /dev/null and b/orange.jpg differ
diff --git a/Screenshot 2024-05-19 125705.png b/project1.png
similarity index 100%
rename from Screenshot 2024-05-19 125705.png
rename to project1.png
diff --git a/project2.css b/project2.css
new file mode 100644
index 0000000..6ef98b9
--- /dev/null
+++ b/project2.css
@@ -0,0 +1,153 @@
+
+body{
+ background: Beige;
+}
+*{
+ box-sizing: border-box;
+ font-family: Verdana, Geneva, Tahoma, sans-serif;
+ scroll-behavior: smooth;
+ padding: 0;
+ margin: 0;
+
+}
+header{
+ background-color: brown;
+ width: 100%;
+ position: fixed;
+ display: flex;
+ justify-content: space-between;
+ align-items: center;
+ padding: 10px 200px;
+ z-index: 200;
+}
+.logo{
+ font-weight: 400;
+ font-size: 28px;
+ text-decoration: none;
+}
+.nav a{
+ color: white;
+ text-decoration: none;
+ font-weight: 300;
+ font-size: 20px;
+ padding-left: 20px;
+}
+section{
+ padding: 100px 200px;
+}
+.section1{
+ display: grid;
+ grid-template-columns: 50% 50%;
+ width: 100%;
+ min-height: 100vh;
+ display: flex;
+ align-items: center;
+ background: url(https://ciracollege.com/wp-content/uploads/2020/11/emile-perron-xrVDYZRGdw4-unsplash-scaled.jpg) no-repeat;
+ background-size: cover;
+
+}
+.section1 h1 {
+ color: white;
+ font-size: 20px;
+ font-weight: 1400;
+}
+.section1 h1 span {
+ display: inline-block;
+ font-size: 30px;
+ margin-top: 10px;
+}
+.section1 h2 {
+ color: white;
+ font-size: 25px;
+ margin-top: 10px;
+ margin-bottom: 23px;
+}
+.but1{
+ text-decoration: none;
+ color: yellow;
+ background: rgb(57, 57, 57);
+ border: yellow;
+ font-size: 20px;
+ font-weight: 600;
+ display: inline-block;
+ padding: 10px;
+ border-radius: 9px;
+}
+.but1:hover {
+ background: rgb(60, 60, 60);
+ transform: scale(1.1);
+ transition: 0.5s ease;
+
+}
+.About{
+ display: flex;
+ justify-content: center;
+ color: yellow;
+ font-size: 30px;
+ font-weight: 800;
+ margin-bottom: 50px;
+
+}
+.section21{
+ color: white;
+ display: flex;
+ justify-content: center;
+ font-size: 20px;
+ font-weight: 500;
+ letter-spacing: 1px;
+ text-transform: uppercase;
+}
+.title{
+ display: flex;
+ justify-content: center;
+ font-size: 30px;
+ font-weight: 800;
+ margin-bottom: 50px;
+
+}
+.content{
+ display: flex;
+ justify-content: center;
+ flex-direction: row;
+ flex-wrap: wrap;
+}
+.card{
+ background-color: brown;
+ width: 21.25;
+ box-shadow: 0 5px 25px rgba(1 1 1 / 15%);
+ border-radius: 10px;
+ padding: 25px;
+ margin: 15px;
+}
+.card:hover {
+ transform: scale(1.1);
+ transition: 0.5s ease;
+}
+.icon{
+ font-size: 8em;
+ text-align: center;
+ margin: 10px;
+}
+.cssinfo{
+ color: white;
+ font-size: 1.2em;
+ margin: 10px;
+ text-align: center;
+}
+.insta{
+ text-decoration: none;
+ color: yellow;
+}
+
+.education {
+ display: flex;
+ flex-direction: row;
+}
+
+.brown {
+ color: brown;
+}
+
+.white {
+ color: white;
+}
\ No newline at end of file
diff --git a/Screenshot 2024-05-19 130029.png b/project2.png
similarity index 100%
rename from Screenshot 2024-05-19 130029.png
rename to project2.png
diff --git a/python.png b/python.png
deleted file mode 100644
index 52648f6..0000000
Binary files a/python.png and /dev/null differ