File tree Expand file tree Collapse file tree 1 file changed +13
-11
lines changed
Expand file tree Collapse file tree 1 file changed +13
-11
lines changed Original file line number Diff line number Diff line change 8080 </ nav >
8181 </ header >
8282 < main >
83+
84+ <!-- Join Us -->
85+ < div id ="container "> Loading...</ div >
86+ < script >
87+ fetch ( '/content/Join_us.md' )
88+ . then ( res => res . text ( ) )
89+ . then ( text => {
90+ document . getElementById ( 'container' ) . innerHTML = marked . parse ( text ) ;
91+ } ) ;
92+ </ script >
93+
8394 <!-- Carousel Start -->
8495 < div class ="carousel ">
8596 < div class ="carousel-images ">
8697 < img src ="/assets/images/slider/image1.jpg " alt ="Image 1 ">
8798 < img src ="/assets/images/slider/image2.jpg " alt ="Image 2 ">
8899 < img src ="/assets/images/slider/image3.jpg " alt ="Image 3 ">
100+ < img src ="/assets/images/slider/image3.jpg " alt ="Image 4 ">
89101 <!-- Add more images as needed -->
90102 </ div >
91103 < div class ="carousel-dots "> </ div >
128140 resetInterval ( ) ;
129141 } ) ;
130142 </ script >
131- <!-- Carousel End -->
132-
133- <!-- Here are our amazing researchers -->
134- < div id ="container "> Loading...</ div >
135- < script >
136- fetch ( '/content/Join_us.md' )
137- . then ( res => res . text ( ) )
138- . then ( text => {
139- document . getElementById ( 'container' ) . innerHTML = marked . parse ( text ) ;
140- } ) ;
141- </ script >
143+ <!-- Carousel End -->
142144 </ main >
143145 < footer >
144146 < nav >
You can’t perform that action at this time.
0 commit comments