Skip to content

Commit

Permalink
removed bad logic and trying new approach for responsiveness
Browse files Browse the repository at this point in the history
  • Loading branch information
nragland37 committed Oct 9, 2024
1 parent 7adfab8 commit ef055c6
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 22 deletions.
1 change: 0 additions & 1 deletion src/a_new_hope.html
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,5 @@
</div>

<script src="js/audio-control.js"></script>
<script src="js/logo.js"></script>
</body>
</html>
1 change: 0 additions & 1 deletion src/attack_of_the_clones.html
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@
</div>

<script src="js/audio-control.js"></script>
<script src="js/logo.js"></script>
<script src="js/parallax.js"></script>
</body>
</html>
10 changes: 10 additions & 0 deletions src/inc/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -443,6 +443,7 @@ body {
background-attachment: scroll;
background-color: #000000;
margin: 0 auto;
overflow-x: hidden;
}

@media (max-width: 768px) {
Expand Down Expand Up @@ -1380,6 +1381,7 @@ a:after {
display: flex;
justify-content: center;
align-items: center;
height: 70vh;
animation: logo 7s ease-out 7s forwards;
opacity: 0;
overflow: hidden;
Expand Down Expand Up @@ -1409,6 +1411,10 @@ a:after {
width: 150px;
}

.logo {
height: 50vh;
}

@keyframes logo {
0% {
transform: scale(1);
Expand All @@ -1424,6 +1430,10 @@ a:after {
width: 100px;
}

.logo {
height: 40vh;
}

@keyframes logo {
0% {
transform: scale(1);
Expand Down
16 changes: 0 additions & 16 deletions src/js/logo.js

This file was deleted.

1 change: 0 additions & 1 deletion src/return_of_the_jedi.html
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,5 @@
</div>

<script src="js/audio-control.js"></script>
<script src="js/logo.js"></script>
</body>
</html>
1 change: 0 additions & 1 deletion src/revenge_of_the_sith.html
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,5 @@
</div>

<script src="js/audio-control.js"></script>
<script src="js/logo.js"></script>
</body>
</html>
1 change: 0 additions & 1 deletion src/the_empire_strikes_back.html
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,5 @@
</div>

<script src="js/audio-control.js"></script>
<script src="js/logo.js"></script>
</body>
</html>
1 change: 0 additions & 1 deletion src/the_phantom_menace.html
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,5 @@
</div>

<script src="js/audio-control.js"></script>
<script src="js/logo.js"></script>
</body>
</html>

0 comments on commit ef055c6

Please sign in to comment.