-
-
Notifications
You must be signed in to change notification settings - Fork 653
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1367 from mermaid-js/janPromo
feat: Jan 2024 Promo
- Loading branch information
Showing
3 changed files
with
24 additions
and
2 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 |
---|---|---|
@@ -0,0 +1,15 @@ | ||
<script lang="ts"> | ||
const taglines = [ | ||
'Try diagramming with ChatGPT at Mermaid Chart', | ||
"Try Mermaid's Visual Editor at Mermaid Chart", | ||
'Enjoy live collaboration with teammates at Mermaid Chart' | ||
]; | ||
</script> | ||
|
||
<a | ||
href="https://www.mermaidchart.com/" | ||
target="_blank" | ||
class="tracking-wide flex-grow justify-center align-middle flex gap-6"> | ||
{taglines[Math.floor(Math.random() * taglines.length)]} | ||
<button class="font-light text-sm p-1 rounded bg-gray-800 px-4">Try it now</button> | ||
</a> |
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