element-plus/docs/.vitepress/vitepress/components/vp-hero-content.vue
JeremyWuuuuu ada12878d1
chore(docs): update sponsors on main page (#6964)
* chore(docs): update sponsors on main page

- Update sponsors layout on main page
- Add a footer section on hero contents

* Extract common code

* Fix main page parallax image issue

* Remove unused variables

* Remove unused variables
2022-04-02 12:54:03 +08:00

27 lines
576 B
Vue
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<template>
<div class="hero-content">
<Content />
</div>
<el-divider style="margin-bottom: 0" />
<div class="text-center py-6 text-xs">
<p class="mb-1">
Released under the
<a
href="https://opensource.org/licenses/MIT"
target="_blank"
rel="noopener noreferer"
>MIT License</a
>.
</p>
<p class="mt-1">
Made with by
<a
href="https://github.com/element-plus"
target="_blank"
rel="noopener noreferer"
>Element Plus</a
>
</p>
</div>
</template>