Skip to content

Commit

Permalink
#358 update homepage and event notification in OpenRefine (#361)
Browse files Browse the repository at this point in the history
  • Loading branch information
magdmartin authored Aug 12, 2024
1 parent 1d294f7 commit dd3853f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions events.json
Original file line number Diff line number Diff line change
@@ -1,2 +1,7 @@
[
{
"id": " 2024_survey",
"text": "Take part in our 2024 user survey!",
"link": "https://forms.gle/KgbyKQ8NAsbSYtT98"
}
]
3 changes: 3 additions & 0 deletions src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ function HeaderSection() {
<img src="img/openrefine_logo.svg" alt="OpenRefine logo" style={{maxWidth: "min(250px, 20vw)", display: 'block', margin: 'auto'}}/>
</div>
</div>
<div>
<Link className="button button--primary" to="https://forms.gle/KgbyKQ8NAsbSYtT98" style={{fontSize'1.5em'}}>💎 Participate to the 2024 user survey ✨</Link>
</div>
<div className="row">
<div style={{textAlign: 'center', width: '100%', marginTop: '2em'}}>
<h2>Main features</h2>
Expand Down

0 comments on commit dd3853f

Please sign in to comment.