Skip to content

Commit

Permalink
removing second circle animation
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeumus committed Mar 17, 2024
1 parent 634f9cb commit f58e4c6
Showing 1 changed file with 1 addition and 17 deletions.
18 changes: 1 addition & 17 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -77,23 +77,7 @@
</div>
</div> <!-- .hero section -->

<div class="features-section" id="features">

<svg class="flower-of-life mobile-hidden" xmlns="http://www.w3.org/2000/svg">
<!-- Central Circle -->
<circle cx="200" cy="100" r="50" stroke="navy" stroke-width="2" fill="none"/>
<!-- First Ring of Circles -->
<circle cx="200" cy="50" r="50" stroke="navy" stroke-width="2" fill="none"/>
<circle cx="200" cy="50" r="50" stroke="navy" stroke-width="2" fill="none"/>
<circle cx="250" cy="75" r="50" stroke="navy" stroke-width="2" fill="none"/>
<circle cx="250" cy="25" r="50" stroke="navy" stroke-width="2" fill="none"/>
<circle cx="150" cy="75" r="50" stroke="navy" stroke-width="2" fill="none"/>
<circle cx="150" cy="25" r="50" stroke="navy" stroke-width="2" fill="none"/>
<!-- Second Ring of Circles (partial example) -->
<!-- <circle cx="150" cy="100" r="50" stroke="black" stroke-width="2" fill="none"/> -->
<!-- Add more circles as needed -->
</svg>

<div class="features-section" id="features">
<div class="feature" id="multiplayer">
<!-- <img src="path_to_image/multiplayer.png" alt="Multiplayer"> -->
<span>
Expand Down

0 comments on commit f58e4c6

Please sign in to comment.