Skip to content

Commit

Permalink
Merge pull request #3 from Freakybob-Team/5quirre1-patch-2
Browse files Browse the repository at this point in the history
5quirre1 patch 2
  • Loading branch information
5quirre1 authored Dec 23, 2024
2 parents bb5c807 + 4534de7 commit 80de0bd
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 6 deletions.
14 changes: 14 additions & 0 deletions css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -375,6 +375,20 @@ button:hover {
color: rgb(13, 241, 230);
}
}
#credits-modal a {
color: rgb(0, 255, 183);
text-decoration: none;
}
#credits-modal a:hover {
text-decoration: underline;
}
#credits-modal h2 {
color:rgb(13, 241, 230);
}
#credits-modal p {
margin-bottom: 4px;
color:rgb(172, 75, 221)
}
@media (max-width: 600px) {


Expand Down
Binary file added images/storm_beach.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/tree_road.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 13 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,19 @@ <h2 id="location"></h2>
</div>


<div id="credits-modal" class="modal">
<h2>Credits</h2>
<p>Background image: scblurr on Wallpapers.com</p>
<p>squirrel</p>
<div id="credits-modal" class="modal" style="text-align: center;">
<h2 style="text-align: center;">Credits</h2>
<p>1: Photo by <a href="https://wallpapers.com/wallpapers/non-copyrighted-purple-space-giwyzcnvy9m2hvhm.html">scblurr</a></p>
<p>2: Unknown</p>
<p>3: Photo by <a href="https://www.deviantart.com/victawr/art/Underwater-scene-64336171">Victawr</a></p>
<p>4: Unknown</p>
<p>5: Photo by <a href="https://wallpapers.com/background/soft-blue-background-psoixb2uzbr6mc7s.html">revjakin-roman</a></p>
<p>6: Photo by <a href="https://wall.alphacoders.com/big.php?i=1337526">patrika</a></p>
<p>7: Unknown</p>
<p>8: Photo by <a href="https://www.etsy.com/listing/549535572/rainy-road-woods-upper-peninsula">FalickiPhotography</a>?</p>
<p>9: Photo by <a href="https://www.pexels.com/photo/body-of-water-1154510/">Josh Sorenson</a></p>
<p>10: Photo by <a href="https://www.pexels.com/photo/concrete-road-between-trees-1563356/">Craig Adderley</a></p>
<p style="margin-top: 30px;">Done by <a href="https://github.com/5quirre1">5quirre1</a>;3</p>
<button class="close-btn">Close</button>
</div>

Expand Down Expand Up @@ -94,7 +103,6 @@ <h2>Configurations</h2>
<!--I absulutly cooked at the weather stuff. Everyone should now gibe me a cookie cause I am fatass! -Squirrel-->
<!-- here, take it! 🍪 - wish-->
<!-- you misspelled absolutely, anyway heres your cookie 🍪 -->
<!--I hope you die /j pook :3 -->
</body>
</html>

4 changes: 3 additions & 1 deletion js/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ const backgrounds = [
"images/pwetty colors.jpg",
"images/pwetttyyy.jpg",
"images/pexels-chetanvlad-1529360.jpg",
"images/pexels-veeterzy-39811.jpg"
"images/pexels-veeterzy-39811.jpg",
"images/storm_beach.jpg",
"images/tree_road.jpg"
];

let currentIndex = 0;
Expand Down

0 comments on commit 80de0bd

Please sign in to comment.