Skip to content

Commit

Permalink
Work in progress
Browse files Browse the repository at this point in the history
  • Loading branch information
elad2412 committed Jun 5, 2024
1 parent f800a23 commit 06eb7b9
Showing 1 changed file with 25 additions and 5 deletions.
30 changes: 25 additions & 5 deletions src/routes/integration/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,31 @@
<div>
<div class="web-container">
<div class="l-integrations-grid">
<aside>
<label class="web-input-button web-u-flex-basis-400">
<span class="web-icon-search" aria-hidden="true"></span>
<input class="text" placeholder="Search" />
</label>
<aside class="u-flex-vertical u-gap-32">
<section>
<label class="web-input-button web-u-flex-basis-400">
<span class="web-icon-search" aria-hidden="true"></span>
<input class="text" placeholder="Search" />
</label>
</section>
<section class="u-flex-vertical">
<section class="u-flex-vertical u-gap-16">
<h2 class="web-side-nav-header web-eyebrow u-un-break-text">Platform</h2>
<ul class="u-flex u-flex-wrap u-gap-8">
<li>
<button class="tag is-selected">Cloud</button>
</li>
<li>
<button class="tag">Self-hosted</button>
</li>
</ul>
</section>
<div class="web-u-sep-block-start u-margin-block-24"></div>
<section class="u-flex-vertical u-gap-16">
<h2 class="web-side-nav-header web-eyebrow u-un-break-text">Categories</h2>
<ul></ul>
</section>
</section>
</aside>
<div></div>
</div>
Expand Down

0 comments on commit 06eb7b9

Please sign in to comment.