Dashboard Temp Share Shortlinks Frames API

shubh - HTMLify profile

shubh's Profile Picture

shubh

87 Files

31662 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
251 Views
0 Comments
Media file
App.jpg /shubh/App.jpg
112 Views
0 Comments
Media file
BackgroundImage.png /shubh/BackgroundImage.png
224 Views
0 Comments
Media file
Cursoreffect.html /shubh/Cursoreffect.html
635 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
285 Views
0 Comments
Media file
Doraemon_Image2.png /shubh/Doraemon_Image2.png
287 Views
0 Comments
Media file
Doraemon_Image3.png /shubh/Doraemon_Image3.png
304 Views
0 Comments
Media file
Doraemon_Image4.png /shubh/Doraemon_Image4.png
299 Views
0 Comments
Media file
Doraemon_Image5.png /shubh/Doraemon_Image5.png
296 Views
0 Comments
Media file
Doraemon_Image6.png /shubh/Doraemon_Image6.png
296 Views
0 Comments
Media file
Image Cards.html /shubh/Image Cards.html
733 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
193 Views
0 Comments
Media file
Landing Page.html /shubh/Landing Page.html
681 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
245 Views
0 Comments
* {
margin: 0px;
padding: 0px;
box-sizing: border-box;
}

body {
background-image: url("LPBGI.jpg");
OTP Generator.htm /shubh/OTP Generator.htm
645 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
302 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
358 Views
0 Comments
function generateOTP(){
let otp = " ";
let digits = "0123456789";

for(i=0;i<4;i++){
otp += digits [Mat
Ractangle.css /shubh/Ractangle.css
269 Views
0 Comments
*{
margin: 0;
padding: 0;
box-sizing: border-box;
}
html,body{
width: 100%;
height: 100%;
Ractangle.html /shubh/Ractangle.html
598 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
320 Views
0 Comments
let ract = document.querySelector("#ractangle");
ract.addEventListener("mousemove",function(details){
let ractloc = ract.ge
System Design.jpg /shubh/System Design.jpg
243 Views
0 Comments
Media file
VID-20220908-WA0004.mp4 /shubh/VID-20220908-WA0004.mp4
1603 Views
19 Comments
Media file
Web Developer.jpg /shubh/Web Developer.jpg
138 Views
0 Comments
Media file
Website.jpg /shubh/Website.jpg
251 Views
0 Comments
Media file
about-1.jpg /shubh/about-1.jpg
135 Views
0 Comments
Media file
about1.jpg /shubh/about1.jpg
233 Views
0 Comments
Media file
about2.jpg /shubh/about2.jpg
226 Views
0 Comments
Media file
annie-spratt-QckxruozjRg-unsplash.jpg /shubh/annie-spratt-QckxruozjRg-unsplash.jpg
125 Views
0 Comments
Media file
bgimg.jpg /shubh/bgimg.jpg
224 Views
0 Comments
Media file
bk1.jpg /shubh/bk1.jpg
241 Views
0 Comments
Media file
bulb.css /shubh/bulb.css
276 Views
0 Comments
body{
background-color: black;
width: 100%;
height: 100%;
d
bulb.html /shubh/bulb.html
595 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
155 Views
0 Comments
Media file
contact1.jpg /shubh/contact1.jpg
217 Views
0 Comments
Media file
courses-internship.css /shubh/courses-internship.css
167 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
260 Views
0 Comments
*{
margin: 0;
padding: 0;
box-sizing: border-box;
}
html,body{
width: 100%;
height: 100%;
cursoreffect.js /shubh/cursoreffect.js
300 Views
0 Comments
window.addEventListener("mousemove", function(details){
let ract = this.document.querySelector(".ract");
let mouseval =
home.css /shubh/home.css
331 Views
0 Comments
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}

html,
body {
home.html /shubh/home.html
707 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
388 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
    578 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
    124 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
    264 Views
    0 Comments
    Media file
    script.js /shubh/script.js
    333 Views
    0 Comments
    sidenav = document.querySelector(".sidenav");
    menuIcon = document.querySelector(".ri-menu-line");
    navCloseBtn = document.query
    semantic interpretation.ppt /shubh/semantic interpretation.ppt
    370 Views
    0 Comments
    Media file
    style.css /shubh/style.css
    304 Views
    0 Comments
    * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    }

    html,
    body {