Skip to content

Commit

Permalink
dropbutton move
Browse files Browse the repository at this point in the history
  • Loading branch information
GanyuHail committed Feb 2, 2024
1 parent 000e4bb commit e922902
Showing 1 changed file with 16 additions and 18 deletions.
34 changes: 16 additions & 18 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,28 +19,12 @@
crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/three.js/r124//three.js"
integrity="sha512-tmdOKTY7I6MOUcCL/9fa4s+BnBCgEuifJImOX46m36+rxVMcgHEPGLVoCXHR6ZvjcKGoVixEiBKE4LcYLnv0Cw=="
crossorigin="anonymous" referrerpolicy="no-referrer"></script>

crossorigin="anonymous" referrerpolicy="no-referrer"></script>
</head>

<body>
<canvas id="bg"></canvas>



<div class="dropdown">
<button class="dropbtn">Click on the planets! (Click on the moon to hide everything)</button>
<div class="dropdown-content">
<a href="https://ganyuhail.github.io/RomanceDemo/">Romance FC x Adidas Figma Graphic Design</a>
<a href="https://ganyuhail.github.io/ripple/">Ripple Three.js Demo</a>
<a href="https://ganyuhail.github.io/mesmo1">Mesmo Three.js Demo</a>
<a href="https://www.oestrogeneration.org/">Oestrogeneration Site Redesign</a>
<a href="https://ganyuhail.github.io/nb/">Painting Three.js Artwork</a>
<a href="https://ganyuhail.github.io/paintlines2/">Painting Rutt Etra</a>
</div>
<br><br>
</div>

<div id="panel">
<div id="info2">
<div id="plaintext">
Expand All @@ -53,7 +37,20 @@
</div>
<a id="head" href="https://github.com/GanyuHail">Github</a>
<br><br>
<!-- removed line dropbtn from -->

<div class="dropdown">
<button class="dropbtn">Click on the planets! (Click on the moon to hide everything)</button>
<div class="dropdown-content">
<a href="https://ganyuhail.github.io/RomanceDemo/">Romance FC x Adidas Figma Graphic Design</a>
<a href="https://ganyuhail.github.io/ripple/">Ripple Three.js Demo</a>
<a href="https://ganyuhail.github.io/mesmo1">Mesmo Three.js Demo</a>
<a href="https://www.oestrogeneration.org/">Oestrogeneration Site Redesign</a>
<a href="https://ganyuhail.github.io/nb/">Painting Three.js Artwork</a>
<a href="https://ganyuhail.github.io/paintlines2/">Painting Rutt Etra</a>
</div>
<br><br>
</div>

<h1 id="head">Summary</h1>
<div id="plaintext">
<br>
Expand Down Expand Up @@ -209,6 +206,7 @@ <h2 id="work">Legal Administrator, Lu Oliphant LLP<br>London, 2015-2018</h2>
</script>

</body>

<script type="module" src="./script.js"></script>

</html>

0 comments on commit e922902

Please sign in to comment.