-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixing file readme
- Loading branch information
Showing
1 changed file
with
12 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# Pink Noise Website | ||
|
||
This project is an interactive web page that allows users to play pink noise, adjust the volume, and display the playback status. The page is composed of the following files: | ||
|
||
## index.html | ||
The `index.html` file contains the structure of the web page. It includes sections for playing pink noise, adjusting the volume, and displaying the playback status. Additionally, it includes a footer with a link to the author's GitHub profile. | ||
|
||
## scripts.js | ||
The `scripts.js` file contains the JavaScript code that handles the interactivity of the page. It includes functions to play/pause the pink noise, update the volume, and display the playback status. Events are managed through listeners for the buttons and volume controls. | ||
|
||
## styles.css | ||
The `styles.css` file contains the CSS styles for the web page. It defines the style for the body, header, footer, buttons, and sections. It also includes styles for the links in the footer and various elements of the page to ensure a consistent and pleasant appearance. |