File tree Expand file tree Collapse file tree 34 files changed +368
-4
lines changed Expand file tree Collapse file tree 34 files changed +368
-4
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ import Tutorials from "./components/calls/Tutorials";
27
27
import Dagstuhl from "./components/calls/Dagstuhl" ;
28
28
import Host from "./components/blogs/host"
29
29
import NatureNavigator from "./components/blogs/NatureNavigator"
30
+ import Community from "./components/blogs/Community" ;
30
31
import { Visa } from "./components/attending/visa" ;
31
32
import KeynoteSpeakers from "./components/program/KeynoteSpeakers" ;
32
33
import Workshops from "./components/program/Workshops" ;
@@ -87,6 +88,7 @@ export default function HeroComponent() {
87
88
{ /* Blogs */ }
88
89
< Route path = "/blogs/host" element = { < Host /> } />
89
90
< Route path = "/blogs/naturenavigator" element = { < NatureNavigator /> } />
91
+ < Route path = "/blogs/community" element = { < Community /> } />
90
92
91
93
92
94
{ /* Sponsorship */ }
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 1
1
import React from "react" ;
2
- import ISWC_HEAD from "./ISWC_HEAD.png" ;
3
- import ISWC1 from "./ISWC1.png" ;
4
- import ISWC2 from "./ISWC2.png" ;
5
- import ISWC3 from "./ISWC3.png" ;
2
+ import ISWC_HEAD from "./pics/ ISWC_HEAD.png" ;
3
+ import ISWC1 from "./pics/ ISWC1.png" ;
4
+ import ISWC2 from "./pics/ ISWC2.png" ;
5
+ import ISWC3 from "./pics/ ISWC3.png" ;
6
6
import './blog.css' ;
7
7
8
8
const NatureNavigator = ( ) => {
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change @@ -281,6 +281,10 @@ export const NavBar = () => {
281
281
ISWC 2025 Nature Navigator
282
282
< div className = "bg-[#E30022] w-0 group-hover:w-full" > </ div >
283
283
</ Link >
284
+ < Link to = "/blogs/community" className = "block px-4 py-2" style = { { color : '#e94607' } } onClick = { ( ) => dropdownMenuClicked ( ) } >
285
+ ISWC Community
286
+ < div className = "bg-[#E30022] w-0 group-hover:w-full" > </ div >
287
+ </ Link >
284
288
</ div >
285
289
) }
286
290
</ div >
You can’t perform that action at this time.
0 commit comments