diff --git a/Abdullah.png b/Abdullah.png new file mode 100644 index 0000000..cb0a156 Binary files /dev/null and b/Abdullah.png differ diff --git a/Fadi.png b/Fadi.png new file mode 100644 index 0000000..a4244ca Binary files /dev/null and b/Fadi.png differ diff --git a/Suhaib.png b/Suhaib.png new file mode 100644 index 0000000..8b1d714 Binary files /dev/null and b/Suhaib.png differ diff --git a/TEACHERS.html b/TEACHERS.html new file mode 100644 index 0000000..67b59c7 --- /dev/null +++ b/TEACHERS.html @@ -0,0 +1,357 @@ + + + + + + + + Teachers + + + + + + + + + + + +
+
+
+
+

Our teachers

+
Our professors will extract your actual abilities in programming, + the pride of Iraqi programmers. + There are courses on this site for all programming languages + that are summarized in front-end & back-end languages +
. . . . . . +
+ + +
+ +
+ +
+
+
+
+ +

+ + +
+ +
+ + + +
+
+ +
+
+
+
+
+ + +
+

Fadi

+

+ Full-Stack Developer

+ + + + + + + + + + + + +
+
+
+
+
+
+
+ + +
+

Suhaib

+

+ Communication & Public Relation Officer

+ + + + + + + + + + + + +
+
+
+
+
+
+
+ + +
+

Abdullah

+

+ Full-Stack Developer

+ + + + + + + + + + + + +
+
+
+
+
+
+ +
+
+
+
+
+
+
+ + +
+

Ahmed

+

+ Front-End Developer

+ + + + + + + + + + + + +
+
+
+
+
+
+
+ + +
+

Ali Hassan

+

+ Back-End Developer

+ + + + + + + + + + + + +
+
+
+
+
+
+
+ + +
+

Diyar

+

+ Project Coordinator

+ + + + + + + + + + + + +
+
+
+
+
+
+ + + + + + + + \ No newline at end of file diff --git a/ahmed.png b/ahmed.png new file mode 100644 index 0000000..e59254b Binary files /dev/null and b/ahmed.png differ diff --git a/courses.html b/courses.html deleted file mode 100644 index 7917bdb..0000000 --- a/courses.html +++ /dev/null @@ -1,720 +0,0 @@ - - - - - - - - Courses - - - - - - - - - -
-
-
-
-
Online Learning
-

Learn Everyday

-

- Learn new knowledge and skills in a variety of ways, from engaging video lectures and dynamic - graphics to data visualizations and interactive elements. - Demonstrating your knowledge is a critical part of learning. Our ourses and programs provide a - space to practice with quizzes, open response assessments, virtual environments, and more. - -

- -
- -
- -
-
-
-
- - -
-
-
-
- -
- -
-
Get accesss to high quality learning
-

Join Online Classes Today

-

- You can take our guided courses and learn at your own pace. On every step of the course you can - meet other learners and share your ideas. - Our course are for anyone interested in how the world of work is changing and how this may - affect their current or future career. It’s also suitable for anyone who provides career - guidance, such as teachers, consultants and counsellors. - -

- -
-
-
-
- - - -
-
-
-
-

Train Your Brain

-

Stimulate your cognitive abilities while having fun. With out courses, you will find - a series of subjects that will help you stimulate different areas and will serve as a daily - brain training. - They are suitable for people of all ages. Each course is associated with a different cognitive - area: memory, attention, reasoning, coordination and visuospatial skills.

- -
- -
- -
-
-
-
- - - -
-
-
- - - -
Current Courses
-
-
-
-
-
- - -
-

- Programming -

- -

- HTML & CSS -

- -

- Throughout this course, you'll learn about the underlying structure of the web - HTML. - You'll learn how to use this tree-like structure to create websites. You'll also learn - how to apply styling to a website through CSS. You'll learn about CSS syntax, selectors, - and units. … -

- -
- - - Read More - -
-
- -
-
- - -
-

- Programming -

- -

- Python -

- -

- Learn by doing with help from world-class practitioners who use Python every day. - Instructors bring the latest techniques from the field straight to the classroom. Our - curriculum emphasizes real-world relevance and offers plenty of opportunity … -

- -
- - - Read More - -
-
- -
-
- Man with backpack - -
-

- Programming -

- -

- Javascript -

- -

- You will learn programming fundamentals and basic object-oriented concepts using the - latest JavaScript syntax. The concepts covered in these lessons lay the foundation for - using JavaScript in any environment. - … -

- -
- - - Read More - -
- -
- - -
- - - -
-
-
- - - -
Why Choose Us?
-
- -
-
-
-

Teaching

-

We are deeply committed to putting the best teachers in every classroom, - for every student, every day.

-
-
-
-
-

Innovation

-

Grow your innovation capabilities by applying design thinking to different aspects of your organization and moving people toward new ways of working

-
-
-
-
-

Students

-

We invest in schools and students globally, equipping them with the tools and resources they need to learn well.

