forked from hero/www_hero_project
44 lines
727 B
Markdown
44 lines
727 B
Markdown
---
|
|
title: "Hero"
|
|
description: ""
|
|
date: 2018-09-14
|
|
updated: 2021-02-20
|
|
draft: false
|
|
weight: 3
|
|
template: "layouts/hero.html"
|
|
---
|
|
|
|
<!-- section 1 (header) -->
|
|
|
|
{% row(style="left" margin="hero" padding="top") %}
|
|
|
|
<br>
|
|
<br>
|
|
|
|
|
|
![placeholder](./img/header.png#mx-auto)
|
|
|
|
|||
|
|
|
|
# Discover Hero,
|
|
### Your Unified Digital Identity.
|
|
|
|
|
|
<p>Hero is your unique, singular digital avatar, streamlining your online interactions by eliminating the need to duplicate identities across various platforms. With Hero, manage every aspect of your digital life through one secure, efficient identity.</p>
|
|
|
|
<br>
|
|
<button onclick="yourlink">
|
|
Learn More
|
|
</button>
|
|
|
|
{% end %}
|
|
|
|
<br>
|
|
|
|
<div class="border-t border-gray-200 dark:border-gray-700">
|
|
</div>
|
|
|
|
|
|
|
|
|