Skip to content

Commit

Permalink
pix for cards
Browse files Browse the repository at this point in the history
  • Loading branch information
lerina committed May 16, 2024
1 parent a9fe02b commit b54c8d7
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 8 deletions.
Binary file added demo/img/alpinejs-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed demo/img/ancient-africa-part-ii-l.jpg
Binary file not shown.
Binary file added demo/img/css-animations.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added demo/img/svg.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 13 additions & 4 deletions demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ <h3 style="padding-left:1em; border: 2px solid var(--color-bg-secondary); border
<h3 style="padding-left:1em; border: 2px solid var(--color-bg-secondary); border-radius: 4px;">
Dioxus
</h3>
<p>
<p style="background-color: var(--color-text);">
<img src="./img/multiplatform-dark.svg" />
</p>
<p>
Expand All @@ -123,10 +123,13 @@ <h2 id="frontend-coding">Frontend coding</h2>
<p><span data-x-text="hello"></span></p>
</div>
<aside>
<h3>
<h3 style="padding-left:1em; border: 2px solid var(--color-bg-secondary); border-radius: 4px;">
Rapid Prototype
</h3>
<p>
<img src="./img/alpinejs-logo.png" />
</p>
<p>
Interactive front-end interfaces, using Alpine.js. For server rendered,
static or pre-rendered sites.
</p>
Expand All @@ -135,19 +138,25 @@ <h3>
</p>
</aside>
<aside>
<h3>
<h3 style="padding-left:1em; border: 2px solid var(--color-bg-secondary); border-radius: 4px;">
CSS Animations
</h3>
<!-- https://coolcssanimation.com/ -->
<p>
<img src="./img/css-animations.jpg" />
</p>
<p>
Client side Animations
</p>
</aside>
<aside>
<h3>
<h3 style="padding-left:1em; border: 2px solid var(--color-bg-secondary); border-radius: 4px;">
SVG
</h3>
<p>
<img src="./img/svg.png" />
</p>
<p>
Powerful Animations
</p>
</aside>
Expand Down
17 changes: 13 additions & 4 deletions demo/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ nav {margin-bottom:-3em; }
</aside>
<aside>
<h3 style="padding-left:1em; border: 2px solid var(--color-bg-secondary); border-radius: 4px;">Dioxus</h3>
<p>
<p style="background-color: var(--color-text);">
![](./img/multiplatform-dark.svg)
</p>
<p><br/>Dioxus is a Rust library for building apps that run on desktop, web, mobile, and more.</p>
Expand All @@ -58,16 +58,25 @@ This simplifies the cooperation between the developers and the designers freeing
<span data-x-text="hello"></span>
</div>
<aside>
<h3>Rapid Prototype</h3>
<h3 style="padding-left:1em; border: 2px solid var(--color-bg-secondary); border-radius: 4px;">Rapid Prototype</h3>
<p>
![](./img/alpinejs-logo.png)
</p>
<p>Interactive front-end interfaces, using Alpine.js. For server rendered, static or pre-rendered sites.</p>
<p><small>Test your Ideas</small></p>
</aside>
<aside>
<h3>CSS Animations</h3> <!-- https://coolcssanimation.com/ -->
<h3 style="padding-left:1em; border: 2px solid var(--color-bg-secondary); border-radius: 4px;">CSS Animations</h3> <!-- https://coolcssanimation.com/ -->
<p>
![](./img/css-animations.jpg)
</p>
<p>Client side Animations</p>
</aside>
<aside>
<h3>SVG </h3>
<h3 style="padding-left:1em; border: 2px solid var(--color-bg-secondary); border-radius: 4px;">SVG </h3>
<p>
![](./img/svg.png)
</p>
<p>Powerful Animations</p>
</aside>
</section>
Expand Down

0 comments on commit b54c8d7

Please sign in to comment.