Merge pull request #3945 from huynhicode/website/homepage-updates

Website/homepage updates
This commit is contained in:
Sidharth Vinod
2022-12-27 10:31:53 +05:30
committed by GitHub

View File

@@ -21,13 +21,17 @@ hero:
features: features:
- title: Easy to use! - title: Easy to use!
details: Mermaid allows even non-programmers to easily create detailed and diagrams through the Mermaid Live Editor. details: Easily create and render detailed diagrams and charts with the Mermaid Live Editor.
link: https://mermaid.live/
- title: 🎥 Video Tutorials! - title: 🎥 Video Tutorials!
details: Has video tutorials for beginners and advanced users. details: Curated list of video tutorials and examples created by the community.
- title: 🏆 Award winner! link: ../../config/Tutorials.html
details: Mermaid was nominated and won the JS Open Source Awards (2019) in the category "The most exciting use of technology"!!!
- title: 🧩 Integrations available! - title: 🧩 Integrations available!
details: Use Mermaid with your favorite applications, check out the list of Integrations and Usages of Mermaid. details: Use Mermaid with your favorite applications, check out the integrations list.
link: ../../misc/integrations.md
- title: 🏆 Award winning!
details: 2019 JavaScript Open Source Award winner for "The Most Exciting Use of Technology".
link: https://osawards.com/javascript/2019
--- ---
<script setup> <script setup>
@@ -159,7 +163,7 @@ const members = [
margin: 1rem auto; margin: 1rem auto;
max-width: 100%; max-width: 100%;
width: 100%; width: 100%;
} }
.dark .image-src{ .dark .image-src{
filter: invert(1) hue-rotate(217deg) contrast(0.72); filter: invert(1) hue-rotate(217deg) contrast(0.72);
@@ -170,7 +174,7 @@ const members = [
align-items: center; align-items: center;
flex-direction: column; flex-direction: column;
display: flex; display: flex;
margin-top: 2.5rem; margin: 1.5rem;
} }
.vp-doc h2 { .vp-doc h2 {