Lorem ipsum dolor sit amet consectetur adipisicing elit. Voluptatibus quam tenetur 17 | aliquid 18 | magnam commodi. 19 |
20 |Hello World
21 | 22 |├── 404 ├── 404.css ├── 404.html └── images │ └── 404.gif ├── .DS_Store ├── .github ├── ISSUE_TEMPLATE │ ├── bug_report.md │ └── feature_request.md └── pull_request_template.md ├── .vscode └── settings.json ├── AnimatedLoginForm ├── index.html └── style.css ├── AnimatedText ├── index.html ├── style.css └── textanime.html ├── Animated_Login_Page ├── images.jpeg ├── index.html └── main.css ├── Bootstrap Cheatsheet.md ├── Budgetry - Expense Tracker App ├── README.md ├── budget.js ├── index.html └── style.css ├── Buttons ├── HoverSpanbutton.html ├── basic button │ ├── Style.css │ └── index.html ├── button.css ├── button1.html ├── buttons.html ├── index.html ├── index2.css └── index2.html ├── Buttons_tutorial ├── button.css └── index.html ├── CGPA_calculator.html ├── CODE_OF_CONDUCT.md ├── CONTRIBUTING.md ├── CRUD Project ├── index.html ├── script.js └── style.css ├── CSS Card Flip Animation ├── card.css ├── card.html ├── card.js └── user.jpg ├── CSS Card Hover Animation ├── index.html └── style.css ├── CSS Cards Template ├── index.html └── styles.css ├── CSS animation project - animated car └── Animated Car │ ├── Index.html │ ├── Script.js │ ├── Style.css │ ├── background.jpg │ ├── car_body.png │ ├── car_wheel_left.png │ ├── car_wheel_right.png │ ├── sound.mp3 │ ├── track.png │ └── trees.png ├── CSS ├── CSS Cheatsheet.md ├── Complete [HTML + CSS] CheatSheet.txt ├── flexbox │ ├── grid.svg │ ├── index.html │ └── style.css └── style.css ├── Cab-Booking-System-master ├── Users.db ├── cabbokking.py └── userdata.db ├── Card Game ├── Photos │ ├── angryface.png │ ├── coke.png │ ├── coolface.png │ ├── evilface.png │ ├── feverface.png │ ├── freezeface.png │ ├── lco.png │ ├── mindblownface.png │ ├── sneezeface.png │ ├── thinkingface.png │ └── vomitface.png ├── index.html ├── index.js └── styles.css ├── Contact Us Form ├── index.html └── style.css ├── Contact Us ├── contact-form-handler.php ├── images │ ├── 100.jpg │ ├── 101.jpg │ ├── 102.jpg │ ├── 103.jpg │ ├── 104.jpg │ ├── 105.jpg │ ├── 106.jpg │ ├── 107.jpg │ ├── 108.jpg │ ├── 109.jpg │ ├── 110.jpg │ ├── 111.jpg │ ├── 112.jpg │ ├── 113.jpg │ ├── 20.jpg │ ├── 2021_1_30_14_10_41.png │ ├── 21.jpg │ ├── 22.jpg │ ├── 23.jpg │ ├── 24.jpg │ ├── 27.jpg │ ├── 28.jpg │ ├── 29.jpg │ ├── 30.jpg │ ├── 31.jpg │ ├── 85.png │ ├── 86.png │ ├── 87.png │ ├── 88.png │ ├── 89.png │ ├── 90.jpg │ ├── 91.png │ ├── 92.jpg │ ├── 93.jpg │ ├── 93.png │ ├── 94.jpg │ ├── 95.jpg │ ├── 96.jpg │ ├── 97.jpg │ ├── 98.jpg │ ├── 99.jpg │ └── favicon.ico ├── index.html └── style.css ├── Contributionidea.md ├── Covid Resource Site ├── about.html ├── disclaimer.html ├── index.html ├── quicktips.html └── statewise.html ├── Digital Clock ├── index.html ├── index.js └── style.css ├── Digital Marketing Landing Page ├── assets │ ├── css │ │ ├── bootstrap.min.css │ │ ├── flex-slider.css │ │ ├── font-awesome.css │ │ └── templatemo-softy-pinko.css │ ├── fonts │ │ ├── Flaticon.woff │ │ ├── FontAwesome.otf │ │ ├── flexslider-icon.eot │ │ ├── flexslider-icon.svg │ │ ├── flexslider-icon.ttf │ │ ├── flexslider-icon.woff │ │ ├── fontawesome-webfont.eot │ │ ├── fontawesome-webfont.svg │ │ ├── fontawesome-webfont.ttf │ │ ├── fontawesome-webfont.woff │ │ ├── fontawesome-webfont.woff2 │ │ ├── slick.eot │ │ ├── slick.svg │ │ ├── slick.ttf │ │ └── slick.woff │ ├── images │ │ ├── banner-bg.png │ │ ├── blog-item-01.png │ │ ├── blog-item-02.png │ │ ├── blog-item-03.png │ │ ├── circle-dec.png │ │ ├── featured-item-01.png │ │ ├── fun-facts-bg.png │ │ ├── left-image.png │ │ ├── logo.png │ │ ├── right-image.png │ │ ├── testimonial-icon.png │ │ ├── work-process-bg.png │ │ └── work-process-item-01.png │ └── js │ │ ├── bootstrap.min.js │ │ ├── custom.js │ │ ├── imgfix.min.js │ │ ├── jquery-2.1.0.min.js │ │ ├── jquery.counterup.min.js │ │ ├── popper.js │ │ ├── scrollreveal.min.js │ │ └── waypoints.min.js ├── index.html └── prepros-6.config ├── Dropdown-menu ├── Dropdown-menu.css └── Dropdown-menubar.hmtl ├── Drum Kit ├── images │ ├── crash.png │ ├── kick.png │ ├── snare.png │ ├── tom1.png │ ├── tom2.png │ ├── tom3.png │ └── tom4.png ├── index.html ├── index.js ├── package.json ├── sounds │ ├── crash.mp3 │ ├── kick-bass.mp3 │ ├── snare.mp3 │ ├── tom-1.mp3 │ ├── tom-2.mp3 │ ├── tom-3.mp3 │ └── tom-4.mp3 └── styles.css ├── Error_react ├── .gitignore ├── README.md ├── package-lock.json ├── package.json ├── public │ ├── favicon.ico │ ├── index.html │ ├── logo192.png │ ├── logo512.png │ ├── manifest.json │ └── robots.txt └── src │ ├── App.css │ ├── App.js │ ├── App.test.js │ ├── Components │ └── Error.jsx │ ├── index.css │ ├── index.js │ ├── logo.svg │ ├── reportWebVitals.js │ └── setupTests.js ├── Food_Delivery_Landing_Page ├── index.html ├── resources │ ├── css │ │ ├── img │ │ │ ├── back-customers.jpg │ │ │ └── hero.jpg │ │ └── style.css │ └── img │ │ ├── 1.jpg │ │ ├── 2.jpg │ │ ├── 3.jpg │ │ ├── 4.jpg │ │ ├── 5.jpg │ │ ├── 6.jpg │ │ ├── 7.jpg │ │ ├── 8.jpg │ │ ├── app-iPhone.png │ │ ├── back-customers.jpg │ │ ├── berlin.jpg │ │ ├── customer-1.jpg │ │ ├── customer-2.jpg │ │ ├── customer-3.jpg │ │ ├── download-app-android.png │ │ ├── download-app.svg │ │ ├── lisbon-3.jpg │ │ ├── logo-white.png │ │ ├── london.jpg │ │ ├── san-francisco.jpg │ │ └── white.jpg └── vendors │ └── css │ ├── grid.css │ ├── normalize.css │ ├── queries.css │ └── simple-grid.css ├── Full HTML CHEATSHEET └── Sourodip20kar.md ├── Git CheatSheet └── gitCheatSheet.md ├── Glow_Animated_Text ├── index.html └── styles.css ├── Grid Layout ├── Grid Layout using bootstrap │ ├── grid1.html │ ├── grid2.html │ └── index.html └── Grid Layout using simple CSS │ ├── index.html │ └── styles.css ├── HTML-Cheatsheet-For-Creating-Table.md ├── HTML ├── Index.html ├── Learn.md ├── SECOND PAGE.html ├── div-spans.html └── tutorial.html ├── Hamburger Menu animation ├── Myscript.js ├── Style.css └── index.html ├── Image ├── 1.png ├── 2.png ├── arrow.png └── me.jpeg ├── ImageUploader ├── index.html ├── script.js └── style.css ├── JS ├── CSS │ └── boxmodel.css ├── Cheat Sheet of JS │ └── cheat sheet.md ├── EventListener.html ├── JS Personal Notes.txt └── boxmodel.html ├── Java └── JavaFundamentalCheatsheet.md ├── Js Calculator ├── app.js ├── index.html └── style.css ├── JumpGame ├── index.html ├── index.js ├── profile.png └── style.css ├── LICENSE.md ├── Linux CheatSheet.md ├── Login page ├── index.html ├── script.js └── style.css ├── Login ├── index.html └── style.css ├── MYSQL Cheatsheet.md ├── Mansory Layout ├── index.html └── style.css ├── Mongodb Cheatsheet └── mongodb_cheat_sheet.md ├── Music-Website ├── index.html ├── media │ ├── image.png │ ├── imagine-dragons-jid-my-enemy-league-of-legends-(freetones.info).mp3 │ ├── logo.png │ ├── pause.png │ └── play.png ├── script.js └── style.css ├── NPM Cheat Sheet.md ├── Navbars ├── 1st │ ├── index.html │ └── style.css ├── 2nd │ ├── ham-menu.js │ ├── index.html │ └── style.css ├── 3rd │ ├── index.html │ └── style.css ├── 4th │ └── nav.html ├── 5th │ └── navBar.html └── images │ └── icon.jpg ├── Nike shoes landing page ├── app.js ├── assets │ ├── air-max-alpha-tr-3-mens-training-shoe-0C1CV7 (1).jpg │ ├── air-max-alpha-tr-3-mens-training-shoe-0C1CV7 (2).jpg │ ├── air-max-alpha-tr-3-mens-training-shoe-0C1CV7 (3).jpg │ ├── air-max-alpha-tr-3-mens-training-shoe-0C1CV7.jpg │ ├── air-max-alpha-tr-3-mens-training-shoe-0C1CV7.png │ ├── air-zoom-superrep-mens-hiit-class-shoe-ZWLnJW (1).png │ ├── air-zoom-superrep-mens-hiit-class-shoe-ZWLnJW (2).jpg │ ├── air-zoom-superrep-mens-hiit-class-shoe-ZWLnJW (3).jpg │ ├── air-zoom-superrep-mens-hiit-class-shoe-ZWLnJW (4).jpg │ ├── air-zoom-superrep-mens-hiit-class-shoe-ZWLnJW.jpg │ ├── nike-logo.png │ ├── zoom-fly-3-mens-running-shoe-XhzpPH (1).jpg │ ├── zoom-fly-3-mens-running-shoe-XhzpPH (2).jpg │ ├── zoom-fly-3-mens-running-shoe-XhzpPH (3).jpg │ ├── zoom-fly-3-mens-running-shoe-XhzpPH.jpg │ ├── zoom-fly-3-mens-running-shoe-XhzpPH.png │ ├── zoomx-vaporfly-next-running-shoe-4Q5jfG (1).jpg │ ├── zoomx-vaporfly-next-running-shoe-4Q5jfG (2).jpg │ ├── zoomx-vaporfly-next-running-shoe-4Q5jfG (3).jpg │ ├── zoomx-vaporfly-next-running-shoe-4Q5jfG (4).jpg │ ├── zoomx-vaporfly-next-running-shoe-4Q5jfG-1.jpg │ └── zoomx-vaporfly-next-running-shoe-4Q5jfG.png ├── index.html ├── readme.md └── style.css ├── NumGuesserGame-2Player ├── NumGuesser.css ├── NumGuesser.js ├── README.txt └── index.html ├── Number_Guessing_Game ├── app.js ├── index.html └── style.css ├── Obsolete Tags cheatsheet ├── POP up ├── 404-tick.png ├── index.html └── style.css ├── Password-generator ├── index.html ├── script.js └── style.css ├── Price Template ├── index.html └── styles.css ├── React Js Cheatsheet └── reactjs_cheatsheet.md ├── Readme.md ├── Responsive Portfolio Website ├── images │ ├── BG.jpg │ ├── Profile - 1.jpg │ ├── Profile banner.jpg │ ├── banner.jpg │ ├── img1.png │ ├── img4.png │ ├── img6.png │ ├── img6.webp │ ├── ing3.png │ ├── ing5.png │ ├── pexels-lisa-fotios-1083822.jpg │ ├── profile-1.jpeg │ ├── profile-2.jpeg │ ├── profile-3.jpeg │ ├── profile-4.jpeg │ └── profile-5.jpeg ├── index.html ├── script.js └── style.css ├── SS.png ├── Student Enrollment Form ├── index.html ├── index.js └── style.css ├── Tailwind CSS.md ├── ToDo.html ├── Tourism-Management-System-master ├── images │ ├── 1.jpg │ ├── 2.jpg │ ├── 3.jpg │ ├── 4.jpg │ ├── 5.jpg │ ├── 6.jpg │ ├── book-img.svg │ ├── contact-img.svg │ ├── g-1.jpg │ ├── g-2.jpg │ ├── g-3.jpg │ ├── g-4.jpg │ ├── g-5.jpg │ ├── g-6.jpg │ ├── g-7.jpg │ ├── g-8.jpg │ ├── g-9.jpg │ ├── p-1.jpg │ ├── p-2.jpg │ ├── p-3.jpg │ ├── p-4.jpg │ ├── p-5.jpg │ ├── p-6.jpg │ ├── p2.jpg │ ├── pic-1.jpg │ ├── pic-2.jpg │ ├── pic-3.jpg │ ├── pic-4.jpg │ ├── pic-5.jpg │ ├── vid-1.mp4 │ ├── vid-2.mp4 │ ├── vid-3.mp4 │ ├── vid-4.mp4 │ └── vid-5.mp4 ├── index.html ├── script.js └── style.css ├── VIM Cheatsheet.md ├── Weather ├── Cloud.jpg ├── Haze.png ├── Rain.png ├── Snow.png ├── Sunny.png ├── Thunder.png ├── front.png ├── weather.css ├── weather.html └── weather.jsx ├── Windows Cheatsheet.md ├── XML └── XMl CheatSheet.md ├── all-you-need-in-html-main ├── README.md ├── index.html ├── package.json └── sandbox.config.json ├── blob+gradient ├── blob+gradient │ ├── index.html │ ├── script.js │ ├── style.css │ └── style.min.css ├── blob │ ├── extra │ ├── index.html │ ├── script.js │ └── style.css └── gradient │ ├── index.html │ ├── script.js │ └── style.css ├── blurry-image-loader ├── index.html ├── script.js └── style.css ├── chaflix company web site ├── .gitignore ├── .htmlnanorc ├── components │ ├── badges.html │ ├── block.html │ ├── button.html │ ├── callout.html │ ├── card.html │ ├── collaps.html │ ├── domain.html │ ├── feature_block.html │ ├── footer.html │ ├── grid.htm │ ├── groupe-searsh.html │ ├── hero.html │ ├── icons.html │ ├── input.html │ ├── links.html │ ├── listes.html │ ├── media.html │ ├── navigation_bar.html │ ├── plan.html │ ├── plan_block.html │ ├── quete.html │ ├── showcase_block.html │ ├── testimoniel-block.html │ └── testimoniel.html ├── css │ ├── normalize.css │ └── style.css ├── description.md ├── images │ ├── banner1x.png │ ├── banner1x.webp │ ├── banner2x.png │ ├── banner2x.webp │ ├── chevron.svg │ ├── easy.jpg │ ├── easy.webp │ ├── easy@2x.jpg │ ├── easy@2x.webp │ ├── fast.jpg │ ├── fast.webp │ ├── fast@2x.jpg │ ├── fast@2x.webp │ ├── ipad.png │ ├── ipad.webp │ ├── ipad@2x.png │ ├── ipad@2x.webp │ ├── logo.png │ ├── popular.svg │ ├── sprite.svg │ ├── support.jpg │ ├── support.webp │ ├── support@2x.jpg │ ├── support@2x.webp │ ├── testimonial.jpg │ ├── tick.svg │ ├── wordpress.jpg │ ├── wordpress.svg │ ├── wordpress.webp │ ├── wordpress@2x.jpg │ └── wordpress@2x.webp ├── index.html ├── package-lock.json └── package.json ├── conda-cheatsheet.md ├── contact.css ├── contact.html ├── css flexbox and grid layout ├── grid.css ├── grid.html ├── index.html └── style.css ├── customcursor ├── index.html ├── script.js └── style.css ├── dg ├── .gitignore ├── CSS │ └── styles.css ├── JavaScript │ ├── Starting.js │ └── motion.js ├── README.md ├── game.html ├── images │ ├── dice1.png │ ├── dice2.png │ ├── dice3.png │ ├── dice4.png │ ├── dice5.png │ ├── dice6.png │ ├── favicon .ico │ ├── gratis-png-datos-dados-elemento-dado.png │ ├── kisspng-portable-network-graphics-clip-art-transparency-ve-5cef00d6d2f595.8690147815591671908641.jpg │ └── types-dice.jpg └── index.html ├── django cheatsheat.md ├── favicons ├── about.txt ├── android-chrome-192x192.png ├── android-chrome-512x512.png ├── apple-touch-icon.png ├── favicon-16x16.png ├── favicon-32x32.png ├── favicon.ico └── site.webmanifest ├── hotel webapp ├── hotel.css ├── hotel.html └── images │ ├── 815.jpg │ ├── 816.jpg │ ├── bg.jpg │ ├── bg2.jpg │ ├── bg3.jpg │ ├── cake.jpg │ ├── close.png │ ├── cup.jpg │ ├── expert1.jpg │ ├── expert2.jpg │ ├── expert3.jpg │ ├── expert4.jpg │ ├── hoc1.jpg │ ├── hoc2.jpg │ ├── hoc3.jpg │ ├── hoc4.jpg │ ├── img (2).jpg │ ├── img1.jpg │ ├── menu.jpg │ ├── menu.png │ ├── menu1.jpg │ ├── menu2.jpg │ ├── menu3.jpg │ ├── menu4.jpg │ ├── menu5.jpg │ ├── menu6.jpg │ ├── radison.jpg │ ├── taiil.jpg │ ├── tail.jpg │ ├── testi1.jpg │ ├── testi2.jpg │ ├── testi3.jpg │ └── thali.jpg ├── icon ├── fa twitter-16x16-761629.png ├── facebook-16x16-761598.png ├── github-16x16-761603.png └── linkedin-16x16-761611.png ├── jQuery Cheat sheet ├── index.html ├── jquery.js ├── style.css └── vanilla.js ├── javascrip DOM aplications ├── Dropdown text │ ├── assets │ │ └── kjl.jpg │ ├── css │ │ └── style.css │ ├── description.md │ ├── index.html │ └── js │ │ └── index.js ├── Queote generator │ ├── components │ │ ├── barre.html │ │ └── button.html │ ├── css │ │ └── style.css │ ├── description.md │ ├── images │ │ └── aze.jpg │ ├── index.html │ └── js │ │ ├── index.js │ │ └── quotes.js └── stopwatch │ ├── assets │ ├── atm.jpg │ ├── play-solid.svg │ ├── reply-solid.svg │ └── stop-solid.svg │ ├── css │ └── style.css │ ├── index.html │ └── js │ └── index.js ├── jumpinganimation ├── index.html └── style.css ├── kotlin cheatsheet .md ├── mongoose-cheatsheet.md ├── new mongodb cheat sheet └── mongodb.md.md ├── paymentform.css ├── paymentform.html ├── portfolio(s) ├── index.html ├── style.css └── user-interface.gif ├── project_cryptoverse-main └── project_cryptoverse-main │ ├── .env.example │ ├── .eslintrc.js │ ├── .github │ └── FUNDING.yml │ ├── .gitignore │ ├── README.md │ ├── package-lock.json │ ├── package.json │ ├── public │ ├── _redirects │ ├── cryptocurrency.png │ └── index.html │ └── src │ ├── App.css │ ├── App.js │ ├── app │ └── store.js │ ├── components │ ├── CryptoDetails.jsx │ ├── Cryptocurrencies.jsx │ ├── Exchanges.jsx │ ├── Homepage.jsx │ ├── LineChart.jsx │ ├── Loader.jsx │ ├── Navbar.jsx │ ├── News.jsx │ └── index.js │ ├── images │ └── cryptocurrency.png │ ├── index.js │ └── services │ ├── cryptoApi.js │ └── cryptoNewsApi.js ├── quizapp ├── app.css ├── end.html ├── end.js ├── game.css ├── general_knowledge.html ├── general_knowledge.js ├── highscores.css ├── highscores.html ├── highscores.js ├── index.html └── questions.json ├── react-invoice-generator-app └── react-invoice-generator-master │ ├── .gitignore │ ├── LICENSE │ ├── README.md │ ├── package.json │ ├── public │ ├── favicon.ico │ ├── index.html │ ├── logo192.png │ ├── logo512.png │ ├── manifest.json │ ├── pdf.svg │ └── robots.txt │ ├── screenshot.png │ ├── src │ ├── App.tsx │ ├── components │ │ ├── Document.tsx │ │ ├── DownloadPDF.tsx │ │ ├── EditableCalendarInput.tsx │ │ ├── EditableFileImage.tsx │ │ ├── EditableInput.tsx │ │ ├── EditableSelect.tsx │ │ ├── EditableTextarea.tsx │ │ ├── InvoicePage.tsx │ │ ├── Page.tsx │ │ ├── Text.tsx │ │ └── View.tsx │ ├── data │ │ ├── countryList.ts │ │ ├── initialData.ts │ │ └── types.ts │ ├── hooks │ │ └── useOnClickOutside.ts │ ├── images │ │ ├── download.svg │ │ ├── remove.svg │ │ └── resize.svg │ ├── index.tsx │ ├── react-app-env.d.ts │ ├── scss │ │ ├── _app.scss │ │ ├── _color.scss │ │ ├── _icons.scss │ │ ├── _layout.scss │ │ ├── _spacing.scss │ │ ├── _text.scss │ │ ├── _typography.scss │ │ ├── _variables.scss │ │ └── main.scss │ ├── serviceWorker.ts │ ├── setupTests.ts │ └── styles │ │ ├── compose.ts │ │ └── styles.ts │ ├── tsconfig.json │ └── yarn.lock ├── simple_html_and_css_webpage └── new 1.html ├── solidity.md ├── stickynotes.html ├── swift cheatsheet.md ├── switch ├── index.html └── style.css ├── ui-workshop-tailwind-master ├── .gitignore ├── assets │ ├── account.png │ ├── heart.png │ ├── image-1.jpg │ ├── image-10.jpg │ ├── image-11.jpg │ ├── image-12.jpg │ ├── image-2.jpg │ ├── image-3.jpg │ ├── image-4.jpg │ ├── image-5.jpg │ ├── image-6.jpg │ ├── image-7.jpg │ ├── image-8.jpg │ ├── image-9.jpg │ ├── search.png │ ├── shopping-cart.png │ └── theme.svg ├── index.css ├── index.html ├── introduction.html └── mock.html ├── weather-for-all-master ├── .gitignore ├── README.md ├── package-lock.json ├── package.json ├── public │ ├── favicon.ico │ ├── index.html │ ├── logo192.png │ ├── logo512.png │ ├── manifest.json │ └── robots.txt ├── src │ ├── App.js │ ├── assets │ │ └── sunset.jpg │ ├── index.css │ └── index.js └── weather.json └── web1 ├── Fitness-Gym-logo-design-template-on-transparent-background-PNG.png ├── gym1.jpg ├── index.html ├── style.css └── —Pngtree—physical fitness sport gym logo_5225111.png /.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/biratdatta/Webpage-Maker/3fdf1c42d505e33f029fc98774b2b1f4dfb920bc/.DS_Store -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/bug_report.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Bug report 3 | about: Create a report to help us improve 4 | title: '' 5 | labels: '' 6 | assignees: '' 7 | 8 | --- 9 | 10 | **Describe the bug** 11 | A clear and concise description of what the bug is. 12 | 13 | **To Reproduce** 14 | Steps to reproduce the behavior: 15 | 1. Go to '...' 16 | 2. Click on '....' 17 | 3. Scroll down to '....' 18 | 4. See error 19 | 20 | **Expected behavior** 21 | A clear and concise description of what you expected to happen. 22 | 23 | **Screenshots** 24 | If applicable, add screenshots to help explain your problem. 25 | 26 | **Desktop (please complete the following information):** 27 | - OS: [e.g. iOS] 28 | - Browser [e.g. chrome, safari] 29 | - Version [e.g. 22] 30 | 31 | **Smartphone (please complete the following information):** 32 | - Device: [e.g. iPhone6] 33 | - OS: [e.g. iOS8.1] 34 | - Browser [e.g. stock browser, safari] 35 | - Version [e.g. 22] 36 | 37 | **Additional context** 38 | Add any other context about the problem here. -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/feature_request.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Feature request 3 | about: Suggest an idea for this project 4 | title: '' 5 | labels: '' 6 | assignees: '' 7 | 8 | --- 9 | 10 | **Is your feature request related to a problem? Please describe.** 11 | A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] 12 | 13 | **Describe the solution you'd like** 14 | A clear and concise description of what you want to happen. 15 | 16 | **Describe alternatives you've considered** 17 | A clear and concise description of any alternative solutions or features you've considered. 18 | 19 | **Additional context** 20 | Add any other context or screenshots about the feature request here. -------------------------------------------------------------------------------- /.vscode/settings.json: -------------------------------------------------------------------------------- 1 | { 2 | "liveServer.settings.port": 5501 3 | } -------------------------------------------------------------------------------- /404/404.css: -------------------------------------------------------------------------------- 1 | .page_404 { 2 | padding: 40px 0; 3 | background: #fff; 4 | font-family: "Arvo", serif; 5 | } 6 | 7 | .page_404 img { 8 | width: 100%; 9 | } 10 | p{ 11 | font-size: 22px; 12 | } 13 | 14 | .four_zero_four_bg { 15 | background-image: url("images/404.gif"); 16 | height: 400px; 17 | background-position: center; 18 | } 19 | 20 | .four_zero_four_bg h1 { 21 | font-size: 80px; 22 | } 23 | 24 | .four_zero_four_bg h3 { 25 | font-size: 80px; 26 | } 27 | 28 | .link_404 { 29 | color: #fff !important; 30 | padding: 10px 20px; 31 | background: #39ac31; 32 | margin: 20px 0; 33 | display: inline-block; 34 | } 35 | .contant_box_404 { 36 | margin-top: -50px; 37 | } -------------------------------------------------------------------------------- /404/images/404.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/biratdatta/Webpage-Maker/3fdf1c42d505e33f029fc98774b2b1f4dfb920bc/404/images/404.gif -------------------------------------------------------------------------------- /AnimatedLoginForm/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 |
4 | 5 |
10 |
Sorry, This page doesn't exist
9 | 10 |This example uses the addEventListener() method to add many events on the same button.
8 | 9 | 10 | 11 |It will replace this
12 | 13 | 21 | 22 | -------------------------------------------------------------------------------- /JumpGame/index.js: -------------------------------------------------------------------------------- 1 | var char = document.getElementById("char"); 2 | var block = document.getElementById("block"); 3 | var points = document.getElementById("points"); 4 | var btn = document.getElementById("btn"); 5 | let count = 0; 6 | points.innerHTML = count; 7 | btn.addEventListener("click", () => { 8 | count++; 9 | points.innerHTML = count; 10 | if (char.classList != "animate") { 11 | char.classList.add("animate"); 12 | } 13 | 14 | setTimeout(function () { 15 | char.classList.remove("animate"); 16 | }, 500); 17 | 18 | var checkDead = setInterval(function () { 19 | var charTop = parseInt( 20 | window.getComputedStyle(char).getPropertyValue("top") 21 | ); 22 | 23 | var blockLeft = parseInt( 24 | window.getComputedStyle(block).getPropertyValue("left") 25 | ); 26 | 27 | if (blockLeft < 20 && blockLeft > 0 && charTop >= 130) { 28 | block.style.animation = "none"; 29 | block.style.display = "none"; 30 | char.style.display = "none"; 31 | alert("Score: " + count); 32 | } 33 | }, 10); 34 | }); 35 | -------------------------------------------------------------------------------- /JumpGame/profile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/biratdatta/Webpage-Maker/3fdf1c42d505e33f029fc98774b2b1f4dfb920bc/JumpGame/profile.png -------------------------------------------------------------------------------- /JumpGame/style.css: -------------------------------------------------------------------------------- 1 | * { 2 | padding: 0; 3 | margin: 0; 4 | } 5 | #game { 6 | width: 500px; 7 | height: 200px; 8 | border: 1px solid black; 9 | margin: auto; 10 | } 11 | #char { 12 | width: 20px; 13 | height: 50px; 14 | position: relative; 15 | top: 150px; 16 | } 17 | .animate { 18 | animation: jump 500ms infinite; 19 | } 20 | @keyframes jump { 21 | 0% { 22 | top: 150px; 23 | } 24 | 30% { 25 | top: 100px; 26 | } 27 | 70% { 28 | top: 100px; 29 | } 30 | 100% { 31 | top: 150px; 32 | } 33 | } 34 | #block { 35 | width: 40px; 36 | height: 20px; 37 | background-color: brown; 38 | position: relative; 39 | top: 130px; 40 | left: 480px; 41 | animation: block 1s infinite; 42 | } 43 | 44 | @keyframes block { 45 | 0% { 46 | left: 480px; 47 | } 48 | 100% { 49 | left: -40px; 50 | } 51 | } 52 | #btn { 53 | width: 200px; 54 | height: 50px; 55 | margin-top: 10px; 56 | margin-left: 45%; 57 | } 58 | -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- 1 | MIT License 2 | 3 | Copyright (c) 2022 biratdatta 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | -------------------------------------------------------------------------------- /Music-Website/media/image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/biratdatta/Webpage-Maker/3fdf1c42d505e33f029fc98774b2b1f4dfb920bc/Music-Website/media/image.png -------------------------------------------------------------------------------- /Music-Website/media/imagine-dragons-jid-my-enemy-league-of-legends-(freetones.info).mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/biratdatta/Webpage-Maker/3fdf1c42d505e33f029fc98774b2b1f4dfb920bc/Music-Website/media/imagine-dragons-jid-my-enemy-league-of-legends-(freetones.info).mp3 -------------------------------------------------------------------------------- /Music-Website/media/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/biratdatta/Webpage-Maker/3fdf1c42d505e33f029fc98774b2b1f4dfb920bc/Music-Website/media/logo.png -------------------------------------------------------------------------------- /Music-Website/media/pause.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/biratdatta/Webpage-Maker/3fdf1c42d505e33f029fc98774b2b1f4dfb920bc/Music-Website/media/pause.png -------------------------------------------------------------------------------- /Music-Website/media/play.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/biratdatta/Webpage-Maker/3fdf1c42d505e33f029fc98774b2b1f4dfb920bc/Music-Website/media/play.png -------------------------------------------------------------------------------- /Music-Website/script.js: -------------------------------------------------------------------------------- 1 | var mySong = document.getElementById("mySong"); 2 | var icon = document.getElementById("icon"); 3 | icon.onclick = function(){ 4 | if(mySong.paused){ 5 | mySong.play(); 6 | icon.src = "media/pause.png"; 7 | } 8 | else{ 9 | mySong.pause(); 10 | icon.src = "media/play.png"; 11 | } 12 | } -------------------------------------------------------------------------------- /NPM Cheat Sheet.md: -------------------------------------------------------------------------------- 1 | NPM (Node Package Manager) Cheat sheet of mostly used commands 2 | 3 | # Install all packages defined in package.json 4 | npm install 5 | 6 | # Install a particular package for the given project 7 | npm install package_name 8 | 9 | # Install a particular package for all projects, in other words install package with global scope 10 | npm install package_name -g 11 | 12 | # To Lists the installed versions of all dependencies in this software 13 | npm list 14 | 15 | # Remove packages globally 16 | npm uninstall -g package-name 17 | 18 | # Show global packages 19 | npm list -g 20 | 21 | # List all npm configuration flags 22 | npm config ls -l 23 | 24 | # Update the global npm version. 25 | npm update npm -g 26 | 27 | # Locally edit a dependency 28 | npm editNo. of Guesss : 0
20 |Guessed number are : none
21 | 22 |5 | Lorem ipsum dolor sit amet consectetur adipisicing elit. Nihil, 6 | laboriosam. 7 |
8 |6 | Lorem ipsum dolor sit amet, consectetur adipisicing elit. Eligendi 7 | voluptate tempora qui distinctio consequatur aliquid pariatur cupiditate 8 | quas cum fugit. 9 |
10 |Card Title
Card Title
Deploy your websites in less than 60 second
6 | 7 | get started 8 | 9 |Easy Start & Managed Updates
12 | Lorem ipsum dolor sit amet consectetur adipisicing elit. Veniam 13 | quisquam, ex nostrum vero voluptates dicta excepturi vel perspiciatis 14 | consequuntur ab. 15 |
16 |Entry
4 |$14
6 |/month
7 | 8 |East start on the clouds
11 |2 |23 | -------------------------------------------------------------------------------- /chaflix company web site/description.md: -------------------------------------------------------------------------------- 1 | HTML and CSS code for a bietiful and responsive web site that looks good in all 2 | sceran sizes 3 | the css is clean 4 | the web site is fast 5 | 6 | ther is a folder "components" containain all the component and the blocks of the web site 7 | -------------------------------------------------------------------------------- /chaflix company web site/images/banner1x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/biratdatta/Webpage-Maker/3fdf1c42d505e33f029fc98774b2b1f4dfb920bc/chaflix company web site/images/banner1x.png -------------------------------------------------------------------------------- /chaflix company web site/images/banner1x.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/biratdatta/Webpage-Maker/3fdf1c42d505e33f029fc98774b2b1f4dfb920bc/chaflix company web site/images/banner1x.webp -------------------------------------------------------------------------------- /chaflix company web site/images/banner2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/biratdatta/Webpage-Maker/3fdf1c42d505e33f029fc98774b2b1f4dfb920bc/chaflix company web site/images/banner2x.png -------------------------------------------------------------------------------- /chaflix company web site/images/banner2x.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/biratdatta/Webpage-Maker/3fdf1c42d505e33f029fc98774b2b1f4dfb920bc/chaflix company web site/images/banner2x.webp -------------------------------------------------------------------------------- /chaflix company web site/images/chevron.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /chaflix company web site/images/easy.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/biratdatta/Webpage-Maker/3fdf1c42d505e33f029fc98774b2b1f4dfb920bc/chaflix company web site/images/easy.jpg -------------------------------------------------------------------------------- /chaflix company web site/images/easy.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/biratdatta/Webpage-Maker/3fdf1c42d505e33f029fc98774b2b1f4dfb920bc/chaflix company web site/images/easy.webp -------------------------------------------------------------------------------- /chaflix company web site/images/easy@2x.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/biratdatta/Webpage-Maker/3fdf1c42d505e33f029fc98774b2b1f4dfb920bc/chaflix company web site/images/easy@2x.jpg -------------------------------------------------------------------------------- /chaflix company web site/images/easy@2x.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/biratdatta/Webpage-Maker/3fdf1c42d505e33f029fc98774b2b1f4dfb920bc/chaflix company web site/images/easy@2x.webp -------------------------------------------------------------------------------- /chaflix company web site/images/fast.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/biratdatta/Webpage-Maker/3fdf1c42d505e33f029fc98774b2b1f4dfb920bc/chaflix company web site/images/fast.jpg -------------------------------------------------------------------------------- /chaflix company web site/images/fast.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/biratdatta/Webpage-Maker/3fdf1c42d505e33f029fc98774b2b1f4dfb920bc/chaflix company web site/images/fast.webp -------------------------------------------------------------------------------- /chaflix company web site/images/fast@2x.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/biratdatta/Webpage-Maker/3fdf1c42d505e33f029fc98774b2b1f4dfb920bc/chaflix company web site/images/fast@2x.jpg -------------------------------------------------------------------------------- /chaflix company web site/images/fast@2x.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/biratdatta/Webpage-Maker/3fdf1c42d505e33f029fc98774b2b1f4dfb920bc/chaflix company web site/images/fast@2x.webp -------------------------------------------------------------------------------- /chaflix company web site/images/ipad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/biratdatta/Webpage-Maker/3fdf1c42d505e33f029fc98774b2b1f4dfb920bc/chaflix company web site/images/ipad.png -------------------------------------------------------------------------------- /chaflix company web site/images/ipad.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/biratdatta/Webpage-Maker/3fdf1c42d505e33f029fc98774b2b1f4dfb920bc/chaflix company web site/images/ipad.webp -------------------------------------------------------------------------------- /chaflix company web site/images/ipad@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/biratdatta/Webpage-Maker/3fdf1c42d505e33f029fc98774b2b1f4dfb920bc/chaflix company web site/images/ipad@2x.png -------------------------------------------------------------------------------- /chaflix company web site/images/ipad@2x.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/biratdatta/Webpage-Maker/3fdf1c42d505e33f029fc98774b2b1f4dfb920bc/chaflix company web site/images/ipad@2x.webp -------------------------------------------------------------------------------- /chaflix company web site/images/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/biratdatta/Webpage-Maker/3fdf1c42d505e33f029fc98774b2b1f4dfb920bc/chaflix company web site/images/logo.png -------------------------------------------------------------------------------- /chaflix company web site/images/popular.svg: -------------------------------------------------------------------------------- 1 | 10 | -------------------------------------------------------------------------------- /chaflix company web site/images/support.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/biratdatta/Webpage-Maker/3fdf1c42d505e33f029fc98774b2b1f4dfb920bc/chaflix company web site/images/support.jpg -------------------------------------------------------------------------------- /chaflix company web site/images/support.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/biratdatta/Webpage-Maker/3fdf1c42d505e33f029fc98774b2b1f4dfb920bc/chaflix company web site/images/support.webp -------------------------------------------------------------------------------- /chaflix company web site/images/support@2x.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/biratdatta/Webpage-Maker/3fdf1c42d505e33f029fc98774b2b1f4dfb920bc/chaflix company web site/images/support@2x.jpg -------------------------------------------------------------------------------- /chaflix company web site/images/support@2x.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/biratdatta/Webpage-Maker/3fdf1c42d505e33f029fc98774b2b1f4dfb920bc/chaflix company web site/images/support@2x.webp -------------------------------------------------------------------------------- /chaflix company web site/images/testimonial.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/biratdatta/Webpage-Maker/3fdf1c42d505e33f029fc98774b2b1f4dfb920bc/chaflix company web site/images/testimonial.jpg -------------------------------------------------------------------------------- /chaflix company web site/images/tick.svg: -------------------------------------------------------------------------------- 1 | 14 | -------------------------------------------------------------------------------- /chaflix company web site/images/wordpress.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/biratdatta/Webpage-Maker/3fdf1c42d505e33f029fc98774b2b1f4dfb920bc/chaflix company web site/images/wordpress.jpg -------------------------------------------------------------------------------- /chaflix company web site/images/wordpress.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/biratdatta/Webpage-Maker/3fdf1c42d505e33f029fc98774b2b1f4dfb920bc/chaflix company web site/images/wordpress.webp -------------------------------------------------------------------------------- /chaflix company web site/images/wordpress@2x.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/biratdatta/Webpage-Maker/3fdf1c42d505e33f029fc98774b2b1f4dfb920bc/chaflix company web site/images/wordpress@2x.jpg -------------------------------------------------------------------------------- /chaflix company web site/images/wordpress@2x.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/biratdatta/Webpage-Maker/3fdf1c42d505e33f029fc98774b2b1f4dfb920bc/chaflix company web site/images/wordpress@2x.webp -------------------------------------------------------------------------------- /chaflix company web site/package.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "part3exki", 3 | "version": "1.0.0", 4 | "description": "", 5 | "main": "index.js", 6 | "scripts": { 7 | "test": "echo \"Error: no test specified\" && exit 1" 8 | }, 9 | "repository": { 10 | "type": "git", 11 | "url": "git+https://github.com/chafaaouchaou/chaflix.git" 12 | }, 13 | "keywords": [], 14 | "author": "", 15 | "license": "ISC", 16 | "bugs": { 17 | "url": "https://github.com/chafaaouchaou/chaflix/issues" 18 | }, 19 | "homepage": "https://github.com/chafaaouchaou/chaflix#readme", 20 | "devDependencies": { 21 | "parcel-bundler": "^1.12.5" 22 | } 23 | } 24 | -------------------------------------------------------------------------------- /conda-cheatsheet.md: -------------------------------------------------------------------------------- 1 | 2 | # Conda CheatSheet for Developers 3 | 4 | ## Basic Syntax of conda env 5 | 6 | Create a new environment 7 | `conda create --name env_name` 8 | List all available environments 9 | `conda env list` 10 | Activate a special environment 11 | `conda activate env_name` 12 | Installing a package 13 | `conda install package_name` 14 | Checking conda version 15 | `conda info` 16 | Update conda version 17 | `conda update conda` 18 | -------------------------------------------------------------------------------- /css flexbox and grid layout/grid.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |3 | Lorem ipsum dolor sit amet consectetur adipisicing elit. Quae adipisci 4 | perferendis quos soluta neque velit aliquam tenetur, enim repellat deleniti. 5 |
6 | 22 |
Lorem ipsum dolor sit amet consectetur adipisicing elit. Voluptatibus quam tenetur 17 | aliquid 18 | magnam commodi. 19 |
20 |Hello World
21 | 22 |00:00:00
16 |