Spaces:
Running
Running
chore: add social post and demo
Browse files- index.html +133 -3
index.html
CHANGED
|
@@ -516,6 +516,105 @@
|
|
| 516 |
border-radius: 4px;
|
| 517 |
font-size: 0.875em;
|
| 518 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 519 |
</style>
|
| 520 |
</head>
|
| 521 |
|
|
@@ -557,6 +656,38 @@
|
|
| 557 |
</div>
|
| 558 |
</section>
|
| 559 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 560 |
<!-- Features -->
|
| 561 |
<section id="features">
|
| 562 |
<div class="container">
|
|
@@ -605,10 +736,9 @@
|
|
| 605 |
</div>
|
| 606 |
<div class="feature-card">
|
| 607 |
<div class="feature-icon">⚡</div>
|
| 608 |
-
<h3 class="feature-title">
|
| 609 |
<p class="feature-description">
|
| 610 |
-
|
| 611 |
-
interface.
|
| 612 |
</p>
|
| 613 |
</div>
|
| 614 |
</div>
|
|
|
|
| 516 |
border-radius: 4px;
|
| 517 |
font-size: 0.875em;
|
| 518 |
}
|
| 519 |
+
|
| 520 |
+
/* Demo & Social Section */
|
| 521 |
+
.demo-content {
|
| 522 |
+
max-width: 800px;
|
| 523 |
+
margin: 0 auto;
|
| 524 |
+
}
|
| 525 |
+
|
| 526 |
+
.demo-video-section {
|
| 527 |
+
margin-bottom: 2rem;
|
| 528 |
+
}
|
| 529 |
+
|
| 530 |
+
.demo-video-label {
|
| 531 |
+
font-size: 0.75rem;
|
| 532 |
+
color: var(--color-text-tertiary);
|
| 533 |
+
text-transform: uppercase;
|
| 534 |
+
letter-spacing: 0.05em;
|
| 535 |
+
margin-bottom: 0.75rem;
|
| 536 |
+
}
|
| 537 |
+
|
| 538 |
+
.demo-social-section {
|
| 539 |
+
text-align: center;
|
| 540 |
+
padding: 1.5rem;
|
| 541 |
+
background: var(--color-surface);
|
| 542 |
+
border: 1px solid var(--color-border-subtle);
|
| 543 |
+
border-radius: 8px;
|
| 544 |
+
}
|
| 545 |
+
|
| 546 |
+
.demo-social-label {
|
| 547 |
+
font-size: 0.875rem;
|
| 548 |
+
color: var(--color-text-secondary);
|
| 549 |
+
margin-bottom: 1rem;
|
| 550 |
+
}
|
| 551 |
+
|
| 552 |
+
/* Video Container */
|
| 553 |
+
.video-container {
|
| 554 |
+
position: relative;
|
| 555 |
+
width: 100%;
|
| 556 |
+
padding-bottom: 56.25%;
|
| 557 |
+
height: 0;
|
| 558 |
+
overflow: hidden;
|
| 559 |
+
border-radius: 6px;
|
| 560 |
+
background: var(--color-bg);
|
| 561 |
+
border: 1px solid var(--color-border-subtle);
|
| 562 |
+
}
|
| 563 |
+
|
| 564 |
+
.video-container iframe {
|
| 565 |
+
position: absolute;
|
| 566 |
+
top: 0;
|
| 567 |
+
left: 0;
|
| 568 |
+
width: 100%;
|
| 569 |
+
height: 100%;
|
| 570 |
+
border: none;
|
| 571 |
+
}
|
| 572 |
+
|
| 573 |
+
.video-placeholder {
|
| 574 |
+
position: absolute;
|
| 575 |
+
top: 0;
|
| 576 |
+
left: 0;
|
| 577 |
+
width: 100%;
|
| 578 |
+
height: 100%;
|
| 579 |
+
display: flex;
|
| 580 |
+
flex-direction: column;
|
| 581 |
+
align-items: center;
|
| 582 |
+
justify-content: center;
|
| 583 |
+
color: var(--color-text-tertiary);
|
| 584 |
+
font-size: 0.875rem;
|
| 585 |
+
}
|
| 586 |
+
|
| 587 |
+
.video-placeholder-icon {
|
| 588 |
+
font-size: 3rem;
|
| 589 |
+
margin-bottom: 0.5rem;
|
| 590 |
+
}
|
| 591 |
+
|
| 592 |
+
/* Social Link */
|
| 593 |
+
.social-link {
|
| 594 |
+
display: inline-flex;
|
| 595 |
+
align-items: center;
|
| 596 |
+
gap: 0.5rem;
|
| 597 |
+
color: var(--color-accent);
|
| 598 |
+
text-decoration: none;
|
| 599 |
+
font-size: 0.875rem;
|
| 600 |
+
padding: 0.75rem 1.25rem;
|
| 601 |
+
border: 1px solid var(--color-accent);
|
| 602 |
+
border-radius: 6px;
|
| 603 |
+
transition: all 0.15s ease;
|
| 604 |
+
}
|
| 605 |
+
|
| 606 |
+
.social-link:hover {
|
| 607 |
+
background: var(--color-accent-subtle);
|
| 608 |
+
transform: translateY(-2px);
|
| 609 |
+
}
|
| 610 |
+
|
| 611 |
+
.social-placeholder {
|
| 612 |
+
color: var(--color-text-tertiary);
|
| 613 |
+
font-size: 0.875rem;
|
| 614 |
+
padding: 0.75rem 1.25rem;
|
| 615 |
+
border: 1px dashed var(--color-border);
|
| 616 |
+
border-radius: 6px;
|
| 617 |
+
}
|
| 618 |
</style>
|
| 619 |
</head>
|
| 620 |
|
|
|
|
| 656 |
</div>
|
| 657 |
</section>
|
| 658 |
|
| 659 |
+
<!-- Demo & Social -->
|
| 660 |
+
<section id="demo">
|
| 661 |
+
<div class="container">
|
| 662 |
+
<h2 class="section-title">See it in action</h2>
|
| 663 |
+
<p class="section-subtitle">
|
| 664 |
+
Watch the demo and follow along on social media.
|
| 665 |
+
</p>
|
| 666 |
+
|
| 667 |
+
<div class="demo-content">
|
| 668 |
+
<!-- Video Demo -->
|
| 669 |
+
<div class="demo-video-section">
|
| 670 |
+
<div class="demo-video-label">Demo Video</div>
|
| 671 |
+
<div class="video-container">
|
| 672 |
+
<iframe width="560" height="315"
|
| 673 |
+
src="https://www.youtube.com/embed/hP_-wTk-yTA?si=iFMJUXNIQrRDE176"
|
| 674 |
+
title="YouTube video player" frameborder="0"
|
| 675 |
+
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
|
| 676 |
+
referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
|
| 677 |
+
</div>
|
| 678 |
+
</div>
|
| 679 |
+
|
| 680 |
+
<!-- Social Post -->
|
| 681 |
+
<div class="demo-social-section">
|
| 682 |
+
<div class="demo-social-label">Follow the announcement</div>
|
| 683 |
+
<a href="https://bsky.app/profile/paolo.ricciuti.me/post/3m6aq3eeirk2i" class="social-link">
|
| 684 |
+
View social post →
|
| 685 |
+
</a>
|
| 686 |
+
</div>
|
| 687 |
+
</div>
|
| 688 |
+
</div>
|
| 689 |
+
</section>
|
| 690 |
+
|
| 691 |
<!-- Features -->
|
| 692 |
<section id="features">
|
| 693 |
<div class="container">
|
|
|
|
| 736 |
</div>
|
| 737 |
<div class="feature-card">
|
| 738 |
<div class="feature-icon">⚡</div>
|
| 739 |
+
<h3 class="feature-title">Dynamic variable extraction</h3>
|
| 740 |
<p class="feature-description">
|
| 741 |
+
Just use <span class="variable">{{variables}}</span> in your prompt, we do the rest.
|
|
|
|
| 742 |
</p>
|
| 743 |
</div>
|
| 744 |
</div>
|