-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: update content and refine styles * feat: add new partner * feat: add new section * feat: update colors * feat: refine section * feat: update assets * style: update homepage hero * content: update launch with ease * content: update video & hero max widths --------- Co-authored-by: Begoña Alvarez <[email protected]>
- Loading branch information
1 parent
4e34081
commit 49f08ac
Showing
27 changed files
with
107 additions
and
118 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,10 @@ | ||
<svg width="68" height="69" viewBox="0 0 68 69" fill="none" xmlns="http://www.w3.org/2000/svg"> | ||
<circle cx="34" cy="36" r="29.5" stroke="#00874C" stroke-width="5" /> | ||
<path d="M34 25L46 38M34 25L22 38M34 25V51.5" stroke="#00874C" stroke-width="5" /> | ||
<script lang="ts"> | ||
export let fill: string = "#00874C"; | ||
export let width: number = 68; | ||
export let height: number = 68; | ||
</script> | ||
|
||
<svg {width} {height} viewBox="0 0 68 69" fill="none" xmlns="http://www.w3.org/2000/svg"> | ||
<circle cx="34" cy="36" r="29.5" stroke={fill} stroke-width="5" /> | ||
<path d="M34 25L46 38M34 25L22 38M34 25V51.5" stroke={fill} stroke-width="5" /> | ||
</svg> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,26 @@ | ||
<script lang="ts"> | ||
import { Button } from "$components"; | ||
export let id: string; | ||
</script> | ||
|
||
<section class="container py-20 md:pb-36 md:pt-32" {id}> | ||
<h2 class="mb-9 text-center text-36">Launch with ease</h2> | ||
<p class="mx-auto mb-16 max-w-2xl text-center leading-6 tracking-0.04"> | ||
TLIP offers supply chain businesses the tools to create quick, effective client experiences without designing | ||
consignment data sharing flows from scratch. TLIP UI provides a sleek consignment creation and sharing flow that | ||
works seamlessly across browsers, keeping you up-to-date with no extra coding needed. | ||
<h2 class="mb-9 text-center text-36">Launch with Ease</h2> | ||
<p class="mx-auto mb-8 max-w-2xl text-center leading-6 tracking-0.04"> | ||
TLIP App provides supply chain businesses easy access via the web browser. All functions can be seamlessly | ||
integrated into corporate or government systems via TLIP API. | ||
</p> | ||
<video class="image-shadow aspect-video h-full w-full object-cover" muted controls preload="metadata"> | ||
<source src="https://media.giphy.com/media/JIX9t2j0ZTN9S/giphy.mp4" type="video/mp4" /> | ||
<div class="flex justify-center"> | ||
<Button classes="mb-16" title="TLIP Wiki" url="https://docs.tlip.io/" isExternal /> | ||
</div> | ||
<video | ||
class="image-shadow aspect-video h-full w-full object-cover" | ||
muted | ||
controls | ||
preload="metadata" | ||
poster="/assets/posters/TLIP_Documentary_2020_poster.png" | ||
> | ||
<source src="https://files.iota.org/media/TLIP_Documentary_2020.mp4" type="video/mp4" /> | ||
<track kind="captions" /> | ||
</video> | ||
</section> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.