main #1

Merged
sashaastiadi merged 38 commits from tfcoop/www_tf9_new:main into development 2024-08-20 13:17:19 +00:00
4 changed files with 43 additions and 0 deletions
Showing only changes of commit 327b216b63 - Show all commits

View File

@ -11,6 +11,7 @@ extra:
- [Home]("/")
- [About]("/about")
- [Technology]("/technology")
- [Use Cases]("/usecases")
- [Contact]("/contact")

View File

@ -0,0 +1,9 @@
---
title: "Use Cases"
description: ""
date: 2018-09-14
updated: 2021-02-20
draft: false
weight: 4
template: "layouts/usecases.html"
---

View File

@ -0,0 +1,16 @@
{% extends "_default/base.html" %}
{% block content %}
<!-- mycelium.md page template, has a banner and rows of page summaries -->
<div>
{% set page = get_page(path="usecases/index.md") %}
{{page.content | safe}}
</div>
{% include "partials/usecases1.html" %}
{% endblock content %}

View File

@ -0,0 +1,17 @@
<div class="relative isolate overflow-hidden bg-gray-900 py-24 sm:py-32">
<img src="https://images.unsplash.com/photo-1522071820081-009f0129c71c?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=2850&q=80&blend=111827&blend-mode=multiply&sat=-100&exp=15" alt="" class="absolute inset-0 -z-10 h-full w-full object-cover">
<div class="relative mx-auto max-w-7xl px-6 lg:px-8">
<div class="absolute -bottom-8 -left-96 -z-10 transform-gpu blur-3xl sm:-bottom-64 sm:-left-40 lg:-bottom-32 lg:left-8 xl:-left-10" aria-hidden="true">
<div class="aspect-[1266/975] w-[79.125rem] bg-gradient-to-tr from-[#ff4694] to-[#776fff] opacity-20" style="clip-path: polygon(74.1% 44.1%, 100% 61.6%, 97.5% 26.9%, 85.5% 0.1%, 80.7% 2%, 72.5% 32.5%, 60.2% 62.4%, 52.4% 68.1%, 47.5% 58.3%, 45.2% 34.5%, 27.5% 76.7%, 0.1% 64.9%, 17.9% 100%, 27.6% 76.8%, 76.1% 97.7%, 74.1% 44.1%)"></div>
</div>
<div class="mx-auto max-w-2xl lg:mx-0 lg:max-w-xl">
<br>
<br>
<br>
<h2 class="text-base font-semibold leading-8 text-indigo-400">REAL WORLD APPLICATIONS</h2>
<p class="mt-2 text-3xl font-bold tracking-tight text-white sm:text-4xl">Bring Your Vision to Life</p>
<p class="mt-6 text-lg leading-8 text-gray-300">Our stack's versatility allows deployment across various use cases, demonstrating our commitment to providing flexible and adaptable IT solutions for a wide range of industries and applications.</p>
</div>
</div>
</div>