dyne / dyne.github.io

GNU Affero General Public License v3.0
0 stars 1 forks source link

Dynebolic 4.0 beta banner #147

Closed Sakrecoer closed 3 months ago

Sakrecoer commented 3 months ago

Adds a banner linking to the dynebolic page

jaromil commented 3 months ago

cool! is it possible to include the svg externally as a file?

can this be made a hero box that is easy to reuse for more elements? @puria @bbtgnn

Sakrecoer commented 3 months ago

@jaromil @puria @bbtgnn

thanks for mentioning, i think i see how that works now.

I need to create a component called something like SoftwareCTA.astro containing the code and call it in https://github.com/dyne/dyne.github.io/blob/main/src/pages/index.astro with <SoftwareCTA />

If you mean just having the SVG as an image linked in, that works. But then the colors won't adjust to the rest of the page (base color is picked randomly on each page load)

jaromil commented 3 months ago

belo belo! thanks @bbtgnn for the finishing touch!