Skip to content

Commit

Permalink
Merge pull request #217 from partha120804/reorganise
Browse files Browse the repository at this point in the history
REORGANISED all the files into different folders
  • Loading branch information
thevirengarg authored Jun 23, 2024
2 parents 2ba0c1f + f7ccf1d commit a7ad24f
Show file tree
Hide file tree
Showing 20 changed files with 18 additions and 18 deletions.
12 changes: 6 additions & 6 deletions about.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" href="./atom.png" type="image/png" />
<link rel="icon" href="./images/atom.png" type="image/png" />
<title>About</title>
<style>
body {
Expand Down Expand Up @@ -446,7 +446,7 @@ <h3>

<ul>
<div class="step1">
<img src="1.png" alt="Start Your Adventure" />
<img src="./images/1.png" alt="Start Your Adventure" />
<div>
<span class="highlight">Start Your Adventure:</span> Begin by
selecting "Play or Continue" to start or resume your game. If you're
Expand All @@ -455,7 +455,7 @@ <h3>
</div>
<br />
<div class="step">
<img src="2.png" alt="Combine Elements" />
<img src="./images/2.png" alt="Combine Elements" />
<div>
<span class="highlight">Combine Elements:</span> You will start with
a set of basic elements. Drag and drop one element onto another to
Expand All @@ -465,7 +465,7 @@ <h3>
</div>
<br />
<div class="step">
<img src="4.png" alt="Track Your Progress" />
<img src="./images/3.png" alt="Track Your Progress" />
<div>
<span class="highlight">Track Your Progress:</span> Your element box
keeps track of all discovered elements. Review your collection and
Expand All @@ -474,7 +474,7 @@ <h3>
</div>
<br />
<div class="step">
<img src="3.png" alt="Discover and Learn" />
<img src="./images/4.png" alt="Discover and Learn" />
<div>
<span class="highlight">Discover and Learn:</span> When you create a
new element, a pop-up box will appear with details and interesting
Expand All @@ -484,7 +484,7 @@ <h3>
</div>
<br />
<div class="step">
<img src="5.png" alt="Advance Through Levels" />
<img src="./images/5.png" alt="Advance Through Levels" />
<div>
<span class="highlight">Advance Through Levels:</span> Each level
challenges you to discover 100 new elements. As you progress,
Expand Down
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions feedback.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css"
integrity="sha512-SnH5WK+bZxgPHs44uWIX+LLJAJ9/2PkPKZ5QiAj6Ta86w+fsb2TkcmfRyVX3pBnMFcV7oQPJkl9QevSCWr3W6A=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="icon" href="./atom.png" type="image/png" />
<link rel="stylesheet" href="feedback.css">
<link rel="icon" href="./images/atom.png" type="image/png" />
<link rel="stylesheet" href="./css/feedback.css">
<script>
function handleSubmit(event) {
event.preventDefault(); // Prevent default form submission
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
20 changes: 10 additions & 10 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
<meta name="monetization" content="$ilp.uphold.com/U9iHfppnha6L" />
<title>Physi-c Tech</title>

<link rel="stylesheet" href="style.css" />
<link rel="stylesheet" href="./css/style.css" />
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css"
integrity="sha512-SnH5WK+bZxgPHs44uWIX+LLJAJ9/2PkPKZ5QiAj6Ta86w+fsb2TkcmfRyVX3pBnMFcV7oQPJkl9QevSCWr3W6A=="
crossorigin="anonymous"
referrerpolicy="no-referrer"
/>
<link rel="icon" href="./atom.png" type="image/png" />
<link rel="icon" href="./images/atom.png" type="image/png" />
</head>

<body>
Expand Down Expand Up @@ -164,7 +164,7 @@ <h2 class="modal" id="discoverydesc" style="padding: 10%"></h2>
</button>
</div>
<div class="lower-content">
<img src="scientist.png" alt="" style="height: 90px; width: 90px" />
<img src="./images/scientist.png" alt="" style="height: 90px; width: 90px" />
<p id="speech-text">Hello, tech-enthusiasts!</p>
</div>
<div class="lower-button">
Expand All @@ -179,12 +179,12 @@ <h2 class="modal" id="discoverydesc" style="padding: 10%"></h2>
Facing an Issue? Help Us Improve!
</button>

<script src="preloader.js"></script>
<script src="elements.js"></script>
<script src="game.js"></script>
<script src="music.js"></script>
<script src="svg.js"></script>
<script src="index.js"></script>
<script src="description.js"></script>
<script src="./js/preloader.js"></script>
<script src="./js/elements.js"></script>
<script src="./js/game.js"></script>
<script src="./js/music.js"></script>
<script src="./js/svg.js"></script>
<script src="./js/index.js"></script>
<script src="./js/description.js"></script>
</body>
</html>
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.

0 comments on commit a7ad24f

Please sign in to comment.