
├── .gitignore ├── LICENSE.md ├── assets ├── favicon.ico └── images │ ├── bat-ball.png │ ├── bike-palace.png │ ├── books-library.png │ ├── calculator.png │ ├── cuda-portfolio.png │ ├── dream-theme.png │ ├── facebook-login.png │ ├── fashion-ecommerce.png │ ├── football-club.png │ ├── hamburger-food.png │ ├── jamuna-news.png │ ├── macbook-cart.png │ ├── navigation-bar.png │ ├── personal-web.png │ ├── pomodoro-timer.png │ ├── portfolio.png │ ├── restaurant-menu.png │ ├── shopping-cart.png │ ├── simple-blog.png │ ├── spourmo-web.png │ ├── systematic-page.png │ ├── todo-list.png │ ├── weather-info.png │ └── youtube-ui.png ├── bat-ball ├── bat.png ├── index.html └── readme.md ├── bike-palace ├── images │ ├── app-store.png │ ├── awesomebike.jpg │ ├── bike-1.png │ ├── bike-2.png │ ├── bike-3.png │ ├── bike-4.jpg │ ├── bike.jpeg │ ├── faq.png │ ├── feature-bike.jpg │ ├── features-bg.jpg │ ├── harely-davidson-logo.ico │ ├── harely-davidson-logo.png │ ├── harley-1.jpg │ ├── harley-4.jpg │ ├── harley-5.jpg │ ├── harley-6.jpg │ ├── harley-header.jpg │ ├── harley-main.jpg │ ├── harley-main.png │ ├── header-bike.png │ ├── new-bike-1.jpg │ ├── new-bike-2.jpg │ ├── play-store.png │ ├── user-1.png │ ├── user-2.png │ └── user-3.png ├── index.html ├── readme.md └── style.css ├── books-library ├── index.html ├── readme.md └── script.js ├── calculator ├── index.html ├── readme.md ├── script.js └── style.css ├── cuda-portfolio ├── index.html ├── readme.md ├── resources │ ├── css │ │ ├── img │ │ │ ├── contact-bg.jpg │ │ │ ├── hero-bg.jpg │ │ │ ├── portfolio-bg.jpg │ │ │ ├── services-bg.jpg │ │ │ ├── skill-bg.jpg │ │ │ ├── team-bg.jpg │ │ │ └── testimonial-bg.jpg │ │ ├── responsive.css │ │ └── style.css │ ├── img │ │ ├── 1.jpg │ │ ├── 2.jpg │ │ ├── 3.jpg │ │ ├── 4.jpg │ │ ├── crayon.png │ │ ├── favicon.png │ │ ├── flag.png │ │ ├── gears.png │ │ ├── logo.png │ │ ├── portfolio1.png │ │ ├── portfolio2.png │ │ ├── portfolio3.png │ │ ├── portfolio4.png │ │ └── rocket.png │ └── js │ │ └── main.js └── vendors │ ├── css │ ├── animated-circle.css │ ├── grid.css │ └── normalize.css │ └── js │ ├── animated-circle.js │ ├── html5shiv.min.js │ ├── jquery.waypoints.min.js │ ├── mixitup.min.js │ ├── respond.min.js │ └── selectivizr-min.js ├── dream-theme ├── icon │ ├── feature-1.webp │ ├── feature-2.webp │ └── feature-3.webp ├── img │ ├── footer-logo.webp │ ├── hero-bg.jpg │ ├── logo.webp │ ├── pricing-bg.jpg │ ├── team-1.webp │ ├── team-2.webp │ ├── team-3.webp │ ├── team-4.webp │ └── video-bg.jpg ├── index.html ├── readme.md └── style.css ├── ecommerce-website ├── README.md ├── assests │ └── css │ │ ├── images │ │ ├── banner-1.jpg │ │ ├── banner-2.jpg │ │ ├── banner-3.jpg │ │ ├── blog-1.jpg │ │ ├── blog-2.jpg │ │ ├── blog-3.jpg │ │ ├── blog-4.jpg │ │ ├── cta-banner.jpg │ │ ├── electronics-banner-1.jpg │ │ ├── electronics-banner-2.jpg │ │ ├── icons │ │ ├── mens-banner.jpg │ │ ├── newsletter.png │ │ ├── payment.png │ │ ├── products │ │ │ ├── 1.jpg │ │ │ ├── 2.jpg │ │ │ ├── 3.jpg │ │ │ ├── 4.jpg │ │ │ ├── belt.jpg │ │ │ ├── clothes-1.jpg │ │ │ ├── clothes-2.jpg │ │ │ ├── clothes-3.jpg │ │ │ ├── clothes-4.jpg │ │ │ ├── jacket-1.jpg │ │ │ ├── jacket-2.jpg │ │ │ ├── jacket-3.jpg │ │ │ ├── jacket-4.jpg │ │ │ ├── jacket-5.jpg │ │ │ ├── jacket-6.jpg │ │ │ ├── jewellery-1.jpg │ │ │ ├── jewellery-2.jpg │ │ │ ├── jewellery-3.jpg │ │ │ ├── party-wear-1.jpg │ │ │ ├── party-wear-2.jpg │ │ │ ├── perfume.jpg │ │ │ ├── shampoo.jpg │ │ │ ├── shirt-1.jpg │ │ │ ├── shirt-2.jpg │ │ │ ├── shoe-1.jpg │ │ │ ├── shoe-1_1.jpg │ │ │ ├── shoe-2.jpg │ │ │ ├── shoe-2_1.jpg │ │ │ ├── shoe-3.jpg │ │ │ ├── shoe-4.jpg │ │ │ ├── shoe-5.jpg │ │ │ ├── shorts-1.jpg │ │ │ ├── shorts-2.jpg │ │ │ ├── sports-1.jpg │ │ │ ├── sports-2.jpg │ │ │ ├── sports-3.jpg │ │ │ ├── sports-4.jpg │ │ │ ├── sports-5.jpg │ │ │ ├── sports-6.jpg │ │ │ ├── watch-1.jpg │ │ │ ├── watch-2.jpg │ │ │ ├── watch-3.jpg │ │ │ └── watch-4.jpg │ │ ├── testimonial-1.jpg │ │ └── womens-banner.jpg │ │ ├── js │ │ └── script.js │ │ ├── style-prefix.css │ │ └── style.css └── index.html ├── facebook-login ├── favicon.ico ├── favicon │ └── favicon.ico ├── index.html ├── readme.md └── style.css ├── fashion-ecommerce ├── css │ ├── bootstrap.min.css │ └── style.css ├── images │ ├── PngItem_2597366 1.png │ ├── SeekPng 1.png │ ├── banner-images │ │ ├── 2.png │ │ ├── 6.png │ │ └── Mask Group.png │ ├── flag.webp │ ├── image 11.png │ ├── image 15.png │ ├── toppng 1.png │ └── vippng 1.png ├── index.html ├── js │ └── bootstrap.bundle.min.js ├── logo │ ├── Group 33071.png │ ├── Group 33072.png │ ├── Group 33091.png │ ├── Group 33102.png │ ├── XMLID 1.png │ ├── green.png │ ├── image 12.png │ ├── image 13.png │ ├── image 14.png │ └── shopping-cart 1.png └── readme.md ├── football-club ├── img │ ├── Logo.png │ ├── banner.png │ ├── best-bg.jpg │ ├── favicon.png │ ├── match.png │ ├── players │ │ ├── player-1.png │ │ ├── player-10.png │ │ ├── player-11.png │ │ ├── player-12.png │ │ ├── player-2.png │ │ ├── player-3.png │ │ ├── player-4.png │ │ ├── player-5.png │ │ ├── player-6.png │ │ ├── player-7.png │ │ ├── player-8.png │ │ └── player-9.png │ ├── policy-1.jpg │ └── policy-2.jpg ├── index.html ├── readme.md └── style.css ├── hamburger-food ├── README.md ├── favicon.png ├── images │ ├── about-team.png │ ├── about-us.png │ ├── burger-recipie0-min.jpg │ ├── burger-recipie1-min.jpg │ ├── burger-recipie3-min.jpg │ ├── burger.jpg │ ├── easy-order.jpg │ ├── fdelivery.jpg │ ├── frame4.jpg │ ├── logo.png │ └── quality.jpg ├── index.html └── style.css ├── index.html ├── jamuna-news ├── css │ ├── bootstrap.min.css │ └── style.css ├── images │ ├── 0.jpg │ ├── 1.jpg │ ├── 11.jpg │ ├── 111.jpg │ ├── 112.jpg │ ├── 113.jpg │ ├── 114.jpg │ ├── 115.jpg │ ├── 116.jpg │ ├── 117.jpg │ ├── 118.jpg │ ├── 119.jpg │ ├── 120.jpg │ ├── 121.jpg │ ├── 122.jpg │ ├── 123.jpg │ ├── 124.jpg │ ├── 125.jpg │ ├── 126.jpg │ ├── 127.jpg │ ├── 128.jpg │ ├── 129.jpg │ ├── 130.jpg │ ├── 2.jpg │ ├── 22.jpg │ ├── 3.jpg │ ├── 33.jpg │ ├── 4.jpg │ ├── 44.jpg │ ├── 5.jpg │ ├── 55.jpg │ ├── 6.jpg │ ├── 7.jpg │ ├── 8.jpg │ ├── add.gif │ ├── logo.png │ └── mujib.jpg ├── index.html ├── js │ └── bootstrap.bundle.min.js └── readme.md ├── macbook-cart ├── img │ ├── favicon.png │ ├── mac-book-1.jfif │ └── mac-book-2.jfif ├── index.html ├── js │ └── script.js └── readme.md ├── navigation-bar ├── bg.jpg ├── index.html ├── readme.md └── style.css ├── personal-website ├── icons │ ├── Group 33059.png │ ├── image 6.png │ └── image 7.png ├── img │ ├── bg1.png │ ├── img1.png │ ├── img2.png │ ├── img3.png │ ├── profile1.png │ └── profile2.png ├── index.html ├── readme.md └── style.css ├── pomodoro-timer ├── index.html ├── script.js └── style.css ├── portfolio ├── images │ └── alsiam.jpg ├── index.html ├── package.json ├── readme.md ├── style.css ├── styles │ ├── input.css │ └── output.css ├── tailwind.config.js └── yarn.lock ├── projects.js ├── readme.md ├── restaurant-menu ├── api.js ├── index.html └── readme.md ├── script.js ├── simple-blog ├── about.html ├── contact.html ├── features.html ├── images │ ├── ad22.jpg │ ├── code.jpg │ ├── coding.jpg │ ├── contact.jpg │ ├── design.jpg │ ├── logo.jpg │ ├── nemo.jpg │ ├── siam.jpg │ ├── toystory.jpg │ ├── up.jpg │ └── walle.jpg ├── index.html ├── portfolio.html ├── post.html ├── readme.md ├── responsive.css └── style.css ├── simple-cart ├── css │ └── style.css ├── index.html ├── js │ └── app.js └── readme.md ├── spourmo-web ├── img │ ├── 100x100.png │ └── 480x300.png ├── index.html ├── readme.md └── style.css ├── style.css ├── systematic-page ├── img │ ├── headImg.png │ ├── second.png │ └── third.png ├── index.html ├── readme.md └── style.css ├── tailwind.config.js ├── todo-list ├── index.html ├── readme.md └── todo.js ├── travel_portfolio ├── about.html ├── blog.html ├── contact.html ├── css │ ├── normalize.css │ ├── responsive.css │ ├── style.css │ └── utility.css ├── font │ └── fonts.css ├── gallery.html ├── index.html └── js │ └── script.js ├── weather-info ├── api.js ├── images │ └── bg-image.jpg ├── index.html └── readme.md └── youtube-ui ├── assets ├── alsiam.png └── youtube.webp ├── index.html ├── readme.md └── style.css /.gitignore: -------------------------------------------------------------------------------- 1 | # Logs 2 | logs 3 | *.log 4 | npm-debug.log* 5 | yarn-debug.log* 6 | yarn-error.log* 7 | pnpm-debug.log* 8 | lerna-debug.log* 9 | 10 | node_modules 11 | dist 12 | dist-ssr 13 | *.local 14 | idea.md 15 | 16 | # Editor directories and files 17 | .vscode/* 18 | !.vscode/extensions.json 19 | .idea 20 | .DS_Store 21 | *.suo 22 | *.ntvs* 23 | *.njsproj 24 | *.sln 25 | *.sw? 26 | -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- 1 | MIT License 2 | 3 | Copyright (c) 2023 Saif Al Siam 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 | -------------------------------------------------------------------------------- /assets/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alsiam/web-projects/917bba1b318b8d153990c85060e11b4f77751d51/assets/favicon.ico -------------------------------------------------------------------------------- /assets/images/bat-ball.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alsiam/web-projects/917bba1b318b8d153990c85060e11b4f77751d51/assets/images/bat-ball.png -------------------------------------------------------------------------------- /assets/images/bike-palace.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alsiam/web-projects/917bba1b318b8d153990c85060e11b4f77751d51/assets/images/bike-palace.png -------------------------------------------------------------------------------- /assets/images/books-library.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alsiam/web-projects/917bba1b318b8d153990c85060e11b4f77751d51/assets/images/books-library.png -------------------------------------------------------------------------------- /assets/images/calculator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alsiam/web-projects/917bba1b318b8d153990c85060e11b4f77751d51/assets/images/calculator.png -------------------------------------------------------------------------------- /assets/images/cuda-portfolio.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alsiam/web-projects/917bba1b318b8d153990c85060e11b4f77751d51/assets/images/cuda-portfolio.png -------------------------------------------------------------------------------- /assets/images/dream-theme.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alsiam/web-projects/917bba1b318b8d153990c85060e11b4f77751d51/assets/images/dream-theme.png -------------------------------------------------------------------------------- /assets/images/facebook-login.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alsiam/web-projects/917bba1b318b8d153990c85060e11b4f77751d51/assets/images/facebook-login.png -------------------------------------------------------------------------------- /assets/images/fashion-ecommerce.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alsiam/web-projects/917bba1b318b8d153990c85060e11b4f77751d51/assets/images/fashion-ecommerce.png -------------------------------------------------------------------------------- /assets/images/football-club.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alsiam/web-projects/917bba1b318b8d153990c85060e11b4f77751d51/assets/images/football-club.png -------------------------------------------------------------------------------- /assets/images/hamburger-food.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alsiam/web-projects/917bba1b318b8d153990c85060e11b4f77751d51/assets/images/hamburger-food.png -------------------------------------------------------------------------------- /assets/images/jamuna-news.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alsiam/web-projects/917bba1b318b8d153990c85060e11b4f77751d51/assets/images/jamuna-news.png -------------------------------------------------------------------------------- /assets/images/macbook-cart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alsiam/web-projects/917bba1b318b8d153990c85060e11b4f77751d51/assets/images/macbook-cart.png -------------------------------------------------------------------------------- /assets/images/navigation-bar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alsiam/web-projects/917bba1b318b8d153990c85060e11b4f77751d51/assets/images/navigation-bar.png -------------------------------------------------------------------------------- /assets/images/personal-web.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alsiam/web-projects/917bba1b318b8d153990c85060e11b4f77751d51/assets/images/personal-web.png -------------------------------------------------------------------------------- /assets/images/pomodoro-timer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alsiam/web-projects/917bba1b318b8d153990c85060e11b4f77751d51/assets/images/pomodoro-timer.png -------------------------------------------------------------------------------- /assets/images/portfolio.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alsiam/web-projects/917bba1b318b8d153990c85060e11b4f77751d51/assets/images/portfolio.png -------------------------------------------------------------------------------- /assets/images/restaurant-menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alsiam/web-projects/917bba1b318b8d153990c85060e11b4f77751d51/assets/images/restaurant-menu.png -------------------------------------------------------------------------------- /assets/images/shopping-cart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alsiam/web-projects/917bba1b318b8d153990c85060e11b4f77751d51/assets/images/shopping-cart.png -------------------------------------------------------------------------------- /assets/images/simple-blog.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alsiam/web-projects/917bba1b318b8d153990c85060e11b4f77751d51/assets/images/simple-blog.png -------------------------------------------------------------------------------- /assets/images/spourmo-web.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alsiam/web-projects/917bba1b318b8d153990c85060e11b4f77751d51/assets/images/spourmo-web.png -------------------------------------------------------------------------------- /assets/images/systematic-page.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alsiam/web-projects/917bba1b318b8d153990c85060e11b4f77751d51/assets/images/systematic-page.png -------------------------------------------------------------------------------- /assets/images/todo-list.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alsiam/web-projects/917bba1b318b8d153990c85060e11b4f77751d51/assets/images/todo-list.png -------------------------------------------------------------------------------- /assets/images/weather-info.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alsiam/web-projects/917bba1b318b8d153990c85060e11b4f77751d51/assets/images/weather-info.png -------------------------------------------------------------------------------- /assets/images/youtube-ui.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alsiam/web-projects/917bba1b318b8d153990c85060e11b4f77751d51/assets/images/youtube-ui.png -------------------------------------------------------------------------------- /bat-ball/bat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alsiam/web-projects/917bba1b318b8d153990c85060e11b4f77751d51/bat-ball/bat.png -------------------------------------------------------------------------------- /bat-ball/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 |
4 | 5 | 6 | 7 |Publisher : ${publisher === undefined ? 'Unknown' : publisher[0]}
110 | 111 |112 | First Published : ${publishYear === undefined ? 'Unknown' : publishYear} 113 |
114 |A full stack allaround designer that placerat 39 | in massa consectetur
40 | Hire Me 41 |Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the 56 | industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type 57 | and scrambled it to make a type specimen book.
58 | Download CV 59 |Lorem ipsum dolor sit amet consectetur adipisicing elit. Est et dicta enim incidunt maxime, necessitatibus aspernatur saepe eaque quia. Officiis amet, voluptatum ducimus dolor cum explicabo maxime unde porro beatae!
73 |Lorem ipsum dolor sit amet consectetur adipisicing elit. Est et dicta enim incidunt maxime, necessitatibus aspernatur saepe eaque quia. Officiis amet, voluptatum ducimus dolor cum explicabo maxime unde porro beatae!
78 |Lorem ipsum dolor sit amet consectetur adipisicing elit. Est et dicta enim incidunt maxime, necessitatibus aspernatur saepe eaque quia. Officiis amet, voluptatum ducimus dolor cum explicabo maxime unde porro beatae!
83 |Lorem ipsum dolor sit amet consectetur adipisicing elit. Eum totam voluptatibus quos minima 97 | expedita explicabo.
98 |Lorem ipsum dolor sit amet consectetur adipisicing elit. Eum totam voluptatibus quos minima 103 | expedita explicabo.
104 |Lorem ipsum dolor sit amet consectetur adipisicing elit. Eum totam voluptatibus quos minima 109 | expedita explicabo.
110 |17 | 25:00 18 |
19 | 24 |${(meal.strInstructions).slice(0, 100)}
73 |Your wishlist
49 |Your card
53 |73 | | 74 | | 75 | | 76 | |
---|---|---|---|
Total Added-Products: | 81 |0 | 82 |||
Price: | 85 |$ 0 | 86 |||
Delivery-Charge: | 89 |$ 20 | 90 |||
Total-Tax: | 93 |$ 0 | 94 |||
Total | 97 |$ 0 | 98 |99 | |