Skip to content

Commit fcbd3b7

Browse files
committed
minor style fixed
1 parent dee1f2b commit fcbd3b7

File tree

4 files changed

+12
-5
lines changed

4 files changed

+12
-5
lines changed

apps/demo-day/frontend/index.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -201,8 +201,8 @@ <h1>Preview the Future<br />of Agentic Software</h1>
201201
</div>
202202
<div class="attendees">
203203
<div class="attendee-avatars">
204-
<div class="attendee-avatar" data-tooltip="Pete Saulitis">
205-
<img src="public/pete.jpeg" alt="Pete Saulitis" />
204+
<div class="attendee-avatar" data-tooltip="Special Guest">
205+
<img src="public/special_guest.png" alt="Special Guest" />
206206
</div>
207207
<div class="attendee-avatar" data-tooltip="Sunil Pai">
208208
<img src="public/sunil.jpg" alt="Sunil Pai" />
@@ -222,6 +222,7 @@ <h1>Preview the Future<br />of Agentic Software</h1>
222222
<div class="demos-section">
223223
<h4>DEMOS FROM</h4>
224224
<ul class="demo-companies">
225+
<li>Asana</li>
225226
<li>Atlassian</li>
226227
<li>Cloudflare</li>
227228
<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: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -730,7 +730,6 @@ footer {
730730
padding: 1rem;
731731
min-width: 0;
732732
width: 100%;
733-
overflow: hidden;
734733
}
735734

736735
.container {
@@ -749,9 +748,9 @@ footer {
749748
padding: 0.5rem;
750749
}
751750

752-
.date-time-text {
751+
/*.date-time-text {
753752
display: none;
754-
}
753+
}*/
755754

756755
.calendar-trigger {
757756
order: 1;
@@ -764,6 +763,10 @@ footer {
764763
width: 100%;
765764
}
766765

766+
.input-group.success {
767+
margin-bottom: 125px;
768+
}
769+
767770
input[type='email'] {
768771
width: 100%;
769772
min-width: 0;
@@ -788,6 +791,8 @@ footer {
788791

789792
.demo-companies li {
790793
font-size: 2rem;
794+
margin-top: 8px;
795+
margin-bottom: 8px;
791796
}
792797

793798
.footer-left {

0 commit comments

Comments
 (0)