-
Notifications
You must be signed in to change notification settings - Fork 896
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Random color generator tushar raval #1108
Random color generator tushar raval #1108
Conversation
@TusharRaval |
https://tusharraval.github.io/MoviePlayer/ kindly review this |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Strict changes, requested.
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>Mp3/Video Player</title> | ||
</head> | ||
<script src="style.css"></script> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<!-- Linking the stylesheet. -->
<link rel="stylesheet" href="style.css">
<source src="https://mainline.i3s.unice.fr/mooc/mi5.mp4" /> | ||
</video> | ||
<div> | ||
<button type="button" id="pl">Play</button> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Use a formatter before saving and pushing.
<button type="button"> <span id="volDown">- </span>Vol<span id="volUp"> +</span></button> | ||
</div> | ||
<div class="thumbs"> | ||
<img id="vid1" src="https://i.imgur.com/y6RTkIi.gif" width="128" height="72" alt="video 1"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Using local assets can improve performance by reducing reliance
|
||
<div class="player"> | ||
<video id="myVideo" preload width="640" height="360"> | ||
<source src="https://mainline.i3s.unice.fr/mooc/mi5.mp4" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Use non-copyright material, please.
var vid3 = document.getElementById("vid3"); | ||
|
||
var sources = ["https://mainline.i3s.unice.fr/mooc/mi5.mp4", | ||
"https://mainline.i3s.unice.fr/mooc/ff7.mp4", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
use non-copyright material only.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
use assets folder and input the img and videos files there.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Embed into README.md of the project.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Embed into README.md of the project.
<h4 id="text">#000000</h4> | ||
<p>click to change color</p> | ||
</div> | ||
</div> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@TusharRaval
No README.md provided. No screenshots attached.
No live link to it.
A very laid back approach to submission. Next time it will be completely rejected. Beware!
@NitkarshChourasia
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are you sure you made this project?
Are you plagiarizing it?
Developer Checklist
Summary
random color generator by with hexa values
add a summary here
Screenshot
attach screenshots/gifs here
Live Project Link
https://tusharraval.github.io/Random-color-generator/
add a working project link here