interim commit
This commit is contained in:
parent
a2fde64459
commit
f0bdb07248
|
@ -14,12 +14,12 @@ templ LandingContent() {
|
||||||
<div class="w-full lg:w-6/12 px-4 ml-auto mr-auto text-center">
|
<div class="w-full lg:w-6/12 px-4 ml-auto mr-auto text-center">
|
||||||
<div class="pr-12">
|
<div class="pr-12">
|
||||||
<h1 class="text-white font-semibold text-5xl">
|
<h1 class="text-white font-semibold text-5xl">
|
||||||
Your story starts with us.
|
Automate the things that take time
|
||||||
</h1>
|
</h1>
|
||||||
<p class="mt-4 text-lg text-gray-300">
|
<p class="mt-4 text-lg text-gray-300">
|
||||||
This is a simple example of a Landing Page you can build using
|
Ministry has enough activities that take time. Automate
|
||||||
Tailwind Starter Kit. It features multiple CSS components
|
the things that take you away from the great commision.
|
||||||
based on the Tailwindcss design system.
|
Have more time to do what you are called to
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -53,12 +53,12 @@ templ LandingContent() {
|
||||||
<div
|
<div
|
||||||
class="text-white p-3 text-center inline-flex items-center justify-center w-12 h-12 mb-5 shadow-lg rounded-full bg-red-400"
|
class="text-white p-3 text-center inline-flex items-center justify-center w-12 h-12 mb-5 shadow-lg rounded-full bg-red-400"
|
||||||
>
|
>
|
||||||
<i class="fas fa-award"></i>
|
<i class="fa-brands fa-youtube"></i>
|
||||||
</div>
|
</div>
|
||||||
<h6 class="text-xl font-semibold">Awarded Agency</h6>
|
<h6 class="text-xl font-semibold">Youtube Live streams</h6>
|
||||||
<p class="mt-2 mb-4 text-gray-600">
|
<p class="mt-2 mb-4 text-gray-600">
|
||||||
Divide details about your product or agency work into parts.
|
Automatically schedule youtube live streams. Never manage your broadcasts again
|
||||||
A paragraph describing a feature will be enough.
|
with automated scheduling
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -19,7 +19,7 @@ templ Head(msg string) {
|
||||||
/>
|
/>
|
||||||
<link
|
<link
|
||||||
rel="stylesheet"
|
rel="stylesheet"
|
||||||
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css"
|
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css"
|
||||||
/>
|
/>
|
||||||
<link
|
<link
|
||||||
rel="stylesheet"
|
rel="stylesheet"
|
||||||
|
|
Loading…
Reference in New Issue