Skip to content

Commit

Permalink
Organized the repository
Browse files Browse the repository at this point in the history
Organized the GitHub repository into folders
  • Loading branch information
sk66641 committed May 29, 2024
1 parent d40d8c3 commit d95885b
Show file tree
Hide file tree
Showing 15 changed files with 11 additions and 11 deletions.
8 changes: 4 additions & 4 deletions Learn.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Welcome to the Random Disco Light Simulator! This document will guide you throug
Based on these inputs, the simulator displays the selected view with the specified behavior.

### Example Inputs:
![alt text](image.png)
![alt text](assets/images/learn/image.png)

## Installation 🛠️

Expand All @@ -37,7 +37,7 @@ Fork the `Random-Disco-Light-Simulator` repository to your own GitHub account. T

Follow these instructions to fork a repository: [GitHub Forking Guide](https://docs.github.com/en/github/getting-started-with-github/fork-a-repo)

![Top-right in the github Repository](image-1.png)
![Top-right in the github Repository](assets/images/learn/image-1.png)

### Step 2: Clone the Repository
After forking the repository, clone it to your local machine. You can do this using SSH or HTTPS.
Expand All @@ -50,7 +50,7 @@ git clone [email protected]:sk66641/Random-Disco-Light-Simulator.git
```bash
git clone https://github.com/sk66641/Random-Disco-Light-Simulator.git
```
![Cloning a repository](image-2.png)
![Cloning a repository](assets/images/learn/image-2.png)

### Step 3: Navigate to the Project Directory
Change into the project directory using the cd command:
Expand Down Expand Up @@ -102,7 +102,7 @@ Refer to the following articles:
4. **Add a screenshot** to help in the review process.
5. **Submit the PR** with necessary information in the PR template.

![alt text](image-3.png)
![alt text](assets/images/learn/image-3.png)

## Community Guidelines 📋
1. **Be respectful and considerate** towards others.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ On the basis of these inputs, it simulates the selected view.
</table>

## Screenshot of the website
![image](webpage_ss.png)
![image](assets/images/readme/webpage_ss.png)


## Our Contributors !! ✨
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Binary file removed github.jpeg
Binary file not shown.
12 changes: 6 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="style.css" />
<title>Random Disco Light Simulator</title>
<link rel="icon" href="favicon.ico" type="image/x-icon" />
<link rel="icon" href="assets/images/favicon/favicon.ico" type="image/x-icon" />
</head>

<body>
Expand Down Expand Up @@ -90,11 +90,11 @@ <h1>Random Disco Light Simulator</h1>
aria-label="Timer Display"
style="display: none"
></div>
<audio id="disco" src="disco.mp3"></audio>
<audio id="fairies" src="fairies.mp3"></audio>
<audio id="funky1" src="funkydisco.mp3"></audio>
<audio id="funky2" src="funkydisco2.mp3"></audio>
<audio id="upbeatdisco" src="upbeatdisco.mp3"></audio>
<audio id="disco" src="assets/audios/disco.mp3"></audio>
<audio id="fairies" src="assets/audios/fairies.mp3"></audio>
<audio id="funky1" src="assets/audios/funkydisco.mp3"></audio>
<audio id="funky2" src="assets/audios/funkydisco2.mp3"></audio>
<audio id="upbeatdisco" src="assets/audios/upbeatdisco.mp3"></audio>
<div id="message">The timer has ended. The page will reload.</div>

<script src="script.js"></script>
Expand Down

0 comments on commit d95885b

Please sign in to comment.