Skip to content

Commit 1950158

Browse files
committed
minor style fixed
1 parent 1835809 commit 1950158

File tree

4 files changed

+19
-16
lines changed

4 files changed

+19
-16
lines changed

apps/demo-day/frontend/index.html

Lines changed: 9 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
property="og:description"
2020
content="Join us on May 1st, 2025 to witness groundbreaking demos from companies like Atlassian, Linear, Stripe, and more. Experience the next evolution of AI-powered software."
2121
/>
22-
<meta property="og:image" content="public/mcpog.png" />
22+
<meta property="og:image" content="https://demo-day.mcp.cloudflare.com/public/mcpog.png" />
2323

2424
<!-- Twitter -->
2525
<meta name="twitter:card" content="summary_large_image" />
@@ -28,7 +28,7 @@
2828
name="twitter:description"
2929
content="Join us on May 1st, 2025 to witness groundbreaking demos from companies like Atlassian, Linear, Stripe, and more. Experience the next evolution of AI-powered software."
3030
/>
31-
<meta name="twitter:image" content="public/mcpog.png" />
31+
<meta name="twitter:image" content="https://demo-day.mcp.cloudflare.com/public/mcpog.png" />
3232
<link rel="icon" type="image/png" href="public/favicon.ico" />
3333
<link rel="icon" type="image/png" sizes="32x32" href="public/favicon-32x32.png" />
3434
<link rel="icon" type="image/png" sizes="16x16" href="public/favicon-16x16.png" />
@@ -78,13 +78,8 @@ <h1>Preview the Future<br />of Agentic Software</h1>
7878
</p>
7979

8080
<div class="input-group">
81-
<input type="email" placeholder="Enter your email" />
82-
<!-- Honeypot field - hidden from real users but visible to bots -->
83-
<div class="contact-field">
84-
<input type="text" name="contact_me_by_fax" tabindex="-1" autocomplete="off" />
85-
</div>
86-
<button class="notify-btn">
87-
Notify me
81+
<a class="notify-btn" href="https://www.youtube.com/watch?v=njBGqr-BU54">
82+
Watch the stream
8883
<svg width="16" height="16" viewBox="0 0 16 16" fill="none">
8984
<path
9085
d="M2.5 8H13.5M13.5 8L9 3.5M13.5 8L9 12.5"
@@ -94,7 +89,7 @@ <h1>Preview the Future<br />of Agentic Software</h1>
9489
stroke-linejoin="round"
9590
/>
9691
</svg>
97-
</button>
92+
</a>
9893
<div class="success-message">
9994
<div class="success-text">
10095
<svg width="18" height="18" viewBox="0 0 18 18" fill="none">
@@ -201,8 +196,8 @@ <h1>Preview the Future<br />of Agentic Software</h1>
201196
</div>
202197
<div class="attendees">
203198
<div class="attendee-avatars">
204-
<div class="attendee-avatar" data-tooltip="Pete Saulitis">
205-
<img src="public/pete.jpeg" alt="Pete Saulitis" />
199+
<div class="attendee-avatar" data-tooltip="Special Guest">
200+
<img src="public/special_guest.png" alt="Special Guest" />
206201
</div>
207202
<div class="attendee-avatar" data-tooltip="Sunil Pai">
208203
<img src="public/sunil.jpg" alt="Sunil Pai" />
@@ -212,7 +207,7 @@ <h1>Preview the Future<br />of Agentic Software</h1>
212207
</div>
213208
</div>
214209
<span class="attendee-count"
215-
><strong>+ all the other cool kids</strong> are going</span
210+
><strong>+ all the other cool kids</strong> went</span
216211
>
217212
</div>
218213
</div>
@@ -222,6 +217,7 @@ <h1>Preview the Future<br />of Agentic Software</h1>
222217
<div class="demos-section">
223218
<h4>DEMOS FROM</h4>
224219
<ul class="demo-companies">
220+
<li>Asana</li>
225221
<li>Atlassian</li>
226222
<li>Cloudflare</li>
227223
<li>Intercom</li>
17.7 KB
Loading

apps/demo-day/frontend/script.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -363,6 +363,7 @@ END:VCALENDAR`
363363

364364
// Setup company backgrounds
365365
const companyNames = [
366+
'asana',
366367
'atlassian',
367368
'cloudflare',
368369
'intercom',

apps/demo-day/frontend/styles.css

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -328,6 +328,7 @@ input[type='email']:focus {
328328
}
329329

330330
.notify-btn {
331+
text-decoration: none;
331332
background: transparent;
332333
border: 1px solid var(--primary-color);
333334
color: var(--primary-color);
@@ -730,7 +731,6 @@ footer {
730731
padding: 1rem;
731732
min-width: 0;
732733
width: 100%;
733-
overflow: hidden;
734734
}
735735

736736
.container {
@@ -749,9 +749,9 @@ footer {
749749
padding: 0.5rem;
750750
}
751751

752-
.date-time-text {
752+
/*.date-time-text {
753753
display: none;
754-
}
754+
}*/
755755

756756
.calendar-trigger {
757757
order: 1;
@@ -764,6 +764,10 @@ footer {
764764
width: 100%;
765765
}
766766

767+
.input-group.success {
768+
margin-bottom: 125px;
769+
}
770+
767771
input[type='email'] {
768772
width: 100%;
769773
min-width: 0;
@@ -788,6 +792,8 @@ footer {
788792

789793
.demo-companies li {
790794
font-size: 2rem;
795+
margin-top: 8px;
796+
margin-bottom: 8px;
791797
}
792798

793799
.footer-left {

0 commit comments

Comments
 (0)