Skip to content

Commit

Permalink
icarKno launch update
Browse files Browse the repository at this point in the history
  • Loading branch information
pranav-carnot-research authored Aug 17, 2024
1 parent 15eb88f commit 3f532a5
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,34 @@

<body class="stretched">

<a href="https://iknow.carnotresearch.com" target="_blank">
<p style="
background-color: #061e2d;
color: white;
text-align: center;
font-weight: bold;
margin-bottom: 0;
white-space: nowrap;
overflow: hidden;
position: relative;
">
<span style="
display: inline-block;
padding-left: 50%;
animation: marquee 18s linear infinite;
">
Checkout our new launch: <b>icarKno-chat</b> Query any document with ease in your own language
</span>
</p>
</a>

<style>
@keyframes marquee {
0% { transform: translateX(100%); }
100% { transform: translateX(-100%); }
}
</style>

<!-- Document Wrapper
============================================= -->
<div id="wrapper" class="clearfix">
Expand Down

0 comments on commit 3f532a5

Please sign in to comment.