Skip to content

Commit

Permalink
Feat/ai (#54)
Browse files Browse the repository at this point in the history
* feat: component theme

* feat: update style

* style: ai
  • Loading branch information
xuliwenwenwen authored Jan 16, 2025
1 parent e3a73b4 commit 6be0be8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
1 change: 1 addition & 0 deletions pingcap-jp/css/blocks/icon-grid.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
font-weight: 300;
line-height: 22px;
text-align: left;
color: var(--paragraph-color);
}
}
}
Expand Down
4 changes: 4 additions & 0 deletions pingcap-jp/css/scaffold/backgrounds.scss
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,10 @@
background-color: #0e0e0e;
}

.bg-black {
background-color: #0e0e0e;
}

.bg-black-dark {
background-color: #000;
}
Expand Down
4 changes: 2 additions & 2 deletions pingcap-jp/templates/page-ai.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<div class="wysiwyg">
<p>TiDB is introducing a built-in vector search to the SQL database family, enabling support for your AI applications without requiring a new database or additional technical stacks. With vectors as a new data type in MySQL, you can now store and search for vectors directly using SQL.</p>
<br>
<div class="button-group"><a target="_blank" class="button" href="https://tidbcloud.com/free-trial/" data-gtag="event:go_to_cloud_signup,product_type:serverless,button_name:Start for Free,position:top_banner"><span class="custom-style-button">Start For Free</span></a><a target="_blank" class="button button--secondary" href="https://docs.pingcap.com/tidbcloud/vector-search-overview"><span class="pr-1 underline">Documentation</span></a></div>
<div class="button-group"><a target="_blank" class="button" href="https://tidbcloud.com/free-trial/" data-gtag="event:go_to_cloud_signup,product_type:serverless,button_name:Start for Free,position:top_banner"><span class="custom-style-button">Start For Free</span></a><a target="_blank" class="button--secondary" href="https://docs.pingcap.com/tidbcloud/vector-search-overview"><span class="pr-1 underline">Documentation</span></a></div>
</div>
</div>
</div>
Expand All @@ -35,7 +35,7 @@
</div>
<section data-block-index="1" class="bg-black-dark block-container block-icon-grid block-index-1" aria-label="Icon Grid">
<div class="block-inner contain">
<div class="block-icon-grid__item-container block-icon-grid__item-container--center" data-column-count="3">
<div class="block-icon-grid__item-container" data-column-count="3">
<div class="block-icon-grid__item wysiwyg">
<?php SVG::the_svg('ai/mysql-icon', ['no_use' => true]); ?>
<h4>MySQL & Vector All in One </h4>
Expand Down

0 comments on commit 6be0be8

Please sign in to comment.