File tree Expand file tree Collapse file tree 2 files changed +2
-12
lines changed
Expand file tree Collapse file tree 2 files changed +2
-12
lines changed Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ import logo from "../data/images/logo.png";
1010 <ul class =" nav-links" >
1111 <li ><a href =" #tickets" >Conference Tickets</a ></li >
1212 <li ><a href =' #agenda' >Agenda</a ></li >
13- <!-- < li><a href='#speakers'>Speakers</a></li> -- >
14- <li ><a href =' #call-for-papers' >CFP</a ></li >
13+ <li ><a href =' #speakers' >Speakers</a ></li >
14+ <!-- < li><a href='#call-for-papers'>CFP</a></li> -- >
1515 <li ><a href =" #sponsors" >Conference Sponsors</a ></li >
1616 </ul >
1717 </div >
Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ import Layout from "../layouts/Layout.astro";
33import Sponsors from " ../components/Sponsors2025.astro" ;
44import Card from " ../components/Card.astro" ;
55import Agenda from " ../components/Agenda2025.astro" ;
6- import CallForPapers from " ../components/CallForPapers.astro" ;
76import Speakers from " ../components/Speakers2025.astro" ;
87import Hosts from " ../components/Hosts2025.astro" ;
98import Support from " ../components/Support2025.astro" ;
@@ -98,10 +97,6 @@ import CallForPapers from "../components/CallForPapers.astro";
9897 <Location />
9998 </section >
10099
101- <section class =" cfp" >
102- <CallForPapers />
103- </section >
104-
105100 <section class =" agenda" >
106101 <Agenda />
107102 </section >
@@ -118,11 +113,6 @@ import CallForPapers from "../components/CallForPapers.astro";
118113 <Support />
119114 </section >
120115
121- <section class =" cfp" >
122- <h2 >Call for Papers</h2 >
123- <CallForPapers />
124- </section >
125-
126116 <section class =" sponsors" >
127117 <Sponsors />
128118 </section >
You can’t perform that action at this time.
0 commit comments