Skip to content

Commit 6b4ba5e

Browse files
committed
update website
1 parent 69948fa commit 6b4ba5e

File tree

5 files changed

+9
-11
lines changed

5 files changed

+9
-11
lines changed

src/Components/Header/index.tsx

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,6 @@ export default class Header extends React.Component {
4141
Sponsors
4242
</a>
4343
</li>
44-
<li>
45-
<a href="https://forms.gle/QEc3gqsyVboiNDXY6" target="_blank" rel="noopener noreferrer">
46-
Call for Proposals
47-
</a>
48-
</li>
4944
<li>
5045
<a onClick={this.onNavClick} href="#coc" data-destination="coc">
5146
CoC

src/Components/Hero/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export default class Hero extends React.Component {
1515
remote @ your couch
1616
</a>
1717
</h2>
18-
<h2>25 April 2020 - 08:00 UTC</h2>
18+
<h2>25 April 2020 - <i>starting at</i> 08:00 UTC</h2>
1919
</div>
2020

2121
<Wave />

src/Components/Home/Sections/Schedule.tsx

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,11 @@ export default class Schedule extends React.Component {
1111
<Container size={Sizes.large}>
1212
<Container size={Sizes.small}>
1313
<h1>Schedule</h1>
14+
<p>
15+
The schedule will be out on April 10th.
16+
</p>
1417
</Container>
15-
<ul>
18+
{/* <ul>
1619
{SCHEDULE.map(schedule => (
1720
<ScheduleItem
1821
key={schedule.order}
@@ -24,7 +27,7 @@ export default class Schedule extends React.Component {
2427
}
2528
/>
2629
))}
27-
</ul>
30+
</ul> */}
2831
</Container>
2932
</section>
3033
);

src/Components/Home/Sections/Speakers.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export default class Speakers extends React.Component {
3333
You have until 6th April (UTC time) to apply!
3434
</p>
3535
<p>
36-
Each talk will be 10 minutes long and we would love to have many first time speakers!!
36+
The
3737
</p>
3838
</Container>
3939
</Container>

src/Components/Home/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ export default class Home extends React.Component {
1616
<div className="home">
1717
<Hero />
1818
<About />
19-
<Speakers />
20-
{/* <Schedule /> */}
19+
{/* <Speakers /> */}
20+
<Schedule />
2121
<Sponsors />
2222
<Coc />
2323
</div>

0 commit comments

Comments
 (0)