Skip to content

Commit c906814

Browse files
author
Jenifer Tabita Ciuciu-Kiss
committed
community blogpost
1 parent cc93b64 commit c906814

34 files changed

+368
-4
lines changed

src/App.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ import Tutorials from "./components/calls/Tutorials";
2727
import Dagstuhl from "./components/calls/Dagstuhl";
2828
import Host from "./components/blogs/host"
2929
import NatureNavigator from "./components/blogs/NatureNavigator"
30+
import Community from "./components/blogs/Community";
3031
import { Visa } from "./components/attending/visa";
3132
import KeynoteSpeakers from "./components/program/KeynoteSpeakers";
3233
import Workshops from "./components/program/Workshops";
@@ -87,6 +88,7 @@ export default function HeroComponent() {
8788
{/* Blogs */}
8889
<Route path="/blogs/host" element={<Host />} />
8990
<Route path="/blogs/naturenavigator" element={<NatureNavigator />} />
91+
<Route path="/blogs/community" element={<Community />} />
9092

9193

9294
{/* Sponsorship */}

src/components/blogs/Community.jsx

Lines changed: 358 additions & 0 deletions
Large diffs are not rendered by default.

src/components/blogs/NatureNavigator.jsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
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";
66
import './blog.css';
77

88
const NatureNavigator = () => {
File renamed without changes.
File renamed without changes.
File renamed without changes.
5.06 MB
Loading
3.02 MB
Loading
3.05 MB
Loading
58 KB
Loading
50.9 KB
Loading
51.9 KB
Loading
155 KB
Loading
1.61 MB
Loading
1.65 MB
Loading
205 KB
Loading
332 KB
Loading
2.6 MB
Loading
484 KB
Loading
163 KB
Loading
48.9 KB
Loading
359 KB
Loading
163 KB
Loading
402 KB
Loading
296 KB
Loading
2.55 MB
Loading
2.23 MB
Loading
2.43 MB
Loading
203 KB
Loading
1.84 MB
Loading
151 KB
Loading
137 KB
Loading

src/components/navbar.jsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -281,6 +281,10 @@ export const NavBar = () => {
281281
ISWC 2025 Nature Navigator
282282
<div className="bg-[#E30022] w-0 group-hover:w-full"></div>
283283
</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>
284288
</div>
285289
)}
286290
</div>

0 commit comments

Comments
 (0)