Skip to content

Commit 19609cf

Browse files
Merge pull request #8 from kaskada-ai/logos
Updated header content to support slack icon & link
2 parents 53f78a9 + 99b7bff commit 19609cf

File tree

1 file changed

+42
-0
lines changed

1 file changed

+42
-0
lines changed

src/partials/header-content.hbs

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,48 @@
9191
/>
9292
</svg>
9393
</a>
94+
<a class="navbar-link" href="https://join.slack.com/t/kaskada-hq/shared_invite/zt-1t1lms085-bqs2jtGO2TYr9kuuam~c9w" title="Slack">
95+
<svg
96+
width="2em"
97+
height="2em"
98+
viewBox="0 0 32 32"
99+
fill="none"
100+
xmlns="http://www.w3.org/2000/svg"
101+
>
102+
<path
103+
d="M10.7818 18.3746C10.7818 19.4153 9.9316 20.2655 8.89088 20.2655C7.85016 20.2655 7 19.4153 7 18.3746C7 17.3339 7.85016 16.4837 8.89088 16.4837H10.7818V18.3746Z"
104+
fill="currentColor"
105+
/>
106+
<path
107+
d="M11.7344 18.3746C11.7344 17.3339 12.5845 16.4837 13.6253 16.4837C14.666 16.4837 15.5161 17.3339 15.5161 18.3746V23.1091C15.5161 24.1498 14.666 25 13.6253 25C12.5845 25 11.7344 24.1498 11.7344 23.1091V18.3746Z"
108+
fill="currentColor"
109+
/>
110+
<path
111+
d="M13.6253 10.7818C12.5845 10.7818 11.7344 9.9316 11.7344 8.89088C11.7344 7.85016 12.5845 7 13.6253 7C14.666 7 15.5161 7.85016 15.5161 8.89088V10.7818H13.6253Z"
112+
fill="currentColor"
113+
/>
114+
<path
115+
d="M13.6254 11.7345C14.6661 11.7345 15.5163 12.5847 15.5163 13.6254C15.5163 14.6661 14.6661 15.5163 13.6254 15.5163H8.89088C7.85016 15.5163 7 14.6661 7 13.6254C7 12.5847 7.85016 11.7345 8.89088 11.7345H13.6254Z"
116+
fill="currentColor"
117+
/>
118+
<path
119+
d="M21.2183 13.6254C21.2183 12.5847 22.0684 11.7345 23.1091 11.7345C24.1499 11.7345 25 12.5847 25 13.6254C25 14.6661 24.1499 15.5163 23.1091 15.5163H21.2183V13.6254Z"
120+
fill="currentColor"
121+
/>
122+
<path
123+
d="M20.2656 13.6254C20.2656 14.6661 19.4155 15.5163 18.3748 15.5163C17.334 15.5163 16.4839 14.6661 16.4839 13.6254V8.89088C16.4839 7.85016 17.334 7 18.3748 7C19.4155 7 20.2656 7.85016 20.2656 8.89088V13.6254Z"
124+
fill="currentColor"
125+
/>
126+
<path
127+
d="M18.3748 21.2183C19.4155 21.2183 20.2656 22.0684 20.2656 23.1091C20.2656 24.1499 19.4155 25 18.3748 25C17.334 25 16.4839 24.1499 16.4839 23.1091V21.2183H18.3748Z"
128+
fill="currentColor"
129+
/>
130+
<path
131+
d="M18.3748 20.2655C17.334 20.2655 16.4839 19.4153 16.4839 18.3746C16.4839 17.3339 17.334 16.4837 18.3748 16.4837H23.1093C24.15 16.4837 25.0002 17.3339 25.0002 18.3746C25.0002 19.4153 24.15 20.2655 23.1093 20.2655H18.3748Z"
132+
fill="currentColor"
133+
/>
134+
</svg>
135+
</a>
94136
</div>
95137

96138
{{#if env.SITE_SEARCH_PROVIDER}}

0 commit comments

Comments
 (0)