Dashboard Temp Share Shortlinks Frames API

shubh - HTMLify profile

shubh's Profile Picture

shubh

87 Files

36996 Views

Recent Comments

shubh commented something @/shubh/VID-20220908-WA0004.mp4 shubh commented something @/shubh/VID-20220908-WA0004.mp4 shubh commented something @/shubh/VID-20220908-WA0004.mp4 shubh commented something @/shubh/VID-20220908-WA0004.mp4 shubh commented something @/shubh/VID-20220908-WA0004.mp4 shubh commented something @/shubh/VID-20220908-WA0004.mp4

files of /shubh/

App Development.jpg /shubh/App Development.jpg
302 Views
0 Comments
Media file
App.jpg /shubh/App.jpg
167 Views
0 Comments
Media file
BackgroundImage.png /shubh/BackgroundImage.png
271 Views
0 Comments
Media file
Cursoreffect.html /shubh/Cursoreffect.html
795 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, in
Doraemon_Image1.png /shubh/Doraemon_Image1.png
338 Views
0 Comments
Media file
Doraemon_Image2.png /shubh/Doraemon_Image2.png
308 Views
0 Comments
Media file
Doraemon_Image3.png /shubh/Doraemon_Image3.png
363 Views
0 Comments
Media file
Doraemon_Image4.png /shubh/Doraemon_Image4.png
358 Views
0 Comments
Media file
Doraemon_Image5.png /shubh/Doraemon_Image5.png
340 Views
0 Comments
Media file
Doraemon_Image6.png /shubh/Doraemon_Image6.png
348 Views
0 Comments
Media file
Image Cards.html /shubh/Image Cards.html
853 Views
0 Comments
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width,
LPBGI.jpg /shubh/LPBGI.jpg
239 Views
0 Comments
Media file
Landing Page.html /shubh/Landing Page.html
845 Views
0 Comments
<!DOCTYPE html>
<html>

<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-sc
LandingPageStyle.css /shubh/LandingPageStyle.css
290 Views
0 Comments
* {
margin: 0px;
padding: 0px;
box-sizing: border-box;
}

body {
background-image: url("LPBGI.jpg");
OTP Generator.htm /shubh/OTP Generator.htm
753 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, in
OTP.css /shubh/OTP.css
344 Views
0 Comments
body {
margin: 0;
padding: 0;
background: linear-gradient(120deg, rgb(10, 10, 208), rgb(246, 3, 3));
backgro
OTP.js /shubh/OTP.js
392 Views
0 Comments
function generateOTP(){
let otp = " ";
let digits = "0123456789";

for(i=0;i<4;i++){
otp += digits [Mat
Ractangle.css /shubh/Ractangle.css
308 Views
0 Comments
*{
margin: 0;
padding: 0;
box-sizing: border-box;
}
html,body{
width: 100%;
height: 100%;
Ractangle.html /shubh/Ractangle.html
707 Views
0 Comments
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width,
Ractangle.js /shubh/Ractangle.js
352 Views
0 Comments
let ract = document.querySelector("#ractangle");
ract.addEventListener("mousemove",function(details){
let ractloc = ract.ge
System Design.jpg /shubh/System Design.jpg
292 Views
0 Comments
Media file
VID-20220908-WA0004.mp4 /shubh/VID-20220908-WA0004.mp4
1683 Views
19 Comments
Media file
Web Developer.jpg /shubh/Web Developer.jpg
180 Views
0 Comments
Media file
Website.jpg /shubh/Website.jpg
303 Views
0 Comments
Media file
about-1.jpg /shubh/about-1.jpg
183 Views
0 Comments
Media file
about1.jpg /shubh/about1.jpg
283 Views
0 Comments
Media file
about2.jpg /shubh/about2.jpg
276 Views
0 Comments
Media file
annie-spratt-QckxruozjRg-unsplash.jpg /shubh/annie-spratt-QckxruozjRg-unsplash.jpg
171 Views
0 Comments
Media file
bgimg.jpg /shubh/bgimg.jpg
264 Views
0 Comments
Media file
bk1.jpg /shubh/bk1.jpg
297 Views
0 Comments
Media file
bulb.css /shubh/bulb.css
319 Views
0 Comments
body{
background-color: black;
width: 100%;
height: 100%;
d
bulb.html /shubh/bulb.html
708 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, in
certification-concept-illustration.png /shubh/certification-concept-illustration.png
201 Views
0 Comments
Media file
contact1.jpg /shubh/contact1.jpg
265 Views
0 Comments
Media file
courses-internship.css /shubh/courses-internship.css
194 Views
0 Comments
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}

html,
body {
courses-intership.html /shubh/courses-intership.html
4 Views
0 Comments
File is locked
cursoreffect.css /shubh/cursoreffect.css
314 Views
0 Comments
*{
margin: 0;
padding: 0;
box-sizing: border-box;
}
html,body{
width: 100%;
height: 100%;
cursoreffect.js /shubh/cursoreffect.js
339 Views
0 Comments
window.addEventListener("mousemove", function(details){
let ract = this.document.querySelector(".ract");
let mouseval =
home.css /shubh/home.css
372 Views
0 Comments
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}

html,
body {
home.html /shubh/home.html
842 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width
home.js /shubh/home.js
436 Views
0 Comments
sidenav = document.querySelector(".sidenav");
menuIcon = document.querySelector(".ri-menu-line");
navCloseBtn = document.query
html css project /shubh/html css project/
10 Items
  • BackgroundImage.png
  • Doraemon_Image1.png
  • Doraemon_Image2.png
  • Doraemon_Image3.png
  • Doraemon_Image4.png
  • Doraemon_Image5.png
  • Doraemon_Image6.png
  • README.md
  • index.html /shubh/index.html
    722 Views
    0 Comments
    <!DOCTYPE html>
    <html lang="en">
    <head>
    <meta charset="UTF-8" />
    <meta name="viewport" content="width=device-width
    jason-goodman-Oalh2MojUuk-unsplash.jpg /shubh/jason-goodman-Oalh2MojUuk-unsplash.jpg
    170 Views
    0 Comments
    Media file
    javascript /shubh/javascript/
    30 Items
  • AlertBox.html
  • Array.js
  • Conditional Statement.js
  • DOM Manipulation.js
  • Events.js
  • Functions.js
  • Loops.js
  • OTP Generator.html
  • jewerlery.jpg /shubh/jewerlery.jpg
    316 Views
    0 Comments
    Media file
    script.js /shubh/script.js
    378 Views
    0 Comments
    sidenav = document.querySelector(".sidenav");
    menuIcon = document.querySelector(".ri-menu-line");
    navCloseBtn = document.query
    semantic interpretation.ppt /shubh/semantic interpretation.ppt
    522 Views
    0 Comments
    Media file
    style.css /shubh/style.css
    346 Views
    0 Comments
    * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    }

    html,
    body {