Skip to content

Commit

Permalink
Merge branch 'main' of /~https://github.com/fvandrad/flor
Browse files Browse the repository at this point in the history
  • Loading branch information
fvandrad committed Jan 10, 2025
2 parents 138f40c + 3d7b2e7 commit cb1afda
Showing 1 changed file with 77 additions and 0 deletions.
77 changes: 77 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,83 @@ <h2>Galeria</h2>
<line x1="75" y1="25" x2="25" y2="75" stroke="orange" stroke-width="5" />
</svg>

<!-- Lírio -->
<svg width="100" height="100" viewBox="0 0 100 100">
<!-- Centro -->
<circle cx="50" cy="50" r="8" fill="#FFD700" />
<!-- Pétalas -->
<path d="M 50,20 Q 65,35 50,50 Q 35,35 50,20" fill="#FFF5EE" />
<path d="M 80,50 Q 65,65 50,50 Q 65,35 80,50" fill="#FFF5EE" />
<path d="M 50,80 Q 35,65 50,50 Q 65,65 50,80" fill="#FFF5EE" />
<path d="M 20,50 Q 35,35 50,50 Q 35,65 20,50" fill="#FFF5EE" />
<!-- Estames -->
<line x1="45" y1="45" x2="40" y2="40" stroke="#FFD700" stroke-width="2" />
<line x1="55" y1="45" x2="60" y2="40" stroke="#FFD700" stroke-width="2" />
<line x1="45" y1="55" x2="40" y2="60" stroke="#FFD700" stroke-width="2" />
<line x1="55" y1="55" x2="60" y2="60" stroke="#FFD700" stroke-width="2" />
</svg>

<!-- Margarida -->
<svg width="100" height="100" viewBox="0 0 100 100">
<!-- Centro -->
<circle cx="50" cy="50" r="15" fill="#FFD700" />
<!-- Pétalas -->
<ellipse cx="50" cy="25" rx="10" ry="15" fill="#FFFFFF" />
<ellipse cx="75" cy="50" rx="15" ry="10" fill="#FFFFFF" />
<ellipse cx="50" cy="75" rx="10" ry="15" fill="#FFFFFF" />
<ellipse cx="25" cy="50" rx="15" ry="10" fill="#FFFFFF" />
<ellipse cx="67" cy="33" rx="12" ry="12" fill="#FFFFFF" />
<ellipse cx="67" cy="67" rx="12" ry="12" fill="#FFFFFF" />
<ellipse cx="33" cy="67" rx="12" ry="12" fill="#FFFFFF" />
<ellipse cx="33" cy="33" rx="12" ry="12" fill="#FFFFFF" />
</svg>

<!-- Orquídea -->
<svg width="100" height="100" viewBox="0 0 100 100">
<!-- Centro -->
<circle cx="50" cy="50" r="5" fill="#FFD700" />
<!-- Pétalas superiores -->
<path d="M 45,20 Q 50,35 55,20 Q 50,30 45,20" fill="#DA70D6" />
<!-- Pétalas laterais -->
<path d="M 20,45 Q 35,50 20,55 Q 30,50 20,45" fill="#DA70D6" />
<path d="M 80,45 Q 65,50 80,55 Q 70,50 80,45" fill="#DA70D6" />
<!-- Pétala inferior (labelo) -->
<path d="M 40,65 Q 50,85 60,65 Q 50,75 40,65" fill="#9932CC" />
<!-- Caule -->
<line x1="50" y1="85" x2="50" y2="95" stroke="#228B22" stroke-width="2" />
</svg>

<!-- Dente-de-leão -->
<svg width="100" height="100" viewBox="0 0 100 100">
<!-- Centro -->
<circle cx="50" cy="50" r="10" fill="#FFE4B5" />
<!-- Sementes voando -->
<path d="M 60,40 Q 70,30 80,20" stroke="#FFFFFF" stroke-width="1" />
<circle cx="80" cy="20" r="2" fill="#FFFFFF" />
<path d="M 65,50 Q 75,45 85,40" stroke="#FFFFFF" stroke-width="1" />
<circle cx="85" cy="40" r="2" fill="#FFFFFF" />
<path d="M 55,35 Q 65,25 75,15" stroke="#FFFFFF" stroke-width="1" />
<circle cx="75" cy="15" r="2" fill="#FFFFFF" />
<path d="M 50,60 Q 60,70 70,80" stroke="#FFFFFF" stroke-width="1" />
<circle cx="70" cy="80" r="2" fill="#FFFFFF" />
<!-- Caule -->
<line x1="50" y1="60" x2="50" y2="90" stroke="#228B22" stroke-width="2" />
</svg>

<!-- Flor do Campo -->
<svg width="100" height="100" viewBox="0 0 100 100">
<!-- Centro -->
<circle cx="50" cy="50" r="8" fill="#FFA07A" />
<!-- Pétalas -->
<path d="M 50,20 Q 60,35 50,50 Q 40,35 50,20" fill="#FF69B4" />
<path d="M 80,50 Q 65,60 50,50 Q 65,40 80,50" fill="#FF69B4" />
<path d="M 50,80 Q 40,65 50,50 Q 60,65 50,80" fill="#FF69B4" />
<path d="M 20,50 Q 35,40 50,50 Q 35,60 20,50" fill="#FF69B4" />
<!-- Folhas -->
<path d="M 45,85 Q 40,95 35,90" fill="#228B22" />
<path d="M 55,85 Q 60,95 65,90" fill="#228B22" />
</svg>

</div>
<p>Segundo a IA Copilot, no Brasil, estima-se que existam cerca de 33 mil espécies de plantas com flores
catalogadas.</p>
Expand Down

0 comments on commit cb1afda

Please sign in to comment.