├── LESSON_10 الدرس ├── img1.jpg └── index.html ├── LESSON_11 الدرس └── index.html ├── LESSON_12 الدرس └── index.html ├── LESSON_13 الدرس └── index.html ├── LESSON_14 الدرس └── index.html ├── LESSON_15 الدرس ├── index.html └── logo.png ├── LESSON_16 الدرس └── index.html ├── LESSON_17 الدرس └── index.html ├── LESSON_18 الدرس └── index.html ├── LESSON_19 الدرس └── index.html ├── LESSON_20 الدرس └── index.html ├── LESSON_21 الدرس └── index.html ├── LESSON_22 الدرس └── index.html ├── LESSON_23 الدرس ├── index.html └── logo.png ├── LESSON_24 الدرس └── Bootstrap Pagination.txt ├── LESSON_25 الدرس └── index.html ├── LESSON_26 الدرس ├── img1.jpg └── index.html ├── LESSON_27 الدرس └── index.html ├── LESSON_28 - 36 الدرس └── bootsrap_codershiyar │ ├── contact.html │ ├── css │ └── style.css │ ├── img │ ├── img1.jpeg │ ├── img2.png │ ├── img3.png │ └── logo.jpg │ ├── index.html │ ├── js │ ├── javascript.js │ └── jquery.js │ ├── login.html │ └── register.html ├── LESSON_3 الدرس └── index.html ├── LESSON_4 الدرس ├── img1.jpg └── index.html ├── LESSON_5 الدرس └── index.html ├── LESSON_6 الدرس └── index.html ├── LESSON_7 الدرس └── index.html ├── LESSON_8 الدرس └── index.html ├── LESSON_9 الدرس └── index.html ├── Lesson 1 - الدرس └── links.txt ├── Lesson 2 - الدرس ├── bootstrap.js ├── index.html ├── links.txt └── style.css ├── app_restaurant ├── img │ ├── arabic_food.jpg │ ├── arabic_food2.jpg │ ├── arabic_food3.jpg │ ├── kurdish_food.jpg │ ├── kurdish_food2.jpg │ ├── kurdish_food3.jpg │ └── logo.png └── index.html └── gift ├── BootStrap ├── Template_Codes1 Coder Shiyar │ ├── img │ │ ├── facebook.png │ │ ├── logo.jpg │ │ ├── map.png │ │ ├── shiyar.jpg │ │ ├── twitter.png │ │ └── youtube.png │ ├── index.html │ └── style.css ├── Template_Codes2 │ ├── css │ │ ├── style.comp.css │ │ ├── style.css │ │ └── style.prefix.css │ ├── img │ │ ├── SVG │ │ │ ├── aircraft-take-off.svg │ │ │ ├── bookmark.svg │ │ │ ├── chat.svg │ │ │ ├── chevron-thin-right.svg │ │ │ ├── home.svg │ │ │ ├── key.svg │ │ │ ├── location-pin.svg │ │ │ ├── magnifying-glass.svg │ │ │ ├── map.svg │ │ │ └── star.svg │ │ ├── back.jpg │ │ ├── chevron-thin-right.svg │ │ ├── favicon.png │ │ ├── gal-1.jpeg │ │ ├── gal-10.jpeg │ │ ├── gal-11.jpeg │ │ ├── gal-12.jpeg │ │ ├── gal-13.jpeg │ │ ├── gal-14.jpeg │ │ ├── gal-2.jpeg │ │ ├── gal-3.jpeg │ │ ├── gal-4.jpeg │ │ ├── gal-5.jpeg │ │ ├── gal-6.jpeg │ │ ├── gal-7.jpeg │ │ ├── gal-8.jpeg │ │ ├── gal-9.jpeg │ │ ├── hero.jpeg │ │ ├── hotel-1.jpg │ │ ├── hotel-2.jpg │ │ ├── hotel-3.jpg │ │ ├── house-1.jpeg │ │ ├── house-2.jpeg │ │ ├── house-3.jpeg │ │ ├── house-4.jpeg │ │ ├── house-5.jpeg │ │ ├── house-6.jpeg │ │ ├── logo-bbc.png │ │ ├── logo-bi.png │ │ ├── logo-forbes.png │ │ ├── logo-techcrunch.png │ │ ├── logo.png │ │ ├── realtor-1.jpeg │ │ ├── realtor-2.jpeg │ │ ├── realtor-3.jpeg │ │ ├── sprite.svg │ │ ├── story-1.jpeg │ │ ├── story-2.jpeg │ │ ├── text.txt │ │ ├── user-1.jpg │ │ ├── user-2.jpg │ │ ├── user-3.jpg │ │ ├── user-4.jpg │ │ ├── user-5.jpg │ │ ├── user-6.jpg │ │ └── user.jpg │ ├── index.html │ ├── package.json │ └── sass │ │ ├── _base.scss │ │ ├── _components.scss │ │ ├── _features.scss │ │ ├── _footer.scss │ │ ├── _gallery.scss │ │ ├── _header.scss │ │ ├── _homes.scss │ │ ├── _layout.scss │ │ ├── _realtors.scss │ │ ├── _sidebar.scss │ │ ├── _story.scss │ │ ├── _typography.scss │ │ └── main.scss ├── Template_Codes3 │ ├── css │ │ ├── fonts │ │ │ ├── linea-basic-10.eot │ │ │ ├── linea-basic-10.svg │ │ │ ├── linea-basic-10.ttf │ │ │ └── linea-basic-10.woff │ │ ├── icon-font.css │ │ ├── style.comp.css │ │ ├── style.concat.css │ │ ├── style.css │ │ └── style.prefix.css │ ├── img │ │ ├── favicon.png │ │ ├── hero-small.jpg │ │ ├── hero.jpg │ │ ├── logo-green-1x.png │ │ ├── logo-green-2x.png │ │ ├── logo-green-small-1x.png │ │ ├── logo-green-small-2x.png │ │ ├── logo-white.png │ │ ├── nat-1-large.jpg │ │ ├── nat-1.jpg │ │ ├── nat-10.jpg │ │ ├── nat-2-large.jpg │ │ ├── nat-2.jpg │ │ ├── nat-3-large.jpg │ │ ├── nat-3.jpg │ │ ├── nat-4.jpg │ │ ├── nat-5.jpg │ │ ├── nat-6.jpg │ │ ├── nat-7.jpg │ │ ├── nat-8.jpg │ │ ├── nat-9.jpg │ │ ├── video.mp4 │ │ └── video.webm │ ├── index.html │ ├── package.json │ └── sass │ │ ├── abstracts │ │ ├── _functions.scss │ │ ├── _mixins.scss │ │ └── _variables.scss │ │ ├── base │ │ ├── _animations.scss │ │ ├── _base.scss │ │ ├── _typography.scss │ │ └── _utilities.scss │ │ ├── components │ │ ├── _bg-video.scss │ │ ├── _button.scss │ │ ├── _card.scss │ │ ├── _composition.scss │ │ ├── _feature-box.scss │ │ ├── _form.scss │ │ ├── _popup.scss │ │ └── _story.scss │ │ ├── layout │ │ ├── _footer.scss │ │ ├── _grid.scss │ │ ├── _header.scss │ │ └── _navigation.scss │ │ ├── main.scss │ │ └── pages │ │ └── _home.scss ├── Template_Codes4 │ ├── css │ │ ├── style.comp.css │ │ ├── style.css │ │ └── style.prefix.css │ ├── img │ │ ├── favicon.png │ │ ├── logo.png │ │ ├── sprite.svg │ │ └── text.txt │ ├── index.html │ ├── package.json │ └── sass │ │ ├── _base.scss │ │ └── main.scss └── WebApp_Restaurant │ ├── img │ ├── arabic_food.jpg │ ├── arabic_food2.jpg │ ├── arabic_food3.jpg │ ├── kurdish_food.jpg │ ├── kurdish_food2.jpg │ ├── kurdish_food3.jpg │ └── logo.png │ └── index.html ├── CSS ├── Template_Codes1 Coder Shiyar │ ├── img │ │ ├── facebook.png │ │ ├── logo.jpg │ │ ├── map.png │ │ ├── shiyar.jpg │ │ ├── twitter.png │ │ └── youtube.png │ ├── index.html │ └── style.css ├── Template_Codes2 │ ├── css │ │ ├── style.comp.css │ │ ├── style.css │ │ └── style.prefix.css │ ├── img │ │ ├── SVG │ │ │ ├── aircraft-take-off.svg │ │ │ ├── bookmark.svg │ │ │ ├── chat.svg │ │ │ ├── chevron-thin-right.svg │ │ │ ├── home.svg │ │ │ ├── key.svg │ │ │ ├── location-pin.svg │ │ │ ├── magnifying-glass.svg │ │ │ ├── map.svg │ │ │ └── star.svg │ │ ├── back.jpg │ │ ├── chevron-thin-right.svg │ │ ├── favicon.png │ │ ├── gal-1.jpeg │ │ ├── gal-10.jpeg │ │ ├── gal-11.jpeg │ │ ├── gal-12.jpeg │ │ ├── gal-13.jpeg │ │ ├── gal-14.jpeg │ │ ├── gal-2.jpeg │ │ ├── gal-3.jpeg │ │ ├── gal-4.jpeg │ │ ├── gal-5.jpeg │ │ ├── gal-6.jpeg │ │ ├── gal-7.jpeg │ │ ├── gal-8.jpeg │ │ ├── gal-9.jpeg │ │ ├── hero.jpeg │ │ ├── hotel-1.jpg │ │ ├── hotel-2.jpg │ │ ├── hotel-3.jpg │ │ ├── house-1.jpeg │ │ ├── house-2.jpeg │ │ ├── house-3.jpeg │ │ ├── house-4.jpeg │ │ ├── house-5.jpeg │ │ ├── house-6.jpeg │ │ ├── logo-bbc.png │ │ ├── logo-bi.png │ │ ├── logo-forbes.png │ │ ├── logo-techcrunch.png │ │ ├── logo.png │ │ ├── realtor-1.jpeg │ │ ├── realtor-2.jpeg │ │ ├── realtor-3.jpeg │ │ ├── sprite.svg │ │ ├── story-1.jpeg │ │ ├── story-2.jpeg │ │ ├── text.txt │ │ ├── user-1.jpg │ │ ├── user-2.jpg │ │ ├── user-3.jpg │ │ ├── user-4.jpg │ │ ├── user-5.jpg │ │ ├── user-6.jpg │ │ └── user.jpg │ ├── index.html │ ├── package.json │ └── sass │ │ ├── _base.scss │ │ ├── _components.scss │ │ ├── _features.scss │ │ ├── _footer.scss │ │ ├── _gallery.scss │ │ ├── _header.scss │ │ ├── _homes.scss │ │ ├── _layout.scss │ │ ├── _realtors.scss │ │ ├── _sidebar.scss │ │ ├── _story.scss │ │ ├── _typography.scss │ │ └── main.scss ├── Template_Codes3 │ ├── css │ │ ├── fonts │ │ │ ├── linea-basic-10.eot │ │ │ ├── linea-basic-10.svg │ │ │ ├── linea-basic-10.ttf │ │ │ └── linea-basic-10.woff │ │ ├── icon-font.css │ │ ├── style.comp.css │ │ ├── style.concat.css │ │ ├── style.css │ │ └── style.prefix.css │ ├── img │ │ ├── favicon.png │ │ ├── hero-small.jpg │ │ ├── hero.jpg │ │ ├── logo-green-1x.png │ │ ├── logo-green-2x.png │ │ ├── logo-green-small-1x.png │ │ ├── logo-green-small-2x.png │ │ ├── logo-white.png │ │ ├── nat-1-large.jpg │ │ ├── nat-1.jpg │ │ ├── nat-10.jpg │ │ ├── nat-2-large.jpg │ │ ├── nat-2.jpg │ │ ├── nat-3-large.jpg │ │ ├── nat-3.jpg │ │ ├── nat-4.jpg │ │ ├── nat-5.jpg │ │ ├── nat-6.jpg │ │ ├── nat-7.jpg │ │ ├── nat-8.jpg │ │ ├── nat-9.jpg │ │ ├── video.mp4 │ │ └── video.webm │ ├── index.html │ ├── package.json │ └── sass │ │ ├── abstracts │ │ ├── _functions.scss │ │ ├── _mixins.scss │ │ └── _variables.scss │ │ ├── base │ │ ├── _animations.scss │ │ ├── _base.scss │ │ ├── _typography.scss │ │ └── _utilities.scss │ │ ├── components │ │ ├── _bg-video.scss │ │ ├── _button.scss │ │ ├── _card.scss │ │ ├── _composition.scss │ │ ├── _feature-box.scss │ │ ├── _form.scss │ │ ├── _popup.scss │ │ └── _story.scss │ │ ├── layout │ │ ├── _footer.scss │ │ ├── _grid.scss │ │ ├── _header.scss │ │ └── _navigation.scss │ │ ├── main.scss │ │ └── pages │ │ └── _home.scss └── Template_Codes4 │ ├── css │ ├── style.comp.css │ ├── style.css │ └── style.prefix.css │ ├── img │ ├── favicon.png │ ├── logo.png │ ├── sprite.svg │ └── text.txt │ ├── index.html │ ├── package.json │ └── sass │ ├── _base.scss │ └── main.scss ├── Java ├── Shiyar │ ├── .gitignore │ ├── .idea │ │ ├── .name │ │ ├── codeStyles │ │ │ └── Project.xml │ │ ├── gradle.xml │ │ ├── misc.xml │ │ └── runConfigurations.xml │ ├── app │ │ ├── .gitignore │ │ ├── build.gradle │ │ ├── proguard-rules.pro │ │ ├── release │ │ │ └── app-release.aab │ │ └── src │ │ │ ├── androidTest │ │ │ └── java │ │ │ │ └── com │ │ │ │ └── shiyar │ │ │ │ └── ExampleInstrumentedTest.java │ │ │ ├── main │ │ │ ├── AndroidManifest.xml │ │ │ ├── ic_launcher-web.png │ │ │ ├── java │ │ │ │ └── com │ │ │ │ │ └── shiyar │ │ │ │ │ └── App.java │ │ │ └── res │ │ │ │ ├── drawable-v24 │ │ │ │ └── ic_launcher_foreground.xml │ │ │ │ ├── drawable │ │ │ │ ├── facebook.png │ │ │ │ ├── googleplay.png │ │ │ │ ├── ic_code.xml │ │ │ │ ├── ic_coding.xml │ │ │ │ ├── ic_contact.xml │ │ │ │ ├── ic_kurdish_tv.xml │ │ │ │ ├── ic_launcher_background.xml │ │ │ │ ├── ic_mail.xml │ │ │ │ ├── ic_school.xml │ │ │ │ ├── ic_soccer.xml │ │ │ │ ├── ic_youtube.xml │ │ │ │ ├── internet.png │ │ │ │ ├── kurdish_tv.xml │ │ │ │ ├── school.xml │ │ │ │ ├── side_nav_bar.xml │ │ │ │ ├── sport.xml │ │ │ │ └── tv.xml │ │ │ │ ├── layout │ │ │ │ ├── activity_app.xml │ │ │ │ └── header.xml │ │ │ │ ├── menu │ │ │ │ └── activity_app_drawer.xml │ │ │ │ ├── mipmap-anydpi-v26 │ │ │ │ ├── ic_launcher.xml │ │ │ │ └── ic_launcher_round.xml │ │ │ │ ├── mipmap-hdpi │ │ │ │ ├── ic_launcher.png │ │ │ │ ├── ic_launcher_foreground.png │ │ │ │ └── ic_launcher_round.png │ │ │ │ ├── mipmap-mdpi │ │ │ │ ├── ic_launcher.png │ │ │ │ ├── ic_launcher_foreground.png │ │ │ │ └── ic_launcher_round.png │ │ │ │ ├── mipmap-xhdpi │ │ │ │ ├── ic_launcher.png │ │ │ │ ├── ic_launcher_foreground.png │ │ │ │ └── ic_launcher_round.png │ │ │ │ ├── mipmap-xxhdpi │ │ │ │ ├── ic_launcher.png │ │ │ │ ├── ic_launcher_foreground.png │ │ │ │ └── ic_launcher_round.png │ │ │ │ ├── mipmap-xxxhdpi │ │ │ │ ├── ic_launcher.png │ │ │ │ ├── ic_launcher_foreground.png │ │ │ │ └── ic_launcher_round.png │ │ │ │ ├── values-v21 │ │ │ │ └── styles.xml │ │ │ │ └── values │ │ │ │ ├── colors.xml │ │ │ │ ├── dimens.xml │ │ │ │ ├── drawables.xml │ │ │ │ ├── ic_launcher_background.xml │ │ │ │ ├── strings.xml │ │ │ │ └── styles.xml │ │ │ └── test │ │ │ └── java │ │ │ └── com │ │ │ └── shiyar │ │ │ └── ExampleUnitTest.java │ ├── build.gradle │ ├── gradle.properties │ ├── gradle │ │ └── wrapper │ │ │ ├── gradle-wrapper.jar │ │ │ └── gradle-wrapper.properties │ ├── gradlew │ ├── gradlew.bat │ ├── settings.gradle │ └── shiyarKey.jks └── افتح هذا ملف.txt └── JavaScript ├── Editor_WebApp ├── index.html ├── script.js └── style.css ├── Music_radio_WebApp ├── audio │ └── music.mp3 ├── audio_player.html ├── css │ ├── article.css │ ├── audio_player.css │ ├── header_nav.css │ └── resize.js ├── img │ ├── back.png │ ├── logo.jpg │ ├── logo1.jpg │ ├── next.png │ ├── pause.png │ └── play.png └── scripts │ ├── colors.js │ ├── player_buttons.js │ ├── player_buttons.txt │ ├── resize.js │ ├── speedVolume.js │ └── volume.js ├── Template_Codes1 Coder Shiyar ├── img │ ├── facebook.png │ ├── logo.jpg │ ├── map.png │ ├── shiyar.jpg │ ├── twitter.png │ └── youtube.png ├── index.html └── style.css ├── Time_WebApp ├── time.css ├── time.html └── time.js └── WebApp_Restaurant ├── img ├── arabic_food.jpg ├── arabic_food2.jpg ├── arabic_food3.jpg ├── kurdish_food.jpg ├── kurdish_food2.jpg ├── kurdish_food3.jpg └── logo.png └── index.html /LESSON_10 الدرس/img1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codershiyar/bootstrap/101c40e45682843f5db969d05188bfd330e96423/LESSON_10 الدرس/img1.jpg -------------------------------------------------------------------------------- /LESSON_11 الدرس/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 |
4 |