Skip to content

Commit

Permalink
Add a message about Kroki questionnaire
Browse files Browse the repository at this point in the history
  • Loading branch information
ggrossetie committed Oct 18, 2023
1 parent 3f507ba commit 881a419
Show file tree
Hide file tree
Showing 5 changed files with 89 additions and 14 deletions.
38 changes: 27 additions & 11 deletions css/main.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

52 changes: 51 additions & 1 deletion css/main.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion css/main.min.css

Large diffs are not rendered by default.

8 changes: 7 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<meta name="msapplication-wide310x150logo" content="./assets/mstile-310x150.png" />
<meta name="msapplication-square310x310logo" content="./assets/mstile-310x310.png" />
<title>Kroki!</title>
<link rel="stylesheet" href="./css/main.min.css?v=1.1.0">
<link rel="stylesheet" href="./css/main.min.css?v=1.2.0">
</head>
<body>
<section class="section">
Expand All @@ -42,6 +42,12 @@ <h1 class="subtitle">Creates <strong>diagrams</strong> from <strong>textual</str
and more to come!
</p>
</div>
<article class="message is-info is-important">
<div class="message-body">
<p><strong>📢 We're planning the future of Kroki, and we need your insights!</strong></p>
<p>Please take a moment to fill out <a href="https://forms.gle/2wLAsNCppAFqJ4a58">our short questionnaire</a> – your feedback is crucial in helping us grow.</p>
</div>
</article>
<div class="content carbonads-container">
<div class="carbonads-placeholder"><div class="loader"></div></div>
<script async src="//cdn.carbonads.com/carbon.js?serve=CEAIV53I&placement=krokiio" id="_carbonads_js"></script>
Expand Down
3 changes: 3 additions & 0 deletions src/kroki.sass
Original file line number Diff line number Diff line change
Expand Up @@ -322,3 +322,6 @@ svg
display: inline-flex
align-items: center
gap: 0.5em

.message.is-important
font-size: 1.1em

0 comments on commit 881a419

Please sign in to comment.