-
-
-
-
-
- - - - - - - - \ No newline at end of file diff --git a/facebook@1X.png b/facebook@1X.png new file mode 100644 index 0000000..9c092a4 Binary files /dev/null and b/facebook@1X.png differ diff --git a/htmlcss.jpg b/htmlcss.jpg deleted file mode 100644 index 66a5aef..0000000 Binary files a/htmlcss.jpg and /dev/null differ diff --git a/instagram-icon.png b/instagram-icon.png new file mode 100644 index 0000000..d413b19 Binary files /dev/null and b/instagram-icon.png differ diff --git a/javalogo.jpg b/javalogo.jpg deleted file mode 100644 index 17b78cc..0000000 Binary files a/javalogo.jpg and /dev/null differ diff --git a/linkdin.png b/linkdin.png new file mode 100644 index 0000000..f0cbe2d Binary files /dev/null and b/linkdin.png differ diff --git a/project.css b/project.css new file mode 100644 index 0000000..08f00bb --- /dev/null +++ b/project.css @@ -0,0 +1,203 @@ +body { + background-color: white; +} + +.card{ + transition: all 0.2s ease; + cursor: pointer; + margin: 5px; + border-radius: 15%; + +} + +.btn{ + transform: scale(1.1) + +} +.card-body{ + background-color: #22363D; + border-radius: 15%; +} + +.card:hover { + box-shadow: 5px 6px 6px 2px tomato; + transform: scale(1.1) + +} + + +img{ + width: 50%; + height: 50%; +} + +.img1{ + width: 59%; + height: 60%; +} + +footer{ +background-color:#22363D ; +} + +* { + box-sizing: border-box; + margin: 0; + padding: 0; +} + + + +#text3d { + color: white; + letter-spacing: .15em; + text-shadow: -1px -1px 1px #efede3, 0px 1px 0 #2e2e2e, 0px 2px 0 #2b2828, 0px 3px 0 #2a2a2a, 0px 4px 0 #282828, 0px 5px 0 #352d2d, 0px 6px 0 #242424, 0px 7px 0 #222, 0px 8px 0 #202020, 0px 9px 0 #1e1e1e, 0px 10px 0 #1c1c1c, 0px 11px 0 #1a1a1a, 2px 20px 5px rgba(0, 0, 0, 0.9), 5px 23px 5px rgba(0, 0, 0, 0.3), 8px 27px 8px rgba(104, 85, 85, 0.5); +} + +.e { + color: tomato; + font-size: 40px; +} + +.d{ + color: rgb(16, 238, 238); +} + +#text3d:hover { + transform: scale(0.9) +} + +.navbar { + background-color: #045775; + +} +.nav-item { + float: right; + padding: 0 20px; +} + +.nav-item li a { + padding: 5px 15px; + font-size: 13px; + letter-spacing: 0.5px; + font-weight: 700; + color: #fff; + border: 2px solid transparent; + transition: all 0.5s; + opacity: 100%; +} + +.navbar li:hover a, +.navbar li.active a { + border: 2px solid #BA674E; + transition: all; + transform: scale(1.5) +} + +@import url('https://fonts.googleapis.com/css?family=Oswald:300,400,500|PT+Sans+Narrow:400,700|Play:400,700|Ubuntu+Condensed&display=swap&subset=cyrillic'); + + +* { +margin: 0; +padding: 0; +box-sizing: border-box; +} + +ul, li { +list-style: none; +} + +html, body { + +background: #efefef; +font-family: 'Oswald', sans-serif; +} + +.container1 { +display: flex; +flex-direction: column; + +min-width: 480px; +padding: 0 40px; +} + +.breadcrumb { +display: flex; +border-radius: 10px; +margin: auto; +text-align: center; +top: 50%; +width: 100%; +height: 40px; +transform: translateY(-50%); +z-index: 1; +justify-content: center; +} + + +.breadcrumb__item { +height: 100%; +background-color: #22363D; +color: white; +font-family: 'Oswald', sans-serif; +border-radius: 7px; +letter-spacing: 1px; +transition: all 0.3s ease; +text-transform: uppercase; +position: relative; +display: inline-flex; +justify-content: center; +align-items: center; +font-size: 16px; +transform: skew(-21deg); +box-shadow: 0 2px 5px rgba(0,0,0,0.26); +margin: 5px; +padding: 0 40px; +cursor: pointer; +} + + +.breadcrumb__item:hover { +background: tomato; +color: #FFF; +} + + +.breadcrumb__inner { +display: flex; +flex-direction: column; +margin: auto; +z-index: 2; +transform: skew(21deg); +} + +.breadcrumb__title { +font-size: 16px; +text-overflow: ellipsis; +overflow: hidden; +white-space: nowrap; +} + + +@media all and (max-width: 1000px) { +.breadcrumb { +height: 35px; +} + +.breadcrumb__title{ +font-size: 11px; +} +.breadcrumb__item { +padding: 0 30px; +} +} + +@media all and (max-width: 710px) { +.breadcrumb { +height: 30px; +} +.breadcrumb__item { +padding: 0 20px; +} + +} diff --git a/student-removebg-preview.png b/student-removebg-preview.png deleted file mode 100644 index 0389a57..0000000 Binary files a/student-removebg-preview.png and /dev/null differ diff --git a/student3-removebg-preview1.png b/student3-removebg-preview1.png deleted file mode 100644 index e1296db..0000000 Binary files a/student3-removebg-preview1.png and /dev/null differ diff --git a/studentone.jpg b/studentone.jpg deleted file mode 100644 index 91f80e9..0000000 Binary files a/studentone.jpg and /dev/null differ diff --git a/study-removebg-preview.png b/study-removebg-preview.png new file mode 100644 index 0000000..46a5788 Binary files /dev/null and b/study-removebg-preview.png differ diff --git a/twitter.png b/twitter.png new file mode 100644 index 0000000..d11a562 Binary files /dev/null and b/twitter.png differ diff --git "a/\330\257\331\212\330\247\330\261_XiOGMR4.png" "b/\330\257\331\212\330\247\330\261_XiOGMR4.png" new file mode 100644 index 0000000..bdfa0a3 Binary files /dev/null and "b/\330\257\331\212\330\247\330\261_XiOGMR4.png" differ diff --git "a/\330\271\331\204\331\212.png" "b/\330\271\331\204\331\212.png" new file mode 100644 index 0000000..9ced0f5 Binary files /dev/null and "b/\330\271\331\204\331\212.png" differ