File tree Expand file tree Collapse file tree 4 files changed +16
-9
lines changed
Expand file tree Collapse file tree 4 files changed +16
-9
lines changed Original file line number Diff line number Diff line change 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" : [
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"
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"
Original file line number Diff line number Diff 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 ) ;
You can’t perform that action at this time.
0 commit comments