diff --git a/css/new-style.css b/css/new-style.css new file mode 100644 index 0000000..c269927 --- /dev/null +++ b/css/new-style.css @@ -0,0 +1,115 @@ +html { + font-size: 10px; +} + +@font-face { + font-family: main-font; + src: url("../fonts/Roboto-Regular.ttf"); +} + +* { + margin: 0; + padding: 0; + box-sizing: border-box; + font-family: main-font; +} + +.header-section { + background-image: linear-gradient(to right, #434343 0%, black 100%); + min-height: 100vh; +} + +.header-section, .header-content-container { + display: flex; + align-items: center; + justify-content: center; +} + +.header-content-container { + width: 85%; + justify-content: space-around; + background-color: #fff; + padding: 1rem; + border-radius: .5rem; +} + +.header-content { + width: 45%; +} + +.full-name { + font-size: 3rem; +} + +.position { + font-size: 1.5rem; +} + +.skills-title { + font-size: 1.5rem; +} + +.skills { + margin: .5rem 0; + font-size: 1.4rem; +} + +.social-media-icons-container { + margin: 1rem 0 0; + max-width: 70%; + display: flex; + align-items: center; +} + +.social-media-icon{ + margin: 0 .5rem; +} + +.social-media-icon > i{ + font-size: 2.5rem; + color: #123456; +} + +.line-break { + display: block; + margin: .5rem 0; + width: 100%; + padding: .5px 0; + background-color: #000; + border-radius: 1rem; +} + +.header-image-container { + max-width: 45%; + display: flex; + align-items: center; + justify-content: center; + border-radius: 1rem; + padding: 1rem; + background-color: #000; +} + +.header-image { + position: relative; + max-width: 100%; + max-height: 40rem; + border-radius: 1rem; +} + +.information-container { + margin: 1rem 0; + display: flex; + max-width: 100%; + display: flex; + align-items: center; +} + +.information-title, .information-value { + font-size: 1.4rem; +} + +.information-value { + margin-left: .5rem; + color: #123456; + text-decoration: none; +} \ No newline at end of file diff --git a/fonts/Roboto-Regular.ttf b/fonts/Roboto-Regular.ttf new file mode 100644 index 0000000..ddf4bfa Binary files /dev/null and b/fonts/Roboto-Regular.ttf differ diff --git a/index.html b/index.html index b015a17..ba766f7 100644 --- a/index.html +++ b/index.html @@ -1,470 +1,88 @@ - - - - - - Portfolio - - - - -
-
- -
-
- -
-
- Hi, EveryBody I'm - Amir Mahdi Kahdouii - Junior Full-Stack - - - - - Amirmahdikahdooi@gmail.com - - - - - - - Phone: - +98-903 378 2632 - - - - - - Birthday: - 27st March 2004 - - - - - - - Location: - Iran-Alborz - - -
-
-
- -
-
- ABOUT MYSELF -

- Hi, My name is amir mahdi kahdouii, junior Full-Stack Developer. - I love Coding, having challenge and solve problems. - TeamWork lover and ready for learn new stuff. -

-
-
- - - - Code - Code is my Habit -
-
- - - - Challenge - Adrenalin! -
-
- - - - Learn - Update myself everyday -
-
-
-
-
-
- HTML - 90% -
-
-
-
-
- -
-
- CSS - 90% -
-
-
-
-
- -
-
- JavaScript - 80% -
-
-
-
-
- -
-
- Python - 80% -
-
-
-
-
- -
-
- Django - 70% -
-
-
-
-
- -
-
- React - 60% -
-
-
-
-
- -
-
- PHP - 60% -
-
-
-
-
-
-
- -
-
-
- My Experiences -
-
- My Educations -
-
-
-
- March 2022 - May 2022 -
- Coffee - Shop - Template - - Front-End template, Click On title to see! - -
-
-
- June 2022 - Now - -
- django portfolio - - Django Portfolio That is Not complete yet, - but you can view source Code in github by the click on title - -
-
-
- March 2021 - Now - -
- JavaScript - Programs - - JavaScript Examples like music player, image Slider, Image Carousel and... - click on title to view codes! - -
-
-
-
-
- March 2020 until now - -
-

Full-Stack Course

- - Junior Developer -
- Alborz, Iran -
-
-
-
- March 2020 until July 2020 - -
-

Django Course

- - Junior Developer -
- Alborz, Iran -
-
-
-
- March 2019 until March 2020 - -
-

Python Course

- - Junior Developer -
- Alborz, Iran -
-
-
-
-
- -
-
-

Soft Skills

-

For Team Works, Soft Skills of Programmer is so important and it helps to have better exprience in your - team.

-
- - -
- -
-
-

OUR LATEST FEATURED PROJECTS

-

This is our resume and some of projects that we have do!

-
-
-
- - - - - -
- -
-
- - - - Coffee Shop Template - Html, Css, JavaScript -
-
- - - - Music Player - Html, Css, JavaScript -
-
- - - - Carousel - Html, Css, JavaScript -
-
- - - - Carousel - Html, Css, JavaScript -
-
- - - - Django Portfolio - Html, Css, JavaScript, Python, Django -
-
- - - - React - Calculator - Html, Css, JavaScript, React, JSX -
-
- - -
-
- - - - - - - - - + + + + Amir Mahdi Kahdouii + + + + + +
+
+
+

+ Amir mahdi kahdouii +

+
+ Junior Back-End Developer +
+ + +

Skills:

+

+ Python, Django, Object Oriented Programming (OOP), + SQL, MySQL, Testing (Unittest, Pytest) +

+
+
Educations:
+ Student of Bachelor's + degree, Computer Science +
+ +
+
Phone Number:
+ 09033157085 +
+
+
Age:
+ 19 +
+
+
PDF Resume File:
+ + +
+
+
+ +
+
+
+ Amir Mahdi Kahdouii +
+
+
+ +
+ +
+ + \ No newline at end of file diff --git a/media/Resume/Amir-Mahdi-Kahdouii.pdf b/media/Resume/Amir-Mahdi-Kahdouii.pdf new file mode 100644 index 0000000..e4cd5cf Binary files /dev/null and b/media/Resume/Amir-Mahdi-Kahdouii.pdf differ diff --git a/media/Resume/amirmahdikahdouii.pdf b/media/Resume/amirmahdikahdouii.pdf new file mode 100644 index 0000000..7c32c73 Binary files /dev/null and b/media/Resume/amirmahdikahdouii.pdf differ diff --git a/media/profileImage/amir-mahdi-kahdouii.jpg b/media/profileImage/amir-mahdi-kahdouii.jpg new file mode 100755 index 0000000..748199a Binary files /dev/null and b/media/profileImage/amir-mahdi-kahdouii.jpg differ diff --git a/old-index.html b/old-index.html new file mode 100644 index 0000000..b015a17 --- /dev/null +++ b/old-index.html @@ -0,0 +1,470 @@ + + + + + + + + Portfolio + + + + +
+
+ +
+
+ +
+
+ Hi, EveryBody I'm + Amir Mahdi Kahdouii + Junior Full-Stack + + + + + Amirmahdikahdooi@gmail.com + + + + + + + Phone: + +98-903 378 2632 + + + + + + Birthday: + 27st March 2004 + + + + + + + Location: + Iran-Alborz + + +
+
+
+ +
+
+ ABOUT MYSELF +

+ Hi, My name is amir mahdi kahdouii, junior Full-Stack Developer. + I love Coding, having challenge and solve problems. + TeamWork lover and ready for learn new stuff. +

+
+
+ + + + Code + Code is my Habit +
+
+ + + + Challenge + Adrenalin! +
+
+ + + + Learn + Update myself everyday +
+
+
+
+
+
+ HTML + 90% +
+
+
+
+
+ +
+
+ CSS + 90% +
+
+
+
+
+ +
+
+ JavaScript + 80% +
+
+
+
+
+ +
+
+ Python + 80% +
+
+
+
+
+ +
+
+ Django + 70% +
+
+
+
+
+ +
+
+ React + 60% +
+
+
+
+
+ +
+
+ PHP + 60% +
+
+
+
+
+
+
+ +
+
+
+ My Experiences +
+
+ My Educations +
+
+
+
+ March 2022 - May 2022 +
+ Coffee + Shop + Template + + Front-End template, Click On title to see! + +
+
+
+ June 2022 - Now + +
+ django portfolio + + Django Portfolio That is Not complete yet, + but you can view source Code in github by the click on title + +
+
+
+ March 2021 - Now + +
+ JavaScript + Programs + + JavaScript Examples like music player, image Slider, Image Carousel and... + click on title to view codes! + +
+
+
+
+
+ March 2020 until now + +
+

Full-Stack Course

+ + Junior Developer +
+ Alborz, Iran +
+
+
+
+ March 2020 until July 2020 + +
+

Django Course

+ + Junior Developer +
+ Alborz, Iran +
+
+
+
+ March 2019 until March 2020 + +
+

Python Course

+ + Junior Developer +
+ Alborz, Iran +
+
+
+
+
+ +
+
+

Soft Skills

+

For Team Works, Soft Skills of Programmer is so important and it helps to have better exprience in your + team.

+
+ + +
+ +
+
+

OUR LATEST FEATURED PROJECTS

+

This is our resume and some of projects that we have do!

+
+
+
+ + + + + +
+ +
+
+ + + + Coffee Shop Template + Html, Css, JavaScript +
+
+ + + + Music Player + Html, Css, JavaScript +
+
+ + + + Carousel + Html, Css, JavaScript +
+
+ + + + Carousel + Html, Css, JavaScript +
+
+ + + + Django Portfolio + Html, Css, JavaScript, Python, Django +
+
+ + + + React + Calculator + Html, Css, JavaScript, React, JSX +
+
+ + +
+
+ + + + + + + + +