Skip to content

Commit

Permalink
Merge pull request #1 from buzzcosm/refactoring
Browse files Browse the repository at this point in the history
restructured files and tested app locally
  • Loading branch information
buzzcosm authored Oct 18, 2024
2 parents 752524d + fa2f892 commit c3e51b4
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"explorer.compactFolders": false,
"editor.detectIndentation" : false,
"editor.insertSpaces": true,
"editor.tabSize": 2
Expand Down
File renamed without changes
File renamed without changes.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>NASA API Pictures</title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="./css/style.css">
<link rel="icon" type="image/png" href="https://s2.googleusercontent.com/s2/favicons?domain=www.nasa.gov">
</head>

<body>
<!-- Loader -->
<div class="loader hidden">
<img src="rocket.svg" alt="Rocket Loading Animation">
<img src="./assets/img/rocket.svg" alt="Rocket Loading Animation">
</div>
<!-- Container -->
<div class="container">
Expand All @@ -38,7 +38,7 @@ <h3 class="clickable" onclick="getNasaPictures()">Load More NASA Images</h3>
<h1>ADDED!</h1>
</div>
<!-- Script -->
<script src="script.js"></script>
<script src="./js/main.js"></script>
</body>

</html>
File renamed without changes.

0 comments on commit c3e51b4

Please sign in to comment.