Skip to content

Commit

Permalink
TODOs
Browse files Browse the repository at this point in the history
  • Loading branch information
aaryanrr committed Jul 3, 2023
1 parent 0103a19 commit b663e97
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
</div>
<div class="icons">
<div class="twitter">
<!-- TODO: Update Twitter Link !-->
<a href="https://twitter.com/Aryann_nnn" target="_blank">
<img
src="./assets/twitter/2021_Twitter_logo_-_white_1_120x120.png"
Expand Down
2 changes: 2 additions & 0 deletions src/Index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ function logVisitor() {
console.log("Welcome to the site\nClick anywhere to change the Gradient!");
}

// TODO: Create a Random Color Generator to Randomly generate color hex codes

let GradientChanged = 0;
const gradients = [
"linear-gradient(-10deg, #d72631, #a2d5c6, #077b8a, #5c3c92)",
Expand Down

0 comments on commit b663e97

Please sign in to comment.