Skip to content

Commit

Permalink
Update index2.html
Browse files Browse the repository at this point in the history
  • Loading branch information
goodnightjj committed Aug 23, 2023
1 parent 7092363 commit 7f92135
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index2.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<link rel="stylesheet" href="/css/grid.css">
<link rel="shortcut icon" type="image/x-icon" href="/img/unicorn.png">
<title>JJ Moi</title>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.7.0/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.7.0/jquery.min.js"></script>
<style>
/* BACKGROUND */
html {background-color: #001;}
Expand Down Expand Up @@ -86,7 +86,7 @@
</div>
<!-- desktop -->
<div class="container index desktop">
<a href="/primemovers" class="row" id="primemovers" onmouseover="$('#box').css('background','url(https://picsum.photos/400/500)');" onmouseout="$('#box').css('background','none');">
<a href="/primemovers" class="row" id="primemovers" onmouseover="$('#box').css('background','url(https://picsum.photos/600/600)');" onmouseout="$('#box').css('background','none');">
<div class="col-2-sm">
<p>Prime Movers</p>
</div>
Expand Down

0 comments on commit 7f92135

Please sign in to comment.