Skip to content

Commit 3f5b42b

Browse files
committed
included EU funding reference
1 parent 7c4a609 commit 3f5b42b

File tree

4 files changed

+16
-9
lines changed

4 files changed

+16
-9
lines changed

public/Flag_of_Europe.png

14.8 KB
Loading

public/eu_funding.png

18.6 KB
Loading

public/projects.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,17 @@
1717
]
1818
},
1919
{
20-
"name": "flatland-book",
21-
"url": "https://github.com/AI4REALNET/flatland-book",
20+
"name": "flatland-scenarios",
21+
"url": "https://github.com/AI4REALNET/flatland-scenarios",
2222
"stars": 0,
2323
"is_fork": true,
2424
"topics": [
2525
"flatland"
2626
]
2727
},
2828
{
29-
"name": "flatland-scenarios",
30-
"url": "https://github.com/AI4REALNET/flatland-scenarios",
29+
"name": "flatland-book",
30+
"url": "https://github.com/AI4REALNET/flatland-book",
3131
"stars": 0,
3232
"is_fork": true,
3333
"topics": [
@@ -127,14 +127,14 @@
127127
{
128128
"name": "InteractiveAI",
129129
"url": "https://github.com/AI4REALNET/InteractiveAI",
130-
"stars": 0,
130+
"stars": 2,
131131
"is_fork": true,
132132
"topics": [
133133
"interactive-ai"
134134
]
135135
}
136136
],
137-
"total_stars": 0,
137+
"total_stars": 2,
138138
"total_repositories": 1,
139139
"project_tags": [
140140
"interactive-ai"
@@ -151,14 +151,14 @@
151151
{
152152
"name": "d2.2-human-assessment-module-v0.5",
153153
"url": "https://github.com/AI4REALNET/d2.2-human-assessment-module-v0.5",
154-
"stars": 0,
154+
"stars": 1,
155155
"is_fork": false,
156156
"topics": [
157157
"human-assessment-module"
158158
]
159159
}
160160
],
161-
"total_stars": 0,
161+
"total_stars": 1,
162162
"total_repositories": 1,
163163
"project_tags": [
164164
"human-assessment-module"

src/components/ScrollNavbar.jsx

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,14 @@ const ScrollNavbar = () => {
4646
OSS
4747
</span>
4848
</div>
49-
49+
<div className="flex items-center ml-auto" style={{ maxWidth: '25%', textAlign: 'right' }}>
50+
<img
51+
src={"/eu_funding.png"}
52+
alt="EU Funding"
53+
className="h-auto w-full max-w-xs md:max-w-sm"
54+
style={{ objectFit: 'contain' }}
55+
/>
56+
</div>
5057
</nav>
5158
</div>
5259
);

0 commit comments

Comments
 (0)