Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
samwillis committed Jul 25, 2024
1 parent f8ecf74 commit 106f800
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 0 deletions.
56 changes: 56 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,64 @@ const Repl = defineClientComponent(() => {
text-align: center;
margin-top: 4rem;
}

.postgres-new {
display: flex;
flex-direction: row;
background: var(--vp-c-bg-soft);
border-radius: 12px;
margin-top: 4rem;
}

.postgres-new > .info {
padding: 24px;
flex-grow: 1;
text-align: center;
}

.postgres-new > .image {
display: block;
flex-shrink: 1;
width: 70%;
}

.postgres-new > .image > img {
margin: -4% 0 -6% 0;
}

.postgres-new h3 {
margin: 0;
}

.postgres-new-btn {
border-color: var(--vp-button-alt-border);
color: var(--vp-button-alt-text);
background-color: var(--vp-button-alt-bg);
border-radius: 20px;
padding: 0 20px;
line-height: 38px;
font-size: 14px;
display: inline-block;
border: 1px solid transparent;
text-align: center;
font-weight: 600;
white-space: nowrap;
transition: color 0.25s, border-color 0.25s, background-color 0.25s;
text-decoration: none;
}
</style>

<!-- <div class="postgres-new">
<div class="info">
<h3>Experience <a href="https://postgres.new">postgres.new</a></h3>
<p>An AI Postgres assistant<br> built on PGlite.</p>
<a class="postgres-new-btn" href="/docs/about">What would you like to create?</a>
</div>
<div class="image">
<img src="./public/img/postgres-new.png">
</div>
</div> -->

<div class="try-it-now">

### Try PGlite Now
Expand Down
Binary file added docs/public/img/postgres-new.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 106f800

Please sign in to comment.