-
Notifications
You must be signed in to change notification settings - Fork 11
Update index.html for updated banner - post website switchover #384
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -67,7 +67,8 @@ | |
|
||
<section class="section-2"> | ||
<div class="container"> | ||
<h2 class="section-heading text-center" style="background-color: #fafc92; padding: 0.5em;">Coming soon! ReproNim's new website is scheduled to be here this week. All content on our old site will subsequently be available at legacy.repronim.org.</h2> | ||
<h2 class="section-heading text-center" style="background-color: #fafc92; padding: 0.5em;">See ReproNim’s new website at repronim.org. This is now ReproNim’s legacy site. All the content previously available on our old site | ||
continues to be available here.</h2> | ||
Comment on lines
+70
to
+71
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. For better maintainability and separation of concerns, it's good practice to avoid inline styles. Consider moving the |
||
<h3>Welcome to ReproNim!</h3> | ||
<p> | ||
ReproNim's goal is to improve the reproducibility of neuroimaging science and extend the value of our national investment in neuroimaging research, while making the process easier and more efficient for investigators. | ||
|
@@ -202,7 +203,7 @@ | |
<ul> | ||
<li><a href="https://www.repronim.org/SOBPHack-042025/">2025 SOBP BrainHack</a> (before the annual meeting) April 22-23, 2025 in Toronto, Canada | ||
<ul> | ||
<li> <em></em>Organizers</em>: <a href="https://profiles.umassmed.edu/display/130002">David Kennedy</a> (UMass Chan Medical School) and <a href="https://psychiatry.utoronto.ca/faculty/erin-dickie">Erin Dickie</a> (Univeristy of Toronto), <em>Leads</em></li> | ||
<li> BrainHack <a href="https://www.repronim.org/SOBPHack-042025/">Program</a> </li> | ||
<li> BrainHack <a href="https://www.eventbrite.com/e/sobp-brain-hack-2025-tickets-1258326421199?aff=oddtdtcreator">Registration</a> </li> | ||
<li> For more information, contact us: SOBPHackInfo@repronim.org or see our <a href="https://www.repronim.org/SOBPHack-042025/">website</a></li> | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For better user experience, it's recommended to make 'repronim.org' a clickable link. This allows users to easily navigate to the new website. The suggested change also combines the text onto a single line for better code readability.