[go: nahoru, domu]

Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Solaris icons for light/dark mode #2237

Merged
merged 7 commits into from
Sep 14, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
.
  • Loading branch information
julien-deramond committed Sep 14, 2023
commit 6e43df8928a7c1bde732fc11f88c9eda7fd37c7b
19 changes: 7 additions & 12 deletions site/layouts/_default/home.html
Original file line number Diff line number Diff line change
@@ -1,18 +1,13 @@
{{ define "main" }}
<main>
{{ partial "home/masthead" . }}
<div class="container-xxl bd-gutter masthead-followup">
<h2>tick.svg</h2>
<svg xmlns="http://www.w3.org/2000/svg" width="200" height="200" fill="currentColor" class="solaris-icon si-tick" viewBox="0 0 1000 1000">
<path d="M875 240a64.568 64.568 0 0 0-108.864-47.408l-.011-.012L383.621 565 257.594 424.648l-.011.014a64.372 64.372 0 0 0-87.784 3.375l-25.862 26a65.23 65.23 0 0 0-4.758 86.56l-.011.008 206.9 260 .01-.008a64.407 64.407 0 0 0 100.953 0l.011.009 413.793-520-.011-.008A64.916 64.916 0 0 0 875 240Z" style="fill-rule:evenodd"/>
</svg>
<h2>form-tick.svg</h2>
<svg xmlns="http://www.w3.org/2000/svg" width="200" height="200" fill="currentColor" class="solaris-icon si-form-tick" viewBox="0 0 1000 1000">
<path d="M729.667 250 396.333 583.333l-125-125L188 541.667l125 125L396.333 750l83.334-83.333L813 333.333z"/>
</svg>
<h2>check2 (from Bootstrap)</h2>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" width="200" height="200" fill="currentColor">
<path d="M13.854 3.646a.5.5 0 0 1 0 .708l-7 7a.5.5 0 0 1-.708 0l-3.5-3.5a.5.5 0 1 1 .708-.708L6.5 10.293l6.646-6.647a.5.5 0 0 1 .708 0z"/>
</svg>
{{ partial "home/get-started" . }}
{{ partial "home/customize" . }}
{{ partial "home/css-variables" . }}
{{ partial "home/components-utilities" . }}
{{ partial "home/plugins" . }}
{{ partial "home/orange-design-system" . }}
</div>
</main>

Expand Down
Loading