added other tempalte parts

This commit is contained in:
merajjahir
2022-03-09 20:14:06 +06:00
parent 8ce2e56c27
commit 9fd68f660c
37 changed files with 5753 additions and 658 deletions

View File

@@ -15,8 +15,35 @@
<button class="dark_mode_button_custom_style" id="dark_mood_toogler">
d
</button>
<!-- testimonial 13 start -->
<section class="section_divider">
<div>Testimonial 13</div>
</section>
<section class="bg-gray-900">
<div class="w-full px-4 py-20 mx-auto text-center max-w-7xl md:w-4/5 lg:w-4/6">
<h1 class="mt-3 mb-10 text-xl font-extrabold text-white md:leading-snug md:text-3xl">
“Implementation is a breeze, particularly because the team at Hellonext is
<span class="text-white bg-transparent bg-clip-border xl:bg-clip-text xl:text-transparent xl:bg-gradient-to-r from-green-400 to-purple-500"> very fast to respond and help </span>
where needed, even if it means rolling out new features on their platform.  We're super happy and are loving how Hellonext brings us closer to the members of our community“
</h1>
<div class="mx-auto mb-3 shadow-lg avatar w-1/5">
<img src="https://www.hyperui.dev/photos/man-4.jpeg" alt="man standing up a mounten" class=" object-cover rounded-full h-20 w-20 mx-auto " />
</div>
<p class="text-base font-medium text-gray-200">example example</p>
<p class="text-xs font-medium text-gray-400">CEO, example</p>
</div>
</section>
<!-- testimonial 13 end -->
<!-- start of script section -->
<script type="text/javascript">
let toogler = document.getElementById("dark_mood_toogler");