Mukesh
25 | @programwithfun 26 |I'm a Front-End Developer.
27 |├── .vscode └── settings.json ├── Alerts-MrAfonso ├── index.html └── style.css ├── Button-mindninjaX ├── 01 │ ├── index.html │ └── style.css ├── 02 │ ├── index.html │ └── style.css ├── 03 │ ├── index.html │ └── style.css ├── 04 │ ├── index.html │ └── style.css └── 05 │ ├── index.html │ └── style.css ├── Buttons ├── animated_buttons │ ├── index.html │ └── style.css ├── index.html └── style.css ├── CONTRIBUTION.md ├── Cards-MrAfonso ├── index.html └── style.css ├── Cards ├── index.html └── style.css ├── Character_card ├── assets │ ├── background-1.webp │ ├── background-2.jpg │ ├── background-3.webp │ ├── ichigo.png │ ├── logo-1.png │ ├── logo-2.png │ ├── logo-3.png │ ├── luffy.png │ └── naruto.png ├── index.html └── style.css ├── Cool form ├── index.html └── style.css ├── EventCard ├── index.html └── style.css ├── FileUploader ├── index.html └── style.css ├── Forms ├── index.html └── style.css ├── LICENSE ├── LoginPage ├── index.html └── style.css ├── Modals ├── index.html └── style.css ├── Pop-up ├── index.html └── style.css ├── PriceCard ├── index.html └── style.css ├── README.md ├── ReviewCard ├── index.html └── style.css ├── SearchBar ├── index.html ├── script.js └── style.css ├── Select User ├── index.html └── style.css ├── Share-Button ├── index.html └── style.css ├── Sign-up ├── pruddy storez.png ├── sign up.html └── style.css ├── Signup Page ├── design.css └── index.html ├── Simple-cards ├── Thumbs.db ├── images │ ├── angular-img.png │ ├── css-img.png │ ├── html-img.png │ ├── js-img.png │ ├── node-img.png │ └── react-img.png ├── index.html └── style.css ├── Subsrciption_Cards └── index.html ├── Timeline └── index.html ├── UI_TimeLine ├── index.html └── style.css ├── VideoPlayer ├── assets │ ├── pause.svg │ ├── play.svg │ ├── poster-img.jpg │ └── testMovie2.mp4 ├── index.html ├── scripts │ ├── playback.js │ └── videocontrol.js └── styles │ └── player.css ├── YBHAV_buttons ├── index.html └── style.css ├── animated search bar ├── index.html └── style.scss ├── button-animation ├── index.html └── style.css ├── css-only-Accordion ├── index.html └── style.css ├── css-only-model ├── index.html └── style.css ├── image-slider-Harvansh-1234 ├── index.html └── style.css ├── image-slider └── style.css ├── imageSlider └── index.html ├── images ├── 5726840.jpg ├── Illustration.webp ├── Logo.ico ├── New-Logo.webp ├── Screenshot 2021-10-14 at 23-03-45 Logo Maker Used By 2 3 Million Startups.png ├── faizur-rehman-yapBRdPWxik-unsplash.jpg ├── fakurian-design-UI81cov4gSY-unsplash.jpg ├── favicon.ico ├── favicon.webp ├── lookup.webp ├── pexels-anand-dandekar-1532771.jpg └── pexels-pixabay-60597.jpg ├── index.html ├── package-lock.json ├── profile-card ├── index.html ├── profile-pic.webp └── style.css ├── script.js ├── style.css └── testimonialUi ├── index.html └── style.css /.vscode/settings.json: -------------------------------------------------------------------------------- 1 | { 2 | "liveServer.settings.port": 5503 3 | } -------------------------------------------------------------------------------- /Alerts-MrAfonso/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 |
4 | 5 | 6 | 7 |Button 1:
13 | Hover over me 14 |Button 2:
18 | Hover over me 19 |Lorem ipsum dolor sit, amet consectetur adipisicing elit. Optio libero ad harum possimus suscipit perspiciatis culit at.
35 | 39 |File should be mp4, avi, mov
16 |Recent Searches
50 |Recent Searches
68 |Lorem ipsum dolor sit amet consectetur adipisicing elit. Error laudantium sequi facere mollitia saepe.
34 |Lorem ipsum dolor sit amet consectetur adipisicing elit. Error laudantium sequi facere mollitia saepe.
66 |Lorem ipsum dolor sit amet consectetur adipisicing elit. Error laudantium sequi facere mollitia saepe.
97 |Believing Is The Absence
Of Doubt
Start With A Baseline
263 |Break Through Self Doubt
And Fear
XYZ Institute of Technology
33 |ABC Junior college
49 |MNO Techno School
70 |20 | Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. 21 |
22 |31 | Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. 32 |
33 |42 | Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. 43 |
44 |Lorem ipsum is placeholder text commonly used in the graphic, print, and publishing industries for previewing layouts and visual mockups.
24 |I'm a Front-End Developer.
27 |