forked from hero/www_hero
edit svg
This commit is contained in:
parent
a9bb939bc7
commit
271429438b
@ -5,6 +5,8 @@ This responsive website is built using Tailwind CSS and Flowbite.
|
|||||||
|
|
||||||
Make sure that you have [Node.js](https://nodejs.org/en/), [Tailwind CSS](https://tailwindcss.com/docs/installation) and [Flowbite](https://flowbite.com/docs/getting-started/quickstart/) installed.
|
Make sure that you have [Node.js](https://nodejs.org/en/), [Tailwind CSS](https://tailwindcss.com/docs/installation) and [Flowbite](https://flowbite.com/docs/getting-started/quickstart/) installed.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
1. Run `npm install` inside your terminal
|
1. Run `npm install` inside your terminal
|
||||||
|
|
||||||
2. Watch for files and compile Tailwind CSS + Flowbite:
|
2. Watch for files and compile Tailwind CSS + Flowbite:
|
||||||
|
@ -123,7 +123,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<!-- Pricing Card -->
|
<!-- Pricing Card -->
|
||||||
<div class="flex flex-col max-w-lg p-6 mx-auto text-center text-gray-900 bg-white border border-gray-100 rounded-lg shadow dark:border-gray-600 xl:p-8 dark:bg-gray-800 dark:text-white">
|
<div class="flex flex-col max-w-lg p-6 mx-auto text-center text-gray-900 bg-white border border-gray-100 rounded-lg shadow dark:border-gray-600 xl:p-8 dark:bg-gray-800 dark:text-white">
|
||||||
<img src="images/xp3.svg" alt="Icon representing Acquire INCA Token" class="mx-auto mb-4 h-20 w-auto">
|
<img src="images/xp2.svg" alt="Icon representing Acquire INCA Token" class="mx-auto mb-4 h-20 w-auto">
|
||||||
<h3 class="mb-4 text-2xl font-semibold">Hero Surf</h3>
|
<h3 class="mb-4 text-2xl font-semibold">Hero Surf</h3>
|
||||||
<p class="font-light text-gray-500 sm:text-lg dark:text-gray-400">Browse the internet securely without compromising your privacy.</p>
|
<p class="font-light text-gray-500 sm:text-lg dark:text-gray-400">Browse the internet securely without compromising your privacy.</p>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user