Skip to content
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

Conversation

TusharRaval
Copy link
Contributor

@TusharRaval TusharRaval commented Jan 2, 2024

Developer Checklist

  • Followed guidelines mentioned in the readme file.
  • Followed directory structure. (e.g. ProjectName/{USERNAME}/...yourfiles)
  • Starred ⭐ the Repo (Optional)

Summary

random color generator by with hexa values

add a summary here

Screenshot

Screenshot (42)

attach screenshots/gifs here

Live Project Link

https://tusharraval.github.io/Random-color-generator/

add a working project link here

@NitkarshChourasia
Copy link
Collaborator

@TusharRaval
Live working of the link?
Use github-pages for deploying the project.
@NitkarshChourasia

@TusharRaval
Copy link
Contributor Author

TusharRaval commented Jan 3, 2024

@TusharRaval Live working of the link? Use github-pages for deploying the project. @NitkarshChourasia

https://tusharraval.github.io/MoviePlayer/
https://tusharraval.github.io/Random-color-generator/

kindly review this

Copy link
Collaborator

@NitkarshChourasia NitkarshChourasia left a 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>
Copy link
Collaborator

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>
Copy link
Collaborator

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">- &nbsp; </span>Vol<span id="volUp"> &nbsp; +</span></button>
</div>
<div class="thumbs">
<img id="vid1" src="https://i.imgur.com/y6RTkIi.gif" width="128" height="72" alt="video 1">
Copy link
Collaborator

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" />
Copy link
Collaborator

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",
Copy link
Collaborator

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.

Copy link
Collaborator

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.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please read the README.md of the repository, carefully. Especially the Important tagged points.
This time it's an exception. Neglecting the execution of fifth point.
But 6th Point is crucially compulsory for every project.
image

Copy link
Collaborator

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.

Copy link
Collaborator

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>
Copy link
Collaborator

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

Copy link
Collaborator

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?

@NitkarshChourasia NitkarshChourasia self-requested a review January 3, 2024 07:25
@NitkarshChourasia NitkarshChourasia merged commit 6eeedbe into thinkswell:master Jan 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants